body {
    font-family: "Inter", sans-serif;
    background-color: #FFFFFD;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 15px;
}
.fs-24 {
    font-size: 24px;
}
ul {
    padding: 0;
}
ul li {
    list-style: none;
}
.c-margin {
    margin: 200px 0;
}
.c-flex {
    display: flex;
    align-items: center;
}
.btn-main {
    background-color: #fff;
    color: #000 !important;
    border-radius: 16px;
   /* line-height: 30px;
    */
    transition: 0.3s;
    padding: 2px 12px !important;
}
.btn-main:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff !important;
}
.card {
    border: 2px solid #C3D4FF;
    border-radius: 12px;
    width: 100% !important;
    height: 186px;
    overflow: hidden;
    position: relative;
}
.card .globe {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 90%;
}
.card .shape {
    position: absolute;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%);
    width: 60%;
}
/* slick control style */
.slick-dots {
    position: absolute;
    left: 5%;
    bottom: 13%;
    z-index: 1;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 48px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
    background: white;
}
.slick-dots li button {
    background: rgba(255, 255, 255, .5);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    padding: 0;
    -o-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
    -webkit-transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
    transition: all 0.4s cubic-bezier(.55, .085, .68, .53);
    width: 20px;
}
.slick-dots li button {
    width: 48px;
    height: 4px;
    border-radius: 0;
}
/* slick control style */
.text-gray {
    color: #9D9D9D !important;
}
.nav-tabs {
    border-bottom: none;
}
/*--------Accordion-------*/
.acc-kontainer {
    width: 100%;
    margin: auto;
}
.acc-kontainer div {
    width: 100%;
}
.acc-kontainer .acc-body {
    width: 98%;
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
   /* background-color: rgba(255, 255, 255, 0.2);
    */
    line-height: 28px;
    padding: 0 20px;
    box-sizing: border-box;
    transition: 0.5s;
}
.acc-kontainer label {
    cursor: pointer;
    background-color: #F8F8F8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    padding: 15px;
    width: 100%;
    font-weight: 400;
    box-sizing: border-box;
    z-index: 100;
    border-radius: 16px;
    margin-bottom: 16px;
    color: #111B29;
    font-size: 24px;
    line-height: normal;
}

.acc-kontainer input:checked ~ label {
    font-weight: 600 !important;
}

.acc-kontainer input ~ label img {
    margin-right: 10px !important;
}

.acc-kontainer input{
    display: none;
}
.acc-kontainer input:checked+label {
    background-color: rgba(255, 255, 255);
}
/* .acc-kontainer label .a1 {
    visibility: hidden;
}
.acc-kontainer input:checked label .a1 {
    visibility: visible !important;
}
*/

.acc-kontainer input ~ label .activeImg {
    display: none !important;
}

.acc-kontainer input ~ label .inactiveImg {
    display: block !important;
}

.acc-kontainer input:checked ~ label .activeImg {
    display: block !important;
}

.acc-kontainer input:checked ~ label .inactiveImg {
    display: none !important;
}

.acc-kontainer input:checked~.acc-body {
    height: auto;
    color: #000;
    font-size: 16px;
    padding: 20px;
    transition: 0.5s;
    padding-top: 0;
}
/*--------Accordion-------*/
/*=============================================================== header style ==================================================================*/
.navbar {
    height: 68px;
    background-color: rgba(0, 0, 0, 0.3);
   /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    */
}
.navbar ul li {
    display: inline-block;
    margin: 0 25px 
}
.navbar ul li a {
    text-decoration: none;
    color: #fff;
   /* margin: 0 10px */
    transition: 0.3s ease-out;
    text-transform: uppercase;
}
.navbar ul li {
    transition: 0.3s ease-out;
}
/* .navbar ul li:hover{
    transform: translateY(-2px) !important;
}
*/
.navbar ul li a::after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    top: 9px;
    margin-top: 6px;
    background: transparent;
    transition: all 0.3s;
    left: 0;
    border-radius: 6px;
}
.navbar ul li a:hover::after, .navbar ul li a.active::after {
    width: 100%;
    background: #fff;
}
img.profile-thumb {
    width: 35px;
    height: 35px;
    border: 2px solid #67326A;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 5px;
    background-color: #67326A;
    color: #fff;
    margin-right: 5px;
}
/* --- */
nav .navigation-list {
    margin-bottom: -6px;
}
nav .toggle {
    display: none;
   /* position: absolute;
    */
   /* right: 6px;
    */
}
.nav-collsaped {
    position: fixed !important;
   /* background-color: #1c1c1c;
    */
    background-color: rgba(0, 0, 0, 0.3);
    left: 0 !important;
    transition: 0.5s;
    z-index: 1;
   /* border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    */
}
.overlay {
    display: none;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 50px;
    background-color: transparent;
    transition: 5s;
}
.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline !important;
    transition: 5s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 0px);
    -moz-transform: rotate(-45deg) translate(-5px, 0px);
    -o-transform: rotate(-45deg) translate(-5px, 0px);
    -ms-transform: rotate(-45deg) translate(-5px, 0px);
    transform: rotate(-45deg) translate(-5px, 0px);
    width: 15px;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, 0px);
    -moz-transform: rotate(45deg) translate(-5px, 0px);
    -o-transform: rotate(45deg) translate(-5px, 0px);
    -ms-transform: rotate(45deg) translate(-5px, 0px);
    transform: rotate(45deg) translate(-5px, 0px);
    width: 15px;
}
/*=============================================================== cover slide style ==================================================================*/
.cover-slide {
    height: 100vh;
    width: 100%;
   /* background-image: url("./../img/cover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    */
    overflow: hidden;
    position: relative;
}
.scroll-down {
    position: absolute;
   /* background-color: #000;
    */
    left: 50%;
    transform: translateX(-50%);
    bottom: 2em;
    cursor: pointer;
}
/* .video-slider {
    background-color: green;
    position: relative;
}
*/
.video-item {
    height: 100vh;
    position: relative;
    width: 100%;
}
.slide-content {
    position: absolute;
    left: 5%;
    bottom: 15%;
   /* transform: translateY(-60%);
    */
    z-index: 1;
    width: 70%;
}
.slide-content p {
    color: #FFF;
    font-size: 64px;
    font-weight: 400;
}
.video-item video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*=============================================================== map section style ==================================================================*/
.map-wrapper {
    height: 100vh;
    background-image: url("./../img/map.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   /* background-color: green;
    */
    overflow: hidden;
   /* border: 1px solid red;
    */
    background-position: 0 -181px !important;
}
.m-content-card {
    border-radius: 24px;
    border: 4px solid #E0E0E0;
    background: rgba(255, 255, 253, 0.30);
    backdrop-filter: blur(8px);
    padding: 32px;
    position: absolute;
    width: 60%;
    height: 40%;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.map-wrapper div .hover:hover {
    stroke: green !important;
    fill: red !important;
    border: 1px solid #94a0b4;
}
.position-zam {
    position: absolute;
    left: 26%;
    top: 24%;
}
.map-path {
   /* background-color: rgba(0, 0, 0, 0.3);
    */
    width: 654px;
    height: 206px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
/* border: 4px solid #ACFF58;
*/
.ci01 {
    position: absolute;
    left: 43px;
    top: 11px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
}
/* .ci01:hover {
    border: 4px solid #ACFF58;
}
*/
.ci02 {
    position: absolute;
    width: 51px;
    height: 51px;
    left: 54px;
    bottom: 64px;
}
.ci03 {
    position: absolute;
    width: 53px;
    height: 53px;
    left: 126px;
    top: 55px;
}
.ci04 {
    position: absolute;
    width: 59px;
    height: 59px;
    left: 124px;
    top: 136px;
}
.ci05 {
    position: absolute;
    width: 52px;
    height: 52px;
    left: 194px;
    top: 95px;
}
.ci06 {
    position: absolute;
    width: 68px;
    height: 68px;
    left: 317px;
    top: 102px;
}
.ci07 {
    position: absolute;
    width: 47px;
    height: 47px;
    right: 79px;
    top: 55px;
}
.ci08 {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
}
.n-link.active {
    border: 4px solid #ACFF58;
    border-radius: 50%;
}
.d-card {
    background-color: #fff;
    border-radius: 24px;
    border: 4px solid #F7E041;
    display: inline-block;
    padding: 20px 48px;
}
.d-card h3 {
    text-align: center;
    color: #111B29;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.d-card p {
    color: #BEBEBE;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.o-hidden {
    height: 70%;
    overflow-y: scroll;
}
/*=============================================================== price section style ==================================================================*/
.price-grid {
    grid-gap: 22px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.price-card {
    display: grid;
    place-items: center;
    background-color: #F8F8F8;
    border-radius: 24px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 38px 0;
    cursor: pointer;
}
.price-card img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.p-title {
    font-size: 24px;
}
.p-button {
    border: 2px solid #F7E041;
    background-color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding: 8px 32px 8px 32px;
}
.p-grn {
    color: #3CE192;
    font-weight: 600;
}
.p-btm {
    color: #2E3544;
    font-weight: 500;
}
/*=============================================================== footer section style ==================================================================*/
.footer {
    background-color: #2E3544;
   /* height: 300px;
    */
}
.top-footer {
    padding: 23px 0px 38px 0;
}
.top-footer div > p {
    color: #FFF;
    text-align: right;
    font-size: 13px;
}
.top-footer ul li {
    display: inline-block;
    color: #9D9D9D;
    font-size: 15px;
    font-weight: 600;
    padding: 0 10px;
}
.bottom-footer {
    padding: 10px 0;
    border-top: 1px solid rgba(201, 201, 201, 0.20);
}
.bottom-footer div > p {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.bottom-footer .social-icons {
    margin-bottom: 0;
}
.bottom-footer .social-icons li {
    display: inline-block;
    margin-right: 12px;
}
.bottom-footer .c-d-flex {
    display: flex;
    justify-content: space-between;
}
.top-footer .c-align-text {
    text-align: right;
}
@media (max-width: 768px) {
    .card {
        height: 128px !important;
   }
    .store-item-description {
        display: none;
   }
    .del- {
        height: 100px !important;
   }
    .mbc-1 {
        margin-bottom: 10px 
   }
    .authentication {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        border-radius: 0 !important;
        width: unset;
   }
    .btn-main {
        line-height: unset;
   }
    .price-grid {
        grid-template-columns: repeat(1, 1fr) !important;
   }
    .custom-align {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
   }
    .footer-logo {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
   }
    .bottom-footer .social-icons {
        margin-bottom: 24px;
        text-align: center;
   }
    .bottom-footer p {
        text-align: center;
   }
    .bottom-footer .c-d-flex {
        display: unset !important;
   }
    .top-footer .c-align-text {
        text-align: center !important;
   }
    .slide-content p {
        font-size: 32px;
   }
   .m-100 {
    height: 100% !important;
   }
}
@media (max-width: 960px) {
    .logo-brand {
        padding: 10px;
   }
    .my-button {
        background: none;
   }
    .my-button span {
        display: none;
   }
    .my-button .arrow {
        margin-left: 0;
   }
    .banner-stories__item {
        margin: .5% .5% .5% .5%;
        padding: 20px;
   }
    .position-absolute-custom {
        position: static;
   }
    .banner-stories__item .card-body {
        height: 100%;
   }
    .fs-24 {
        font-size: 14px;
   }
    .fs-13 {
        font-size: 11px;
   }
   /* .navigation-brand img{
        width: 90%;
   }
    */
   /* header */
   /* .navigation-brand{
        margin-left: 13px;
   }
    */
    nav .toggle {
        display: inline-block;
        background-color: transparent;
        border: 1px solid transparent;
        outline: none !important;
        font-size: 33px;
        color: white;
        font-family: serif;
        font-weight: bold;
       /* margin-top: 6px;
        */
   }
    nav .toggle:hover, nav .toggle:focus {
        color: #d6d6d6;
   }
    nav .toggle>div {
        width: 23px;
        height: 2px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.3s;
        border-radius: 10px;
   }
    nav .navigation-list {
        height: 100%;
        position: fixed;
        left: -300px;
        margin-top: 68px;
        width: 300px;
        transition: 600ms cubic-bezier(0.42, 0, 0, 0.99);
        overflow-x: hidden;
        text-align: center;
        padding: 0;
        padding-top: 48px;
        top: 0;
   }
    nav .navigation-list li {
       /* display: block;
        */
        margin: 15px 90px !important;
   }
    nav .overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
   }
    .register {
       /* background-color: red;
        */
        width: 100%;
        display: flex;
        justify-content: end;
   }
   /* --more button -- */
    .more-button {
        font-size: 12px;
   }
    .arrow {
        height: 20px;
        width: 20px;
        margin-left: 20px;
        line-height: 20px;
   }
    .btnm-main-name {
        display: none;
   }
    .store-item-card {
        height: 250px;
   }
    .contact {
        padding: 10px 
   }
    .card {
        height: 160px;
   }
    .map-wrapper {
        overflow: unset !important;
   }
    .d-card {
        margin-top: -15px;
        padding: 20px 24px;
        border-radius: 24px;
   }
    .m-content-card {
        top: 50%;
        height: 100% !important;
        left: 5%;
        transform: translateX(-5%);
        width: 90%;
        right: 5%;
        transform: unset;
        overflow: scroll;
   }
    .position-zam {
        left: 0;
        right: 0;
        overflow-y: scroll;
   }
    #sec04 {
        margin-top: 433px;
   }
}
@media (max-width: 1200px) {
    .price-grid {
        grid-template-columns: repeat(3, 1fr);
   }
}
