@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
body {
    line-height: 1.3em;
    text-align: left;
    letter-spacing: 0;
    font-weight: 400;
   font-size: 0.9rem;
    font-family: Poppins, sans-serif;
    background: #E7E7E7;
    color: #333 !important;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #208ECD;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #208ECD;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}


h1{font-size:2em;  font-weight: normal; text-align:center; padding-bottom:20px;}
h2{font-size:1.7em; line-height:1.2em;}
h3{font-size:1.5em;}
h4{font-size:1.2em;}
h5{font-size:1.1em;}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
    font-weight: normal;
    margin: 0px 0px 0px;
}

.keytop	{
	display:none;}
.small {
	font-size:0.7em;}
.xl	{
	font-size:1.3em}
.sitecolour	{color: #208ECD!important;}
.sitecolour2	{color: #333333!important;}
.btn-sitecolour	{background:#208ECD; color:#FFFFFF !important;}
.btn-sitecolour1	{background:#208ECD; color:#ffffff !important;}
.btn-sitecolourfade	{background-color: rgba(31,54,147,.2); color:#208ECD !important; border:1px solid #6171B3;}
.rev-btn {background-color: #F1981B !important;}
.rev-btn a {color:#ffffff !important;}
.bg1	{background:#208ECD!important; color:#FFF}
.bg1fade	{background-color: #B9DCEF;}
.bg2	{background:#333333!important;color:#FFF}
.bg3	{background:#BCC3DF!important;color:#208ECD}
.bg4	{background:#E267D5!important;color:#FFFFFF}
.bg5	{background: #E7E7E7!important;}

.bg1 a	{ color:#FFF}
#nav .logo {width:260px; height:52px; transition: all linear .3s; background-image: url("../images/weblogo.jpg"); background-size: contain; background-repeat:no-repeat}
#nav.fixed-header .logo {width:200px;height:40px;background-image: url("../images/weblogosm.jpg");}
#nav.fixed-header {background:#208ECD !important; color:#FFF!important;}
#nav.fixed-header a {color:#FFF!important;}
.banner	{min-height:400px; background-image: url("../images/travel2.jpg"); background-position: bottom left; background-repeat: no-repeat;}
.banner1	{min-height:350px; background-image: url("../images/travel3.jpg"); background-position: bottom left; background-repeat: no-repeat;}
.banner h1{color:#ffffff !important; font-weight: bold;line-height:2.4rem;font-size: 2.8rem;text-shadow: 1px 1px 2px rgba(0,0,0, 0.8);}
.banner h2	{color:#ffffff !important;font-weight: bold;text-align: center; font-size: 1.5rem !important;text-shadow: 1px 1px 2px rgba(0,0,0, 0.8);}
.banner1 h1	{color:#333 !important; font-weight: bold;line-height:2.4rem;font-size: 2.8rem;text-shadow: 1px 1px 2px rgba(255,255,255, 0.8);}
.banner1 h2	{color:#333 !important;font-weight: bold;text-align: center; font-size: 1.5rem !important;text-shadow: 1px 1px 2px rgba(255,255,255, 0.8);}
.resorts    {max-width: 1400px;}
.card    {border-radius:0; border-color: #999999 !important; }
.resorts a:hover  {text-decoration: none}
.priceflag  {top:0px; right: 0px; background-color:#E267D5; min-height: 80px; min-width: 90px; text-align: center; color: #FFFFFF;}
.locationflag  { top:20px; left:0px;background-color: rgba(0,0,0, 0.5);color: #FFFFFF; font-weight: bold}
.locationname  {bottom:0px; width:100%; color: #FFFFFF; background-color: rgba(0,0,0, 0.5);}
.icons img	{padding-left:20px; padding-right:20px;}
.icons h5 {padding-top:10px; font-size:0.9rem}
.icons2		{font-size:0.9rem; font-weight:bold;}
.centerhead h4 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
text-transform: uppercase;
}
 
.centerhead h4:before,
.centerhead h4:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.centerhead h4:after {
    margin: 0 0 0 20px;
}
.bottom4 a:link, .bottom4 a:visited	{color: #333 !important;}
.bottom4 a:hover, .bottom4 a:active, .bottom4 a:focus { text-decoration:none!important;}
.resortimg3, .resortimgdetail {min-height:300px;background-size: cover; background-color: #ddd; width:100%; background-repeat:no-repeat; background-position: center}
.resortimg4 {height:250px; object-fit: cover; background-color: #ddd; width:100%; background-repeat:no-repeat}
.resortimg4s	{height:250px; background-repeat:no-repeat; background-position:bottom; background-size:cover;}
.resortimgcountry	{height:300px;}

.reasonsline	{ background:#F1981B; width:80%; margin:0 auto; clear:both; height:1px; margin-bottom:0.8em}
.promographic {background-position: top left;background:#208ECD url('../images/promotion2.jpg'); background-size: cover;background-repeat: no-repeat;  }
/* pulse button styling */
.pulsingButton  {
background:#E267D5; color:#ffffff !important;font-size: 1.5rem;
    display: inline-block;
  text-align: center;
  white-space: nowrap;
  padding: 10px 26px 15px 20px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  -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),pulse 1.25s linear infinite;;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
a.pulsingButton:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #208ECD;
}



/* Animation */

@keyframes pulse {
    0% {
     transform: scale(0.95, 0.95);
    }

    50% {
     transform: scale(1, 1);
    }

    100% {
    transform: scale(0.95, 0.95);
    }
}
@-webkit-keyframes pulsing {
	to {
    box-shadow: 0 0 0 30px rgba(7, 88, 127, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(7, 88, 127, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(7, 88, 127, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(7, 88, 127, 0);
  }
}
/* end pulse button styling */


.footer	{ background:#208ECD; color:#FFF;}
.footer a {color:#FFF!important;}
.footer .tel {color:#FFF !important; font-size:1.8rem; font-weight: 400; line-height:1.1rem}
.footer .support {font-size:1.4rem;}
.footer .fa {color:#FFF !important;}
.footer .social img	{padding:10px 5px 5px 0px;}

@media only screen and (min-width:576px) {
.icons img	{padding-left:0px; padding-right:0px;}
.resortimg4  	{height:300px;}
.resortimg4s	{height:180px;}
.resortimglarge	{height:160px;}
}
@media only screen and (min-width:768px) {
.icons img	{padding-left:20px; padding-right:20px;}
.resortimg3 	{min-height:400px;}
.resortimgdetail 	{min-height:260px;}
.resortimg4 	{height:180px;}
.resortimg4s	{height:130px;}
.resortimgcountry	{height:240px;}
.promographic {background-position: bottom right;}
.footer .social img	{width:22%}
}
@media only screen and (min-width:992px) {
.banner h1, .banner1 h1	{font-size: 3rem; text-align: left}
.banner h2, .banner1 h2	{font-size: 1.9rem;text-align: left}
.banner	{min-height:360px; }
.banner1	{min-height:300px; }
.icons img	{padding-left:50px; padding-right:50px;}
.resortimg3, .resortimgdetail 	{min-height:200px;}
.resortimg4 	{height:150px;}
.resortimg4s	{height:160px;}
.resortimgcountry	{height:240px;}
.footer .social img	{width:16%}
}
@media only screen and (min-width:1200px) {
.container    {max-width: 1180px;}  

.icons img	{padding-left:80px; padding-right:80px;}
.resortimg3, .resortimgdetail 	{min-height:250px;}
.resortimg4 	{height:170px;}
.resortimg4s	{height:180px;}
.footer .social img	{width:12%}
}
@media only screen and (min-width:1400px) {
.container    {max-width: 1340px;}
    .banner	{min-height:380px;  background-size: cover}
.banner1	{background-size: cover}
}