.my-slider {
    height: 80dvh;
    background-color: red;
    width: 100%;
    margin-top: 300px;
}

.my-slider {
    background-image: url('https://i.stack.imgur.com/kx8MT.gif');
    background-size: cover;
    background-position: center;


    height: 79vh;
    padding: 0;
    margin-top: 21vh;
    position: relative;
}

@media(max-width:1000px) {
    .logo a img {
        width: 80px !important
    }

    .main-header .logo-box {

        padding: 5px 0px;
    }

    .nav-outer .mobile-nav-toggler {
        padding: 4px 0;
    }

    .my-slider {
        height: 83vh;
        margin-top: 0;
    }

}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* z-index: -1; */
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.334);
    z-index: 2;
}

/* Basic button styling */

.pulse_container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.pulsingButton {
    /* width: 5px; */
    text-align: center;
    white-space: nowrap;
    display: block;
    margin: 50px auto;
    /* padding: 10px; */
    box-shadow: 0 0 0 0 #e2be68;
    border-radius: 50%;
    background-color: #e2be68;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-size: 22px;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    color: #ffffff;
    transition: all 300ms ease-in-out;
    padding: 28px;
}


/* Comment-out to have the button continue to pulse on mouseover */

a.pulsingButton:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff;
}


/* Animation */

@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.my_modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.647);
    z-index: 1000;
}

.close_btn_my_modal {
    position: absolute;
    right: 40px;
    top: 10px;

}

.video-container {
    width: 100%;
    height: 100%;
    /* position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container iframe {
    width: 60%;
    height: 50%;
}

.logo-mobile {
    display: none;
}

@media(max-width:1000px) {
    .video-container iframe {
        width: 80%;
        height: 70%;
    }

    .header-upper {
        display: none;
    }

    .logo-mobile {
        display: block;
    }
}

.header-upper {
    padding: 10px 0px;
}

.logo a img {
    width: 150px;
}

.main-header .nav-outer {
    padding: 6px 0px;
}

.pull-right {
    height: 100%;
    display: flex;
    align-items: center;

}

.wrapper {
    display: flex;
    justify-content: space-between;

    align-items: center;
}

.main-menu .navbar-collapse {
    padding-left: 0px;
}

.main-menu .navigation>li>a {
    font-size: 19px;
    font-weight: bold;

}

.btn-style-one {
    font-size: 19px;
}

.wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.header-social {
    padding: 17px 5px;
    width: 120px;
    display: flex;
    justify-content: space-between;
    background-color: #0b2624;
}

.mobile {
    display: none;
}

.mobile-header {
    display: none;
}



.gallery-block {
    display: block;
}

.mobile-header {

    display: none;

}

.page-wrapper {
    position: relative;
}

.mobile-header .logo-b img {
    width: 100px;
}

.mobile-header>div {
    width: 33.3%;
}

.mobile-header .num-b {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-header .menu-b {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #e2be68;
}

.mobile-header .menu-b svg {
    width: 40px;
}

@media(max-width:1000px) {
    .header-social {
        display: none;
    }

    .logo-mobile {
        display: none;
    }

    .options-box {
        display: none !important;
    }

    .main-header {
        display: block;
    }

    .mobile-header {
        height: auto;
        background-color: red;
        position: fixed;
        padding: 5px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        display: flex;
        justify-content: space-between;
        display: flex;
    }

    .menu-backdrop {
        z-index: 4;
    }
}

.nav-outer {
    display: flex;
    justify-content: space-between;
}

.nav-outer .logo-b img {
    width: 100px
}

.wrapper-menu-btn {

    width: 100%;
    display: flex;
    justify-content: space-between;
    display: none;
}

.sticky-header {
    display: none;
}

@media(max-width:1000px) {
    .wrapper-menu-btn {

        display: flex;
    }

    .sticky-header {
        padding: 4px;
    }

    .wrapper {
        display: none;
    }

}

.phone-p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: white;
}


.header-style-one {
    border-bottom: 3px solid #0b2624;
    
    padding-bottom: 10px;
    border-top: 3px solid #0b2624;
}

.header-style-one:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 30%;
    height: 3px;
    /* Adjust this value to control the thickness of the green border */
    background-color: #e2be68;
}

.lang-box{
    width: 150px;
    height: 100%;
    /* background-color: green; */
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
 
}
.lang-item{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;

}
.lang-item img{
  
   height: 100%;
   width:100%;
   object-fit: cover;
   background-position: center;
}
.main-menu .navigation{
    margin-right: 80px;
}
.mobile-menu .navigation li>a {
    font-size: 21px;
}
.lang-mobile{
    /* background-color: red; */
    width: 100%;
    justify-content: flex-start;
    padding: 2px;
    margin-top: 14px;
}
.lang-mobile a{
    margin-right: 10px;
    margin-left: 14px;
}
.socia{
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    gap:10px;
    padding: 10px;
    font-size: 1.4rem;
}
.socia li{
    background-color: #0b2624;
    padding: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.socia.desktop{
    margin-top: 5px;
}

.logo a img{
    width: 180px;
}
footer{
    background-color: #0b2624;
}