@charset "utf-8";
/* CSS Document */

/*scrollbar-effect-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #f2a69a #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
}
*::-webkit-scrollbar-thumb {
    background-color: #f2a69a;
    border-radius: 0;
    border: 0px solid #f2a69a;
    height: 69px !important;
}

/*circle-effect-css*/
.circle-effect {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effect img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effect .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.header-row3 li .circle-effect, .fheader-row3 li .circle-effect {
	width: auto;
	float: left;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
	top: 50%;
	left: 0;
}

.linker-row1 li .circle-effect { 
	width: auto;
	float:left;
	position:absolute; left:0; top:4px;
}

.linker-row1 li:nth-child(2) .circle-effect { top:6px;}

.linker-row1 li:nth-child(3) .circle-effect { top:3px;}

.circle-effect:hover img, .header-row3 li:hover .circle-effect img, .fheader-row3 li:hover .circle-effect img, .promenade-col2:hover .circle-effect img, .custom-select1:hover .circle-effect img, .linker-row1 li:hover .circle-effect img { 
	opacity: 0;
}
.circle-effect:hover .circle-row1, .header-row3 li:hover .circle-effect .circle-row1, .fheader-row3 li:hover .circle-effect .circle-row1, .promenade-col2:hover .circle-effect .circle-row1, .custom-select1:hover .circle-effect .circle-row1, .linker-row1 li:hover .circle-effect .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effect:hover .circle-row1 img, .header-row3 li:hover .circle-effect .circle-row1 img, .fheader-row3 li:hover .circle-effect .circle-row1 img, .promenade-col2:hover .circle-effect .circle-row1 img, .custom-select1:hover .circle-effect .circle-row1 img, .linker-row1 li:hover .circle-effect .circle-row1 img { 
	opacity: 1;
}

.custom-select1 .circle-effect { 
	width: 16px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 22px;
	z-index: -9;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 8px;
}
.checkbox1 a, .checkbox2 a {
	font-weight: 700;
	color: #231f20;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #ffffff;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	font-weight: 400;
	color: #231f20;
	letter-spacing: normal;
	line-height: 1.67;
	display: inherit;
	position: relative;
	top: -6px;
	font-family: "Manrope", sans-serif;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    cursor: pointer;
    display: inline;
    padding: 0 0 0 22px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 15px;
    height: 15px;
	background: none;
	border: 1px solid rgba(0,0,0,0.6);
	border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #231f20;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 4px;
    left: 4px;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
	border: 1px solid rgba(0,0,0,0.6);
}

/*square-effect-css*/
.square-effect {
	display: block;
	position: relative;
}
.square-effect img {
	width: 100%;
	display: block;
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
}
.square-effect .square-row1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
}
.square-effect:hover .square-row1 img {
	transform: scale(1.02);
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
	filter: grayscale(100%);
}

.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #8c8c8c;
}
.hovereffect .overlay1 {
  position: absolute;
  overflow: hidden;
  width: 80%;
  left: 10%;
  bottom: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}
.hovereffect:hover .overlay1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.hovereffect:hover img {
  mix-blend-mode: multiply;
}
.hovereffect h3 {
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight:500;
  background-color: transparent;
  color: #FFF;
  padding: 1.5em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



/*Smartphone css*/
@media screen and (max-width: 480px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 0;
}

.linker-row1 li .circle-effect { display:none !important;}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 0;
}

.linker-row1 li .circle-effect { display:none !important;}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 0;
}

.linker-row1 li .circle-effect { display:none !important;}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*checkbox-effect-css*/
.checkbox1 span, .checkbox2 span {
	font-size: 10px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*checkbox-effect-css*/
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

@media screen and (min-width:1341px) and (max-width:1440px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}