@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500;900&display=swap");
/* Hero */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
button {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/* header */

/* header {
  display: flex;
  width: 90%;
  height: 10vh;
  margin: auto;
  align-items: center;
} */
.swiper-button-prev:after, .swiper-button-next:after{
  font-size: 19px !important;
}
.swiper-container {
  width: 100%;
  height: 400px; /* Adjust as needed */
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-size: cover;
  background-position: center;
}

.swiper-slide h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.swiper-slide .imagedesc {
  color: #fff;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

/* Navigation buttons */
.swiper-button-next, .swiper-button-prev {
  color: white;
  background: rgba(0,0,0,0.5);
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

/* Pagination bullets */
.swiper-pagination-bullet {
  background: white !important;
  opacity: 0.6;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

/* hero */
.logo {
  position: relative;
  font-size: 2.5rem;
  color: var(--text-color);
  font-weight:700;
  text-decoration: none;
  transition: 0.9s;
}
.hLogo {
text-decoration: none;
transition: 0.9s;
color: #000;

}

@media (max-width: 413px) {
.hLogo {
 display: none;
}

}

.hLogo:hover {

text-decoration: none;
color: var(--main-color);

}
.presentation {
  display: flex;
  width: 90%;
  margin: auto;
  min-height: 80vh;
  align-items: center;
}

.introduction {
  flex: 1;
}

.intro-text h1 {
  font-size: 2.75rem;
  font-weight: 500;
  background-color: #494964;
  background: linear-gradient(to right, #494964, #6f6f89);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro-text p {
  margin-top: 5px;
  font-size: 1.375rem;
  color: #585772;
}

.cta {
  padding: 50px 0 0 0;
}

.cta-select  {
  border: 2px solid #f58e49;
  border-radius: 10px;
  background: transparent;
  color: #000000;
  width: 150px;
  height: 50px;
  cursor: pointer;
  font-size: 1rem;
  transition: all ease-in-out 0.5s;
}
.cta-select:hover {

background-color:#f58e49 ;
color: white;



}
.cta-select a  {

  border-radius: 10px;
  background: transparent;
  color: #000000;
  /* width: 150px;
  height: 50px; */
  cursor: pointer;
  font-size: 1rem;
  transition: all ease-in-out 0.5s;
}
.cta-select a:hover {

background-color:#f58e49 ;
color: white;



}



.cover {
  flex: 1;
  display: flex;
  justify-content: center;
  height: 60vh;
}

.cover img {
  height: 100%;
  /* filter: drop-shadow(0px 5px 3px black); */
  animation: drop 1.5s ease;
}

@keyframes drop {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.big-circle {
  position: absolute;
  top: 0;
  right: 0;
  height: 80%;
  opacity: 0.5;
  z-index: -1;
}

.medium-circle {
  position: absolute;
  top: 30%;
  right: 30%;
  height: 60%;
  opacity: 0.4;
  z-index: -1;
}

.small-circle {
  position: absolute;
  bottom: 0;
  left: 20%;
  z-index: -1;
}

.laptop-select {
  width: 15%;
  display: flex;
  justify-content: space-around;
  position: absolute;
  right: 20%;
}

@media (max-width: 768px) {
  .logo-container {
    flex: 3;
  }
  .nav-links {
    display: none;
  }
  .cover img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .presentation {
    flex-direction: column;
  }

  .introduction {
    margin-top: 5vh;
    text-align: center;
  }

  .intro-text h1 {
    font-size: 1.875rem;
  }

  .intro-text p {
    font-size: 1.125rem;
  }

  .cta {
    padding: 10px 0 0 0;
  }

  .laptop-select {
    bottom: 5%;
    right: 50%;
    width: 50%;
    transform: translate(50%, 5%);
  }

  .cover img {
    height: 80%;
  }

  .small-circle,
  .medium-circle,
  .big-circle {
    opacity: 0.2;
  }
}


/* Features */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

main {
  position: relative;
  width: calc(min(90rem, 90%));
  margin: 0 auto;
  min-height: 100vh;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
}

.bg {
  position: fixed;
  top: -4rem;
  left: -12rem;
  z-index: -1;
  opacity: 0;
  display: none;
}

.bg2 {
  display: none;
  position: fixed;
  bottom: -2rem;
  right: -3rem;
  z-index: -1;
  width: 9.375rem;
  opacity: 0;
}

main > div span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  color: #717171;
}

main > div h1 {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
  background-color: #005baa;
  background-image: linear-gradient(45deg, #285181, #f58e49);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

main > div hr {
  display: block;
  background: #f58e49;
  height: 0.25rem;
  width: 6.25rem;
  border: none;
  margin: 1.125rem 0 1.875rem 0;
}

main > div p {
  line-height: 1.6;
}

main a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  font-weight: 500;
  background: #fff;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

main > div > a {
  border: 2px solid #c2c2c2;
  margin-top: 2.188rem;
  padding: 0.625rem 1.875rem;
}

main > div > a:hover {
  border: 0.125rem solid #f58e49;
  color: #f58e49;
}

.swiper {
  width: 100%;
  padding-top: 3.125rem;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

/* .swiper-pagination {
  bottom: 1.25rem !important;
} */

.swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight:bold;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}

.swiper-slide p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 0 1.563rem;
  line-height: 1.6;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* background-color: #ffffff; */
  
}

.swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}

.swiper-slide a:hover {
  color: #005baa;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}

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

.swiper-slide--one {
  background: linear-gradient(to top, #000000, #00000000, #00000000),
    url("MobixImages/1.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--two {
  background: linear-gradient(to top, #000000, #00000000, #00000000),
    url("MobixImages/2.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("MobixImages/3.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("MobixImages/4.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("MobixImages/5.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--seven {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("MobixImages/6.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--eight {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("MobixImages/7.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--nine {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
url("MobixImages/8.jpg")
  no-repeat 50% 50% / cover;
}
.swiper-slide--ten {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("MobixImages/9.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--eleven {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("MobixImages/10.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--twelve {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("MobixImages/11.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--six {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("MobixImages/12.jpg")
      no-repeat 50% 50% / cover;
}
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 48rem) {
  main {
    display: flex;
    align-items: center;
  }
  .bg,
  .bg2 {
    opacity: 0.1;
  }
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 85%;
  }
}

#imagedesc {

display: none;

}
/* Book a demo */
#contact {
  margin-bottom: 200px;
   background-color: #ffffff;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 
 .contact-box {
   width: clamp(100px, 90%, 1000px);
   margin: 80px 50px;
   display: flex;
   flex-wrap: wrap;
   background-color:#285181;
 }
 
 .contact-links, .contact-form-wrapper {
   background-color:#426691;
   width: 50%;
   padding: 8% 5% 10% 5%;
 }
 
 
 .contact-links {
   background-color: #1f2e43;
   background:
     radial-gradient(
       circle at 55% 92%, #426691 0 12%, transparent 12.2%
     ), 
     radial-gradient(
       circle at 94% 72%, #426691 0 10%, transparent 10.2%
     ), 
     radial-gradient(
       circle at 20% max(78%, 350px), #263a53 0 7%, transparent 7.2%
     ), 
     radial-gradient(
       circle at 0% 0%, #263a53 0 40%, transparent 40.2%
     ), 
     #1f2e43;
   border-radius: 10px 0 0 10px;
 }
 
 .contact-form-wrapper {
   background-color: #ffffff8f;
   border-radius: 0 10px 10px 0;
 }
 
 @media only screen and (max-width: 800px) {
   .contact-links, .contact-form-wrapper {
     width: 100%;
   }
   
   .contact-links {
     border-radius: 10px 10px 0 0;
   }
   
   .contact-form-wrapper {
     border-radius: 0 0 10px 10px;
   }
 }
 
 @media only screen and (max-width: 400px) {
   .contact-box {
     width: 95%;
     margin: 8% 5%;
   }
 }
 
 .contactheader {
   font-family: 'Arimo', sans-serif;
   color: #fff;
   font-size: clamp(30px, 6vw, 60px);
   letter-spacing: 2px;
   text-align: center;
   transform: scale(.95, 1);
 }
 
 .links {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   padding-top: 50px;
 }
 
 .link {
   margin: 10px;
   cursor: pointer;
 }
 
 .contactimage {
   width: 45px;
   height: 45px;
   filter: 
     hue-rotate(220deg)
     drop-shadow(2px 4px 4px #0006);
   transition: 0.2s;
   user-select: none;
 }
 
 .contactimage:hover {
   transform: scale(1.1, 1.1);
 }
 
 .contactimage :active {
   transform: scale(1.1, 1.1);
   filter: 
     hue-rotate(220deg)
     drop-shadow(2px 4px 4px #222)
     sepia(0.3);
 }
 
 .form-item {
   position: relative;
 }
 
 label, input, textarea {
   font-family: 'Poppins', sans-serif;
 }
 
 label {
   position: absolute;
   top: 10px;
   left: 2%;
   color: #999;
   font-size: clamp(14px, 1.5vw, 18px);
   pointer-events: none;
   user-select: none;
 }
 
 input, textarea {
   width: 100%;
   outline: 0;
   border: 1px solid #ccc;
   border-radius: 4px;
   margin-bottom: 20px;
   padding: 12px;
   font-size: clamp(15px, 1.5vw, 18px);
 }
 
 input:focus+label, 
 input:valid+label, 
 textarea:focus+label, 
 textarea:valid+label {
   font-size: clamp(13px, 1.3vw, 16px);
   color: #777;
   top: -20px;
   transition: all .225s ease;
 }
 
 .submit-btn {
  width: 100px;
  text-align: center;
   background-color: #f29304;
   filter: drop-shadow(2px 2px 3px #0003);
   color: #fff;
   font-family: "Poppins",sans-serif;
   font-size: clamp(16px, 1.6vw, 18px);
   display: block;
   padding: 12px 20px;
   margin: 2px auto;
   border: none;
   border-radius: 4px;
   cursor: pointer;
   user-select: none;
   transition: 0.2s;
 }
 
 .submit-btn:hover {
   transform: scale(1.1, 1.1);
 }
 
 .submit-btn:active {
   transform: scale(1.1, 1.1);
   filter: sepia(0.5);
 }
 
 @media only screen and (max-width: 800px) {
   h2 {
     font-size: clamp(40px, 10vw, 60px);
   }
 }
 
 @media only screen and (max-width: 400px) {
   h2 {
     font-size: clamp(30px, 12vw, 60px);
   }
   
   .links {
     padding-top: 30px;
   }
   
   .contactimage  {
     width: 38px;
     height: 38px;
   }
 }

 /* Footer */
 .social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
justify-content: space-between;

}



.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #fff;
  transition: background-color 0.3s ease;
  border: 1px solid #f58e49;
  transition: all ease-out 0.5s;
}


.social-icon:hover {
  background-color: #f58e49;
  text-decoration: none;
  color: white;
}

.social-icon i {
  color: #000000;
  font-size: 20px; /* Set the font size to 50px */
}

/* .social-icon i:hover {

color: white;


} */

/* .social-icon.facebook i {
  font-size: 20px; /* Set the font size to 50px */



.powerfooter {
font-weight: 700;
border-bottom: 1px solid black;

}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 50px;
  padding: 0 80px;
  margin-bottom: 0px;
  text-align: center;

  background: #ffffff;
}
.banner-content a{
font-size: 20px;
font-weight: 500;
color: black;
transition: all 0.5s;

}
.banner-content a:hover{

text-decoration: none;
color:#f58e49 ;

}

.banner > img {
  width: 60vw;
  transition: 0.1s linear;
}

.banner h2 {
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 10px;
}

.banner p {
  
  margin: 0;
  line-height: 1.65;
  font-size: 17px;
  opacity: 0.7;
}

@media (width >= 420px) {
  .banner > img {
    width: 40vw;
  }
}

@media (width >= 648px) {
  .banner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }

  .banner > img {
    width: 10vw;
    left: 100px;
  }
}

.waves > use {
  animation: move-forever 2s -2s linear infinite;
}

.waves > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 6s;
}
.waves > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

svg {
  /* position: absolute; */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vw;
  max-height: 200px;
}

/* second feature */


.cards {
  margin: 7.5rem 8% 0;
}

.card-supervisor {
  border-radius: .5rem;
  padding: 2.5rem 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 1rem 2rem .5rem #dedede;
  border-top: .5rem solid hsl(180, 62%, 55%);
}
.card-supervisor:hover {

 margin-bottom: 150px;


}


.card-team-builder {
  border-radius: .5rem;
  padding: 2.5rem 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 1rem 2rem .5rem #dedede;
  border-top: .5rem solid hsl(0, 78%, 62%);
}
.card-team-builder:hover {
margin-bottom: 50px;
}

.card-karma {
  border-radius: .5rem;
  padding: 2.5rem 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 1rem 2rem .5rem #dedede;
  border-top: .5rem solid hsl(34, 97%, 64%);
}
.card-karma:hover {

margin-top: 50px;


}

.card-calculator {
  border-radius: .5rem;
  padding: 2.5rem 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 1rem 2rem .5rem #dedede;
  border-top: .5rem solid hsl(212, 86%, 64%);
}
.card-calculator:hover {
margin-bottom: 150px;
}

.card-title {
  margin: 0;
  font-size: 2rem;
  color: hsl(234, 12%, 34%);
}

.card-paragraph {
  margin: 0;
  font-size: 1.3rem;
  color: hsl(229, 6%, 66%);
}

.card-image {
  padding-top: 3rem;
  display: flex;
  justify-content: center;
}

.attribution {
  margin-top: 5rem;
  font-size: 1rem; 
  text-align: center;
  font-weight: 300;
}

.attribution a {
  font-weight: 600;
  text-decoration: none;
  color: hsl(228, 45%, 44%); 
}

@media (min-width: 680px) {
  .header-paragraph {
      font-size: 1.4rem;
  }

  .cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 3rem;       
  }
}

@media (min-width: 1250px) {
  .header-paragraph {
      font-size: 1.3rem;
  }
  
  .cards {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-template-areas: 
      "start mid1 end"
      "start mid2 end";       
  }

  .card-supervisor  {
      grid-area: start;
      align-self: center;
  }

  .card-team-builder {
      grid-area: mid1;
  }
  .card-karma {
      grid-area: mid2;
  }
  .card-calculator {
      grid-area: end;
      align-self: center;
  }

}
 /* Dropdown content */
 .dropbtn {
  background-color: #285181;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
align-items: center;
text-align: center;
justify-content: center;
margin-top: 10px;
margin-bottom: 20px;
/* margin-left: 30px; */
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  text-align: center;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}