@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

.clr {
    clear: both;
}

:root {
    --primary-color: #fff;
    --secondary-color: #ec6325;
    --third-color: #000;
    --background1-color: #e1e8ee;
    --background2-color: #eaf0f5;
    --text-color: #dfe7ed;
    --text-color1: #1e1e1e;
    --text-color2: #515151;
    --text-color3: #7f82af;
    --text-color4: #44525e;
    --text-color5: #012b53;
    --btn-color: rgba(249, 209, 0, 255);
    --btn1-color: #fbe6bb;
    --bor-color: #c7d5e1;
    --btn3-color: #91aafe;
    --btn4-color: #3e3666;
    --btn5-color: #faf2e7;
    --btn6-color: #f4f4fe;
    --btn7-color: #fafafc;

}

body {
    font-size: 100%;
    background-color: #f7f7f7 !important;

}

P {
    margin-bottom: 0px !important;
}

h1 {
    margin-bottom: 0px !important;
}

h2 {
    margin-bottom: 0px !important;
}

h3 {
    margin-bottom: 0px !important;
}

h4 {
    margin-bottom: 0px !important;
}

h5 {
    margin-bottom: 0px !important;
}

h6 {
    margin-bottom: 0px !important;
}

html {
    font-size: 20px;
}

.container {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 1366px !important;
}

/* .container1{
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 1220px !important;
} */

/* header{
    z-index: 999;
    position:fixed;
} */
.heade {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 999;
    top: 0%;

}


nav {
    width: 100%;
    height: auto;
    background-color: transparent !important;
    border-radius: 8px;
    /* position: fixed;
    z-index: 999; */

}

.heade.sticky {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0;
    top: 0%;
}

.navbar.sticky {
    background-color: rgba(0, 0, 0, 0.6);
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center !important;
}

.navbar-brand {
    padding: 0px !important;

}

.logo img {
    width: auto;
    height: 45px;
    /* margin-top: 0.7rem;
    margin-bottom: 0.7rem; */
}

.logo.btm img {
    width: 60px;
    height: auto;
}

/* .navbar{
    padding-top: 0.rem !important;
    padding-bottom: 0.0rem !important;
    
} */
.navbar-light .navbar-nav .nav-link {
    /* font-family: "Barlow" !important; */
    font-family: "Open Sans" !important;
    font-size: 69% !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: var(--primary-color) !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    /* padding-top: 0.5rem !important;
    padding-bottom: 05rem !important; */
}

.rg-no p {
    /* font-family: "Barlow"; */
    font-family: "Open Sans";
    font-size: 75%;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-color);
}

/* 
.head{
    height: 100px;
} */



#primary li {
    position: relative;
}

#primary li a {
    /* text-decoration: none; */
    /* padding: 5px 0; */
    /* font-family: "Khand", Sans-serif ; */
    /* font-size: 80%; */
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    /* background-image: linear-gradient(   #204a63 100%); */
    /* background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out; */
}

#primary li a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

#primary li a:hover {
    background-position: 0%;
}

#primary li a:hover:before {
    width: 100%;
}

.hpt-header-1-action,
.hpt-header-2-action {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 0 48px;
}

.hpt-menu-btn-2 {
    position: relative;
    width: 58px;
    height: 58px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color);
    outline: 0;
    border: none;
    font-size: 25px;
    overflow: hidden;
}

.ban {
    width: 100%;
    height: auto;
    position: relative;

}

.ban .item{
    position: relative;
}

/* .owl-carousel .owl-item img{
    height: 100vh !important;
} */
.owl-carousel .item img {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    /* Smooth fade-in transition */
}

.owl-carousel .owl-item.active img {
    opacity: 1;
}

.fade-in {
    opacity: 0;
    /* Start with image hidden */
    animation: fadeIn 2s forwards;
    /* Apply the fadeIn animation */
}

/* Keyframes for fade-in effect */
@keyframes fadeIn {
    0% {
        opacity: 0;
        /* Image is invisible at the start */
    }

    100% {
        opacity: 1;
        /* Image becomes fully visible */
    }
}

.ban-sec {
    position: absolute;
    top: 33%;
    left: 7%;
    /* transform: translate(-50%, -50%); */

}

.whe {
    color: var(--primary-color);
    font-size: 75%;
    font-family: "Playfair", serif;
}

.lux {
    font-size: 120% !important;
    color: var(--secondary-color);
    font-weight: 800;
    font-family: "Cinzel", serif;
}

.btn2 {
    width: auto;
    height: 60px;
    color: #012b53;
    background-color: var(--primary-color);
    padding: 12px 22px;
    border: none;
    margin-top: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    /* border-radius: 12px; */
}

.btn3 {
    width: auto;
    height: 60px;
    color: var(--primary-color);
    background-color: transparent;
    padding: 12px 22px;
    border: none;
    margin-top: 20px;
    font-weight: 500;
    border: 1px solid var(--primary-color);
    margin-left: 20px;
    font-family: "Montserrat", sans-serif;
    /* border-radius: 12px; */
}

.btn3:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.btn7 {
    width: auto;
    height: 60px;
    color: var(--text-color5);
    background-color: transparent;
    padding: 12px 22px;
    border: none;
    margin-top: 20px;
    font-weight: 500;
    border: 1px solid var(--text-color5);
    margin-left: 20px;
    font-family: "Montserrat", sans-serif;
    /* border-radius: 12px; */
}

.btn7:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: none;
}

.btn5 {
    width: auto;
    height: 60px;
    color: var(--text-color5);
    background-color: transparent;
    padding: 12px 22px;
    border: none;
    margin-top: 20px;
    font-weight: 500;
    border: 1px solid #012b53;
    margin-left: 20px;
    font-family: "Montserrat", sans-serif;
    display: block;
    margin: auto;
    /* border-radius: 12px; */
}

a {
    text-decoration: none !important;
}

.btn5:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
}



.ban1 {
    width: 100%;
    height: auto;
    /* background-color: var(--background2-color); */
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.rb-m {
    width: 180px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ban1 ul#pills-tab {
    background: var(--primary-color);
    padding: 20px;
    border-radius: 30px;
    /* position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%); */
    transform: translateX(-140px);
    width: max-content;
    margin-top: 60px;
}

.k-mg {
    width: 160px;
    height: 160px;
    border-radius: 30px;
}

.ban1 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    padding: 0px !important;
    position: relative;

}

.ban1 .nav-pills .nav-link {
    position: relative;
    padding: 0px !important;
    color: #fff;
    /* Text color */
    background-color: transparent;
    /* No background color for active links */
}

/* Container for the nav-link */
.ban1 .nav-pills .nav-link {
    position: relative;
    padding: 0px !important;
    color: #fff;
    /* Text color */
    background-color: transparent;
    /* No background color for active links */
}

/* Wrapper for the image */
.ban1 .nav-pills .nav-link .image-wrapper {
    position: relative;
    overflow: hidden;
    /* Ensure the overlay does not overflow out of the image */
}

/* Style for the image */
.ban1 .nav-pills .nav-link .image-wrapper img {
    display: block;
    /* Make sure the image is responsive */
    height: auto;
}

/* Initially, the overlay is hidden (width 0 and opacity 0) */
.ban1 .nav-pills .nav-link .image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black overlay */
    width: 0;
    /* Start with zero width (invisible) */
    opacity: 0;
    /* Initially, the overlay is invisible */
    border-radius: 30px;
    /* Optional, adds rounded corners to the overlay */
    transition: width 0.3s ease-out, opacity 0.5s ease-out;
    /* Transition for both width and opacity */
}

/* When the nav-link is active, the overlay will expand from left to right */
.ban1 .nav-pills .nav-link.active .image-wrapper::after {
    width: 100%;
    /* Expand overlay to full width */
    opacity: 1;
    /* Fade in the overlay */
}

.ban1 .nav-link {
    transition: unset !important;
    padding: 0px !important;
    margin-right: 20px !important;
    /* margin-left: 12px !important; */
    /* margin: 12px !important; */


}

.m-mg {
    width: 100%;
    height: auto;
    border-radius: 40px;
    position: relative;

}




.ban2 {
    width: 100%;
    height: auto;
    background-color: var(--background1-color);
    padding-top: 50px;
    padding-bottom: 70px;
}

.sub-head {
    color: var(--secondary-color);
    font-size: 100%;
    text-transform: capitalize;
    font-family: "Playfair", serif;
    font-style: italic;
    /* text-align: center; */
}

.heading {
    color: var(--text-color5);
    font-size: 170%;
    text-transform: capitalize;
    /* text-align: center; */
    font-family: "Open Sans";
    font-family: "Cinzel", serif;
    padding-top: 10px;
    font-weight: 600;
}

.hb-h {
    height: 100px;
}





.grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.card1 {
    width: 100%;
    height: auto;
    background: var(--primary-color);
    border-radius: 30px;
    border: 1px solid var(--bor-color);
    padding: 5px;
}

.card1:hover {
    box-shadow: 0 0 20px 0 rgba(13, 38, 60, .20);
}

.crd-sec {
    display: flex;
    justify-content: start;
}

.h-title {
    color: var(--text-color);
    font-size: 200%;
}

.h-b-title {
    color: var(--text-color1);
    font-size: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-family: "Montserrat", sans-serif;
}

.h-para {
    color: var(--text-color2);
    font-size: 80%;
    font-weight: 400;
    margin: 5px 0px 0px 0px;
    font-family: "Montserrat", sans-serif;
}

.card1:hover .h-title {
    color: var(--secondary-color);
}



.h-content-image {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--text-color);
    border-radius: 27px;
    border: 1px solid var(--bor-color);
}

.h-content-image img {
    width: 65px;
    height: 65px;
}

.mid {
    width: 100%;
    height: auto;
    background-color: var(--background1-color);
    padding-top: 60px;
    padding-bottom: 60px;
}

.mid .nav {
    justify-content: center;
}

.c-flx {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 20px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #C7D5E1;
}

.tot {
    font-size: 100%;
    font-weight: 400;
    color: var(--text-color1);
    font-family: "Montserrat", sans-serif;
}

.s-ft {
    font-size: 77%;
    font-weight: 500;
    color: var(--text-color4);
    padding-top: 5px;
}

.btn1 {
    width: auto;
    height: 45px;
    border-radius: 15px;
    background-color: var(--secondary-color);
    text-align: center;
    color: var(--primary-color);
    border: none;
    padding: 10px 20px;
    font-size: 85%;
    display: block;
    margin: auto;
    margin-top: 30px;
}

/* .btn-secondary{
    color: var(--text-color) !important;
    background-color: transparent !important;
    border: none !important;
} */
.mid .nv-flx {
    display: flex;
    justify-content: space-around;
}

.bse {
    line-height: normal;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: 10px;
    font-size: 90%;
    padding-top: 9px;
}

.mid .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--secondary-color) !important;
    border-radius: 20px !important;

}

.mid .nav-pills .nav-link:hover {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    background-position: right;
    border-color: var(--bor-color)
}

.mid .nav-pills .nav-link.active,
.nav-pills .show>.nav-link.bse {
    color: var(--primary-color) !important;
}

.mid .nav-pills .nav-link {
    background-color: var(--primary-color) !important;
    border-radius: 20px !important;
    border: 1px solid var(--bor-color) !important;
    margin-left: 10px;
    margin-right: 10px;
}

.mg-nv {
    width: 45px;
    height: 45px;
    border-radius: 15px;
}

.mid .nav-link {
    color: var(--text-color1) !important;
    font-weight: 500;
    font-size: 90%;
}

.ban3 {
    width: 100%;
    height: auto;
    /* background-color: var(--background2-color); */
    padding-top: 80px;
    padding-bottom: 70px;
}

i.fa.fa-arrow-left {
    color: var(--secondary-color) !important;
}

i.fa.fa-arrow-right-long {
    color: var(--secondary-color) !important;
}

.i-mg {
    border-radius: 20px;
}

.jac {
    font-family: "Playfair", serif;
    font-size: 120%;
    font-style: normal;
}

svg {
    width: 75px;
    height: 75px;
    display: block;
    margin: auto;
}

.opt {
    font-family: "Playfair", serif;
    font-size: 115%;
    color: var(--secondary-color);
    text-align: center;
    height: 75px;
    font-style: normal;
}

.grid-box svg {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
}








.mid2 {
    width: 100%;
    height: auto;
    background-color: var(--background1-color);
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 115.25%;
    position: relative;
    height: 0;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.accordion-button {
    background-color: transparent !important;
    font-size: 110%;
    font-weight: 600;
    color: var(--text-color5) !important;
    font-family: "Montserrat", sans-serif !important;
}


.accordion-button:not(.collapsed) {
    color: var(--text-color5) !important;
    background-color: transparent !important;
    box-shadow: unset !important;
    font-family: "Montserrat", sans-serif !important;
}

.accordion-item {
    margin-bottom: 20px;
    background-color: transparent !important;
    border-bottom: 1px solid var(--text-color);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.accordion-button::after {
    background: var(--secondary-color);
    text-align: center;
    border-radius: 50%;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    content: '+' !important;
    position: absolute;
    left: 0px;
    top: 22px;
    font-size: 100%;
    color: var(--primary-color);
}

.accordion-button::after {
    background-image: unset !important;
    content: '\2212' !important;
    font-family: 'bootstrap-icons', sans-serif;
    position: absolute;
    left: 0px;
    top: 22px;
    font-size: 100%;
    color: var(--primary-color);
}

.accordion-button:focus {
    box-shadow: unset !important;
}

.tdt {
    color: var(--secondary-color);
    font-size: 80%;
    font-weight: 700;
}

.accordion-body {
    font-size: 80%;
    color: var(--text-color2);
    margin-left: 12px !important;
}


.mid3 {
    width: 100%;
    height: auto;
}

img.mg-m {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-label {
    font-size: 90%;
    font-weight: 600;
    color: var(--text-color1);
    font-family: "Montserrat", sans-serif;
}

.form-control {
    border-radius: 15px !important;
    border-color: var(--bor-color) !important;
    background-color: var(--background2-color) !important;
    font-size: 80% !important;
    padding: .65rem .75rem !important;
}

.form-select {
    border-radius: 15px !important;
    border-color: var(--bor-color) !important;
    background-color: var(--background2-color) !important;
    font-size: 80% !important;
    padding: .65rem .75rem !important;
}

.sub {
    /* background-color: var(--secondary-color) !important;
        color: var(--primary-color) !important;
        border-radius: 15px !important;
        border: none  !important; */
    display: unset;
    height: 50px;
    margin-top: 20px;
}

.mid4 {
    width: 100%;
    height: auto;
    background-color: #204a63;
    /* padding-top: 80px;
        padding-bottom: 70px; */
}

.wht {
    color: #eaeaea !important;
}

.ti-tg {
    color: var(--text-color1);
    font-size: 120%;
    font-weight: 500;
    font-family: "Playfair", serif;
    /* padding-top: 20px; */

}

.ul-sec ul li {
    color: #eaeaea;
    font-size: 80%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding-top: 6px;
    padding-left: 0px;


}

.ul-sec ul {
    margin-bottom: 8px !important;
}




/*  */


/* .hpt-header-2-action {
        position: absolute;
        top: 10px;
        left: 10px;
    } */

.hpt-slide-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}


.hpt-menu-btn-2 {
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Slide menu styles */
.hpt-slide-menu {
    position: fixed;
    top: 0;
    left: -350px;
    /* Initially hide the menu off-screen */
    width: 350px;
    height: 100%;
    background-color: var(--secondary-color);
    transition: left 0.3s ease-in-out;
}

.hpt-slide-menu ul {
    padding: 0;
    list-style: none;
    margin-top: 100px;
}

.hpt-slide-menu ul li {
    padding: 15px;
    text-align: center;
}

.hpt-slide-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

/* Active menu open style */
.hpt-slide-menu.open {
    left: 0;
}


/* .section.slider-locations {
        position: relative;
    }
    .section {
        background-color: #191d23;
    }
    .image-wrapper-1.open-slider {
        -webkit-transform: translate(0%, 0px) skew(0deg, 0deg);
        -ms-transform: translate(0%, 0px) skew(0deg, 0deg);
        transform: translate(0%, 0px) skew(0deg, 0deg);
        -webkit-transition: -webkit-transform 650ms ease;
        transition: -webkit-transform 650ms ease;
        transition: transform 650ms ease;
        transition: transform 650ms ease, -webkit-transform 650ms ease;
    }
    .image-wrapper-1.open-slider {
        -webkit-transform: translate(0%, 0px) skew(0deg, 0deg);
        -ms-transform: translate(0%, 0px) skew(0deg, 0deg);
        transform: translate(0%, 0px) skew(0deg, 0deg);
        -webkit-transition: -webkit-transform 650ms ease;
        transition: -webkit-transform 650ms ease;
        transition: transform 650ms ease;
        transition: transform 650ms ease, -webkit-transform 650ms ease;
    }
    .image-wrapper-1 {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(110%, 0px) skew(-13deg, 0deg);
        -ms-transform: translate(110%, 0px) skew(-13deg, 0deg);
        transform: translate(110%, 0px) skew(-13deg, 0deg);
        -webkit-transition: -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
        transition: -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
        transition: transform 775ms cubic-bezier(.645, .045, .355, 1);
        transition: transform 775ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
        -o-object-fit: cover;
        object-fit: cover;
    }
    .image-slider {
        position: static;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 10;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    } */




/* timeline step */

.mid1 {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 6%;
    height: 2px;
    background-color: #f57c00;
    z-index: 0;
    width: 100%;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* Create 5 equal columns */
    gap: 20px;
    /* Space between grid items */
    padding: 20px;
    position: relative;
}

.step-sec {
    position: relative;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;

}

.step {
    position: relative;
    overflow: hidden;

}

.step:hover {
    transform: scale(1.05);
}

.step:hover h4 {
    color: var(--secondary-color);
    padding-top: 6px;
}

.step:hover .circle i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    color: white;
}

.step:hover .circle i {
    color: var(--primary-color);
    font-size: 120%;
}

.step:hover .step-des {
    opacity: 1;
    padding-left: 10px;
    border-left: 2px solid var(--secondary-color);
}

.sr-ch {
    padding-left: 10px;
    color: var(--text-color1);
    font-size: 120%;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;

}

.circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: transparent;
}

.circle i {
    color: var(--secondary-color);
    font-size: 150%;

}

.step-des {
    margin-top: 20px;
}

/* Initially hide text */

.step p {
    opacity: 0;
    padding-top: 10px;
    text-align: left;
    font-size: 70%;
}

/* Show text on hover */
.step:hover p {
    opacity: 1;
}

.step-one {
    position: relative;
    top: -32%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--secondary-color);
}

.step-one h6 {
    font-size: 130%;
    font-weight: 600;
}

.step-cir {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    margin: 0 auto;
    border: 3px solid var(--primary-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Optional: Style for the icon images */
.step .icon img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.mid5 {
    width: 100%;
    height: auto;
    /* padding-top: 60px; */
}

.cou-t h3 {
    font-size: 200%;
    font-weight: 700;
    margin: 10px 0;
    color: var(--secondary-color);
}

.cou-t p {
    font-size: 90%;
    color: var(--text-color1);
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: "Montserrat", sans-serif;

}

.cou-t {
    text-align: center;
}

/* .mg-cl-n{
        width: 100%;
        height: 90vh;
        background: url(../img/logo\ moke-min.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
      } */
.mg-cl-n img {
    width: 100%;
    height: 87vh;
    object-fit: cover;
}

footer {
    width: 100%;
    height: auto;
    background-color: var(--background2-color);
    padding-top: 40px;
    padding-bottom: 40px;
}

.logoft img {
    width: 240px;
    height: auto;
}

.logoftn img {
    width: 200px;
    height: auto;
}

.foot-head {
    color: var(--secondary-color);
    font-size: 110%;
    padding-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

.ft-ul {
    padding-left: 0px;
    padding-top: 10px;
}

.ft-ul li {
    display: flex;
    font-size: 80%;
    color: var(--text-color2);
    font-weight: 500;
}

.ft-ul li a {
    font-size: 90%;
    color: var(--text-color2);
    font-weight: 500;
    text-decoration: none;
    padding-top: 10px;
    font-family: "Montserrat", sans-serif;
}

.ft-ul li a:hover {
    color: var(--secondary-color);
}

.icn i {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    color: var(--primary-color);
}

ul.social {
    display: flex;
    padding-left: 0px;
    margin-top: 15px;
}

ul.social li {
    display: flex;
}

ul.social li a {
    color: var(--secondary-color);
    margin-right: 20px;
    font-size: 22px;
}






.copy {
    width: 100%;
    height: auto;
    background-color: var(--text-color5);
    padding-top: 15px;
    padding-bottom: 15px;
}

.copy h5 {
    color: var(--primary-color);
    font-size: 80%;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}


/* nhnh */



.section.slider-locations {
    position: relative;
}

.section {
    background-color: #191d23;
}

.image-wrapper-1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(110%, 0px) skew(-13deg, 0deg);
    -ms-transform: translate(110%, 0px) skew(-13deg, 0deg);
    transform: translate(110%, 0px) skew(-13deg, 0deg);
    -webkit-transition: -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
    transition: transform 775ms cubic-bezier(.645, .045, .355, 1);
    transition: transform 775ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
    -o-object-fit: cover;
    object-fit: cover;
}

.image-slider {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.image-wrapper-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(110%, 0px) skew(-13deg, 0deg);
    -ms-transform: translate(110%, 0px) skew(-13deg, 0deg);
    transform: translate(110%, 0px) skew(-13deg, 0deg);
    -webkit-transition: -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
    transition: transform 775ms cubic-bezier(.645, .045, .355, 1);
    transition: transform 775ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
    -o-object-fit: cover;
    object-fit: cover;
}

.image-wrapper-3.open-slider {
    z-index: 2;
    -webkit-transform: translate(0%, 0px) skew(0deg, 0deg);
    -ms-transform: translate(0%, 0px) skew(0deg, 0deg);
    transform: translate(0%, 0px) skew(0deg, 0deg);
    -webkit-transition: -webkit-transform 650ms ease;
    transition: -webkit-transform 650ms ease;
    transition: transform 650ms ease;
    transition: transform 650ms ease, -webkit-transform 650ms ease;
}

.image-wrapper-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(110%, 0px) skew(-13deg, 0deg);
    -ms-transform: translate(110%, 0px) skew(-13deg, 0deg);
    transform: translate(110%, 0px) skew(-13deg, 0deg);
    -webkit-transition: -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
    transition: transform 775ms cubic-bezier(.645, .045, .355, 1);
    transition: transform 775ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 775ms cubic-bezier(.645, .045, .355, 1);
    -o-object-fit: cover;
    object-fit: cover;
}

.container.slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1560px;
    height: 63em;
    padding-top: 20em;
    padding-bottom: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid.slider {
    position: relative;
    height: 100%;
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-1 {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    padding: 1em;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    -webkit-transform: translate(138px, 0px);
    -ms-transform: translate(138px, 0px);
    transform: translate(138px, 0px);
    -webkit-transition: opacity 650ms ease, -webkit-transform 400ms ease;
    transition: opacity 650ms ease, -webkit-transform 400ms ease;
    transition: opacity 650ms ease, transform 400ms ease;
    transition: opacity 650ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.iulius-town-text {
    display: block;
    opacity: 1;
}

.iulius-town-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Hallengerseriffont, sans-serif;
    color: #fff;
    font-size: 6em;
    line-height: 1;
    font-weight: 400;
}

.p-iulius {
    position: absolute;
    left: auto;
    top: auto;
    right: -20%;
    bottom: -76%;
    display: block;
    font-family: Euclidsquare, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
}

.text-2 {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    padding: 1em;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    -webkit-transform: translate(138px, 0px);
    -ms-transform: translate(138px, 0px);
    transform: translate(138px, 0px);
    -webkit-transition: opacity 650ms ease, -webkit-transform 400ms ease;
    transition: opacity 650ms ease, -webkit-transform 400ms ease;
    transition: opacity 650ms ease, transform 400ms ease;
    transition: opacity 650ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.p-unirii {
    position: absolute;
    left: auto;
    top: auto;
    right: -20%;
    bottom: -76%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Euclidsquare, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
}

.text-3.start {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: opacity 600ms ease, -webkit-transform 525ms cubic-bezier(.47, 0, .745, .715);
    transition: opacity 600ms ease, -webkit-transform 525ms cubic-bezier(.47, 0, .745, .715);
    transition: opacity 600ms ease, transform 525ms cubic-bezier(.47, 0, .745, .715);
    transition: opacity 600ms ease, transform 525ms cubic-bezier(.47, 0, .745, .715), -webkit-transform 525ms cubic-bezier(.47, 0, .745, .715);
}

.text-3 {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    padding: 1em;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    -webkit-transform: translate(138px, 0px);
    -ms-transform: translate(138px, 0px);
    transform: translate(138px, 0px);
    -webkit-transition: opacity 650ms ease, -webkit-transform 400ms ease;
    transition: opacity 650ms ease, -webkit-transform 400ms ease;
    transition: opacity 650ms ease, transform 400ms ease;
    transition: opacity 650ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.centru-text {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Hallengerseriffont, sans-serif;
    color: #fff;
    font-size: 6em;
    line-height: 1;
    font-weight: 400;
}

.p-centru {
    position: absolute;
    left: auto;
    top: auto;
    right: -20%;
    bottom: -76%;
    display: block;
    font-family: Euclidsquare, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
    font-size: 0.57em;
    line-height: 1.8;
}

.round-big.active {
    opacity: 1;
}

.round-big {
    position: absolute;
    left: 5%;
    top: 19%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    width: 73em;
    height: 73em;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}

.round-medium {
    position: absolute;
    left: 5%;
    top: 39%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    width: 56em;
    height: 62em;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}

.round-small {
    position: absolute;
    left: 5%;
    top: auto;
    right: auto;
    bottom: -43%;
    z-index: 10;
    width: 23em;
    height: 28em;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid_item.round-1 {
    position: relative;
    top: 50%;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1em;
}

.big-circle {
    position: absolute;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15em;
    height: 15em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}

.image-circle-1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: border 600ms ease, -webkit-transform 475ms ease;
    transition: border 600ms ease, -webkit-transform 475ms ease;
    transition: border 600ms ease, transform 475ms ease;
    transition: border 600ms ease, transform 475ms ease, -webkit-transform 475ms ease;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.div-white {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 725ms ease-in-out, -webkit-transform 1000ms cubic-bezier(.23, 1, .32, 1);
    transition: opacity 725ms ease-in-out, -webkit-transform 1000ms cubic-bezier(.23, 1, .32, 1);
    transition: transform 1000ms cubic-bezier(.23, 1, .32, 1), opacity 725ms ease-in-out;
    transition: transform 1000ms cubic-bezier(.23, 1, .32, 1), opacity 725ms ease-in-out, -webkit-transform 1000ms cubic-bezier(.23, 1, .32, 1);
}

.time-number {
    pointer-events: none;
}

.time-number {
    opacity: 0;
    font-family: Hallengerseriffont, sans-serif;
    color: #a78463;
    font-size: 6em;
    line-height: 1.1;
    font-weight: 400;
}

.time {
    pointer-events: none;
}

.time {
    opacity: 0;
    font-family: Euclidsquare, sans-serif;
    color: #a78463;
    font-weight: 500;
}

.grid_item-round-2 {
    position: relative;
    top: 50%;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.big-circle {
    position: absolute;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15em;
    height: 15em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}

.image-circle-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: border 600ms ease, -webkit-transform 475ms ease;
    transition: border 600ms ease, -webkit-transform 475ms ease;
    transition: border 600ms ease, transform 475ms ease;
    transition: border 600ms ease, transform 475ms ease, -webkit-transform 475ms ease;
    -o-object-fit: cover;
    object-fit: cover;
}

.time-number {
    pointer-events: none;
}

.time-number {
    opacity: 0;
    font-family: Hallengerseriffont, sans-serif;
    color: #a78463;
    font-size: 6em;
    line-height: 1.1;
    font-weight: 400;
}

.time {
    pointer-events: none;
}

.time {
    opacity: 0;
    font-family: Euclidsquare, sans-serif;
    color: #a78463;
    font-weight: 500;
}

.grid_item.round-3 {
    position: relative;
    top: 50%;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1em;
}

.big-circle {
    position: absolute;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15em;
    height: 15em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}

.image-circle-3.open {
    z-index: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 525ms ease;
    transition: -webkit-transform 525ms ease;
    transition: transform 525ms ease;
    transition: transform 525ms ease, -webkit-transform 525ms ease;
}

.image-circle-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: border 600ms ease, -webkit-transform 475ms ease;
    transition: border 600ms ease, -webkit-transform 475ms ease;
    transition: border 600ms ease, transform 475ms ease;
    transition: border 600ms ease, transform 475ms ease, -webkit-transform 475ms ease;
    -o-object-fit: cover;
    object-fit: cover;
}

.div-white.open {
    z-index: 0;
    border: 2px solid #dadada;
    background-color: #f9f0ec;
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity 525ms ease, -webkit-transform 650ms ease;
    transition: opacity 525ms ease, -webkit-transform 650ms ease;
    transition: transform 650ms ease, opacity 525ms ease;
    transition: transform 650ms ease, opacity 525ms ease, -webkit-transform 650ms ease;
}

.div-white {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 725ms ease-in-out, -webkit-transform 1000ms cubic-bezier(.23, 1, .32, 1);
    transition: opacity 725ms ease-in-out, -webkit-transform 1000ms cubic-bezier(.23, 1, .32, 1);
    transition: transform 1000ms cubic-bezier(.23, 1, .32, 1), opacity 725ms ease-in-out;
    transition: transform 1000ms cubic-bezier(.23, 1, .32, 1), opacity 725ms ease-in-out, -webkit-transform 1000ms cubic-bezier(.23, 1, .32, 1);
}

.time-number.open {
    position: relative;
    opacity: 1;
}

.time-number {
    pointer-events: none;
}

.time-number {
    opacity: 0;
    font-family: Hallengerseriffont, sans-serif;
    color: #a78463;
    font-size: 6em;
    line-height: 1.1;
    font-weight: 400;
}

.time.open {
    position: relative;
    opacity: 1;
}

.time {
    pointer-events: none;
}

.time {
    pointer-events: none;
}

.time {
    opacity: 0;
    font-family: Euclidsquare, sans-serif;
    color: #a78463;
    font-weight: 500;
}

/*  */

.icn-box {
    background-color: var(--text-color5);
    width: auto;
    position: fixed;
    top: 50%;
    right: -56px;
    transform: rotate(270deg);
    z-index: 999;
    padding-left: 10px;
    padding-right: 10px;
}

.icn-box ul {
    margin-bottom: 0px;
    padding: 10px;
}

.icn-box ul li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.icn-box ul li a {
    color: #ffffff;
    font-size: 90%;
}

img.img-fluid.esd {
    width: 100%;
    height: 100%;
}


.btn5:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn5:not(:disabled) {
  opacity: 1;
  cursor: pointer;
}