
:root {
    --navyblue: #49bac9;
    --white: #ffffff;
    --textblue:#47b8c8;
    --black: #000000;
}
body{
    direction: rtl;
    font-family: 'Assistant';
    background-color: var(--navyblue);
    color: var(--white);
}
a{
    text-decoration:none;
}
p{
    margin-bottom: 0 !important;
    font-weight: 400;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.rotate {
    animation: rotation 6s infinite linear;
}


/*// bag video*/

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 95vh;
    overflow: hidden;
    z-index: -1;
    background-image: url("../images/donna-video-bg-desktop.jpg");
    background-size: cover;
}

.video-bg iframe, .video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 Aspect Ratio */
    min-height: 95vh;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
}
#gallery-popup, #map-popup{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    background: #000000a6;
    text-align: center;
    z-index: 999999999999999999;

}
.right-side-part > .content-inner{
    background: rgba(0,0,0,0.4);
}
.right-side-part > .content-inner .middle-white-sec{
    margin-left: 16px;
}
.right-side-part > .content-inner .form-section{
    margin-bottom: -10px;
    padding-bottom: 10px;
}
.uppercontent h1{
    font-weight: 800;
    font-size: 72px;
}

.padding-right{
    padding-right: 3rem;
}
.form-section{
    background-color: var(--navyblue);
    border-top-left-radius: 2rem;
}
.middle-white-sec{
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
.subhedding{
    font-size: 26px;
    margin-bottom: 8px !important;
}
.subhedding span{
    font-weight: 800;
}
.abitlower{
    /*padding-left: 2rem;*/
}
.abitlower p{
    font-size:25px;
    line-height: 28px;
}
.abitlower p span{
    color: var(--textblue);
    font-weight: 700;
}
.upper-heading-middle, .bottom-heading-middle{
    color: #504e4e;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 2px;
}
.bottom-heading-middle{
    font-size: 30.5px;
    margin-bottom: 10px;
}
.upper-heading-middle span, .bottom-heading-middle span{
    color: var(--textblue);
}
.price-section h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}
.price-section{
    font-size: 21px;
}
.price-symbol{
    font-size: 22px;
    font-weight: 400;
    margin-left: 5px;
}
.icon-wrap{
    text-align: center;
}
.icon-wrap img{
    margin-bottom: 8px;
}
.icon-wrap p{
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
}
.site-btn-d{
    background-color: var(--white);
    min-width: 138px;
    color: var(--black);
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
}
.site-btn-d p{
    font-size: 16px;
    font-weight: 600;
}
.site-btn-d img{
    width: 15px;
    margin-right: 7px;
}
.main-logo{
    max-width: 150px;
}
.form-wrap input{
    width: 100%;
    border: none;
    background-color: var(--white);
    margin-bottom: 15px;
    text-align: right;
    direction: rtl;
    border-radius: 6px;
    padding: 6px;
    font-size: 16px;
    color: var(--black);
}
.form-wrap input::placeholder{
    font-size: 16px;
    color: var(--black);
}
.form-wrap input[type='tel']{
 direction: rtl;
}
.form-wrap input[type='submit']{
    text-align: center;
    font-weight: 500;
    background-color: var(--black);
    color: var(--white);
    font-size:21px;
    padding: 2.5px;
}
.form-section{
    padding-left: 3rem;
}
.form-section h2{
    font-weight: 700;
    font-size: 23px;
    text-align: center;
}
.inne-vidoe-note:before{
    content: '';
    background-image: url(../images/after-effect.png);
    background-repeat: no-repeat;
    width: 52px;
    display: block;
    height: 65px;
    position: absolute;
    right: 0px;
    bottom: 0;
}
.inne-vidoe-note{

}
.vi-de-sec-note{
    bottom: 12vh;
    right: 0px;
}
.inne-vidoe-note p{
    margin-right: 30px;
    margin-bottom: 15px !important;
}
.markitting-notice p{
    font-size: 13px;
    font-weight: 500;
}
.end-notice{
    margin-top: 20px;
    display: block;
    margin-bottom: 50px;
}
.end-notice p{
    font-size: 13px;
    font-weight: 500;
}




.checkbox-wrap label{
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    padding-left: 25px;
}

.checkbox-wrap label::before {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    width: 15px;
    height: 16px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 4px;
}

/* White checkmark when checked */
input[type="checkbox"]:checked + .custom-label::after {
    content: "✔";
    position: absolute;
    right: 4px;
    top: 30%;
    transform: translateY(-50%);
    font-size: 10px;
    color: white;
}


input[type="checkbox"] {
    display: none; /* Hide default checkbox */
}

.upper-heading-middle span span{
    font-weight: 400;
    font-size: 20px;
}
.galler-wrapper, .map-wrapper{
    max-width: 44%;
    margin: 0 auto;
    position: relative;
    min-width: 670px;
    min-height: 600px;
}
.slick-slide img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-width: 670px !important;
    min-height: 600px;
    max-height: 600px;
    object-fit: contain;
}
.poup-close{
    position: absolute;
    top: -43px;
    right: -18px;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    line-height: 36px;
}
.slick-next:before{
    content: '' !important;
    background-image: url("../images/galler-left-arroe.png");
    display: block;
    width: 30px;
    height: 51px;
}
.slick-prev:before{
    content: '' !important;
    background-image: url("../images/galler-right-arroe.png");
    display: block;
    width: 30px;
    height: 51px;
}
.slick-initialized .slick-slide {
    text-align: center;
}
.slick-prev {
    right: -45px !important;
}
.slick-next{
    left: -40px !important;
    right: auto !important;
}
.mobile-butotn{
    display: none !important;
}
.mobile-hero-tex{
    display: none;
}
.form-wrap {
    direction: rtl;
}
#mobile-map{
    display: none;
}
#placeholder {
    display: none;
    width: 640px;
    height: 360px;
    background: url('your-placeholder-image.jpg') center/cover no-repeat;
}