@font-face {
    font-family: 'clash_displaysemibold';
    src: url('./fonts/clashdisplay-semibold-webfont.woff2') format('woff2'),
         url('./fonts/clashdisplay-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body{
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'clash_displaysemibold';
}

h3, h4, h5, h6{
  font-weight: 500;
}

h1{
  color: #fff;
}
h1 span{
  background: -webkit-linear-gradient(62.65deg, #1FA2FF 17.05%, #12D8FA 57.28%, #A6FFCB 97.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2{
  font-size: 45px;
}
h3{
  font-size: 30px;
}

.container{
  max-width: 1320px;
  width: 100%;
}


#banner{
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.nav-wrapper{
  padding: 2px;
  /* border-image: linear-gradient(180deg, #37393C 0%, rgba(55, 57, 60, 0) 128.66%); */
  border: 1px solid #37393C;
  box-shadow: 0px 1px 4px 0px #26282E5E;
  border-radius: 50px;
  /* overflow: hidden; */
}
.navbar{
  padding: 12px 27px;
  background: rgba(32, 34, 36, 0.31);
  backdrop-filter: blur(4px);
  border-radius: 50px;
}
nav .navbar-nav > li > a {
    color: white !important;
}

.navbar-nav .dropdown-menu {
    background: rgba(32, 34, 36, 0.9);
    backdrop-filter: blur(4px);
    border: 1px solid #37393C;
}

.navbar-nav .dropdown-menu a {
    color: #a7a8a9;
}
.navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover{
  color: var(--bs-dropdown-link-hover-color);
}

.navbar .btn-style{
  padding: 8px 20px;
  font-size: 16px;
  font-weight: normal;
}
.btn-style{
  background: linear-gradient(55.62deg, #1FA2FF 20.31%, #12D8FA 86.25%, #A6FFCB 128.53%);
  border-radius: 100px;
  padding: 13px 32px;
  color: white;
  font-weight: 500;
  font-size: 22px;
}
.btn-style-reverse > span{
  background: linear-gradient(55.62deg, #1FA2FF 20.31%, #12D8FA 86.25%, #A6FFCB 128.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-style-reverse{
  background: #fff;
}

@media (max-width: 767px) {
  .btn-style{
    padding: 8px 15px;
  }
}


#service-carousel{
  background: #001C43;
}
/* Outer viewport */
.embla {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  /* your choice */
  margin: 0 auto;
}

/* Track (must be flex and horizontal) */
.embla__container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  /* THIS makes slides side-by-side */
}

/* Individual slides */
.embla__slide {
  position: relative;
  flex: 0 0 auto;
  /* don’t shrink, keep natural width */
  text-align: center;
  padding: 20px;
  color: #fff;
}

.embla__slide h6 {
  font-weight: normal;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-top: 20px;
  margin-bottom: 0;
}


.service-row{
  background: #D8E9FF;
  border: 2px solid #3282F34D;
  border-radius: 15px;
}
.service-row-wrapper > div:not(:last-child){
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .service-row-wrapper > div > div:first-child{
    order: 2;
  }
}
@media (min-width: 768px) {
  .service-row-wrapper > div:nth-child(even) > div:first-child{
    order: 2
  }
}

#about{
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#about::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
}

.carousel-inner{
  background: #11192D;
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
}

.carousel-control-next, .carousel-control-prev{
  width: 110px
}

#contact{
  background: #001C43;
  color: #fff;
}

#contact input:not([type="checkbox"]), #contact textarea{
  background: none;
  border: 1px solid rgba(255, 255, 255,0.3);
  border-radius: 10px;
  color: #fff;
}
#contact input::placeholder, #contact textarea::placeholder{
  color: #fff;
  opacity: 1;
}
#contact input:focus, #contact textarea:focus{    
  box-shadow: none;
  border: 1px solid #3282F3;
  outline: none;
}
.contact-img-thumb{
  max-height: 500px;
}

.highlight{
  background: linear-gradient(55.62deg, #1FA2FF 20.31%, #12D8FA 86.25%, #A6FFCB 128.53%);
  color: #fff;
}

address{
  background: rgba(255, 255, 255,0.08);
}
.address-title{
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) { 
  .mw-75{
    max-width: 75%
  }
}

footer{
  background: #040510;
  color: #fff;
}

footer ul{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  margin: 0;
  padding: 0;
}
footer ul li{
  list-style: none;
}
footer ul li a{
  color: #fff;
}

.social-icons img{
  filter: brightness(0) invert(1);
}

@media (min-width: 992px){
.testimonial-img-wrapper img{
  height: 100%;

    min-width: 100%;
  width: auto;
}}

/* Responsive */

.navbar-toggler{
  filter: brightness(0) invert(1);
  border: none;
}
.navbar-toggler:focus{
  box-shadow: none;
}

@media (max-width: 767px) {
  footer ul{
    justify-content: center;
    text-align: center;
  }
  .carousel-control-next, .carousel-control-prev {
    position: static;
    width: auto;
}
 .carousel-control-prev{
margin-left: auto;
}
footer ul{
  gap: 10px
}

body, p{
  font-size: 14px;
}

h2{
  font-size: 35px;
}
h3{
  font-size: 20px;
}

.btn-style{
  font-size: 18px;
}

}

@media (max-width: 991px) {
  .testimonial-img-wrapper{
    max-height: 300px;
    overflow: hidden;
  }
  .testimonial-img-wrapper img{
    width: 100%;
    height: auto;
  }
}

.hero-image {
    /* background: radial-gradient(circle at top, #1da1ff44, transparent 70%); */
    padding: 30px;
    border-radius: 20px;
}
.img-fluid-w-90{
  width: 95%;
}