@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    --heading-font: "Geist", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Color Variables Start =========================== */
    --base-h: 295;
    --base-s: 44%;
    --base-l: 32%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    --base-two-h: 176;
    --base-two-s: 44%;
    --base-two-l: 64%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    --white: 0 0% 100%;
    --black: 0 0% 0%;
}

/* ========================= Css Variables End =========================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--black)/0.7);
    word-break: break-word;
    background-color: hsl(var(--white));
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--black)/0.7);
}

@media screen and (max-width: 1199px) {
    p {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    p {
        font-size: 14px;
    }
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 24px 0;
    font-family: var(--heading-font);
    color: hsl(var(--black));
    font-weight: 700;
}

@media screen and (max-width: 1199px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 16px 0;
    }
}

h1 {
    font-size: 62px;
}

@media screen and (max-width: 1399px) {
    h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 52px;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    h2 {
        font-size: 42px;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 26px;
    }
}

h3 {
    font-size: 32px;
    font-weight: 500;
}

@media screen and (max-width: 1399px) {
    h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: inherit;
}

a {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    color: hsl(var(--black));
}

a:hover {
    color: hsl(var(--base));
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    will-change: transform, opacity;
}

/* ================================= Custom Classes Css End =========================== */
/* ======================  Button Section Start  ======================*/
.common__btn {
    padding: 14px 24px;
    color: hsl(var(--white));
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    border: none;
    outline: none;
    background-color: hsl(var(--base));
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .common__btn {
        font-size: 16px;
    }
}

.common__btn:hover {
    background-color: hsl(var(--base-d-200));
    color: hsl(var(--white));
}

/* ======================  Button Section End  ======================*/
/* ================================= Preloader Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--white));
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader .loader__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-family: var(--heading-font);
    letter-spacing: 2px;
    font-size: 40px;
    background: radial-gradient(circle closest-side, hsl(var(--base)) 94%, transparent) right/calc(200% - 1em) 100%;
    -webkit-animation: loader__circle 1s infinite alternate linear;
    animation: loader__circle 1s infinite alternate linear;
}

@media screen and (max-width: 575px) {
    .preloader .loader__text {
        font-size: 1.875rem;
    }
}

.preloader .loader__text::before {
    content: attr(data-text);
    line-height: 1em;
    color: transparent;
    background: inherit;
    background-image: radial-gradient(circle closest-side, hsl(var(--white)) 94%, hsl(var(--black)/0.1));
    -webkit-background-clip: text;
    background-clip: text;
}

@-webkit-keyframes loader__circle {
    100% {
        background-position: left;
    }
}

@keyframes loader__circle {
    100% {
        background-position: left;
    }
}

/* ================================= Preloader Css End ===========================  */
/* ======================  Offcanvas Section Start  ======================*/
.offcanvas__area {
    position: fixed !important;
    left: -100%;
    height: 100%;
    width: 300px;
    padding: 20px;
    padding-right: 0 !important;
    background-color: hsl(var(--white));
    border-right: 1px solid hsl(var(--black)/0.03);
    z-index: 15 !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    top: 0;
    overflow: hidden;
}

.offcanvas__area.active {
    left: 0;
    visibility: visible;
}

.offcanvas__area .offcanvas__topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.offcanvas__area .offcanvas__topbar a img {
    width: 70px;
}

.offcanvas__area .offcanvas__topbar .menu__close {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: hsl(var(--black));
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.offcanvas__area .offcanvas__topbar .menu__close:hover {
    color: hsl(var(--black));
}

.offcanvas__area .offcanvas__main {
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
    padding-right: 20px;
    padding-bottom: 130px;
}

.offcanvas__area .offcanvas__menu ul li:last-child a {
    border-bottom: none;
}

.offcanvas__area .offcanvas__menu ul li a {
    font-size: 16px;
    color: hsl(var(--black));
    padding: 12px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    border-bottom: 1px solid hsl(var(--black)/0.06);
}

.offcanvas__area .offcanvas__menu ul li a:hover,
.offcanvas__area .offcanvas__menu ul li a.active {
    color: hsl(var(--base));
}

.offcanvas__btn {
    margin-top: 24px;
}

.offcanvas__btn .common__btn {
    width: 100%;
}

.offcanvas__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 12;
}

.offcanvas__overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ======================  Offcanvas Section End  ======================*/
/* ======================  Header Start Here  ======================*/
.header__area {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    width: 100%;
    z-index: 10;
}

.header__area .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.header__area .header__main .menu__open {
    font-size: 24px;
    color: hsl(var(--white));
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

@media screen and (max-width: 1199px) {
    .header__area .header__main .menu__open {
        display: block;
    }
}

.header__area .header__logo a img {
    max-width: 122px;
    width: 100%;
}

@media screen and (max-width: 1399px) {
    .header__area .header__logo a img {
        max-width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .header__area .header__logo a img {
        max-width: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .header__area .header__menu {
        display: none;
    }
}

.header__area .header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 27px;
}

@media screen and (max-width: 1399px) {
    .header__area .header__menu ul {
        gap: 16px;
    }
}

.header__area .header__menu ul li a {
    color: hsl(var(--white));
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.header__area .header__menu ul li a::after {
    position: absolute;
    right: 0;
    left: auto;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: hsl(var(--white));
    content: "";
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__area .header__menu ul li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

@media screen and (max-width: 1399px) {
    .header__area .header__menu ul li a {
        font-size: 16px;
    }
}

.header__area .common__btn {
    color: hsl(var(--white)) !important;
}

.header__area .common__btn::after {
    display: none;
}

/* ======================  Header End Here  ======================*/
/* ======================  Footer Section Start  ======================*/
.footer__area {
    padding-top: 78px;
    background-color: hsl(var(--base-two)/0.3);
}

.footer__wrap {
    text-align: center;
}

.footer__logo a img {
    width: 245px;
}

@media screen and (max-width: 1399px) {
    .footer__logo a img {
        width: 220px;
    }
}

@media screen and (max-width: 1199px) {
    .footer__logo a img {
        width: 180px;
    }
}

@media screen and (max-width: 575px) {
    .footer__logo a img {
        width: 120px;
    }
}

.footer__logo {
    margin-bottom: 80px;
}

@media screen and (max-width: 1199px) {
    .footer__logo {
        margin-bottom: 60px;
    }
}

.footer__menu {
    margin-bottom: 80px;
}

@media screen and (max-width: 1199px) {
    .footer__menu {
        margin-bottom: 60px;
    }
}

.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
    row-gap: 16px;
}

@media screen and (max-width: 1199px) {
    .footer__menu ul {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}

.footer__menu ul li a {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.footer__menu ul li a::after {
    position: absolute;
    right: 0;
    left: auto;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: hsl(var(--base));
    content: "";
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__menu ul li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

@media screen and (max-width: 1199px) {
    .footer__menu ul li a {
        font-size: 16px;
    }
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 130px;
}

@media screen and (max-width: 1199px) {
    .footer__social {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 991px) {
    .footer__social {
        margin-bottom: 60px;
    }
}

.footer__social a {
    width: 40px;
    height: 40px;
    border: 1px solid hsl(var(--black)/0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: hsl(var(--black));
    font-size: 20px;
}

.footer__social a:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.footer__copyright {
    padding: 30px 0;
    border-top: 1px solid hsl(var(--black)/0.4);
}

@media screen and (max-width: 1199px) {
    .footer__copyright {
        padding: 20px 0;
    }
}

/* ======================  Footer Section End  ======================*/
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ======================  Hero Section Start  ======================*/
.hero__area {
    padding-top: 500px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1399px) {
    .hero__area {
        padding-top: 400px;
    }
}

@media screen and (max-width: 1199px) {
    .hero__area {
        padding-top: 350px;
    }
}

@media screen and (max-width: 991px) {
    .hero__area {
        padding-top: 260px;
    }
}

@media screen and (max-width: 575px) {
    .hero__area {
        padding-top: 220px;
    }
}

.hero__content {
    text-align: center;
    max-width: 830px;
    margin-inline: auto;
}

@media screen and (max-width: 991px) {
    .hero__content {
        max-width: 560px;
    }
}

.hero__content h1 {
    color: hsl(var(--white));
}

.hero__content p {
    color: hsl(var(--white));
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
}

@media screen and (max-width: 1399px) {
    .hero__content p {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .hero__content p {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .hero__content p {
        font-size: 16px;
        margin-bottom: 24px;
    }
}

.hero__content span {
    display: block;
}

.hero__content span img {
    margin-top: 32px;
    width: 15px;
}

@media screen and (max-width: 575px) {
    .hero__content span img {
        margin-top: 24px;
    }
}

/* ======================  Hero Section End  ======================*/
/* ======================  About Section Start  ======================*/
.about__area {
    padding: 150px 0;
}

@media screen and (max-width: 1399px) {
    .about__area {
        padding: 120px 0;
    }
}

@media screen and (max-width: 1199px) {
    .about__area {
        padding: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .about__area {
        padding: 80px 0;
    }
}

@media screen and (max-width: 575px) {
    .about__area {
        padding: 60px 0;
    }
}

.about__content p:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
    .about__content p:not(:last-child) {
        margin-bottom: 16px;
    }
}

.about__thumb {
    text-align: end;
}

@media screen and (max-width: 991px) {
    .about__thumb {
        text-align: center;
        margin-top: 16px;
    }
}

.about__thumb img {
    width: 80%;
}

@media screen and (max-width: 991px) {
    .about__thumb img {
        max-width: 400px;
        width: 100%;
    }
}

/* ======================  About Section End  ======================*/
/* ======================  Location Section Start  ======================*/
.location__area {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .location__area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 575px) {
    .location__area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .location__thumb {
        text-align: center;
    }
}

.location__thumb img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .location__thumb img {
        max-width: 400px;
    }
}

.location__content h2 {
    color: hsl(var(--white));
}

.location__content p {
    color: hsl(var(--white));
    max-width: 560px;
}

@media screen and (max-width: 991px) {
    .location__content p {
        max-width: 100%;
    }
}

.location__content {
    padding-top: 100px;
    padding-left: 40px;
}

@media screen and (max-width: 1199px) {
    .location__content {
        padding-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .location__content {
        padding-top: 24px;
        padding-left: 0;
        text-align: center;
    }
}

.location__area::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100px;
    background-color: hsl(var(--white));
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .location__area::after {
        height: 60px;
    }
}

@media screen and (max-width: 991px) {
    .location__area::after {
        display: none;
    }
}

/* ======================  Location Section End  ======================*/
/* ======================  Lesson Section Start  ======================*/
.lesson__area {
    padding: 170px 0;
}

@media screen and (max-width: 1399px) {
    .lesson__area {
        padding: 140px 0;
    }
}

@media screen and (max-width: 1199px) {
    .lesson__area {
        padding: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .lesson__area {
        padding: 80px 0;
    }
}

@media screen and (max-width: 575px) {
    .lesson__area {
        padding: 60px 0;
    }
}

.lesson__title {
    text-align: center;
    margin-bottom: 52px;
}

@media screen and (max-width: 1199px) {
    .lesson__title {
        margin-bottom: 34px;
    }
}

.lesson__title h2 {
    margin-bottom: 0;
}

.lesson__single img {
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.lesson__single h3 {
    margin-bottom: 12px;
    margin-top: 24px;
}

.content-wrapper {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.lesson__single .read-more-btn {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
}

@media screen and (max-width: 767px) {
    .lesson__single .read-more-btn {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .lesson__single .read-more-btn {
        font-size: 14px;
    }
}

.lesson__single .read-more-btn i {
    font-size: 14px;
    line-height: 1;
}

.lesson__img {
    overflow: hidden;
}

.lesson__single {
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
}

.lesson__single:hover .lesson__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ======================  Lesson Section End  ======================*/
/* ======================  Trainer Section Start  ======================*/
.trainer__area {
    background-color: hsl(var(--base-two)/0.1);
    padding-top: 86px;
    padding-bottom: 126px;
}

@media screen and (max-width: 1199px) {
    .trainer__area {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 991px) {
    .trainer__area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 575px) {
    .trainer__area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.trainer__single {
    text-align: center;
}

.trainer__single img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
    .trainer__single img {
        width: 80%;
    }
}

@media screen and (max-width: 575px) {
    .trainer__single img {
        width: 200px;
    }
}

.trainer__single h3 {
    margin-bottom: 0;
}

/* ======================  Trainer Section End  ======================*/
/* ======================  gallery Section Start  ======================*/
.gallery__area {
    padding: 150px 0;
}

@media screen and (max-width: 1399px) {
    .gallery__area {
        padding: 120px 0;
    }
}

@media screen and (max-width: 1199px) {
    .gallery__area {
        padding: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .gallery__area {
        padding: 80px 0;
    }
}

@media screen and (max-width: 575px) {
    .gallery__area {
        padding: 60px 0;
    }
}

.gallery__item a {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .gallery__item a {
        height: 350px;
    }
}

@media screen and (max-width: 1199px) {
    .gallery__item a {
        height: 300px;
    }
}

@media screen and (max-width: 991px) {
    .gallery__item a {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .gallery__item.gallery__three a {
        height: 340px;
    }
}

@media screen and (max-width: 575px) {
    .gallery__item a {
        height: 180px;
    }
}

.gallery__item a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery__item a::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: hsl(var(--base));
    content: "";
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.gallery__item a:hover::after {
    opacity: 0.5;
}

/* ======================  gallery Section End  ======================*/
/* ======================  Contact Section Start  ======================*/
.contact__area {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
    .contact__area {
        margin-bottom: 50px;
    }
}

.contact__map {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .contact__map {
        position: unset;
        width: 100%;
        height: 300px;
    }
}

.contact__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

@media screen and (max-width: 991px) {
    .contact__map iframe {
        border-radius: 16px 0 0 16px;
    }
}

@media screen and (max-width: 767px) {
    .contact__map iframe {
        border-radius: 0;
    }
}

.contact__title {
    margin-bottom: 32px;
    padding-top: 50px;
}

@media screen and (max-width: 767px) {
    .contact__title {
        text-align: center;
    }
}

.contact__title h2 {
    margin-bottom: 12px;
}

.contact__form__single label {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading-font);
    color: hsl(var(--black));
    display: block;
    margin-bottom: 12px;
}

.contact__form__single input,
.contact__form__single textarea {
    border: 1px solid hsl(var(--black)/0.1);
    -webkit-box-shadow: 0 0 20px 0 hsl(var(--black)/0.08);
    box-shadow: 0 0 20px 0 hsl(var(--black)/0.08);
    padding: 20px;
    width: 100%;
    outline: none;
    background-color: hsl(var(--white));
    color: hsl(var(--black));
}

@media screen and (max-width: 991px) {

    .contact__form__single input,
    .contact__form__single textarea {
        padding: 16px;
    }
}

.contact__form__single textarea {
    height: 224px;
}

@media screen and (max-width: 991px) {
    .contact__form__single textarea {
        height: 160px;
    }
}

.contact__form__single:not(:last-child) {
    margin-bottom: 20px;
}

.contact__form {
    background-color: hsl(var(--white));
    padding: 36px 42px;
    -webkit-box-shadow: -17px 21px 30px 0 hsl(var(--black)/0.1);
    box-shadow: -17px 21px 30px 0 hsl(var(--black)/0.1);
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .contact__form {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 767px) {
    .contact__form {
        -webkit-box-shadow: 0px 5px 30px 0 hsl(var(--black)/0.1);
        box-shadow: 0px 5px 30px 0 hsl(var(--black)/0.1);
        margin-bottom: 0;
    }
}

/* ======================  Contact Section End  ======================*/
/* ======================  Contact Info Section Start  ======================*/
.contact__info {
    margin-bottom: 150px;
}

@media screen and (max-width: 1199px) {
    .contact__info {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 991px) {
    .contact__info {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .contact__info {
        margin-bottom: 60px;
    }
}

.contact__info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

@media screen and (max-width: 991px) {
    .contact__info__content {
        gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .contact__info__content {
        gap: 10px;
    }
}

.contact__info__content img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45px;
}

@media screen and (max-width: 1199px) {
    .contact__info__content img {
        width: 45px;
    }
}

@media screen and (max-width: 991px) {
    .contact__info__content img {
        width: 45px;
    }
}

@media screen and (max-width: 767px) {
    .contact__info__content img {
        width: 45px;
    }
}

@media screen and (max-width: 575px) {
    .contact__info__content img {
        width: 35px;
    }
}

.contact__info__content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: .4em;
    color: #777777;
}

@media screen and (max-width: 1199px) {
    .contact__info__content h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .contact__info__content h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 575px) {
    .contact__info__content h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

.contact__info__content a,
.contact__info__content p {
    font-size: 20px;
    font-weight: 700;
    color: hsl(var(--black));
}

@media screen and (max-width: 1199px) {

    .contact__info__content a,
    .contact__info__content p {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {

    .contact__info__content a,
    .contact__info__content p {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {

    .contact__info__content a,
    .contact__info__content p {
        font-size: 16px;
    }
}

.contact__info__content a:hover {
    color: hsl(var(--base));
}

.contact__info .contact__map {
    display: none;
}

@media screen and (max-width: 767px) {
    .contact__area .contact__map {
        display: none;
    }

    .contact__title {
        padding-top: 0;
    }

    .contact__info .contact__map {
        display: block;
        margin-top: 50px;
    }
}

/* ======================  Contact Info Section End  ======================*/

.m-content {
    width: max-content;
}

@media screen and (max-width: 1199px) {
    .contact-container {
        display: grid;
        justify-items: start !important;
        justify-content: start !important;
    }

    .contact-container>div {
        width: 100% !important;
    }

    .contact-container .contact__info__content {
        justify-content: start !important;
    }
}

.footer__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__copyright a {
    color: hsl(var(--base));
}

@media screen and (max-width: 576px) {
    .hero__area {
        min-height: 100vh;
    }
    .hero__content {
        margin-top: 10vh;
    }
    .hero__content p {
        max-width: 30ch;
        margin-inline: auto;
    }
    .hero__content h1,
    .hero__content p {
        text-shadow:
    0 2px 6px rgba(0,0,0,.6),
    0 6px 20px rgba(0,0,0,.4);
    }
    .scroll-top {
        bottom: 40px !important;
    }
    
}