@font-face {
    font-family: "GT Sectra Display Regular";
    src: url("../fonts/GT Sectra Display Regular.eot");
    src: url("../fonts/GT Sectra Display Regular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/GT Sectra Display Regular.woff")format("woff"),
        url("../fonts/GT Sectra Display Regular.woff2")format("woff2"),
        url("../fonts/GT Sectra Display Regular.ttf")format("truetype"), ;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Sofia Pro Regular";
    src: url("../fonts/Sofia Pro Regular.eot");
    src: url("../fonts/Sofia Pro Regular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Sofia Pro Regular.woff")format("woff"),
        url("../fonts/Sofia Pro Regular.woff2")format("woff2"),
        url("../fonts/Sofia Pro Regular.ttf")format("truetype"), ;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html {
    overflow-x: hidden;
}

body {
    font-family: "Sofia Pro Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "GT Sectra Display Regular";
}

a {
    text-decoration: none !important;
}

p {
    color: rgb(0 0 0 / 70%);
    font-size: 15px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.heading {
    font-size: 44px;
    color: #000000;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.center-heading {
    text-align: center;
}

.header-gap {
    margin-top: 140px;
}

.bodygap {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.gradient-color {
    background: linear-gradient(180deg, #AE0000 0, #840000 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    color: #0000;
}

.footer-hider {
    display: none;
}


/*-- button ---*/

.default-btn {
    font-size: 13px;
    letter-spacing: .4px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 7px 15px 6px;
    border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    transition: 0.3s ease all;
    overflow: hidden;
    z-index: 1;
}

.default-btn:before {
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background: linear-gradient(180deg, #AE0000 0, #840000 90%);
    z-index: -1;
}

.default-btn:hover:before {
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.default-btn:hover {
    color: #FFF;
}

/*---*/
.red-default.default-btn {
    background: linear-gradient(180deg, #AE0000 0, #840000 90%);
    color: #ffffff;
    border: 1px solid #840000;
}

.red-default.default-btn:before {
    background: #fff;
}

.red-default.default-btn:hover {
    color: #9A0000;
}

/*----*/

.default-arrowleft,
.default-arrowright {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-In;
    width: 22px;
    height: 22px;
    color: #ffffff;
    background: transparent;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
}

.default-arrowleft:hover,
.default-arrowright:hover {
    color: #9A0000;
}

.default-arrowleft {
    left: 30px;
}

.default-arrowright {
    right: 30px;
}

.default-mobilearrow {
    display: none;
}

/*--------------- header ---------------*/

.header-area {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .4s ease-out;
    width: 100%;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.logo {
    margin: 20px 0 0 20px;
}

.logo a {
    display: inline-block;
    outline: none;
}

.logo a img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 82px;
}

/* .stick{
padding: 10px 0px;
top: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}

.stick .logo a img {
width: 80px;
} */

.header-links {
    display: flex;
    align-items: center;
}

.book-link {
    background: #073937;
    display: inline-flex;
    align-items: center;
    padding: 13px 18px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-In;
    cursor: pointer;
}

.book-link img {
    width: 16px;
    margin-right: 7px;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
}

.book-link:hover {
    background: #fff;
    color: #073937;
}

.book-link:hover img {
    filter: none;
}

.header-area .child-dropdown:hover .dropdown-menus {
    top: 45px;
    opacity: 1;
    visibility: visible;
}

.header-area .child-dropdown {
    position: relative;
}

.header-links li {
    line-height: 1;
}

.header-area .dropdown-menus {
    position: absolute;
    top: 20px;
    background: #fff;
    box-shadow: 2px 3px 12px #bababa;
    left: -40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    width: 210px;
    padding: 21px 17px;
    z-index: 10;
}

.header-area .dropdown-menus ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header-area .dropdown-menus ul li {
    padding: 11px 0;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 14px;
    position: relative;
}

.header-area .dropdown-menus ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(0 0 0 / 60%);
    transition: all 0.5s ease;
}

.header-area .dropdown-menus ul li a:hover {
    color: #073937;

}

.phone-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: 1.5px;
    transition: all 0.2s ease-In;
    margin-right: 20px;
}

.phone-link img {
    width: 15px;
    margin-right: 7px;
    margin-top: 4px;
}

.phone-link:hover {
    transform: scale(1.05);
}



.banner-section {
    height: 100vh;
    position: relative;
}

.banner-section .container {
    left: 0;
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    overflow: hidden;
}

.banner-card {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}

.bannercard-item {
    display: block;
    position: relative;
    width: 30%;
    height: 430px;
    overflow: hidden;
    transition: width 0.8s ease;
}

.bannercard-item img {
    transition: transform 2.1s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannercard-item:hover img {
    transform: scale(1.06);
}

.bannercard-item div .heading,
.bannercard-item div p {
    white-space: nowrap;
    color: #fff;
    padding: 0 20px 0 50px;
}

.bannercard-item div .heading {
    position: relative;
    line-height: 1;
}

.bannercard-item div .heading::before {
    content: '';
    background-color: #fff;
    height: 1.5px;
    width: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bannercard-item div p {
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}


.bannercard-item div {
    width: 0;
    transition: width 0.3s linear;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.bannercard-item.active {
    width: 60%;
}

.bannercard-item.active div {
    width: 100%;
    transition: width 0.8s linear;
}


.banner-backimage {
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
}

.banner-backimage div {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.7s ease, transform 1.2s ease;
}

.banner-backimage div.active {
    opacity: 1;
}


/*-----------*/

.float-whatsapp {
    animation: bounce-3 3s ease infinite;
    bottom: 20px;
    right: 20px;
    position: fixed;
    z-index: 99;
    display: block;
}

.float-whatsapp img {
    transition: all 0.4s ease;
    width: 58px;
}

.float-whatsapp:hover img {
    transform: scale(1.1);
}


@keyframes bounce-3 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}