@font-face {
  font-family: "Gilroy-Regular";
  src: url(./font/gilroy/Gilroy-Regular.ttf);
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url(./font/gilroy/Gilroy-Bold.ttf);
}

@font-face {
  font-family: "Gilroy-Semibold";
  src: url(./font/gilroy/Gilroy-SemiBold.ttf);
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url(./font/gilroy/Gilroy-Medium.ttf);
}

@font-face {
  font-family: "Gilroy-Light";
  src: url(./font/gilroy/Gilroy-Light.ttf);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
}

body {
  background-color: #f3f3f3;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.section.banner-section {
  padding: 10rem 0 8rem;
}

.section {
  margin: 0 auto;
  padding: 7rem 0 7rem;
}

a:hover {
  color: white !important;
  opacity: 0.8 !important;
}

button:hover {
  opacity: 0.8 !important;
}

.navbar-toggler-icon {
  background-image: url("./images/bars.png");
}

.heading-xl {
  font-family: "Gilroy-Medium";
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -2px;
  color: white;
}

.heading-lg {
  font-family: inherit;
  font-size: clamp(2.179rem, 5vw, 3.176rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}

.paragraph {
  font-family: "Gilroy-Medium";
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  opacity: 0.65;
}

.hero-btn {
  font-family: "Gilroy-Semibold";
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -1.2000000476837158px;
  text-align: left;
  color: #68d585;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  background-color: transparent;
  border: none;
  outline: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.35s ease;
}

.header.on-scroll {
  background: #161c2d;
}

.navbar {
  background-color: transparent;
}

.navbar li a {
  color: white;
  font-family: "Gilroy-Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
}

.navbar li {
  align-self: center;
}

.navbar li a.nav-btn {
  font-family: "Gilroy-Regular";
  padding: 12px, 40px, 12px, 40px;
  border-radius: 7px;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-align: center;
  background: #473bf0;
  width: auto;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section {
  background-image: url("./images/hero-bg.png");
}

.banner-image {
  position: relative;
  z-index: 5;
}

.banner-img-dots {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -41px;
  right: -38px;
}

/* ///////////////////form section///////////////// */

.banner-img-wraper video {
  width: 100% !important;
  border-radius: 10px;
  box-shadow: -3px 6px 18px 0px rgba(0, 0, 0, 0.3);
  z-index: 5;
  position: relative;
}

.banner-img-wraper video:hover {
  filter: brightness(0.5);
}

video::-webkit-media-controls-volume-slider {
  display: none;
}

video::-webkit-media-controls-current-time-display {
  display: none;
}

video::-webkit-media-controls-fullscreen-button {
  display: none;
}

video::-webkit-media-controls-time-remaining-display {
  display: none;
}

video::-webkit-media-controls-mute-button {
  display: none;
}

video::-webkit-media-controls-play-button {
  display: none;
}

video::-webkit-media-controls-timeline {
  display: none;
}

/*  */
.form-img img.form-main-img {
  max-width: 400px;
  height: 455px;
}

.form-img-content {
  max-width: 400px;
}

.form-img-content p {
  font-family: "Gilroy-Medium";
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 10px;
}

.form-ring-div {
  background: #161c2d;
  box-shadow: 0px 62px 64px -10px #0117301e;
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  top: 70px;
  left: -45px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-ring-div p {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.10000000149011612px;
  text-align: left;
  opacity: 0.7;
  color: white;
}

.form-ring-div h5 {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  color: white;
}

.form-div {
  background-color: white;
  padding: 50px;
  box-shadow: 0px 20px 90px 1px #2222220d;
  border-radius: 12px;
}

.form-div p {
  font-family: "Gilroy-Semibold";
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(0, 21, 96, 1);
  margin-bottom: 40px;
}

.form-div form input {
  background: #fcfcfc;
  border: 0.5px solid #c0c0c0;
  font-family: "Gilroy-Regular";
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: #001560;
  margin-bottom: 30px;
}

.form-div form .form-btn {
  width: 180px;
  height: 46px;
  padding: 12px, 40px, 12px, 40px;
  border-radius: 7px;
  font-family: "Gilroy-Bold";
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.5px;
  text-align: center;
  color: white;
  background: #473bf0;
  margin-top: 50px;
}

/* ///////// testimonial section ////////// */

.testimonial-section {
  background-color: #161c2d;
  overflow: hidden;
}

.slider-content {
  align-self: center;
}

.slider-content h5 {
  font-family: "Gilroy-Medium";
  font-size: 27px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  color: #939393;
  margin-bottom: 25px;
}

.slider-content h2 {
  font-family: "Gilroy-Bold";
  font-size: 55px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0px;
  text-align: left;
  color: #00fff0;
  margin-bottom: 25px;
}

.slider-content p {
  font-family: "Gilroy-Regular";
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #e7e7e7;
  max-width: 550px;
}

.slider-right-img img.slider-main-img {
  width: 80%;
  z-index: 5;
  position: relative;
}

.slider-right-img .slider-dots-img {
  position: absolute;
  right: -10px;
  top: -10px;
}

.slider-right-img .slider-bg-img {
  position: absolute;
  left: -40px;
  bottom: 0px;
  height: 85%;
}

.carousel-control-prev {
  left: -80px;
}

.carousel-control-prev-icon {
  background-image: url("./images/prev.png");
  width: 55px;
  height: 55px;
}

.carousel-control-next-icon {
  background-image: url("./images/next.png");
  width: 55px;
  height: 55px;
}

.carousel-control-next {
  right: -80px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 60px;
  height: 50px;
  top: 50%;
}

/* //////////////////// card section/////////// */

.card-main .main-para {
  font-family: "Gilroy-Medium";
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 10px;
}

.card-inner-wraper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.card-conent-sec {
  background-color: white;
  min-width: 18%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 185px;
  border-radius: 10px;
}

.card-conent-sec p {
  margin-top: 20px;
  font-family: "Gilroy-SemiBold";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  color: #0E61AF;
  margin-bottom: 0px;
  width:200px;
}

/* ////////////////////// */
/* footer section */
footer {
  background: #161c2d;
  padding: 50px 50px 75px;
  text-align: center;
}

footer a {
  font-family: "Gilroy-Regular";
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #00c2ff;
  text-decoration: underline;
  margin-bottom: 50px;
  display: block;
}

footer p {
  font-family: "Gilroy-Regular";
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  color: #ffffff;
}

footer p span {
  font-family: "Gilroy-Semibold";
  color: #ffffff;
}

/* Index 2 */
@font-face {
  font-family: "Clash-Regular";
  src: url(./font/ClashDisplay_Complete/Fonts/OTF/ClashDisplay-Regular.otf);
}

@font-face {
  font-family: "Clash-Bold";
  src: url(./font/ClashDisplay_Complete/Fonts/OTF/ClashDisplay-Bold.otf);
}

@font-face {
  font-family: "Clash-Semibold";
  src: url(./font/ClashDisplay_Complete/Fonts/OTF/ClashDisplay-Semibold.otf);
}

@font-face {
  font-family: "Clash-Medium";
  src: url(./font/ClashDisplay_Complete/Fonts/OTF/ClashDisplay-Medium.otf);
}

@font-face {
  font-family: "Clash-Light";
  src: url(./font/ClashDisplay_Complete/Fonts/OTF/ClashDisplay-Light.otf);
}

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
.header .mynavbtn{
  background-color: #0E61AF !important;
}
.banner_2 {
  background-image: url("./images/index2bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_2 .banner-inner .heading-xl {
  font-family: "Alexandria", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 73px;
  letter-spacing: 0px;

}

.banner_2 .banner-inner {
  margin-top: 100px;
}

.banner_2 .paragraph {
  font-family: "Alexandria", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
}

.banner_2 .video_btn {
  font-family: "Alexandria", sans-serif;
  ;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  background: #247CFF;
  padding: 5px 40px 5px 40px;
  border-radius: 36px;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner_2 .bdr_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.card-section .card-1,
.card-section .card-2,
.card-section .card-3,
.card-section .card-4 {
  padding: 20px;
  border-radius: 12px;
  background: #FFFFFF;
  text-align: center;
  box-shadow: 0px 0px 30px 1px #1B1B1B26;

}

.card-section .card-1 .detail p,
.card-section .card-2 .detail p,
.card-section .card-3 .detail p,
.card-section .card-4 .detail p {
  font-family: "Clash-Regular";
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #0E61AF;



}

.card-section .card-1 .card-haedimg,
.card-section .card-2 .card-haedimg,
.card-section .card-3 .card-haedimg,
.card-section .card-4 .card-haedimg {
  display: flex;
  justify-content: center;
}

.card-section .card-1 .card-content p,
.card-section .card-2 .card-content p,
.card-section .card-3 .card-content p,
.card-section .card-4 .card-content p {
  font-family: "Clash-Medium";
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.01em;
  margin-top: 20px;
  color: #0E61AF;
}

.card-section .card-1 .card_btn button,
.card-section .card-2 .card_btn button,
.card-section .card-3 .card_btn button,
.card-section .card-4 .card_btn button {
  font-family: "Clash-Medium";
  font-size: 13px;
  line-height: 26px;
  letter-spacing: -0.01em;
  line-height: 15.99px;
  color: #FFFFFF;
  background: #0E61AF;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
  border: none;
}

.card-section .card-1 .card_btn button:hover,
.card-section .card-2 .card_btn button:hover,
.card-section .card-3 .card_btn button:hover,
.card-section .card-4 .card_btn button:hover {
  opacity: 0.8 !important;
}

.card-section .card-1 {
  position: relative;
}

.card-section .card-1 .cardbg_img {
  position: absolute;
  z-index: -1;
  left: -16px;
  top: -13px;
}

.register_section {
  text-align: center;
}

.register_section .Breakdown .head {
  font-family: "Clash-Semibold";
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0px;
  color: #BD0000;
  text-transform: uppercase;

}

.register_section .Breakdown .avg p {
  font-family: "Clash-Medium";
  font-size: 21px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #3B3B3B;
  text-transform: uppercase;
  margin-top: 35px;

}

.register_section .Breakdown .register p {
  font-family: "Clash-Medium";
  font-size: 21px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #3B3B3B;
  text-transform: uppercase;
  margin-top: 35px;

}

.register_section .registerlink a {
  font-family: "Clash-Semibold";
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: none;
  color: #1F1F1F;
}

.register_section .registerlink {
  margin-top: 35px;
}

.register_section .registerlink a:hover {
  color: #363535 !important;
}

.register_section .brain_iologo p {
  font-family: "Rubik", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: -0.13333334028720856px;
  color: #0E61AF;
  margin-top: 35px;

}
.register_section .foot_link a{
  font-family: "Clash-Medium";
  font-size: 25px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0px;
 color: #3B3B3B;
 text-decoration: none;
}
.register_section .foot_link a:hover{
 color: #1f1f1f !important;
}
.register_section .foot_link{
 margin-top: 35px;
}
.form_pagesect{
  background-image: url("./images/index2form.png");
 background-size: 100% 100%;
 background-repeat: no-repeat;
}
.form_pagesect .form_filds .form-div p{
  text-align: center;
}
.form_pagesect .form_filds {
  padding-left: 95px;
}
.Foot_links .head{
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.13333334028720856px;
  color: #F4F7FA;
}
.Foot_links .head2{
  font-family: "Clash-Medium";
font-size: 24px;
line-height: 30px;
letter-spacing: 0px;
color: #FFFFFF;

}
.Foot_links .detail{
  font-family: "Clash-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
 color: #A6A6A6;
 margin-top: 20px;
  

}
.footerindex2{
  background: #161c2d;
  padding: 50px 50px 75px;
}
.Foot_links .foot_user p{
  font-family: "Clash-Regular";
font-size: 20px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0px;
color: #A6A6A6;
margin-top: 20px;
}
.Foot_links .foot_user span{
  font-family: "Clash-Regular";
font-size: 20px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0px;
color: #FF4141;
margin-top: 20px;
}
.Foot_links .contacts .cont{
  font-family: "Clash-Medium";
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0px;
 color:#FFFFFF;
  
}
.Foot_links .contacts {
  margin-top: 15px;
  
}
.Foot_links .contacts .cont2{
  font-family: "Clash-Regular";
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0px;
 color:#A6A6A6;
}
.banner_2 .video_btn img{
  margin-right: 3px;
}
/* Index 2 */
/* index 3 */
.header .custombtn{
  background: #365E78 !important;
}
.banner_3{
  background-image: url("./images/banner3.png");
  background-size: 100% 100%;
}

.banner_3 .banner-inner .heading-xl {
  font-family: "Alexandria", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 73px;
  letter-spacing: 0px;

}

.banner_3 .banner-inner {
  margin-top: 100px;
}

.banner_3 .paragraph {
  font-family: "Alexandria", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
}

.banner_3 .video_btn {
  font-family: "Alexandria", sans-serif;
  ;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  background: #247CFF;
  padding: 5px 40px 5px 40px;
  border-radius: 36px;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner_3 .bdr_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.register_section .lists li{
    list-style:disc;
  font-family: "Clash-Medium";
  font-size: 21px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #3B3B3B;
  text-transform: uppercase;
  margin-top: 20px !important;
  width:fit-content;
  margin:auto;
}
.register_section .lists li span{
    display:none;
margin-right: 10px;
font-weight: 900;

}
.register_section .lists ul{
  margin-top: 35px;
}
.register_section .links_links a{
  font-family: "Clash-Medium";
  font-size: 25px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0px;
  color: #FF0000;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  
}
.register_section .links_links a:hover{
  color: #ec6b6b !important;
  
}
.formindex3{
  background-image: url("./images/rectangleindex3.png");
}
.formindex3 .form_filds .form-div p{
  text-align: center;
}
.formindex3 .form_filds {
  padding-right: 111px;
}
.footerindex3{
  background: #365E78;
  padding: 50px 50px 75px;
}
.breakdown_section{
  padding-top: 50px !important;
}
.banner_3 .video_btn img{
  margin-right: 3px;
}
/* index 3 */

/*new media query*/
@media (min-width: 1920px) {
  /* For 1920 */
}

@media (max-width: 1919.98px) {
  /* For 1670 */
}

@media (max-width: 1679.98px) {
  /* For 1560 */
}

@media (max-width: 1559.98px) {
  /* For 1440 */
}

@media (max-width: 1439.98px) {
  /* For 1366 */
}

@media (max-width: 1365.98px) {
  /* For 1280 */
}

@media (max-width: 1199.98px) {}

@media (max-width: 1151.98px) {
  /* For 1024 */
}

@media (max-width: 1023.98px) {
  /* For 992 */
}

@media (max-width: 991.98px) {
  .navbar-nav {
    background: #161c2d;
    padding: 20px;
    border-radius: 8px;
  }

  .section {
    padding: 4rem 0 4rem;
  }

  footer {
    padding: 30px 20px 50px;
  }

  footer p,
  footer a {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .card-main .main-para br {
    display: none;
  }

  .card-main .main-para {
    font-size: 20px;
  }

  .card-inner-wraper {
    justify-content: center;
    gap: 30px;
  }

  .card-conent-sec {
    min-width: 300px;
  }

  .slider-right-img img.slider-main-img {
    width: 65%;
    height: 401px;
    object-fit: unset;
    margin: auto;
  }

  .slider-right-img .slider-dots-img {
    right: 32px;
    top: 17px;
  }

  .slider-right-img .slider-bg-img {
    left: 13px;
    height: 75%;
  }

  .slider-content {
    margin-bottom: 30px;
  }

  .slider-content h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .slider-content h2 {
    font-size: 40px;
  }

  .slider-content p {
    font-size: 18px;
  }

  .form-div {
    padding: 30px;
    margin-top: 30px;
  }

  .form-img img.form-main-img {
    width: 85%;
    margin: auto;
    height: 427px;
    object-fit: unset;
  }

  .form-img-content {
    max-width: 100%;
  }

  .form-img-content p {
    text-align: center;
    font-size: 18px;
  }

  .form-ring-div {
    left: 10px;
  }

  .heading-xl {
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph br {
    display: none;
  }

  .banner-image {
    max-width: 90%;
  }

  .banner-img-wraper {
    margin-top: 50px;
  }

  .banner-img-dots {
    width: 150px;
    height: 150px;
    top: -35px;
    right: 0px;
  }

  .section.banner-section {
    padding: 7rem 0 4rem;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 0%;
  }

  .carousel-control-prev {
    right: 110px;
    left: unset;
  }

  .carousel-control-next {
    right: 40px;
  }

  .card-section .card-1,.card-section .card-2{
    margin-bottom: 30px;
  }
  .form_pagesect .form_filds {
    padding-left: 0px;
}
.formindex3 .form_filds {
  padding-right: 0px;
}
.formindex3 .form_section{
  margin-top: 30px;
}
.banner_2 br,.banner_3 br{
  display: none;
}
.card-section br{
  display: none;
}
.breakdown_section br{
  display: none;
}
.footerindex3 br,.footerindex2 br{
display: none;
}
.navbar-expand-md .navbar-nav {
  background: transparent;
 }
}

@media (max-width: 767.98px) {
  .card-section .card-1,.card-section .card-2,.card-section .card-3{
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .carousel-control-prev {
    right: 80px;
    left: unset;
  }

  .carousel-control-next {
    right: 20px;
  }
  .banner_2 .banner-inner .heading-xl {
    font-size: 34px;
    line-height: 43px;
}
  .banner_3 .banner-inner .heading-xl {
    font-size: 34px;
    line-height: 43px;
}
.register_section .brain_iologo p {
  font-size: 39px;

}
}
@media (max-width: 413.98px) {}

@media (max-width: 374.98px) {
  /* For 360 */
}

@media (max-width: 359.98px) {}