* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.cursor-pointer{
  cursor: pointer;
}
.no-transition {
  transition: none !important;
}


/* body{
  -webkit-user-select: none; 
    -moz-user-select: none;   
    -ms-user-select: none;   
    user-select: none;      
} */
.btn-close{
      width: 25px;
    height: 25px;
    background-color: #48a5ad;
    border-radius: 50px;
    position: absolute;
    opacity: 1;
    top: -4%;
    right: -2%;
}
.navbar-nav{
  gap: 1rem;
}
input::placeholder{
  color: #b6b4b4 !important;
}
textarea::placeholder{
  color: #b6b4b4 !important;
}
@font-face {
  font-family: "helveticaneuethin";
  src: url(../font/HelveticaNeueThin.ttf);
}

@font-face {
  font-family: "helveticaneueregular";
  src: url(../font/HelveticaNeue.ttf);
}

@font-face {
  font-family: "helveticaneuelight";
  src: url(../font/HelveticaNeueLight.ttf);
}

.navbar {
  background-color: black;
}

.navbar .nav-link {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: white !important;
  font-family: "helveticaneuethin";}

  .navbar .active
  {
    position: relative;
  }
    .navbar .active::before{
  content: "";
  position: absolute;
  top: -75%;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 3px solid white;
}
  

main {
  height: 90vh;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: zoomBackground 40s infinite ease-in-out;
}

@keyframes zoomBackground {
  /* First image */
  0% {
    transform: scale(1);
    background-image: url(../images/hero_bg3.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
  }
  30% {
    transform: scale(1.2);
    background-image: url(../images/hero_bg3.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
  }

  /* Second image resets to scale(1) */
  31% {
    transform: scale(1.2);
    background-image: url(../images/hero_bg2.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
  }
  60% {
    transform: scale(1);
    background-image: url(../images/hero_bg2.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
  }

  /* Third image resets to scale(1) */
  61% {
    transform: scale(1);
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
  }
  100% {
    transform: scale(1.2);
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
  }
}

main h1 {
  position: absolute;
  font-family: "helveticaneuethin";
  text-align: center;
  opacity: 0;
  animation: fadeText 25s infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

main h1:nth-child(1) {
  animation-delay: 0s;
}
main h1:nth-child(2) {
  animation-delay: 5s;
}
main h1:nth-child(3) {
  animation-delay: 10s;
}
main h1:nth-child(4) {
  animation-delay: 15s;
}
main h1:nth-child(5) {
  animation-delay: 20s;
}

@keyframes fadeText {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#secSection {
  background-image: url(../images/loghthouse.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
}

#secSection h2 {
  text-align: center;
  color: #ccc;
  font-family: "helveticaneuethin";
}
#secSection .col-md-12 {
  margin-bottom: 8%;
}
#secSection .col-md-4 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#secSection .col-md-4 div {
  width: 100px;
  height: 100px;
  background-color: #e5e5e5;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  filter: drop-shadow(5px 5px 5px #222);
}
#secSection .col-md-4 div img {
  width: 100%;
}
#secSection .col-md-4 a {
  text-decoration: none;
}
#secSection .col-md-4 a:hover {
  text-decoration: underline;
  color: #23527c;
}
#secSection .col-md-4 a:focus {
  text-decoration: underline;
  color: #23527c;
}
#secSection .col-md-4 h4 {
  color: #ccc;
  font-size: 40px;
  font-family: "helveticaneueregular";
  font-weight: 700;
  margin-bottom: 0;
}

#secSection .col-md-4 h4 span {
  color: #ccc;
  font-size: 12px;
  font-family: "helveticaneueregular";
  font-weight: 700;
}

#secSection .col-md-4 p {
  color: white;
  margin-bottom: 0px;
}

#secSection .col-md-4 a:hover p {
  text-decoration: none !important;
}
#teamSection {
  background-image: url(../images/cloud.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  animation: animatedBackground 40s linear infinite;
  padding: 80px 0;
}

#teamSection h2 {
  font-family: "helveticaneuethin";
  font-size: 39px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

#teamSection h2 span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  border-bottom: 1px solid black;
}

#teamSection p {
  font-family: "helveticaneuethin";
  font-size: 28px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 30px;
}

#teamSection img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
}

#teamSection a {
  text-decoration: none;
  color: black;
  font-family: "helveticaneuelight";
}

#teamSection h5 {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 500;
}

#teamSection small {
  display: block;
  font-size: 16px;
  color: #000;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -800px 0;
  }
}

.strategy-section {
  background-color: #000;
  padding: 100px 0px;
  background-image: url(../images/loghthouse-3.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 52% 27%;
}

.strategy-section h2 {
  font-family: "helveticaneuethin";
  font-size: 39px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.strategy-section h2 span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  border-bottom: 1px solid rgb(214, 214, 214);
}

.strategy-section .col-md-12 p {
  font-family: "helveticaneuethin";
  font-size: 28px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 30px;
  margin-bottom: 100px;
  color: #ccc;
}

.strategy-section .icon-box {
  width: 100px;
  height: 100px;
  background: #e3e3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  filter: drop-shadow(5px 5px 5px #222);
}
.strategy-section p {
  font-size: 1.1rem;
  font-family: "helveticaneuethin";
}

.involved-section {
  background-color: #000;
  padding: 140px 0px;
  background-image: url(../images/bg-clouds2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 52% 27%;
  animation: animatedBackground 40s linear infinite;
}

.involved-section h2 {
  color: #000;
}

.involved-section .col-md-12 p {
  color: #000;
}


.involved-section .col-md-4 a  {
  color: #000;
  text-decoration: none;
}

.involved-section h2 span::before {
  border-color: black !important;
  width: 15%;
}

.involved-section .col-6 p {
  font-weight: 700;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -800px 0;
  }
}

#portfolio {
  background-image: url(../images/portfolio.jpg);
  background-position: 52% 15%;
  padding: 100px 0px 150px;
  position: relative;
}
#portfolio figure {
  position: relative;
  z-index: 99;
}

#portfolio .collapse-img {
  position: absolute;
  bottom: 4%;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}


/* Default for large screens */
#portfolio .collapse-img img {
  width: 12%;
  max-width: 170px; 
  height: auto;
}
#portfolio .collapse-img img{
  margin-right: 30px !important;
}
#portfolio .collapse-img img:last-child{
  margin-right: 0px !important;
}

#contact h2 span::before {
  border-color: black !important;
  width: 40%;
}

.submit-btn {
  padding: 5px 25px;
}
.get-in-touch ul{
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.get-in-touch ul li a{
  display: flex;
  color: #000;
  text-decoration: none;
  gap: 0.6rem;
}
.get-in-touch ul li i{
  margin-top: 8px;
}
.get-in-touch ul li span{
  display:flex;
  flex-direction: column;
  text-align: left;
  
}
.text-none{
  text-transform: none !important;
}
.mt-8{
  margin-top: 8rem;
}

#thankyou .col-md-6 p{
font-size: 1.2rem;
    font-family: "helveticaneuelight";
    font-weight: 500;
}


#strategyModal .bg-info{
  background-color: #48a5ad !important;
}

#newsSec{
  height: 100vh;
  padding: 50px 0px;
  background-image: url(../images/news_bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#newsSec h1{
  font-family: "helveticaneuethin";
  font-size: 39px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

#newsSec h1 span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.carousel-control-prev-icon{
background-color: gray;
    padding: 10px;
    background-size: 53%;
}
.carousel-control-next-icon{
background-color: gray;
    padding: 10px;
    background-size: 53%;
}

.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}



/* Small phones */
@media (max-width: 576px) {
  #portfolio{
    padding-bottom: 250px !important;
  }
  #portfolio .collapse-img img {
    width: 45%;
  }
  #portfolio .collapse-img{
    bottom: 2%;
    width: 90%;
  }
  #secSection .col-md-4 p{
    margin-bottom: 20px;
  }
  .btn-close {
    top: 1%;
    right: 1%;
}
#teamSection small{
  margin-bottom:20px;
}
.mt-8{
  margin-top:3rem !important;
}
}

/* Tablets portrait */
@media (min-width: 577px) and (max-width: 768px) {
    #portfolio{
    padding-bottom: 250px !important;
  }
  #portfolio .collapse-img img {
    width: 30%;
  }
  #portfolio .collapse-img{
    bottom: 2%;
    width: 90%;
  }
  #secSection .col-md-4 p{
    margin-bottom: 20px;
  }
  .btn-close {
    top: 1%;
    right: 1%;
}
#teamSection small{
  margin-bottom:20px;
}
.mt-8{
  margin-top:3rem !important;
}
}

/* Tablets landscape */
@media (min-width: 769px) and (max-width: 992px) {
    #portfolio{
    padding-bottom: 250px !important;
  }
  #portfolio .collapse-img img {
    width: 20%;
  }
  #secSection .col-md-4 p{
    margin-bottom: 20px;
  }
  .btn-close {
    top: 1%;
    right: 1%;
}
#teamSection small{
  margin-bottom:20px;
}
.mt-8{
  margin-top:3rem !important;
}
}


