<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.cdnfonts.com/css/gotham-serif-bold');
:root {
    --dark-gray-color: #B1B1B1;
    --white-color: #FEFEFE;
    --light-gray-color: #FFFFFF;
    --theme-color: #ffffff;
    --theme-muted-color: #404040;
    --bg-color: #292929;

}
  .custom-cursor {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 4px solid red;
    border-radius: 50%;
    position: fixed;
    pointer-events: none; 
    z-index: 10000;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease-out; 
  }

body {
    font-family: 'Inter', sans-serif  !important;
    background-color: var(--bg-color) !important;
}
.custom-cursor:hover {
    transform: translate(-50%, -50%) scale(2);
    background-color: blue;
  }
.navbar-nav&gt;.nav-item&gt;.nav-link{
    font-weight: 500 !important;
    color: var(--dark-gray-color);
    font-size: 29px !important;
}
.navbar-nav&gt;.nav-item&gt;.nav-link .active{
    color: var(--white-color);
}
.dropdown ul{
    background-color: white !important;
}
/* Bannert Section  */
.banner-section{
    width: 100% !important;
    height: 800px !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.long-banner{
    width: 50% !important;
}
.long-banner-img{
    width: 100%;
    height: 800px !important;
}
.short-banner{
    width: 50%;
    height: 100%;
    overflow: hidden !important;
}
.short-banner-img{
    width: 100%;
    height: 400px !important;
}
.banner-text{
    color: white;
    margin-top: 307px;
    margin-left: 239px;
}
.banner-text h1{
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}
.banner-text p{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.appoinment-btn{
    background-color: #FFF  !important;
    font-weight: 600;
    padding: 7px 17.5px;
    border-radius: 10px;
    font-size: 24px !important;
    height: 62px !important;
    background-color: white  !important;
    color: black !important;
    outline: none !important;
    border: none !important;
    padding: 15px 32px 15px !important;
}
.appoinment-btn i{
    transform: rotate(-60deg);
}
.enroll-btn{
    background-color: #7BA7D8 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 7px 17.5px !important;
    height: 42px !important;
    color: black !important;
    border-radius: 10px !important;
}
.enroll-btn i{
    transform: rotate(-60deg);
}
/* Featured Section */
.feature-section{
    width: 100%;
    height: 200px;
    background-color: #E1E1E1;
}
.s-name{
    font-size: 16px;
}
.feature-item {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .marquee {
    display: flex;
    width: calc(100% * 2);
    animation: scroll-left 8s linear infinite;
  }

  .marquee-content {
    display: flex;
    gap: 30px;
  }

  .marquee-content img {
    height: 100px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
.feature-title{
    text-align: center;
    font-size: 23px;
    padding-top: 23px;
}
/* About section */
.about-title{
    font-weight: 600;
    padding-bottom: 12px;
}
.about-p{
    font-size: 18px;
    font-weight: 500;
}
.about-card{
    background-color: var(--white-color);
    padding: 22px 20px 8px;
    border-radius: 10px;
}
.about-icon{
    background-color: var(--dark-gray-color);
    width: 40px;
    padding: 14px 15px;
    border-radius: 10px;
}
.about-card-title{
    font-family: 'Inter', sans-serif;
    padding-top: 15px;
}
.about-card-p{
    color: #292929;
    font-size: 16px;
    font-weight: 500;
}
.count-sec{
    margin-top: -23px;
}
.count-element{
    font-size: 36px;
    color: var(--dark-gray-color);
}
.count-text{
    font-size: 24px;
    color: var(--dark-gray-color);
}
/* Training section */
.training-header{
    justify-content: space-between;
}
.training-section{
    background-color: #3D3D3D;
}
.training-header-title{
    color: white !important;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}
.arrow{
    color: var(--dark-gray-color);
    padding: 5px 23px;
    background-color: transparent;
    border: 2px solid var(--dark-gray-color);
    border-radius: 5px;
    margin-right: 10px;
    font-size: 27px;
}
.training-card{
    background-color: var(--white-color);
    padding: 8px 8px 18px;
    border-radius: 10px;
}
.training-card-image{
    width: 100%;
    /* max-height: 200px; */
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
}
.training-card-image img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-height: 265px;
}
.training-title{
    color: #333333;
    font-size: 18px;
    padding-top: 10px;
}
.training-text{
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 15px;
}
.price{
    padding-left: 10px;
    font-size: 18px;
    color: black;
}
.review i{
    color: #7BA7D8;
}
.intro-section{
    background-color: #3D3D3D;
}
.overview-secction{
    background-color: #3D3D3D;
}
.intro-content{
    background-color: #D6D7D7;
    border-top-right-radius: 100px;
}
.intro-image-sec{
    width: 374px;
}
.intro-p{
    color: #292929;
}
.intro-h5{
    color: #292929;
}
.intro-border{
    width: 95px;
    height: 3px;
    background-color: #161616;
    margin-bottom: 18px;
}
.read-more{
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.intro-social i {
    padding: 9px 7px 8px 9px;
    font-size: 25px;
    border-radius: 100%;
    color: white;
    background-color: blue;
    transition: all 0.3s ease;
}

.intro-social .social-facebook i {
    background-color: #4267B2;
    color: white;
}

.intro-social .social-whatsapp i {
    background-color: #25D366;
    color: white;
}

.intro-social .social-twitter i {
    background-color: #1DA1F2;
    color: white;
}

.intro-social .social-instagram i {
    background-color: #C13584;
    color: white;
}

.intro-social .social-youtube i {
    background-color: #FF0000;
    color: white;
}

.intro-social a:hover i {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.calc{
    background-color: #D6D7D7;
    border-radius: 10px;
    min-height: 233px;

}
.overview-img{
    width: 56px;
    padding: 10px;
    background-color: var(--dark-gray-color);
    border-radius: 10px;
}
.calc{
    padding: 10px;
}
/* Footer section */
.footer-section{
    background-color: #1A1A1A;
    padding: 30px 0;
}
.footer-content{
    display: flex;
    justify-content: space-between;
}
.footer-logo{
    width: 284px;
}
.footer-right-h1{
    color: white;
    font-size: 82px;
}
/* Video section */
.video-section{
    color: white !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.video-section-text h5{
    color: #7BA7D8;
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 22px;
}
.video-section-text h1{
    color: #ffffff;
    font-size: 58px;
}
.video-span{
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 20px;
    border-radius: 100%;
    font-size: 23px;
    width: 115px;
    margin-right: 20px;
}
@media(max-width:767px){
    .video-span{
        background-color: #fff;
        color: #000;
        text-align: center;
        padding: 11px;
        border-radius: 100%;
        font-size: 17px;
        width: 115px;
        margin-right: 20px;
    }
}
.video-span span{
    font-weight: 600;
}
.gif-image{
    position: absolute;
    width: 396px;
    margin-left: 283px;
    margin-top: 73px;
}
.product-main-content{
    width: 100%;
    height: 600px;
    background-color: #333333;
    border-radius: 5px;

}
.product-course-content{
    width: 100%;
    height: 300px;
    background-color: #333333;
    border-radius: 5px;
    margin-bottom: 21px;
}
.product-video-content{
    width: 100%;
    height: 277px;
    background-color: #333333;
    border-radius: 5px;
}
.main-book{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-book-text{
    position: absolute;
    margin-top: -122px;
}
.main-course{
    width: 100%;
    height: 100%;
}
.main-course-text{
    position: absolute;
    margin-top: -129px;

}
.main-video{
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-video-text{
    position: absolute;
    margin-top: 170px;
}
.blog-image img{
    width: 100%;
    border-radius: 10px;
}
.blog-p{
    padding-top: 14px;
}
.more-blog-btn{
    color: white;
    background-color: black;
    padding: 20px 41px 20px;
    border-radius: 14px;
}
.e-blog-image{
    width: 25%;
    margin-right: 20px;
}
.e-blog-image img{
    width: 100%;
    height: 100px;
    border-radius: 10px;
}
.e-blog-text{
    width: 75%;
}
.e-blog-content{
    border-bottom: 4px solid white;
    padding-bottom: 14px;
    padding-top: 20px;
}
/* Button animation */
.button2 {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #090909;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    border-radius: 0.5em;
    background: #e8e8e8;
  }

  .button2:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }

  .button2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }

  .button2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #7BA7D8;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }

  .button2:hover {
    color: #ffffff;
    border: 1px solid #7BA7D8;
  }

  .button2:hover:before {
    top: -35%;
    background-color: #7BA7D8;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .button2:hover:after {
    top: -45%;
    background-color: #7BA7D8;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
/* From Uiverse.io by alexmaracinaru */
.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
  }

  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #414c50;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
  }

  .cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff;
  }

  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #234567;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }

  .cta:hover:before {
    width: 100%;
    background: #414c50;
  }

  .cta:hover svg {
    transform: translateX(0);
  }

  .cta:active {
    transform: scale(0.95);
  }

  .explore-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  .explore-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #10b981; /* Emerald color */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    z-index: -1;
  }

  .explore-button:hover::before {
    width: 200%;
    height: 200%;
  }

  .explore-button:hover {
    color: #ffffff;
    background-color: #7BA7D8;
    transition: 0.5s ease-in;
  }

  .icon {
    width: 32px;
    height: 32px;
    transform: rotate(45deg);
    border: 1px solid #555;
    padding: 4px;
    border-radius: 50%;
    transition: all 0.3s ease;
    fill: #333;
  }

  .explore-button:hover .icon {
    transform: rotate(90deg);
    background-color: #ffffff;
    fill: #333;
    border: none;
  }
/* //ssdgsdg */
.read-more {
    border: none;
    background: none;
    cursor: pointer;
  }

  .read-more span {
    padding-bottom: 7px;
    letter-spacing: 4px;
    font-size: 14px;
    padding-right: 15px;
    text-transform: uppercase;
  }

  .read-more svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
  }

  .read-more:hover svg {
    transform: translateX(0);
  }

  .read-more:active svg {
    transform: scale(0.9);
  }

  .hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
  }

  .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

  .read-more:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
.overview-img {
  transform: rotateY(0deg);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: center;
}
.calc:hover .overview-img {
  transform: rotateY(180deg);
}
.calc:hover {
    background: linear-gradient(to top, #ffffff 0%, #7BA7D8 100%);
}
/* Set up the initial hidden state of the element */
.animate {
    opacity: 0;
    transform: translateY(100px); /* Start from below */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }

  /* This class will be added when the element is in the viewport */
  .animate.animate-in {
    opacity: 1;
    transform: translateY(0); /* Move to its normal position */
  }
@media (max-width: 1400px) {
    .gif-image{
        margin-left: 98px;
        margin-top: 136px;
    }
    .footer-right-h1 {
        color: white;
        font-size: 60px;
    }
    .price {
        padding-left: 10px;
        font-size: 22px;
        color: black;
    }
}
@media (max-width:1200px){
    .gif-image{
        margin-left: 65px;
        margin-top: 211px;
    }
    .banner-text {
        margin-top: 290px;
        margin-left: 107px;
    }
}
@media(max-width:992px){
    .intro-gif{
        order: -1 !important;
    }
    .gif-image {
        margin-left: 285px;
        margin-top: -67px;
    }
}
@media(max-width:770px){
    .gif-image {
        margin-left: 200px;
        margin-top: -64px;
        width: 306px;
    }
    .product-main-content {
        height: 430px;
    }
    .video-section{
        background-color: #292929 !important;
        background-image: none !important;
        padding-top: 0px !important;
    }
}
.service-section{
    background: #FFFFFF;
    color: black !important;
}
@media screen and (min-width: 769px) {
    .mobile-nav__menu {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mobile-nav__menu.active {
        display: block;
    }

    /* Hamburger icon */
    .main-menu__toggler {
        font-size: 24px;
        cursor: pointer;
        display: block;
    }
    .video-section-text h1 {
        color: #ffffff;
        font-size: 35px;
    }
    .intro-mail{
        display: block !important;
    }
    .main-header-two .main-menu {
        background: black !important;
    }
    .intro-social i {
        margin-top: 20px;
    }
    .pc-logo{
        display: none !important;
    }
    .mobile-logo{
        display: block !important;
    }
    section{
        padding: 15px;
    }
}
.main-header-two .main-menu .main-menu__list &gt; li &gt; a {
    color: #FFF;
    font-size: 16px !important;
}
.mobile-nav__wrapper.expanded .mobile-nav__content{
    background-color: white !important;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
    background-color: #c9c5c5 !important;
}
@media(max-width: 540px){
    .gif-image {
        margin-left: 123px;
        margin-top: -64px;
        width: 224px;
    }
}
@media(max-width: 540px){
    .gif-image {
        margin-left: 163px;
        margin-top: 29px;
        width: 157px;
    }
    .intro-image-sec {
        width: 200px;
    }
}
.training-card-content{
    min-height: 165px;
}
.blog-image img{
    max-height: 420px;
}
@media (max-width: 450px) and (min-width: 400px) {
    .gif-image {
        margin-left: 229px !important;
        margin-top: 45px !important;
        width: 157px !important;
    }
}
.appointment-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: rgb(245, 251, 255);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313030;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #f7f7f74d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
  }

  .appointment-btn .icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
  }

  .appointment-btn:hover {
    transform: scale(1.05);
    border-color: #fff9;
  }

  .appointment-btn:hover .icon {
    transform: translate(4px);
  }

  .appointment-btn:hover::before {
    animation: shine 1.5s ease-out infinite;
  }

  .appointment-btn::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }

  @keyframes shine {
    0% {
      left: -100px;
    }

    60% {
      left: 100%;
    }

    to {
      left: 100%;
    }
  }
  .cartBtn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: white;
    font-weight: 500;
    position: relative;
    background-color: rgb(29, 29, 29);
    box-shadow: 0 20px 30px -7px rgba(27, 27, 27, 0.219);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    }

    .cart {
    z-index: 2;
    }

    .cartBtn:active {
    transform: scale(0.96);
    }

    .product {
    position: absolute;
    width: 12px;
    border-radius: 3px;
    content: "";
    left: 90px;
    bottom: 23px;
    opacity: 0;
    z-index: 1;
    fill: rgb(211, 211, 211);
    }

    .cartBtn:hover .product {
    animation: slide-in-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    @keyframes slide-in-top {
    0% {
        transform: translateY(-30px);
        opacity: 1;
    }

    100% {
        transform: translateY(0) rotate(-90deg);
        opacity: 1;
    }
    }

    .cartBtn:hover .cart {
    animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .cartBtn:hover {
        color: wheat;
    }

    @keyframes slide-in-left {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
    }</pre></body></html>