@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
  /* margin: 0;
  padding: 0; */
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
  /* background-color: #000; */
}

.progress-wrap {
  position: fixed;
  display: block;
  cursor: pointer;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  text-align: center;
  position: absolute;
  cursor: pointer;
  font-family: 'wpxpress';
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*======= New home page =======*/
/* .headline-background{
  width: 100%;
  height: fit-content;
  background-color: #000;
} */
.headline-section{
  max-width: 1250px;
  width: 100%;
  margin: 40px auto;
  /* background: url(New-Home/planet-earth-background-scaled.webp);
  background-position: center 0px; */
}

.headline-section h1{
  /* font-family: "Montserrat", sans-serif; */
  font-size: 50px;
  font-weight: 700;
  /* line-height: 120%; */
  /* letter-spacing: 2.7px; */
  /* text-align: center; */
  margin-bottom: 10px;
  max-width: 900px;
}

.headline-section h2{
  color: #95c33d;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1.8px;
  /* line-height: 120%; */
  /* text-align: center; */
  max-width: 900px;
}

.uabb-row-particles-background,.uabb-col-particles-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.elevate-section{
  max-width: 1250px;
  width: 100%;
  margin: 30px auto;
}

.elevate-section h1{
  font-size: 36px;
  max-width: 600px;
  font-weight: 700;
}

.elevate-section p{
  max-width: 650px;
  line-height: 180%;
}

.experience-section, .letter-section, .instagram-section{
  display: flex;
  flex-direction: row;
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  justify-content: center;
  align-items: center;
}

.experience-picture, .letter-picture, .instagram-picture{
  flex: 50%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.experience-picture img, .instagram-picture img{
  max-width: 500px;
  height: auto;
  /* padding: 40px; */
  margin: auto;
}

.letter-picture img{
  max-width: 500px;
  height: auto;
  /* padding: 40px; */
  margin-top: 100px;
}

/* .letter-picture{
  flex: 34%;
  align-items: center;
  justify-content: center;
  text-align: center;
} */

.experience-paragraph, .letter-paragraph, .instagram-paragraph{
  flex: 50%;
  align-items: center;
  justify-content: center;
}

/* .letter-paragraph{
  flex: 66%;
  align-items: center;
  justify-content: center;
} */

.experience-paragraph h1, .letter-paragraph h1, .instagram-paragraph h1{
  font-size: 30px;
  font-weight: 700;
  max-width: 90%;
  /* font-family: 'Montserrat', sans-serif; */
  letter-spacing: 1.2px;
  line-height: 150%;
}

.experience-paragraph p, .letter-paragraph p, .instagram-paragraph p{
  margin-top: 20px;
  max-width: 90%;
  line-height: 180%;
}

.building-trust{
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 80px 0;
  background-color: #000;
}

.building-trust h1{
  max-width: 1200px;
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
}

.building-trust p{
  max-width: 1200px;
  margin: auto;
  color: #FFF;
  margin-top: 20px;
}

.team-section{
  /* display: flex;
  flex-direction: row; */
  /* max-width: 1250px; */
  width: 100%;
  margin: auto;
  padding-top: 80px;
  /* padding-bottom: 80px; */
  background-color: #000;
}

.team-section-wrapper{
  display: flex;
  flex-direction: row;
  max-width: 1250px;
  width: 100%;
  margin: auto;
}

.team-paragraph{
  flex: 50%;
}

.team-paragraph h1{
  font-size: 30px;
  font-weight: 700;
  max-width: 90%;
  /* font-family: 'Montserrat', sans-serif; */
  letter-spacing: 1.2px;
  line-height: 150%;
  color: #FFF;
}

.team-paragraph p{
  /* font-size: 30px;
  font-weight: 700; */
  max-width: 90%;
  /* font-family: 'Montserrat', sans-serif; */
  letter-spacing: 1.2px;
  line-height: 150%;
  color: #FFF;
}

.team-picture{
  flex: 50%;
}

.employee-slider {
  max-width: 1000px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.slide-picture {
  display: none;
  opacity: 0;
  transition: opacity 2s ease-in-out; /* Adjust the duration for slower fades */
}

.slide-picture.active {
  display: block;
  opacity: 1;
}

.slide-picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.fade {
  animation-name: fade;
  animation-duration: 10s; /* Adjust this for how long the fade animation lasts */
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fade {
  0% { opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; }
}

/* About Page */
.team-members-section{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  max-width: 1250px;
  width: 100%;
  margin: auto;
}

.team-member img{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: block;
    margin: 0 auto;
}
/*======= Header navigation bar =======*/
header{
  z-index: 999;
  position: absolute;
  width: 100%;
  /* height: 100px;
  margin-bottom: auto; */
  /* background-color: #000; */
  /* display: flex; */
}

.logo img{
  height: 73px;
  width: 100%;
}

a{
  text-decoration: none;
}

button{
  width: fit-content;
}

#back-to-top{
  position: fixed;
  text-decoration: none;
  font-size: 30px;
  display: none;
  bottom: 100px;
  right: 50px;
  color: #000;
  border-radius: 50px;
}

header .nav-bar{
  position: relative;
  /* background: rgba(0, 0, 0, 0.277); */
  backdrop-filter: blur(20px);
  height: 4em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  transition: 0.5s ease;
  /* margin-top: 15px; */
  position: fixed;
  width: 100%;
  background-color: #000;
}

.nav-bar .logo{
  color: #fff;
  /* font-size: 1.8em; */
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.navigation .nav-items a{
  color: #FFF;
  font-size: 17px;
  text-decoration: none;
  /* display: block; */
}

.navigation .nav-items a:hover{
color: #95c33d;
}

.navigation .nav-items a:not(:last-child){
  margin-right: 30px;
}

.navigation .nav-items a i{
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.dropdown-toggle {
  display: block;
  text-decoration: none;
  color: black;
}

.dropdown-menu {
  display: none;
  position: absolute;
  /* background-color: #000000; */
  min-width: auto; /* Change min-width to auto */
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-menu a {
  /* color: #000000; */
  padding: 5px;
  display: block;
  text-decoration: none;
  margin: 5px;
}

.dropdown-menu a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: 100%;
}


.whatsapp-icon a {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #25d366;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  /* left: 30px; */
}

.whatsapp-icon img {
  width: 48px;
  height: 48px;
  /* left: 30px; */
}

.banner{
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
  text-align: center;
}

.banner video{
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner h1{
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #fff;
  font-size: 100px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  line-height: 100vh;
  mix-blend-mode: screen;
}

section .opening-container .opening-content h1{
  font-size: 60px;
  padding-left: 10%;
  padding-top: 10%;
  color: #95c33d;
  font-weight: 600;
  line-height: 1;
  text-align: justify;
  /* text-shadow:
      0 0 7px #FFF,
      0 0 10px #FFF,
      0 0 21px #FFF,
      0 0 42px #FFF,
      0 0 82px #95c33d,
      0 0 92px #95c33d,
      0 0 102px #95c33d,
      0 0 151px #95c33d; */
}

section .opening-container .opening-content p{
  font-size: 20px;
  padding-left: 10%;
  color: #fff;
  width: fit-content;
  text-align: justify;
}

section .opening-container .opening-content button{
  width: fit-content;
  height: 85px;
  background: #95c33d;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1.5;
  border: none;
  cursor: pointer;
  padding: 15px;
  /* font-size: 15px; */
  border: 1px solid #95c33d;
  margin-left: 32%;
  margin-top: 42%;
  border-radius: 35px;
  transition: 0.5s;
  /* box-shadow: 0 8px #95c33d; */
}

section .opening-container .opening-content button:hover{
  /* width: fit-content;
  background: #95c33d;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #95c33d;
  margin-left: 32%;
  margin-top: 42%;
  transition: 0.5s;
  background: linear-gradient(to left, #95c33d 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  box-shadow: 0 0 8px rgb(207, 207, 207); */
  width: fit-content;
  height: 85px;
  background: #95c33d;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1.5;
  border: none;
  cursor: pointer;
  padding: 15px;
  /* font-size: 15px; */
  border: 1px solid #95c33d;
  margin-left: 32%;
  margin-top: 42%;
  border-radius: 35px;
  transition: 0.5s;
  /* box-shadow: 0 8px #95c33d; */
}
.service-button{
  width: fit-content;
  background: #95c33d;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #95c33d;
  margin-top: 20px;
  /* border-radius: 10px; */
  transition: 0.5s;
  /* box-shadow: 0 8px #95c33d; */
}
.service-button:hover{
  width: fit-content;
  background: #95c33d;
  color: #95c33d;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #95c33d;
  margin-top: 20px;
  transition: 0.5s;
  background: linear-gradient(to left, white 50%, #95c33d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  box-shadow: 0 0 8px rgb(207, 207, 207);
}
.flex-item-left h1{
  font-size: 50px;
  width: 600px;
  color: #95c33d;
}

.flex-item-left p{
  line-height: 2;
  display: flex;
  font-size: 17px;
  /* text-align: justify; */
  width: 100%;
  /* color: #FFF; */
}

.flex-container {
  display: flex;
  flex-direction: row;
  /* background-color: #000; */
}

.flex-child {
  flex: 1;
  padding-left: 10%;
}  

.flex-item-left:first-child {
  margin-right: 20px;
} 

.flex-item-right img{
  width: 200px;
  height: 200px;
  transition: width 2s, height 2s, transform 2s;
}

.flex-item-right img:hover {
  width: 300px;
  height: 300px;
  transform: rotate(360deg);
}

.flex-item-left button:hover{
  width: 50%;
  background: #95c33d;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #95c33d;
  transition: 0.5s;
  background: linear-gradient(to left, #95c33d 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  box-shadow: 0 0 8px rgb(207, 207, 207);
}
.flex-item-left button{
  width: 40%;
  background: #FFF;
  color: #95c33d;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #95c33d;
  border-radius: 10px;
  transition: 0.5s;
  box-shadow: 0 8px #95c33d;
}

.bottom-flex-container{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 500px;
  padding: 20px;
}

.bottom-flex-item-left h1{
  font-size: 60px;
  color: #95c33d;
}

.bottom-flex-item-left p{
  font-size: 20px;
}

.bottom-flex-item-right img{
  width: 500px;
  height: 400px;
  animation: rotate 6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(22.5deg);
    width: 75%;
    height: 75%;
  }
  
  50% {
    transform: rotate(45deg);
    width: 50%;
    height: 50%;
  }
  
  75% {
    transform: rotate(22.5deg);
    width: 75%;
    height: 75%;
  }
  
  100% {
    transform: rotate(0deg);
  }
}

.middle-content{
  width: 100%;
  height: 400px;
  padding-left: 10%;
}

.slider-container {
  /* max-width: 1200px; */
  width: 95%;
  margin: auto;
  overflow: hidden;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 30px;
  width: 30px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}
.slider-wrapper .slide-button:hover {
  background: #404040;
}
.slider-wrapper .slide-button#prev-slide {
  left: 5px;
  color: #95c33d;
  /* display: none; */
}
.slider-wrapper .slide-button#next-slide {
  right: 5px;
  color: #95c33d;
}

.slider-wrapper .slide-button#prev-slide-package {
  left: 5px;
  color: #95c33d;
  /* display: none; */
}
.slider-wrapper .slide-button#next-slide-package {
  right: 5px;
  color: #95c33d;
}

.slider-wrapper .slide-button#portfolio-prev-slide {
  left: 5px;
  color: #95c33d;
  /* display: none; */
}
.slider-wrapper .slide-button#portfolio-next-slide {
  right: 5px;
  color: #95c33d;
}

.slider-wrapper .image-list, .slider-wrapper .package-image-list, .slider-wrapper .portfolio-image-list {
  /* display: grid;
  grid-template-columns: repeat(10, 1fr);*/
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex; /* Changed from grid to flex for draggable functionality */
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: transform 0.5s ease-in-out;
}
.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-item {
  width: 100%; /* Adjust as needed */
  height: auto; /* Adjust as needed */
  display: block;
}

.package-item {
  height: 720px;
  width: 360px;
  border: 1px solid #95c33d;
  display: block; /* Ensures the image takes up the whole line */
  border-radius: 15px;
}

.package-item img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.portfolio-image-item{
  width: 325px;
  height: 400px;
  display: block;
  /* border: 1px solid #95c33d; */
}

.centered-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2; /* Ensure it's above the image */
  background: #000;
  color: #95c33d;
  border: none;
  cursor: pointer;
  padding: 15px;
  font-size: 24px;
  border: 1px solid #95c33d;
  transition: 0.5s;
  font-weight: 700;
  width: fit-content;
  line-height: 1;
  border-radius: 15px;
}


.centered-button:hover {
  position: absolute;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 15px;
  font-size: 24px;
  border: 1px solid #95c33d;
  transition: 0.5s;
  font-weight: 700;
  width: fit-content;
  transition: 0.5s;
  background: linear-gradient(to left, #95c33d 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s ease-out;
  box-shadow: 0 0 8px rgb(207, 207, 207);
  line-height: 1;
  border-radius: 15px;
}

li a{
  text-decoration: none;
  color: #95c33d;
}
li a:hover{
  color: #FFF;
}
.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}
.slider-wrapper .image-list .image-item {
  width: 325px;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}
.slider-container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.slider-scrollbar .scrollbar-track {
  background: #ccc;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}
.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}
.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}
.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}

.portfolio-image-item{
  width: 300px;
  height: 320px;
  border-radius: 15px;
}
/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  /* .slider-wrapper .slide-button {
    display: none !important;
  } */

  .slider-wrapper .image-list {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }
  .slider-wrapper .image-list .image-item, .slider-wrapper {
    width: 300px;
    /* height: 380px; */
    margin: auto;
  }
  .package-image-list .package-item{
    width: 300px;
    height: 600px;
    display: block;
    /* margin-bottom: 100px; */
  }
  .package-item img{
    width: 100%;
    height: 100%;
  }

  .portfolio-image-item{
    width: 300px;
    height: 320px;
  }
  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}

.image-button {
  position: absolute;
  background: #FFF;
  color: #95c33d;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 25px;
  border: 1px solid #95c33d;
  transition: 0.5s;
  font-weight: 700;
  width: fit-content;
}

.image-button:hover{
  position: absolute;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 25px;
  border: 1px solid #95c33d;
  transition: 0.5s;
  font-weight: 700;
  width: fit-content;
  transition: 0.5s;
  background: linear-gradient(to left, #95c33d 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s ease-out;
  box-shadow: 0 0 8px rgb(207, 207, 207);
}

.image-button a{
  text-decoration: none;
  color: #95c33d;
}

.image-button a:hover{
  text-decoration: none;
  color: #FFF;
}

/*======= Scroll bar =======*/
::-webkit-scrollbar{
    background: #fff;
    width: 11px;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb{
    background: #95c33d;
    width: 100%;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover{
    background: #94c33dd5;
}

.nav-close-btn, .nav-menu-btn{
    display: none;
}


/*======= Media queries (max-width: 1100px) =======*/
@media screen and (max-width: 1100px){
    header .nav-bar{
        padding: 0 20px;
    }

    section{
        padding: 30px 50px;
        font-size: 0.9em;
    }
}

/*======= Media queries (max-width: 850px) =======*/
@media screen and (max-width: 1024px) {
    header .nav-bar {
        padding: 0 5px;
    }

    section {
        padding: 30px 20px;
        font-size: 0.8em;
    }

    .logo img{
      width: 80%;
      height: 80%;
    }

/*======= Navigation menu =======*/
    .nav-menu-btn{
        display: block;
        color: #95c33d;
        font-size: 1.5em;
        cursor: pointer;
    }

    .navigation{
        z-index: 99999;
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease;
        box-shadow: 5px 10px 8px 10px #888888;
    }

    .navigation.active{
        visibility: visible;
        opacity: 1;
        margin-top: 25px;
    }

    .navigation .nav-items{
        position: relative;
        background: #fff;
        width: 310px;
        /* max-width: 400px; */
        display: grid;
        place-content: center;
        margin: auto;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.8);
        transform: translateY(-200px);
        transition: 0.3s ease;
    }

    .navigation.active .nav-items{
        transform: translateY(0);
    }

    .navigation .nav-items a{
        color: #222;
        font-size: 1em;
        margin: 15px 15px;
        margin-right: 0px;
    }

    .navigation .nav-items a i{
        display: inline-block;
        font-size: 1em;
        margin-right: 5px;
    }

    .nav-close-btn{
        display: block;
        color: #222;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.3em;
        margin: 10px;
        cursor: pointer;
    }
}

/* Video Reviews */
.video-review-section{
  width: 100%;
  margin: auto;
  background-color: #FFF;
  display: flex;
  justify-content: space-evenly;
}

.video-review-section a{
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

.video-review-section a:hover{
  text-decoration: none;
  text-align: center;
  color: #95c33d;
  font-weight: bold;
}

.video-frame{
  width: 100%;
  height: fit-content;
  padding: 10px;
}

.video-frame video{
  width: 100%;
  height: 550px;
}

/* Google Review Widget */
#google-reviews{
  width: 95%;
  margin: auto;
}

.download-company{
  margin-left: 40%;
  width: 17%;
  background: #FFF;
  color: #95c33d;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #95c33d;
  /* border-radius: 10px; */
  transition: 0.5s;
  /* box-shadow: 0 8px #95c33d; */
}

.download-company:hover{
  margin-left: 40%;
  width: 17%;
  /* background: #95c33d; */
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #95c33d;
  transition: 0.5s;
  background: linear-gradient(to left, #95c33d 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  box-shadow: 0 0 8px rgb(207, 207, 207);
}

/* Portfolio */
.portfolio-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.portfolio-item{
  width: 100%;
  height: 100%;
  padding: 20px;
}

.portfolio-item img{
  height: 100%;
  width: 100%;
}

.consultation{
  width: fit-content;
  background: #000;
  color: #95c33d;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #95c33d;
  /* border-radius: 10px; */
  transition: 0.5s;
  /* box-shadow: 0 8px #95c33d; */
}

.consultation:hover{
  width: fit-content;
  /* background: #95c33d; */
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #95c33d;
  transition: 0.5s;
  background: linear-gradient(to left, #95c33d 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  box-shadow: 0 0 8px rgb(207, 207, 207);
}

/* Contact Page */
.container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .row  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 75%;
} */

.contact-info {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #95c33d;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.contact-info-content p {
  color: #000;
  font-size: 1em;
}

.contact-form {
  /* background-color: #000; */
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea,
.form-group input{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"]
{
  width: 100%;
  background: #95c33d;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #95c33d;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #FFF;
  color: #95c33d;
}

@media (max-width: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }
  
  .contact-form {
    width: 100%;
  }
}

.influencer-section{
  width: 100%;
  height: 100vh;
  background: url(Images/Influencers.webp);
  background-position: center;
  background-size: cover;
  padding: 20px;
}

/* FORM */
.header-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  align-items: center;
}

.header-section h1{
  font-size: 45px;
  font-weight: 500;
}

.header-section p{
  font-size: 20px;
  font-weight: 300;
}

.mid-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mid-section h1{
  font-size: 25px;
  font-weight: 500;
}
/* footer{
  background-color: #000;
  height: 260px;
  bottom: 0;
} */
footer .outro{
  /* position: fixed; */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  /* background-color: antiquewhite; */
  color: #FFF;
  padding: 10px;
  align-items: center;
  font-weight: 500;
  padding-top: 20px;
  object-fit: cover;
  object-position: bottom;

}

.bottom-navigation i{
  font-size: 24px;
  color: #95c33d;
}

@media (max-width:426px){
  footer .outro{
    height: 140px;
  }

  /* .portfolio-image-item{
    width: 350px;
    height: 420px;
  } */

}

@media (max-width:351px){
  footer .outro{
    height: 165px;
  }
  .flex-item-left p{
    font-size: 15px;
  }
  .flex-item-left h1{
    font-size: 34px;
  }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.navbar_cookie {
  background: #fff;
  box-shadow: 0 0 20px 5px #0000004d;
  border-radius: 4px;
  position: fixed;
  width: 80%;
  max-width: 1150px;
  z-index: 9999;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #515b6d;
}

.navbar_cookie .cookieTextLeft {
  float: left;
}

.navbar_cookie .cookieBannerText {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar_cookie .cookieRight .cookiePolicyButton {
  float: right;
}
.navbar_cookie .cookieRight .btn {
  width: 150px;
  height: 50px;
}
.navbar_cookie .cookiePolicyButton {
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar_cookie .btn {
  width: 140px;
  height: 40px;
  border-radius: 2px;
  font-size: 17px;
  line-height: 21px;
  border: none;
}
.primary-color-button {
  background-color: #DE1F1A !important;
  color: #FFFFFF !important;
}

.navbar_cookie .cookieRight {
  width: 330px;
  float: right;
}

.cookie-container {
  width: 80%;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  color: #515b6d;
  /* padding: 0 32px; */
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  transition: 700ms;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  color: #DE1F1A;
  text-decoration: none;
  font-weight: 600;
}

.cookie-container a:hover{
  color: #DE1F1A;
  text-decoration: none;
  font-weight: 600;
}

.cookie-btn {
  background-color: #DE1F1A !important;
  border: 0;
  color: #f5f6fa;
  padding: 12px 48px;
  font-size: 18px;
  margin-bottom: 16px;
  border-radius: 8px;
  cursor: pointer;
  float: right;
}

details{
  display: block;
}

summary{
  display: list-item;
}

.new-footer{
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  color: var(--podium-cds-color-white);
  /* max-width: 1920px; */
  /* margin: auto; */
  padding: 48px;
}

.uabb-row-particles-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* .new-footer p, .new-footer h1{
  margin: 0;
  padding: 0;
} */

.desktop-footer{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 12px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 2;
}

.first-menu, .second-menu, .third-menu, .forth-menu{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 12px;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

.social-links{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 12px;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  width: 90%;
  justify-content: space-between;
}

.review-images{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.forth-menu img{
  width: 120px;
  height: 120px;
}
.footer-heading{
  /* font: var(--podium-cds-typography-body2-strong); */
  color: #ffffff;
  height: 32px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.first-menu .footer-link, .second-menu .footer-link, .third-menu .footer-link, .forth-menu .footer-link{
  text-decoration: none;
  color: #95c33d;
  font-size: 15px;
}

.first-menu .footer-link:hover, .second-menu .footer-link:hover, .third-menu .footer-link:hover, .forth-menu .footer-link:hover{
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
}

hr{
  border: 1px solid #fff;
}

.copyright{
  text-align: center;
  color: #95c33d;
}

@media(width < 960px){
  .new-footer{
    padding: 48px 24px;
  }

  .desktop-footer{
    display: flex;
    flex-direction: column;
  }

  .social-links{
    width: 100%;
    text-align: center;
  }

}

#back-to-top {
  position: fixed;
  bottom: 110px;
  right: 40px;
  width: 52px;
  height: 52px;
  background-color: #95c33d;
  color: white;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 24px;
  display: none;
  z-index: 1000;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#back-to-top:hover {
  background-color: #95c33d;
}

#back-to-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  clip-path: inset(0% 0% 100% 0%);
  transform: rotate(-90deg);
  transition: clip-path 0.3s ease;
}

#facebook:hover, #linkedin:hover{
  color: #95c33d;
}