 



  .sticky-v2 {
    position: fixed;
    right: 0;
    top: 50%;
    width: 70px;
    height: auto;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99;
    display: none;
    border-radius: 4px 0 0 4px;
    background-color: #FFF;
    box-shadow: -3px 1px 5px 0 rgba(0, 0, 0, .24);
}

.sticky-v2 ul li {
    list-style-type: none;
}

.sticky-v2 span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-top: 5px;
    color: #232323;
}
 
.sticky-v2 ul {padding-left: 20px;margin: 0;}

.sticky-v2 ul li:last-child a {
    border: unset;
}


.sticky-v2 li a {
    padding: 12px 10px;
    color: #071C35;
    display: block;
    border-bottom: 1px solid rgba(223, 223, 223, .4);
    text-decoration: none;
    margin-left: -19px;
}


.swiper-slider-bg-img{
	width: 100%;
	height:  115vh;
	background-position: center;
	background-size: cover;
}

.swiper-slider-bg-img::before {
    position: absolute;
    content: "";
    width: 100%;
   	height:  115vh;
    background-color: #00000057;
}

/*  <!-- Nature's Adventure--area--here---css---- */

.main-tagline{
	color: #000;
    display: flex;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}

span.main-taglinee:after {
    display: block;
    content: "";
    height: 1px;
    width: 120px;
    background-color: #000;
    margin-top: 11px;
    margin-left: 10px;
}

.hading-tagline h2{
	margin-top: 10px;
    margin-bottom: 30px;
}

.hading-tagline h2{
    font-size: 40px;
    line-height: 60px;
    margin: 0 0 25px;
}

.hading-tagline h2{
   font-familyy: 'Optima LT W02 Roman';
    color: #000;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
}

@media (max-width: 1003px) {
    .hading-tagline h2 {
        font-size: 24px;
        line-height: 40px;
    }
   
}


/*@media (max-width: 1003px) {
    .hading-tagline p {
        font-size: 24px;
        line-height: 40px;
    }
   
}
*/

.hading-tagline p {
    font-size: 17px!important;
    line-height: 32px!important;
    font-weight: 300;
    
    color:black !important;
}

.btn-blue {
    background-color: #071C35;
    color: #fff !important;
    border: 1px solid #071C35;
}


 

.velore-btn a {
    text-decoration: none;
    border: 1px solid;
    padding: 17px 0px;
    background-color: #071C35;
    color: #fff;
    border-radius: 4px;
}

.velore-btn:after a {
    border: 2px solid #071C35;
}
.velore-btn:after a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.velore-btn:hover a {
    color: #fff;
}


/*<!-- Adventure---aection--css---here----- -->*/

.row.urgents {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 23px;
}


/* <!-- Townhouses---section--css---here----- -->*/

.Townhouses-text span{
	text-transform: uppercase;
	letter-spacing: 0;
    line-height: 36px;
    font-familyy: 'Optima LT W02 Roman';
    font-size: 24px;
}

.main-Townhouses{
	 display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 16px 29px;
}

/*--------------------*/

.gallery-view{
	    display: block;
    text-align: center;
    text-transform: uppercase;
    font-familyy: 'Optima LT W02 Roman';
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
}

/*--------------------*/

.main-umbrella-beach{
        display: flex;
    align-items: center;
    gap: 21px;

}
.umbrella-beach-text span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}

/*------------*/


.logo_website a svg{
        width: 100px;
    height: 25px;
}



/*-----header*/ 


 

.navigation_bar ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
    padding-left: 100px;
}

.navigation_bar ul li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px!important;
        font-weight: 400 !important;
    letter-spacing: 1.2px;
    line-height: 24px;
}

.left_r_section ul li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px!important;
        font-weight: 400 ;
    letter-spacing: 1.2px;
    line-height: 24px;
}

.left_r_section ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.left_r_section ul li a svg{
    width: 16px;
    height: 16px;
}

.left_r_section ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.navigation_bar ul li{
padding: 0 4px;
}
.button_get_in_touch a{
    background: #fff;
    color: #232323 !important;
    border: 0;
      font-familyy: 'Lato', 'Open Sans', sans-serif;
    font-weight: 700 !important;
    font-size: 12px;
    border-radius: 2px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}


@media(max-width:1270px){
    .navigation_bar ul{
            padding-left: 19px;
            gap: 15px;
    }
    .navigation_bar ul li a,.left_r_section ul li a{
        font-size: 12px !important;
    }

    .logo_website a svg {
    width: 80px;
    height: 25px;
}
}


@media(max-width:1200px){

/*.toggle_menu{
        margin-left: 25rem;
  transition-delay: .25s;
  transition: 0.5s;
  overflow: hidden;

}*/

#menusider_fixed{
        position: fixed;
    width: 0;
    background: #fff;
    height: 100%;
    top: 0;
    left: -100%;
    padding: 15px;
      transition-delay: .25s;
  transition: 0.5s;
}

#menusider_fixed.opensidebar{
        position: fixed;
        width: 25rem;
        background: #fff;
        height: 100%;
        top: 0;
        left: 0;
        padding: 15px;
        transition: 0.5s;
        z-index: 111111;

}

#menusider_fixed ul{
    list-style: none;
    padding-left: 0px;
}

#menusider_fixed .close_mark{
        margin-bottom: 20px;
}

#menusider_fixed li a{
         color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px !important;
        font-weight: 400 !important;
        letter-spacing: 1.2px;
        line-height: 24px;
        width: 100%;
        display: block;
        margin-bottom: 10px;
}


/*#document{
    transition: 0.5s;
}*/


    .menubar_icon svg{
            width: 20px;
        color: #fff;
    }
    .logo_website{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .navigation_bar{
        display: none;
    }

    .dd_none{
        display: none !important;
    }


}


@media(max-width:575px){
    .rt_none{
        display: none !important;
    }
}


@media(min-width:1071px){

    .menubar_icon,#menusider_fixed{
        display: none;
    }
}


.logo_newsletter img{
    width: 120px;
    height: 40px;
}

.logo_newsletter {
    border-right: 1px solid #eee;
}



.social_media_m ul {
    list-style: none;
}

.social_media_m ul li a svg{
    width: 18px;
}

.social_media_m ul {
    display: flex;
    align-items: center;
    gap: 10px;
    color: red;
}

.social_media_m ul li a svg{
    color: #232323;
}

.btn_subscribe{
        height: 50px;
    background-color: rgb(157, 157, 156);
    border-color: rgb(157, 157, 156);
    border-radius: 0px !important;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0px;
    font-size: 12px !important;
    border: 0px;
    color: #fff;
    padding: 0px 20px;
}


.subscribe_email{
    width: 100%;
    max-width: 400px;
    float: right;
}



.footer_box ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    gap: 8px;
}

.footer_box ul li a{
       color: #99979c;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}



h5.footer_title {
    font-familyy: 'Lato', 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    line-height: 36px;
}

.footer_policy ul{
    list-style: none;
    margin: 0px;
    padding-left: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_policy ul li a{
 color: #99979c;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-right: 1px solid #000;
    padding-right: 20px;
}


.lastank{
    border-right: 0px !important;
}


.full_control_navigation .navigate_control div::after {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin-top: -3px;
}

.full_control_navigation {
}

.full_control_navigation .navigate_control div {
    position: unset;
    margin-top: 0;
    width: auto;
    margin: 0 7px;
}

.full_control_navigation .navigate_control {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:767px){
    .swiper-slider-bg-img{
 
	height:  40vh; 
}
 .subscribe_email{
    width: 100%;
    max-width: 100%;
 }   
 .sticky-v2{
     display:none !important;
 }
}


@media(max-width:575px){
    .subscribe_email form{
        display: block !important;
    }
    .subscribe_email input, .subscribe_email button{
        width: 100%;
        height: 50px;
    }

}

.subscribe_email input:focus{
    box-shadow: none !important;
    border-color: rgb(157, 157, 156);
}

.subscribe_email input{
    border-color: rgb(157, 157, 156);
    border-radius: 0px;
}


span.swiper-pagination-bullet{

    width: 15px;
    height: 15px;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}


#ad_section{
        padding-top: 30px;
    padding-bottom: 30px;
}


#section_every_Day{
    padding: 80px 0 0px;
}


.section_every_Day{
    padding-bottom: 50px !important;
}


@media(max-width:767px){
    .vecotr_box{
        width: 100%;
    }


#ad_section{
        padding-top: 25px;
    padding-bottom: 25px;
}

#section_every_Day{
    padding: 30px 0 0px;
}

}

.hipper-dark h2{
    font-size: 38px; line-height: 60px; text-transform: uppercase;font-weight: 400; font-familyy: 'Optima LT W02 Roman';
}

@media (max-width: 1003px) {
    .hipper-dark h2 {
        font-size: 24px;
        line-height: 40px;
    }
}


/*----------------------------------*/

span.prop-dtl {
    text-transform: uppercase;
    font-familyy: 'Optima LT W02 Roman';
    line-height: 24px!important;
    font-size: 22px;
    color: #000;
}
.Velora-text h4 a {
    text-decoration: none;
    font-size: 12px;
    font-familyy: 'Lato', 'Open Sans', sans-serif;
    letter-spacing: 2px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.text-valore h4 {
    font-size: 12px;
    font-familyy: 'Lato', 'Open Sans', sans-serif;
    letter-spacing: 2px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.sales-area{
    padding: 16px 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:99;
    background-color: #EAECEE;
    
}


@media  (max-width: 992px) {
  .comfort-saler {
    display:none;
  }
}

@media  (max-width: 1240px) {
  .sales-area {
        display:none;
  }
}


.daltimal {
    font-size: 24px;
    color: #B18500;
    font-weight: 700;
}
.safart{
    gap: 6px;
}

a.sales-btn {
    text-decoration: none;
    color: #000;
    border: 1px solid #232323;
    padding: 8px 26px;
    background-color: #FFF;
    font-familyy: 'Lato', 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
}
a.saled-btn:hover {
    color: #fff;
}
a.sales-btn:hover {
    color: #000!important;
}
a.saled-btn {
    text-decoration: none;
    color: #fff;
    border: 2px solid #071C35;
    padding: 7px 38px;
    background-color: #071C35;
    font-familyy: 'Lato', 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        /*max-width: 1325px !important; */
    }
}