/* width */
::-webkit-scrollbar {
	width: 7px;
	border-radius:7px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
	background: rgb(133,141,152,0.5); 
	border-radius:7px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #858d98; 
	border-radius:7px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #858d98; 
	border-radius:7px;
  }


body,html{
    font-family: 'Jost', sans-serif !important;
    color: #76573F !important;
    overflow-x: hidden !important;
}

.nav-link{
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #775840 !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-bottom: 0 !important;
}

.navbar-collapse{
    justify-content: end !important;
}

.title{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #775840 !important;
}

.banner-section{
    margin-bottom: 50px !important;
}

.mb-26{
    margin-bottom: 26.52px !important;
}

.about-section{
    text-align: center !important;
}

.description{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: #775840;
    margin-bottom: 35px;
}

.project-img-h-50{
    height: 50%;
    width: 100%;
    object-fit: cover;
}

.project-img-50{
    height: 50%;
    width: 50%;
    object-fit: cover;
}

.row{
    --bs-gutter-x: 1rem !important;
    --bs-gutter-y: 0;
}

.full-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    padding-bottom: 1rem !important;
}

.half-height-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding-bottom: 1rem !important;
}

.half-width-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding-bottom: 1rem !important;
}

.view-more{
    position: relative;
}

.my-40{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.email-input input{
    height: 60px;
    border: 3px solid #76573F;
    border-radius: 0;
    box-shadow: none !important;
    padding-left: 25px;
    padding-right: 25px;
}

.email-input .input-group-text{
    width: 150px;
    justify-content: center;
    background: #76573F;
    border-color: #76573F;
    color: #ffffff !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 23px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #76573F;
    outline: 0;
    box-shadow: none !important;
}

.banner-text-top{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    position: absolute;
    left: 12px;
    top: 28px;
    width: 405px;
}

.banner-text-bottom {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    width: 415px;
}

.plan-heading{
    font-style: normal;
    font-weight: 500;
    font-size: 35px !important;
    line-height: 26px !important;
}

.plan-section .plan-sub-heading{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 45px;
}

.mb-80{
    margin-bottom: 80px !important;
}

.plan-section p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    height: 50px;
    background: #FFF5C8;
    text-align: center;
}

.nav-pills .nav-link {
    height: 50px;
    padding: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-radius: 0 !important;
    background: #76573F !important;
    color: #FFF5C8 !important;
}

.owl-carousel button.owl-dot {
    color: inherit;
    padding: 0 !important;
    font: inherit;
    border: 1px solid #FAECAE !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #FAECAE !important;
    margin: 3px !important;
}

.owl-carousel .owl-dots .active{
    border: 1px solid #76573F !important;
    background: #76573F !important;
}

.amenities-list li{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #775840;
    margin-bottom: 1rem !important;
}

.amenities-list{
    list-style: none !important;
}

.list-icon {
    font-size: 10px;
    position: relative;
    top: -2px;
}

.amenities-list-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding-bottom: 1rem !important;
}

.location-section h2{
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    color: #775840;
}

.location-section p{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    color: #76573F;
}

.location-section .contact-live {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #76573F;
}

.location-section .contact-live span{
    font-size: 25px !important;
    font-weight: 500 !important;
}

.book-button{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: #76573F;
    border-color: #76573F !important;
    width: 255px;
    border: 0 !important;
    padding: 1rem;
    text-decoration: none;
    height: 98.41px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.divider{
    border-bottom: 2px solid;
    margin-left: 30px;
    margin-right: 30px;
}

.divider span {
    padding: 10px 35px;
    background: #fff;
    position: relative;
    top: 24px;
}

.border-theme-right{
    border-right: 2px solid #775840;
}

.location-section .team-name{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #775840;
    padding-left: 16px;
    padding-right: 16px;
}

.mb-40{
    margin-bottom: 40px !important;
}

.contact-heading{
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #775840;
}

.contact-sub-heading{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    color: #775840;
}

.contact-card{
    background: #FBF1C4;
    border: 0;
    border-radius: 0 !important;
}

.contact-card .card-body{
    padding: 25px !important;
}

.contact-card .form-control{
    background: transparent !important;
    border-radius: 0 !important;
    height: 43px;
    border: 1px solid #775840 !important;
}

.contact-card .form-control:focus{
    background: transparent !important;
    border-radius: 0 !important;
    height: 43px;
    border: 1px solid #775840 !important;
    box-shadow: none !important;
}

.contact-card label{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #775840;
    margin-bottom: 1rem;
}

.contact-btn{
    height: 50px;
    width: 150px;
    background: #775840 !important;
    border-color: #76573F !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0 !important;
}

.email-input a{
    width: 265px;
    border: 0;
    background: #76573F !important;
    color: #ffffff !important;
    text-transform: uppercase;
    height: 60px;
    font-size: 18px;
    padding: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0 !important;
}

.email-input a:focus{
    background: rgb(255 245 200 / 75%) !important;
    color: #76573F !important;
}


button:focus{
    background: rgb(255 245 200 / 75%) !important;
    color: #76573F !important;
}

.contact-head{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #775840;
    margin-bottom: 6px !important;
}

.contact-desc{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #775840;
    margin-bottom: 35px;
}

.contact-desc a{
    color: #775840 !important;
}

.projects p{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #775840;
}

.projects h2{
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #775840;
}

.projects .owl-nav{
    justify-content: space-between;
    position: relative;
    display: flex;
}

.projects .owl-nav .owl-prev{
    background: #ffffff !important;
    border: 0 !important;
    font-size: 50px !important;
    left: -50px !important;
    position: absolute;
    bottom: 110px !important;
}

.projects .owl-nav .owl-next{
    background: #ffffff !important;
    border: 0 !important;
    font-size: 50px !important;
    right: -50px !important;
    position: absolute;
    bottom: 110px !important;
}

.projects .owl-dots{
    margin-top: 1rem !important;
}

.my-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.footer-text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #775840;
    position: absolute;
    width: 100%;
    bottom: 60px;
}

.contact-desc i{
    font-size: 20px;
    margin-right: 10px;
}
.image-container {
    position: relative;
    width: 100%;
  }

  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .image-container .image {    
    opacity: 0.9;
    filter: brightness(0.9);
  }
  
  .image-container .middle {
    opacity: 1;
  }
  
  .plan-section .text {
    padding: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 33px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 50px;
    width: 320px;
    height: 85px;
    background: transparent !important;
   }

   .plan-section .image-container .image {
    opacity: 0.9;
    filter: brightness(0.6) !important;
}

    .pointer{
        cursor: pointer !important;
    }

  .text {
    padding: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 50px;
    width: 320px;
    height: 85px;
    background: #76573F;
   }

   @media only screen and (max-width: 600px) {
    .navbar-toggler{
        display: none !important;
    }

    .full-img {
        width: 100%;
        height: 250px !important;
        object-fit: cover;
        padding-bottom: 1rem !important;
    }

    .plan-section .text{
        width: 130px !important;
        height: 50px !important;
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .modal-team-content {
        border-radius: 0 !important;
        height: 100%;
        background: #ffffff !important;
        font-weight: 500 !important;
        color: #76573F !important;
        max-width: 295px !important;
        margin: auto !important;
    }

    #amal-modal {
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .nipra-modal .modal-content {
        border-radius: 0 !important;
        height: 100%;
        background: #ffffff;
        font-weight: 500;
        color: #76573F;
        max-width: 295px;
        margin: auto;
    }

    .sai-modal .modal-content {
        border-radius: 0 !important;
        height: 100%;
        background: #ffffff;
        font-weight: 500;
        color: #76573F;
        max-width: 295px;
        margin: auto;
    }

    #form-modal .modal-dialog{
        max-width: 300px !important;
    }

    #form-doc-modal .modal-dialog{
        max-width: 300px !important;
    }

    .banner-text-top {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        position: absolute;
        left: 25px;
        top: -40px;
        width: 216px;
    }

    .vivan-about-img{
        object-fit: cover;
    }

    .banner-text-bottom {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        position: absolute;
        right: 0;
        bottom: 0;
        text-transform: uppercase;
        width: 175px;
    }

    .email-input .input-group-text{
        display: block !important;
        margin: auto !important;
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
        height: 50px;
        padding: 14px;
    }

    .plan-section p {
        text-align: left !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }

    .plan-section p strong{
        font-weight: 400 !important;
    }

    .plan-heading {
        font-size: 22px !important;
        font-weight: 700;
    }

    .mb-80 {
        margin-bottom: 30px !important;
    }

    .plan-section .plan-sub-heading {
        font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 45px;
    text-align: center !important;
    color: #76573F;
    }

    .location-section h2 {
        font-size: 22px !important;
        line-height: 30px !important;
        font-weight: 700 !important;
        width: 300px !important;
        margin: auto;
    }

    .location-section .contact-live {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .book-button {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #76573F;
        border-color: #76573F !important;
        width: 220px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        left: 14px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px !important;
    }

    .team-logo img{
        height: 100px !important;
        object-fit: contain;
    }

    .team-members p{
        text-align: center !important;
    }

    .border-theme-right{
        border: 0 !important;
    }

    .footer-text {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #775840;
        position: absolute;
        width: 100%;
        top: -60px !important;
        left: 0;
    }

    .banner-section .container{
        padding: 0 !important;
    }

    .navbar{
        position: absolute !important;
        width: 100% !important;
    }

    .navbar .navbar-brand img{
        width: 150px !important;
    }

    .btn-menu img{
        width: 35px;
        height: 35px;
    }

    .btn-menu:focus {
        outline: 0;
        box-shadow: none;
        background: transparent !important;
    }
        
    .title{
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 35px;
        text-align: center;
        text-transform: uppercase;
        width: 305px;
        margin: auto;
    }

    .description {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        color: #775840;
    }

    .input-group>.form-control{
        width: 100% !important;
    }

    .nav-pills .nav-link {
        height: 50px;
        padding: 15px 12px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
    }

    .email-input a {
        width: 265px;
        border: 0;
        background: #76573F;
        color: #ffffff;
        text-transform: uppercase;
        height: 60px;
        font-size: 16px;
        padding: 1rem 3rem;
        text-decoration: none;
    }

    html .plan-section .Amenities-text{
        line-height: 25px;
        text-align: center !important;
        font-size: 17px;
    }

    html .plan-section .Amenities-text span{
        font-size:22px !important;
        font-weight: 700 !important;
    }

    .mobile-amenties-desc{
        font-size: 15px !important;
        font-weight: 400;
        line-height: 25px;
        text-align: center !important;
    }

    .amenities-list{
        padding-left: 3rem !important;
    }

    .amenities-full-img {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
        padding-bottom: 1rem !important;
    }

    .amenities-thumb-img{
        height: 150px !important;
    }

    html .amenties-list-text {
        padding: 5px !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 80px !important;
        width: 100px;
        height: 115px;
        background: transparent !important;
    }

    .location-section p {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #76573F;
    }

    html .view-location-text {
        padding: 12px 1rem;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 33px;
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 50px;
        width: 260px;
        height: 70px;
        background: #76573F;
    }

    .location-section .contact-live span {
        font-size: 22px !important;
        font-weight: 400 !important;
    }

    .contact-live{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .book-img{
        margin-top: 4rem !important;
    }

    .meet-sub-text{
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #76573F;
    }

    .divider{
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #76573F;
        margin-left: 0 !important;
    }

    .divider span {
        padding: 10px 16px;
        background: #fff;
        position: relative;
        top: 16px;
        font-weight: 500;
    }

    .member-position{
        flex: 0 0 auto !important;
        width: 39% !important;
        text-align: right !important;
        align-self: center !important;
        padding: 0 !important;
    }

    .member-position p{
        text-align: right !important;
        font-size: 15px !important;
        line-height: 16px !important;
    }

    .member-names{
        flex: 0 0 auto !important;
        width: 61% !important;
        text-align: right !important;
        border-left: 2px solid #775840;
        text-align: left !important;
        padding: 0 !important;
    }
    
    .member-names p{
        text-align: left !important;
        font-weight: 400 !important;
        font-size: 15px !important;
        padding: 0 16px !important;
        line-height: 16px !important;
    }

    .team-members .my-40{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }


    .team-members .mb-40{
        margin-bottom: 30px !important;
    }

    .contact-section,.location-section{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .contact-section{
        background: #F3F3F3 !important;
        padding-top: 1rem !important;
        text-align: center !important;
        border: 0 !important;
    }

    .contact-heading {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 45px;
        text-align: center;
        color: #775840;
    }

    .contact-sub-heading {
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 40px;
        text-align: center;
        color: #775840;
    }

    .contact-head {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        text-transform: uppercase;
        color: #775840;
        margin-bottom: 6px !important;
    }

    .contact-desc i {
        font-size: 28px;
        margin-right: 10px;
        margin-top: 12px;
    }

    .contact-email{
        padding-bottom: 20px;
    }

    .contact-email .contact-desc{
        margin-bottom: 0 !important;
    }

    .contact-social{
        padding-top: 20px;
    }

    .contact-section hr{
        margin: 0 !important;
        width: 200px !important;
        display: block;
        margin: auto !important;
        height: 0px !important;
        border-bottom: 2px solid #775840 !important;
        opacity: 1 !important;
    }

    .contact-btn {
        height: 50px;
        width: 150px;
        background: #775840 !important;
        border-color: #76573F !important;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        border: 0 !important;
        float: left;
    }

    .map-section{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        background: #fff;
        padding: 1rem;
        margin: 0 !important;
    }

    .map-section .contact-head{
        display: none !important;
    }

    .contact-section .container{
        padding: 0 !important;
    }

    .projects{
        background: #fff !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        margin: 0 !important;
        padding: 1rem;
    }

    .projects p {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        color: #775840;
    }

    .project-image-container {
        position: relative;
        width: 100%;
        padding: 30px;
    }

    .projects .owl-nav .owl-prev {
        background: transparent !important;
        border: 0 !important;
        font-size: 50px !important;
        left: -5px !important;
        position: absolute;
        bottom: 110px !important;
    }

    .projects .owl-nav .owl-next {
        background: transparent !important;
        border: 0 !important;
        font-size: 50px !important;
        right: -5px !important;
        position: absolute;
        bottom: 110px !important;
    }

    .navbar-fix {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    
  }

  .fs-18{
    font-size: 18px !important;
  }

  .project-image-container {
    position: relative;
    width: 100%;
  }

  .project-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .project-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .project-image-container .project-image {    
    opacity: 1;
    filter: brightness(0.5);
  }
  
  .project-image-container .project-middle {
    opacity: 1;
  }

  .mobile-thumb-img {
    width: 100%;
    height: 140px!important;
    object-fit: cover;
    padding-bottom: 1rem !important;
}

.mobile-full-img {
    width: 100%;
    height: 400px !important;
    object-fit: fill;
    padding-bottom: 1rem !important;
}

.offcanvas-header{
    background: #775840;
    color: #ffffff !important;
    border: 1px solid #775840 !important;
    align-items: self-end;
    padding: 26px 24px 26px 45px;
}

.offcanvas{
    max-width: 350px !important;
}

.offcanvas-header .btn-close{
    color: #ffffff !important;
    filter: invert(1);
    opacity: 1;
}

.mobile-menu-list li{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
    cursor: pointer;
}

.btn-menu{
    border: 0 !important;
}
.mobile-menu-list i{
    position: relative;
    top: 4px;
}

.mobile-menu-logo{
    width: 150px;
}

.btn-menu-close{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF5C8 !important;
    border: 0 !important;
}

.offcanvas-body{
    position: relative !important;
    padding: 26px 24px 26px 45px;
}

.toast-success{
    background: rgba(0, 0, 0, 0.72) !important;
    box-shadow: none !important;
}


.mobile-menu-sidebar li{
    background: #76573F !important;
    border: 0 !important;
    color: #ffffff;
    font-weight: 700;
    padding: 22px 0px;
}

.mobile-menu-sidebar li a{
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.btn-close{
    width: 22px;
    height: 22px;
    background-color: #F0EFEF !important;
    color: #000 !important;
    border-radius: 50% !important;
    position: absolute;
    right: -6px;
    top: -6px;
    opacity: 1 !important;
    box-shadow: 0px 0px 5px 2px !important;

}

#alert-modal{
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

#alert-modal .modal-content {
    border-radius: 0 !important;
    height: 100px;
    text-align: center;
    background: rgba(0, 0, 0, 0.72);
    font-weight: 400;
    color: #fff;
}

#alert-text{
    margin-bottom: 0 !important;
    position: relative;
    top: 14px;
}

.modal-open{
    overflow: hidden !important;
}

.navbar-fix{
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #fff;
}

.text-theme{
    color: #775840 !important;
}

.alert-modal{
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.alert-modal .modal-content {
    border-radius: 0 !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    font-weight: 400;
    color: #fff;
}

.alert-modal .modal-content h4{
    font-size: 18px !important;
    font-weight: 400 !important;
}

.alert-text{
    margin-bottom: 0 !important;
    position: relative;
    font-size: 13px !important;
}

.alert-modal .modal-dialog{
    /* max-width: 304px !important; */
    margin: auto !important;
}

.p-12{
    padding: 12px !important;
}

.theme-bg{
    background: #76573F !important;
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 999;
	display: none !important;
}

.back-to-top a {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #0072bc;
	border-radius: 6px;
	color: #fff;
}

.back-to-top.back-to-top-2 a {
	background: #ff3e66;
}

.back-to-top.back-to-top-3 a {
	background: #ff6b58;
}

.back-to-top.back-to-top-6 a {
	background: #0072bc;
}

.back-to-top.back-to-top-5 a {
	background: #801f82;
}

.back-to-top.back-to-top-8 a {
	background: #db0f30;
}

.my-float{
	margin-top:16px;
}

.float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 40px;
    background: #1acc3e !important;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.modal-form-control{
    background: rgba(0, 0, 0, 0.72) !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: 45px !important;
    color:#ffffff !important;
}

.btn-white{
    background: #ffffff !important;
    width: 100px !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    color: #76573F !important;
}

.builder-section p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #775840;
    text-align: left;
}

.builder-icon{
    height: 108px;
    width: auto;
    margin-bottom: 1rem;
}

.read-more{
    border: 0 !important;
    font-style: oblique;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #775840;
    background: transparent !important;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.about-section .text {
    padding: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 50px;
    width: 170px;
    height: 85px;
    background: transparent !important;
}

.about-section .image-container .image {
    opacity: 0.9;
    filter: brightness(0.6);
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
        padding: 1rem;
    }

    .modal-body {
        position: initial !important;
    }
}

.back-img-video{
    background-image: url('../img/amenties2.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    filter: blur(5px);
}

/* .back-img-video:hover{
    filter: blur(0px);
} */
.video-icon{
    width: 15%;
    position: absolute;
    top: 50%;
    left: 42%;
}