* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
hr,
br {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
    background-color: #131921;
}

.container{
    max-width: 1152px;
}

/* Common Class */
.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.fs-51 {
  font-size: 51px;
}

.fs-52 {
  font-size: 52px;
}

.fs-53 {
  font-size: 53px;
}

.fs-54 {
  font-size: 54px;
}

.fs-55 {
  font-size: 55px;
}

.fs-56 {
  font-size: 56px;
}

.fs-57 {
  font-size: 57px;
}

.fs-58 {
  font-size: 58px;
}

.fs-59 {
  font-size: 59px;
}

.fs-60 {
  font-size: 60px;
}


.cursor-pointer {
  cursor: pointer;
}

.w-fit {
  width: fit-content;
}

.bg_btn_primary {
  background-color: #3c83f6;
}

.primary_clr {
  color: #3c83f6;
}

.syncopate_font {
  font-family: "Syncopate", sans-serif;
}

.inter_font {
  font-family: "Inter", sans-serif;
}

.header {
  color: #f8fafc;
}

.header_bg {
  background-color: #15191f;
  z-index: 999;
}

.bg_dark {
  background-color: #171e27;
}

.sub_heading_clr {
  font-size: 20px;
  color: #bbc3ce;
}

.heading_font {
  font-size: 48px;
  color: #f8fafc;
  font-weight: bold;
}

.gray_clr {
  color: #f8fafc;
}

.ptb80 {
  padding: 80px 0;
}


.border_btn {
  padding: 12px 32px;
  border-radius: 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 2px solid #3c83f6;
  transition: all 600ms ease;
  color: #3c83f6;
  text-decoration: none;
  display: inline-block;
}

.border_btn:hover {
  background-color: #3c83f6;
  color: black;
}

.main_btn {
  border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  transition: all 600ms ease;
  background-color: #3c83f6;
  display: inline-block;
  color: black;
  text-decoration: none;
}

.main_btn:hover {
  transform: scale(1.1);
}

.logo {
  width: 230px;
}

header {
  position: sticky;
  top: 0;
}

.hero_bg {
  position: relative;
  background: url("../img/hero_bg.png") no-repeat center center/cover;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: 96px;
}

.hero_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.hero_bottom {
  color: #bbc3ce !important;
}

.blur_lg {
  filter: blur(16px) brightness(0.8) contrast(1);
}

.backdrop_blur_lg {
  backdrop-filter: blur(16px) brightness(0.8);
}

.world_class {
  background-color: #0f131a;
}

.bg_card {
  padding: 32px;
  border-radius: 10px;
  background-color: #171d26;
  backdrop-filter: blur(16px) brightness(0.8);
}

.border_custom_clr {
  background-color: #182946;
  color: #3c83f6;
  border: 1px solid #22447a;
}

.hydro {
  background-color: #171d27;
}

.hydro_img {
  background: linear-gradient(to right, rgba(37, 99, 235, 0.3), transparent);
}

.luxury {
  background-color: #0f131a;
}

.infinite_sec {
  background: url("../img/infinite.png") no-repeat center center/cover;
  background-color: #131921;
  position: relative;
  padding: 200px 100px;
}

.infinite_secc {
  background-color: #131921;
  position: relative;
  padding: 5px 5px;
}

.infinite_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.infinite_sec h2 {
  font-size: 60px;
}

.infinite_sec h2 span {
  color: #3c83f6;
  display: block;
}

.install_sec {
  background: url("../img/install_img.png") no-repeat center center/cover;
}

.proof_sec {
  background-color: #0f131a;
}

.future_sec {
  background-color: #142032;
}

.contact_sec {
  background-color: #0f131a;
}

.form-select,
.form-control {
  border-color: #202732;
  color: #fff !important;
}

.form-select option {
  border: none;
  background: #0f131a;
}

.form-control::placeholder {
  color: #bbc3ce;
  font-size: 14px;
}

.footer_gray {
  color: #9aa4b1;
}

/* responsive */

@media(max-width: 1199px) {
  .fs-60 {
    font-size: 42px;
  }

  .fs-48 {
    font-size: 42px !important;
  }

  .heading_font {
    font-size: 42px !important;
  }
  .infinite_sec h2{
    font-size: 42px;
  }
}




@media(max-width: 991px) {
  .fs-60 {
    font-size: 32px;
  }

  .logo {
    width: 180px;
  }

  .ptb80 {
    padding: 60px 0;
  }

  .fs-48 {
    font-size: 36px !important;
  }

  .heading_font {
    font-size: 36px !important;
  }

  .fs-20 {
    font-size: 18px;
  }
  .main_btn{
    font-size: 17px;
  }
   .infinite_sec h2{
    font-size: 32px;
  }
}



@media(max-width: 767px) {
  .fs-60 {
    font-size: 28px;
  }

  .fs-24 {
    font-size: 20px !important;
  }

  .ptb80 {
    padding: 40px 0;
  }

  .fs-48 {
    font-size: 30px !important;
  }

  .heading_font {
    font-size: 30px !important;
  }

  .fs-20 {
    font-size: 16px;
  }
    .main_btn{
    font-size: 16px;
  }
   .infinite_sec h2{
    font-size: 28px;
  }
}

@media(max-width: 576px){
  .fs-48{
    font-size: 28px !important;
  }
}