@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 2rem;
  }
  .section {
    margin: 0 auto;
    padding: 7rem 0 4rem;
  }
  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-Bold";
    font-size: 65px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3px;
    color: white;
    text-align: center;
  }
  .section.banner-section .Down_Arrow{
    text-align: center;
      display: block;
      margin: 8rem auto 0;
      width: 140px;
  }
  .section.banner-section .Down_Arrow img{
    width: 140px;
  }
  .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: #ac2525;
  }
  .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: #000;
    width: 148px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section.banner-section {
    padding: 10rem 0 1rem;
    /* background-image: url("./images/hero-bg.png"); */
    background-size: 100%;
    background-position: bottom center;
    background-color: #ac2525;
  }
  .banner-image {
    position: relative;
    z-index: 5;
  }
  .banner-img-dots {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -41px;
    right: -38px;
  }
  
  /* Learning Section */
  .FR_Wrap{
  
  }
  .FR_Wrap h4{
    font-family: "Gilroy-Medium";
  }
  .FR_Wrap h6{
    font-family: "Gilroy-Regular";
    margin-top: 2rem;
  }
  .FR_Wrap ul{
    margin-top: 1rem;
  }
  .FR_Wrap ul li {
    font-family: "Gilroy-Light";
    list-style: disc;
    line-height: 25px;
    font-size: 16px;
  }
  
  /* Request Section */
  .RequestSec_Wrap{
  
  }
  .RequestSec_Wrap h2{
    font-family: "Gilroy-Bold";
  }
  .RequestSec_Wrap .Top_Heading h2{
    text-align: center;
    font-size: 45px;
    margin-bottom: 2rem;
    color: #ac2525;
  }
  .RequestSec_Wrap .RS_Inner{
  
  }
  .RequestSec_Wrap .RS_Inner p{
    font-family: "Gilroy-Light";
    line-height: 25px;
    font-size: 18px;
  }
  .RequestSec_Wrap .ring-img img{
    width: 100%;
  }
  .RequestSec_Wrap .Btm_Text{
  
  }
  .RequestSec_Wrap .Btm_Text h4{
    font-family: "Gilroy-Medium";
  }
  .RequestSec_Wrap .Btm_Text div{
    background-color: #b5775a;
    color: #fff;
    padding: 14px;
    border-radius: 14px;
  }
  .RequestSec_Wrap .Btm_Text div h4{
  
  }
  
  /* Email Sending Section */
  .EmailSec_Wrap {
    background-color: #ac2525;
    text-align: center;
  }
  .EmailSec_Wrap .EmailBtn{
    
  }
  .EmailSec_Wrap .EmailBtn h2 {
    font-family: "Gilroy-Bold";
    font-size: 55px;
    color: #fff;
  }
  .EmailSec_Wrap .EmailBtn button.Download_Btn {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 14px;
    font-size: 16px;
    margin-top: 3rem;
    font-family: "Gilroy-Regular";
  }
  /* ///////////////////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: #ac2525;
    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: #000;
    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: #ac2525;
    margin-bottom: 0px;
  }
  /* ////////////////////// */
  /* footer section */
  footer {
    background: #ac2525;
    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;
  }
  
  /*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: 12rem 0 0rem;
    }
    .carousel-control-next,
    .carousel-control-prev {
      top: 0%;
    }
    .carousel-control-prev {
      right: 110px;
      left: unset;
    }
    .carousel-control-next {
      right: 40px;
    }
  }
  @media (max-width: 767.98px) {
  }
  @media (max-width: 575.98px) {
    .carousel-control-prev {
      right: 80px;
      left: unset;
    }
    .carousel-control-next {
      right: 20px;
    }
  }
  @media (max-width: 413.98px) {
  }
  @media (max-width: 374.98px) {
    /* For 360 */
  }
  @media (max-width: 359.98px) {
  }
  