/*
Template Name: Resort
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************center_home****************/
.main{
position:relative; 
 }
.main_1{
position:absolute;
top:0;
z-index:1;
width:99.99%; 
 }
.mySlides {
display:none;
}
.center_main{
  position:relative;
  }
.center_main_1{
  position:absolute;
  bottom:0;
  left:20%;
  background:#00000091;
  width:60%;
  padding:30px 10px 45px 10px;
  }
.center_main_1 h1{
  color:#c1ae75;
  font-size:70px;
  }
.center_main_1 p{
color:#eee;
  }
.center_main_1 h3{
color:#eee;
  }
/*********************center_home_end****************/

/*********************reserve****************/
#reserve {
    background-image: url(../img/2.jpg);
}
.reserve_m{
background:#ffffffd9;
padding-top:50px;
padding-bottom:50px; 
 }
.reserve_2l h3:before {
    display: inline-block;
    width: 10%;
    height: 2px;
    background-color: #c1ae75;
    vertical-align: middle;
    margin-right: 2%;
    content: "";
}
.reserve_1l h1 {
font-size: 70px;
}
.reserve_2{
margin-top:30px; 
 }
.reserve_2r h5 i{
margin-right:10px;
font-size:40px;
vertical-align:middle; 
 } 
/*********************reserve_end****************/

/*********************beach****************/
#beach {
    background-image: url(../img/3.jpg);
}
.beach_1r h1{
font-size:70px;
margin-left:-120px; 
 }
.beach_1r h5:before {
    display: inline-block;
    width: 20%;
    height: 2px;
    background-color: #c1ae75;
    vertical-align: middle;
    margin-right: 4%;
    content: "";
}
.beach_1li1 .btn-success{
background:#fff;
border-radius:0; 
padding:0;
border:none;
width:60px;
height:40px;
line-height:40px;
border:1px solid #fff;
margin-left:1px;
margin-right:1px;
text-align:center;
color:#00355a;
 }
.beach_1li1 .btn-success:hover{
 background:#00355a;
 border-color:#00355a;
 color:#fff;
 }
.beach_1l{
position:relative; 
 }
.beach_1li1{
position:absolute;
bottom:15%;
width:100%;
 }

#beach_o {
background-image: url(../img/10.jpg);
background-position:center;
}
#beach_o .beach_1r h1{
margin-left:0;
 }
.beach_om{
background:#00000057;
padding-top:80px;
padding-bottom:80px;
 }
/*********************beach_end****************/

/*********************dreams****************/
#dreams {
    background-image: url(../img/7.jpg);
	background-position:center;
}
.dreams_1l{
 background:#fff;
 padding:80px 20px;
 }
.dreams_1l h4  span{
 margin-left:10px;
 margin-right:10px;
 }
.dreams_1l h4 {
font-size:22px;
 }
.dreams_1l h1 {
font-size:70px;
 }
.dreams_1l h5:before {
    display: inline-block;
    width: 20%;
    height: 2px;
    background-color: #c1ae75;
    vertical-align: middle;
    margin-right: 4%;
    content: "";
}
/*********************dreams_end****************/

/*********************offers****************/
#offers{
padding-top:50px;
padding-bottom:50px; 
 }
.offers_1r h1{
font-size:70px;
margin-left:-160px;
 }
.offers_1ri{
 background:#00355a;
 padding:45px 30px 60px 30px;
 margin-top:15px;
 margin-left:-100px;
 width:100%;
 }
#offers .button:hover{
background:#fff;
color:#00355a;
 }
.offers_2{
width:70%;
margin-left:auto;
margin-right:auto; 
 }
.offers_2_inner .span_2{
margin-left:10px;
margin-right:10px; 
 }
 
#offers_n {
    background-image: url(../img/1.jpg);
}
.pager{
margin-bottom:0; 
 }
#offers_n .button:hover{
background:#fff;
color:#00355a;
 }
/*********************offers_end****************/

/*********************project_home****************/
#project_home img{
 margin-top:0; 
  }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
   background:#00355a;
   border-color:#00355a;
   color:#fff; 
  }
.project_home1 ul{
 border:none;
 width:64%;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:30px;  
 margin-top:30px;
   }
.project_home1 ul li{
  margin-left:5px;
  margin-right:5px;
  }
.project_home1 ul li a{
 background:#00355a14;
 color:#666;
 border-radius:20px; 
 font-size:18px;
 font-weight:bold;
  }
 .project_home1 ul li a:hover{
 background:#00355a;
 color:#fff;
  } 

/* wrapper */
.smoothbox {
    position: fixed;
    top:0;
    left:0;
    background:rgb(0,0,0);
    background: rgba(0, 0, 0, 0.9);
    height:100%;
    width:100%;
    z-index: 9999;
}
/* wrapper after loading */

/* vertical centering */
.smoothbox-table {
    top:0;
    height:100%;
    width:100%;
    display:table;
}
.smoothbox-centering {
    display:table-cell;
    vertical-align:middle;
    top:0;
    height:100%;
    width:100%;
}
/* horizontal centering & sizing */
.smoothbox-sizing {
    display:none;
    position: relative;
    margin: 0 auto;
    padding: 0px;
    width: 80%;
}
/* item wrapper */
.sb-items {
    margin: 0 auto;
    width: auto;
    padding: 0;
    list-style: none;    
    border-radius: 2px;
    display: table;
}
.sb-items:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* items */
.sb-item {
    left: 0;
    top:0;
    width: 100%;
    max-height: 80%;
    float: left;
    margin-right: -100%;
    position: relative;
    zoom: 1;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 0px 6px #292929;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .4s ease-out;
    -moz-transition:all .4s ease-out;
    transition: all .4s ease-out;
}

.no-trans {
    -webkit-transition:none;
    -moz-transition:none;
    transition:none;
}

.sb-item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 2px;
    position: relative;
}
/* forward animation */
.sb-item-ani {
    top: 400px;
    opacity:0;
    -webkit-transform:scale(.5)rotate(25deg);
    -moz-transform:scale(.5)rotate(25deg);
    transform:scale(.5)rotate(25deg);
}
/* back animation */
.sb-item-ani2 {
    top:400px;
    -webkit-transform:scale(.5) rotate(25deg);
    -moz-transform:scale(.5) rotate(25deg);
    transform:scale(.5) rotate(25deg);
    opacity:0;
}
.sb-caption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background:rgb(0,0,0);
    background: rgba(0, 0, 0, 0.9);
    color: #CCC;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    z-index: 1;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* buttons */
.sb-nav {
    position:absolute;
    top: 10px;
    width: 100%;
    margin: 0 auto;
    display: none;
    z-index: 10;
    text-align: center;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    font-size: 0;
    -webkit-transition:all .15s ease-out;
    -moz-transition:all .15s ease-out;
    transition:all .15s ease-out;
    zoom:1;
}
.sb-nav:hover {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.sb-prev, .sb-next, .sb-cancel {
    display: inline-block;
    background:rgb(0,0,0);
    background: rgba(0, 0, 0, 0.9);
    position: relative;
    zoom:1;
    outline:none;
    margin-right:1px;
    color: #fff!important;
    width: 50px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 33px;
    -webkit-transition:all .15s ease-out;
    -moz-transition:all .15s ease-out;
    transition:all .15s ease-out;
}
.sb-prev {border-radius: 15px 0 0 15px;}
.sb-next {border-radius: 0 15px 15px 0;}
.sb-nav a:hover {
    background: #fff;
    color: #000!important;
}
.sb-cancel:hover {
    background:#820001;
}
.proj_1  h1{
font-size:70px;
  }
#project_home{
padding-top:40px;
padding-bottom:40px; 
 }
/*********************project_home_end****************/

@media screen and (max-width : 767px){
.project_home1 ul{
width:100%;  
  }
.project_home1 ul li{
display:inline-block;
margin-bottom:5px; 
  }
.center_home img{
min-height:250px; 
 }
.center_main_1{
position:static;
width:100%;
text-align:center; 
 }
#reserve{
text-align:center; 
 }
.reserve_1r {
margin-top:15px; 
 }
.beach_1r h1{
 margin-left:0;
 }
#beach{
text-align:center; 
 }
#dreams{
text-align:center;  
 }
.dreams_1l h1{
font-size:50px; 
 }
.offers_1r h1{
margin-left:0; 
 }
.offers_1ri{
margin-left:0; 
 }
#offers{
text-align:center;
 }
.offers_2{
width:100%; 
 }
#beach_o{
text-align:center; 
 }
#beach_o .beach_1r h1{
font-size:40px;  
 }
#offers_n {
text-align:center;
}
.proj_1 h1{
font-size:50px; 
 }
}

@media (min-width:768px) and (max-width:991px) {
.project_home1 ul{
 width:100%; 
  }
.center_home img{
min-height:600px; 
 }
.center_main_1 h1{
font-size:50px; 
 }
.center_main_1 h3{
font-size:26px; 
 }
.dreams_1l{
padding:30px 10px;
 }
.dreams_1l h1{
 font-size:40px; 
 }
.beach_1li img{
min-height:450px; 
 }
.offers_1l img{
min-height:450px;  
 }
.offers_1ri {
    padding: 15px 10px 30px 10px;
    margin-top: 15px;
}
 }
@media (min-width:992px) and (max-width:1200px) {
.project_home1 ul{
 width:80%; 
  }
.center_home img{
min-height:600px; 
 }
.dreams_1l h1{
 font-size:50px; 
 }
.beach_1li img{
min-height:450px; 
 }
.offers_1l img{
min-height:450px;  
 }
.offers_1ri {
    padding: 15px 15px 30px 15px;
    margin-top: 15px;
}
 }
@media (min-width:1201px) and (max-width:1350px) {

 }




