@font-face {
    font-family: 'Gotham';
    src: local('gotham book'), local('gotham-book'),
        url('gotham-book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: local('gotham medium'), local('gotham-medium'),
        url('gotham-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: local('gotham bold'), local('gotham-bold'),
        url('gotham-bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: local('gotham black'), local('gotham-black'),
        url('gotham-black.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

html,
body {
    scroll-behavior: smooth;
}

* {
    font-family: 'Gotham', Arial, Helvetica, sans-serif;
    line-height: 1.3;
    letter-spacing: 0.035rem;
    color: #000000;
}

.text-black {
    color: #000000;
}

.default-color {
    color: #222222;
}

img,
svg,
.injectable {
    width: 100%;
    height: auto;
    display: block;
}

.min-content-width {
    min-width: fit-content;
}

.theme-btn {
    display: block;
    position: relative;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #000000;
    padding: 0.75rem 2rem;
}

.theme-btn:hover {
    background-color: white;
    border-color: white;
}

hr {
    border-color: #cad5e9;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
}

.transition-0 {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.transition-200ms {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.d-hide {
    display: none;
}

.tiny-text {
    font-size: 12px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}


/* Media Queries */
@media (min-width:992px) {
    .modal-lg {
        max-width: 1280px
    }
}

@media screen and (min-width: 1360px) {

    .container,
    .container-xl {
        max-width: 1320px;
    }
}

@media screen and (min-width: 1920px) {

    .container,
    .container-xl {
        max-width: 1560px;
    }
}


/* Laanding Page CSS */
header {
    padding: 18px 0;
    border-bottom: 1px solid #8a8a8a17;
    box-shadow: 0 -3px 15px #00000009;
}

h1.text-transprent {
    top: -100%;
    left: -100%;
    color: transparent;
}

.headingSwiper .heading-svg {
    max-height: 35px;
}

@media screen and (max-width: 1440px) {
    .headingSwiper .heading-svg {
        max-height: 28px;
    }
}

@media screen and (max-width: 991px) {
    .headingSwiper .heading-svg {
        max-height: 24px;
    }
}


/* Scheduling Sectin */
.scheduling-section * {
    font-family: 'Alexandria', Arial, Helvetica, sans-serif;
}

.scheduling-section {
    padding: 100px 0;
    position: relative;
    background-color: #f8f5f2;
    min-height: 76vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scheduling-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    z-index: 1;
    background-color: #e8d6c6;
}

.half-div {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.half-div .text-img {
    max-height: 110px;
}

.center-logo {
    position: relative;
    z-index: 3;
    max-width: 240px;
}

.scheduling-section a {
    color: #000000;
}

.view-wrapper:hover .popup {
    display: block;
}

.view-wrapper p {
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
}

.popup {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #e4e9ff;
    top: -52px;
    left: 50%;
    z-index: 3;
    width: 100%;
    max-width: 420px;
    padding: 1.5rem 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.hover-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}

.left-hover,
.right-hover {
    cursor: pointer;
}

.left-hover {
    left: 0;
}

.right-hover {
    right: 0;
}

.scheduling-section.hover-left .left-hover,
.scheduling-section.hover-right .right-hover {
    background-color: #e8d6c6;
}

@media screen and (max-width: 991px) {
    .scheduling-section {
        padding: 60px 0;
        flex-direction: column;
    }

    .scheduling-section::after {
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
    }

    .half-div {
        width: 100%;
        padding: 5px;
    }

    .left-part,
    .center-logo {
        margin-bottom: 2.5rem;
    }

    .half-div .text-img {
        max-width: 70%;
        max-height: 70px;
    }

    .left-hover,
    .right-hover {
        width: 100%;
        height: 50%;
    }

    .left-hover {
        top: 0;
        left: 0;
    }

    .right-hover {
        top: 50%;
        left: 0;
    }
}


/* Introduction */
.stroke-text {
    color: transparent;
    -webkit-text-stroke: 2px #000000;
}

.stroke-text:hover {
    color: #000000;
}

.client-slider-img {
    border: 2px solid #eff5ff;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    box-shadow: 0 3px 10px 0 transparent;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.client-slider-img:hover {
    border-color: transparent;
    box-shadow: 2px 5px 15px 0 #bdcade9d;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.copyright {
    background-color: #f8f5f2;
}

.copyright .icon {
    min-width: 35px;
}

.copyright p {
    color: #727272;
}

.copyright .content a {
    color: #000000;
}

@media screen and (min-width: 992px) {

    .stroke-text {
        font-size: 100px;
    }
}

@media screen and (max-width: 991px) {
    .stroke-text {
        font-size: 70px;
    }

    .copyright .container-xl .row>div {
        padding: 0 10px;
    }

}

@media screen and (max-width: 767px) {
    section {
        padding: 32px 0;
    }

    .fs-13 {
        font-size: 12px;
    }

    .fs-14 {
        font-size: 13px;
    }

    .fs-15 {
        font-size: 14px;
    }

    .fs-16 {
        font-size: 15px;
    }

    .fs-18 {
        font-size: 17px;
    }

    .fs-20 {
        font-size: 19px;
    }
}