@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Medium.woff2') format('woff2'), url('../fonts/Recoleta-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary: #6031D9;
    --secondery: #00ECB2;
    --paragraph: #3C3943;
    --black: #0F0D14;
    --white: #ffffff;
    --primary-font: 'Gotham';
    --secondary-font: 'Recoleta';
}

body,
html {
    font-family: var(--primary-font);
    font-weight: normal;
    color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--secondary-font);
    font-weight: 500;
    margin: 0;
    color: var(--black);
}

a {
    text-decoration: none;
    display: inline-block;
    color: var(--paragraph);
}

a:hover {
    color: var(--primary);
}

p {
    font-family: var(--primary-font);
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--paragraph);
}

.button {
    background-color: var(--secondery);
    color: var(--black);
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 1rem 1rem;
    box-shadow: 4px 4px 0px rgba(15, 13, 20, 1);
    font-weight: 500;
    transition: all ease-in-out .3s;
    border: 0px none;
}

.button:hover {
    background-color: var(--black);
    color: var(--white);
    box-shadow: none;
}

.bg-primary {
    background-color: var(--primary) !important;
}

nav a {
    color: var(--white);
    font-weight: 500;
}

nav a:hover,
nav a.active {
    color: var(--secondery);
}

.active-2 {
    color: var(--secondery);
}

.offcanvas nav a {
    color: var(--black);
    display: block;
}

.banner h1 {
    font-size: 115px;
    line-height: 115px;
    color: var(--white);
}

.stats-count-panel .stats-count strong {
    font-size: 2.5rem;
    line-height: 3rem;
    display: block;
    color: var(--secondery);
}

.stats-count-panel .stats-count span {
    display: block;
    color: var(--white);
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: .5rem;
    font-weight: 500;
}

header.home {
    height: 120vh;
}

.banner:after,
.banner:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner:before {
    width: 25%;
    background-color: var(--white);
    top: 0;
}

.banner:after {
    width: 35%;
    background-color: var(--secondery);
    height: 65%;
}

.banner .home-img {
    right: 10%;
    height: 80%;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

.quote {
    width: 16%;
    position: absolute;
    padding-right: 30px;
    top: 10%;
    right: 0;
}

.quote p {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.quote strong {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
}

.quote img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem;
}

.title {
    font-size: 2.7rem;
    line-height: 3.4rem;
}

.title span {
    color: var(--primary);
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: var(--primary-font);
}

.sec-why {
    padding: 4rem 0;
}

.sec-why:before {
    content: "";
    display: block;
    background-color: var(--primary);
    top: 0;
    bottom: 0;
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
}

.round-box-panel {
    padding: 1rem;
    background-color: var(--white);
    border-radius: 300px;
}

.round-box-panel strong {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    color: var(--black);
    position: relative;
    transition: all ease-in-out .3s;
}

.round-box-panel strong:after {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url('../img/icons/arrow-up-right-circle-fill.svg') no-repeat;
    content: "";
    display: block;
    margin-left: 1rem;
    transition: all ease-in-out .3s;
}

.round-box-panel:hover strong {
    color: var(--primary);
}

.round-box-panel:hover strong:after {
    margin-left: 1.5rem;
}

.quick-slot-book {
    padding: 10rem 0;
    position: relative;
}

.quick-slot-book::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url('../img/bg-vector-2.png') no-repeat;
    background-size: contain;
}

.quick-slot-book .title {
    color: var(--white);
}

.quick-slot-book p {
    margin: 2rem 0 1.5rem;
    color: var(--white);
    font-size: 1.25rem;
}

.quick-slot-book img {
    width: 38%;
}

.packages-p {
    padding: 6.5rem 0;
}

.package-slider strong,
.packages-p strong {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--white);
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    font-weight: 500;
}

.package-slider span,
.packages-p span {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    position: absolute;
    left: 40px;
    right: 40px;
    top: 40px;
    color: var(--secondery);
    font-weight: 500;
}

.package-slider a,
.packages-p a {
    background-color: var(--primary);
}

.package-slider a:hover img,
.packages-p .pckage-hove:hover img {
    opacity: .3;
}

.package-arrows div {
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--paragraph);
    font-weight: 500;
    background-color: #F8F8F8;
    padding: 12px 32px;
    transition: all ease .3s;
    cursor: pointer;
}

.package-arrows div:hover {
    background-color: var(--black);
    color: var(--white);
}

.promise {
    padding-bottom: 6.5rem;
}

.promise .desc {
    font-size: 1.5rem;
    line-height: 2rem;
}

.promise h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--black);
    font-family: var(--primary-font);
    margin: 32px 0 8px;
}

.testimonials {
    background: url('../img/testimonial-bg.jpg') no-repeat;
    padding: 6.5rem 0;
}

.testimonials .title {
    color: var(--white);
}

.testimonials .desc {
    margin: 1rem 0 4rem;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #D0CFD2;
}

.testimonial-slider img {
    width: 260px;
    display: block;
    margin: 0 auto;
}

.testimonial-slider h6 {
    color: var(--white);
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 1rem 0 .25rem;
    font-family: var(--primary-font);
}

.testimonial-slider span {
    color: var(--secondery);
    font-size: .9rem;
    line-height: 1rem;
    display: block;
}

.testimonial-slider strong {
    display: block;
    color: var(--white);
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: normal;
    margin: 1.5rem 0 1rem;
}

.testimonial-slider p {
    color: #B1B1B1;
    font-size: 1rem;
    line-height: 1.5rem;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    background: none;
    text-indent: -9999px;
    border: 0px none;
    width: 2.5rem;
    height: 2.5rem;
    background: url('../img/icons/arrow-up-right-circle-fill.svg');
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.testimonial-slider .slick-prev {
    right: auto;
    left: 0px;
    transform: translateY(-50%) rotate(-135deg)
}

.ig-widget div {
    background-color: #F8F8F8;
    padding: 4rem 0rem;
    width: 12.5%;
    text-align: center;
}

.ig-widget div:nth-child(odd) {
    background-color: #DDDDDD;
}

.ig-widget div img {
    width: 64px;
    height: 64px;
    opacity: .5;
}

footer img.logo {
    height: 72px;
}

footer .ft-nav a {
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--paragraph);
    font-weight: 500;
}

footer .ft-nav a:hover {
    color: var(--primary);
}

footer .social img {
    height: 2rem;
}

footer p {
    font-size: .7rem;
    line-height: 1rem;
    font-weight: 500;
    margin: 0;
}

.menu {
    width: 48px;
    margin-left: 24px;
    cursor: pointer;
}

.sub-banner h1 {
    font-size: 3.3rem;
    line-height: 5rem;
    color: var(--white);
}

.sub-banner p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--white);
    margin-top: 1rem;
}

.padding-t-b {
    padding: 4rem 0rem;
}

.about h3 svg {
    width: 64px;
    height: 64px;
}

.testimonial-panel {
    border: 1px solid #eaeaea;
    padding: 1rem;
    position: relative;
}

.testimonial-panel:after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 172 172'%3E%3Cg fill='none' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cpath d='M0,172v-172h172v172z' fill='none'%3E%3C/path%3E%3Cg fill='%23000000'%3E%3Cpath d='M21.5,29.5625v56.4375c0,0 10.75,8.0625 26.875,8.0625c0.63615,0 1.24956,-0.03363 1.86865,-0.05774c4.71514,20.74194 -17.99365,45.74524 -17.99365,45.74524l10.75,10.75c0,0 32.25,-29.5625 32.25,-64.5v-56.4375h-26.875zM96.75,29.5625v56.4375c0,0 10.75,8.0625 26.875,8.0625c0.63615,0 1.24956,-0.03363 1.86865,-0.05774c4.71514,20.74194 -17.99365,45.74524 -17.99365,45.74524l10.75,10.75c0,0 32.25,-29.5625 32.25,-64.5v-56.4375h-26.875z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: .2;
}

.testimonial-panel img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.testimonial-p h6 {
    font-size: 1.5rem;
    line-height: 2rem;
}

.testimonial-p span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--paragraph);
}

.testimonial-p strong {
    display: block;
    margin: 1.5rem 0 .5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    color: var(--primary);
}

.video-p iframe {
    width: 100%;
    height: 250px;
}

.video-p strong {
    font-size: 1.2rem;
    line-height: 2rem;
    display: block;
    margin-top: .5rem;
    color: var(--black);
    font-weight: 500;
}

.img-tumb {
    width: 355px;
    height: 215px;
}

.fave-position {
    position: absolute;
    bottom: 42%;
    right: 42%;
    font-size: 40px;
    color: var(--white);
}

.fave-position:hover {
    color: var(--primary);
}

label {
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--black);
    font-weight: 500;
    display: block;
    margin-bottom: .5rem;
}

input,
textarea {
    height: 3rem;
    width: 100%;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    padding: 1rem;
    outline: none;
    font-weight: 500;
}

textarea {
    height: 104px;
    resize: none;
}

.get-in-touch {
    background-color: #f9f9f9;
    padding: 2rem;
}

.get-in-touch h5 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: .5rem;
}

.get-in-touch address {
    font-size: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid #eaeaea;
    margin: 0;
}

.get-in-touch address b {
    display: block;
    margin: 1rem 0 .25rem;
    color: var(--paragraph);
}

#loader {
    border: 4px solid var(--primary);
    border-radius: 50%;
    border-top: 4px solid var(--secondery);
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

.tick {
    color: var(--primary);
}


/* whatsapp */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #6031d9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    color: #FFF;
}

.my-float {
    margin-top: 16px;
}


/* whatsapp end*/
/* blog*/
.author-detaile img,.riview-card  .card img{
    width: 2.8rem !important;
    height: 2.8rem !important;
    object-fit: cover !important;
}
.author-detaile h6 p{
   color: #9f9f9f;
   font-weight: 500 !important;
}
.blog-overlay-short{
    background:linear-gradient(0deg, rgba(0,0,0,0.8547794117647058) 19%, rgba(0,0,0,0) 50%) !important  ; 
    opacity: 1 !important;
}
.short-blog-img{
    width: 100% !important;
    height: 20rem;
    object-fit: cover;
}
.blog-txt{
    font-family: var(--primary-font) !important;
}
.inn-blog .banner-b-img{
    width: 100% !important;
    height: 100%;
    margin-top: -11rem;
}
.blog-detaile-banner{
    position: relative;
    z-index: 111;
}
.overlay{
    position:absolute;
    width: 100%;
    height:100%;
    background:#000000;
    opacity: .5;
    left: 0;
    top: 0;

}
.single-img{

}
.blog-detaile-bn{
    position: absolute;
    top: 45%;
    left: 5%;
}
.blog-detaile-bn h1{
    width: 75%;
}
.badge{
    background-color: #6031D9 !important;
    padding: 8px 8px !important;
    cursor: pointer;
    font-weight: 500;
}
.read-more-txt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.read-more-txt-remove{
    display: unset !important;
}
.card-body button{
    background-color: transparent !important;
    color:var(--primary);
    border: transparent !important;
    text-decoration: underline;
    padding: 0;
}
.card-body button:hover{
    color: var(--primary) !important;
}
.blog-form{
    background-color: #0e0d13 !important;
    padding: 2rem 2rem;
}
.col4-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay-related{
    position:absolute;
    width: 100%;
    height:100%;
    background:#000000;
    opacity: .3;
    left: 0;
    top: 0;
}
.resent-post{
    padding: 5rem 0;
}
.resent-post::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url('../img/bg-vector-2.png') no-repeat;
    background-size: contain;
}
.related-posit-txt{
    bottom: 10%;
    left: 30px;
}
.auth-2{
    width: 12rem;
}
.short-popular{
    width: 7rem;
    height: 5rem;
    object-fit: cover;
}
.ate-hover h6{
    color: var(--primary) !important;
}
.tags{
    background-color: var(--paragraph) !important;
    padding: 8px 8px !important;
    transition: .3s;
    cursor: pointer;
    font-weight: 500;
}
.tags:hover{
    background-color: var(--primary) !important;
}
/* blog end*/


/*=========== Mobile =========== */

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    .banner .home-img {
        height: 50%;
    }
    .banner h1 {
        font-size: 96px;
        line-height: 96px;
    }
    .round-box-panel strong {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .inn-blog .banner-b-img {
        margin-top: -13rem;
    }
    .sub-banner h1 {
        font-size: 3.5rem;
        line-height: 4rem;
    }
}

@media (max-width: 991.98px) {
    .quote {
        display: none;
    }
    header nav,
    .sec-why::before {
        display: none !important;
    }
    body header,
    .banner {
        height: auto !important;
        max-height: auto !important;
    }
    .banner {
        padding: 10rem 0 4rem;
    }
    .banner h1 {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 60px;
    }
    .banner::after {
        width: 25%;
    }
    .round-box-panel {
        padding: 0;
        background: none;
    }
    .ft-nav {
        width: 100%;
    }
    .quick-slot-book {
        padding: 6rem 0;
    }
    .quick-slot-book img {
        display: none;
    }
    .about p.w-75 {
        width: 100% !important;
    }
    .img-tumb {
        width: 225px;
        height: 195px;
    }
    .inn-blog .banner-b-img {
        height: 46rem;
        object-fit: cover;
        margin-top: -7rem;
    }
    .blog-detaile-bn {
        left: 13%;
    }
    .col4-img {
        width: 100%;
        height: 25rem;
        object-fit: cover;
    }
    .short-blog-img,.col4-img-short-blog {
        width: 42rem!important;
        height: 20rem;
    }
}

@media (max-width: 767.98px) {
    .banner .home-img {
        height: 70%;
        right: 5%;
    }
    .title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .packages-p,
    .testimonials {
        padding: 3.5rem 0;
    }
    .promise {
        padding: 0rem 0 3.5rem;
    }
    .promise .desc,
    .testimonials .desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .ig-widget div {
        padding: 1.5rem 0;
    }
    .ig-widget div img {
        width: 24px;
        height: 24px;
    }
    header .button {
        display: none;
    }
    .img-tumb {
        width: 515px;
        height: 245px;
    }

}

@media (max-width: 575.98px) {
    .banner .home-img {
        height: 40%;
        right: 3%;
    }
    .button {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .title {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .img-tumb {
        width: 303px;
        height: 170px;
    }
    .blog-detaile-bn {
        left: 3%;
        top: 39%;

    }
    .blog-detaile-bn h1{
        width: 100%;
    }
    .sub-banner h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .inn-blog .banner-b-img {
        height: 40rem;
    }
    .auth-2 {
        width: 9rem;
        height: 5rem;
    }
    
}