@font-face 
{
	font-family: 'PeachyKeenJF';
	src: url('../fonts/PeachyKeenJF/PeachyKeenJF.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PeachyKeenJF/PeachyKeenJF.otf') format('opentype'),
	url('../fonts/PeachyKeenJF/PeachyKeenJF.woff') format('woff'),
	url('../fonts/PeachyKeenJF/PeachyKeenJF.ttf') format('truetype'),
	url('../fonts/PeachyKeenJF/PeachyKeenJF.svg#PeachyKeenJF') format('svg');
	font-weight: $normal;
	font-style: normal; 
}
@font-face {
	font-family: 'JosefinSans'; 
	src: url('../fonts/JosefinSans/JosefinSans.eot?#iefix') format('embedded-opentype'),
	url('../fonts/JosefinSans/JosefinSans.woff') format('woff'), 
	url('../fonts/JosefinSans/JosefinSans.ttf') format('truetype'), 
	url('../fonts/JosefinSans/JosefinSans.svg#JosefinSans') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

a{
	display: block;
}

:root{
	--header-sec: #e4242e;
	--peachykeen:peachykeenjf;
	--josefin:JosefinSans;
}

.container{
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
/*-------------------pop-up----------------*/

.overlay{
	background-color: rgba(105,105,105,0.8);
	z-index: 7;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	display:none;
	overflow: hidden;
}

.popup-flex{
	z-index: 1;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: url('../images/popupbg.jpg') no-repeat center / cover;
	width: 650px;
    height: 437px;
	padding: 62px;
	text-align: center;
	color: white;
	font-family: var(--josefin);
}

.popup-info > span:first-of-type{
	font-family: var(--peachykeen);
    font-size: 50px;
}

.popup-info > span:nth-child(2){
    font-size: x-large;
    font-weight: bolder;
    line-height: 2;
}
.popup-flex span{
	display: block;
}

.popup-info i,.overlay1 .container .popup-product i{
    position: absolute;
    cursor: pointer;
    right: -44px;
    top: -44px;
    font-size: 50px;
	color: white;
}

.deal{
    padding: 20px 24px;
    background-color: #58bf2a;
    display: inline-block;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 35px;
	color: white;
	transition: 1s all ease;
}

.deal:hover{
	background-color: #000001;
}

.popup-timer > span{
	margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: khaki;
}

.popup-timer > ul > li span{
	border-radius: 100%;
    background-color: #58bf2a;
    width: 50px;
    height: 50px;
    padding: 10px;
	font-size: 25px;
    margin: 12px 16px
}

.popup-timer > ul > li:last-of-type{
	border: 0;
}

.popup-timer ul li{
	font-size: 25px;
	border-right: 1px solid;
    padding: 0px 20px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*------timer--------*/

.popup-timer ul{
	display: flex;
	justify-content: space-evenly;
	margin: 20px;	
}
.pop-timer li{
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}

.sec-2, .ball-text, .sec-5, .information, .footer-flex, .contact-wrapper, .about-flexwrapper, .accordion{
	font-family: var(--josefin);
}
/*-----------------------header section---------------------*/
.bg-color{
	background-color: var(--header-sec);
	position: fixed;
	width: 100%;
	z-index: 3;
}

.flex-wrapper1{
	display: flex;
    justify-content: space-between;
}

.flex-wrapper1 ul, .flex-wrapper1 li, .icons2 ul, .icons2 ul li{
	float: left;
}

.flex-wrapper1 a{
	color: white;
    padding: 25px 17px;
    display: inline-block;
    font-size: 15px;
	font-family: var(--josefin); 
}

.mainlogo{
	width: 139px;
}

.mainlogo a{
	padding: 0;
	height: 100%;
}
.mainlogo a img{
	width: 100%;
	height: 100%;
}

.icon i, .icons2 i{
	background-color: #eaeaea;
    padding: 8px;
    font-size: 22px;
    border-radius: 100%;
	color: var(--header-sec);
	transition: 1s all ease;
}

.icon ul li:hover i, .icons2 ul li:hover i{
	background-color: transparent;
	color: #eaeaea;
	transform: rotate(360deg) scale(2);
}

.padd i{
	padding: 8px 12px;	
}

.icon a, .icons2 a{
	padding: 14px 5px;
}

/*--------------------main(section-1)--------------------*/

.product-sec1{
	background: url(../images/sec1bg.png) no-repeat left top / 750px;
	transform: translate(0, 68px);
	height: 90vh;
}

.sec-1 .container, .flex-wrapper2, .slider, .sec-3 .container{
	height: 100%;
}
.slider{
    background: url(../images/mango-shape.png) no-repeat top center / 749px;
    font-family: var(--peachykeen);
    color: #ffd600;
    padding: 0 0 0 121px;
	position: relative;
}

.slider h1{
	font-size: 80px;
    line-height: .8;
}

.slider span{
	font-size: 27px;
    line-height: 1.5;
	font-family: Century Gothic;
}

.slider .img-div{
	height: 478px;
    width: 555px;
    display: inline-block;
	animation: sliderimg 2s alternate;
	transform: translate(215px, -66px);
}

@keyframes sliderimg{
	from{
		transform: translate(1200px, -213px)
	}
	to{
		transform: translate(215px, -66px);
	}
}
.slider .img-div img{
    width: 100%;
}


.product-sec1{
	transform: translateY(68px);
}

.product-slider{
	height: 90vh!important;/*88*/
	/*padding: 152px 0;*/
	display: flex!important;
	font-family: Century Gothic;
}

.product-section-three-flex .slick-next, .product-section-three-flex .slick-prev, .product-section-three-flex .slick-next:hover, .product-section-three-flex .slick-prev:hover, .product-flex .slick-next, .product-flex .slick-prev, .product-flex .slick-next:hover, .product-flex .slick-prev:hover{
	border-radius: 100%;
    background-color: var(--header-sec);
    padding: 24px;
	z-index: 3;
} 

.product-flex .slick-next, .product-flex .slick-prev, .product-section-three-flex .slick-next, .product-section-three-flex .slick-prev{
	background-color: #0095aa;
	transition: 1s all ease;
}

.product-flex .slick-next:before, .product-flex .slick-prev:before, .product-section-three-flex .slick-next:before, .product-section-three-flex .slick-prev:before{
	content: "\f105";
    font-family: FontAwesome;
    color: white!important;
    font-size: 30px;
    left: 21px;
    top: 6px;
    position: absolute;
    font-weight: bolder;
}

.product-flex .slick-prev:before, .product-section-three-flex .slick-prev:before{
	transform: rotate(180deg);
	left: 0;
    right: 0;
    top: 9px;
}
 
.product-flex .slick-next{
	right: 15px;
}

.product-section-three-flex .slick-next{
	right: 43px;
}

.product-flex .slick-prev, .product-section-three-flex .slick-prev{
	left: 15px;
}

.proslide{
	background: url(../images/proslide.jpg) no-repeat center / cover;
}

.proslideinfo{
	text-align: center;
	color: #444;
}

.span1{
    line-height: 32px;
	font-size: 38px;
    display: block;
    font-weight: bolder;
}
.product-flex .slick-slide.works .proslideinfo .span1{
	animation: proslideinfo-span1 3s cubic-bezier(0.39, 0.58, 0.57, 1);
	
}

@keyframes proslideinfo-span1{
	from{
		font-size: 147px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

.span2{
	font-weight: 700;
    color: #444;
    line-height: 58px;
	font-size: 35px;
}
.product-flex .slick-slide.works .proslideinfo .span2{
	animation: proslideinfo-span2 3s cubic-bezier(0.39, 0.58, 0.57, 1);
	
}

@keyframes proslideinfo-span2{
	from{
		font-size: 156px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

.proslideinfo > p{
	font-size: 18px;
}

.product-flex .slick-slide.works .proslideinfo > p{
	animation: proslideinfo-p 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo-p{
	from{
		font-size: 46px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 
 
.spanbtn{
	padding: 16px 15px;
    background: #58bf2a;
    display: inline-block;
    color: #fff;
    margin-top: 20px!important;
	font-size: 20px;
	transition: 1s all ease;
}

.product-flex .slick-slide.works .proslideinfo > .spanbtn{
	animation: proslideinfo-span3 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}


@keyframes proslideinfo-span3{
	from{
		font-size: 76px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 
/*------------proslide1----------*/

.product-flex .proslide1{
	background: url(../images/proslide1.jpg) no-repeat center / cover;
}

.product-flex .slick-slide.works .proslideinfo1 > span:nth-child(1){
	animation: proslideinfo1-span1 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo1-span1{
	from{
		font-size: 83px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

.product-flex .proslideinfo1 > span:nth-child(2){
	line-height: 70px;
    font-size: 34px;
}

.product-flex .slick-slide.works .proslideinfo1 > span:nth-child(2){
	animation: proslideinfo1-span2 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo1-span2{
	from{
		font-size: 10px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

.product-flex .slick-slide.works .proslideinfo1 > p{
	animation: proslideinfo1-p 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo1-p{
	from{
		font-size: 10px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 
.product-flex .slick-slide.works .proslideinfo1 > span:last-of-type{
	animation: proslideinfo1-span3 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo1-span3{
	from{
		font-size: 10px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

/*-----------------proslide2------------*/

.proslide2{
	background: url(../images/proslide2.jpg) no-repeat center / cover;
}

.proslideinfo2{
	text-align: right;
}

.product-flex .slick-slide.works .proslideinfo2 > span:nth-child(1){
	animation: proslideinfo2-span1 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo2-span1{
	from{
		font-size: 42px;
		transform: rotate(-142deg);
		display: inline-block;
		opacity: 0.4;
}
	}
	to{
		transform: rotate(0);
		opacity: 1;
	}
}

.product-flex .slick-slide.works .proslideinfo2 > span2:nth-child(2){
	animation: proslideinfo2-span2 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo2-span2{
	from{
		font-size: 0;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

.product-flex .slick-slide.works .proslideinfo2 > p{
	animation: proslideinfo2-p 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo2-p{
	from{
		font-size: 10px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

.product-flex .slick-slide.works .proslideinfo2 > span:last-of-type{
	animation: proslideinfo2-span3 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo2-span3{
	from{
		transform: rotate(-91deg);
		opacity: 0.4;
	}
	to{
		opacity: 1;
		transform: rotate(0);
	}
} 

/*-----------------proslide3------------*/

.proslide3{
	background: url(../images/proslider3.jpg) no-repeat center / cover;
}

.proslideinfo3 .span1 > span{
	color: #ecaa1d;
}

.product-flex .slick-slide.works .proslideinfo3 > span:nth-child(1){
	animation: proslideinfo3-span1 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo3-span1{
	from{
		font-size: 42px;
		transform: rotate(-142deg);
		display: inline-block;
		opacity: 0.4;
}
	}
	to{
		transform: rotate(0);
		opacity: 1;
	}
} 

.product-flex .slick-slide.works .proslideinfo3 > .span2{
	animation: proslideinfo3-span2 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo3-span2{
	from{
		font-size: 130px!important;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

.product-flex .slick-slide.works .proslideinfo3 > p{
	animation: proslideinfo3-p 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo3-p{
	from{
		font-size: 10px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

.product-flex .slick-slide.works .proslideinfo3 > span:last-of-type{
	animation: proslideinfo3-span3 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo3-span3{
	from{
		transform: rotate(-91deg);
		opacity: 0.4;
	}
	to{
		opacity: 1;
		transform: rotate(0);
	}
} 

/*------------------proslide5-------------------*/

.proslide4{
	background: url(../images/proslider4.jpg) no-repeat center / cover;
}

.product-flex .slick-slide.works .proslideinfo4 > .span1{
	animation: proslideinfo4-span1 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo4-span1{
	from{
		font-size: 147px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

.product-flex .slick-slide.works .proslideinfo4 > .span2{
	animation: proslideinfo4-span2 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo4-span2{
	from{
		font-size: 156px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

.product-flex .slick-slide.works .proslideinfo4 > p{
	animation: proslideinfo4-p 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo4-p{
	from{
		font-size: 46px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 
 
.product-flex .slick-slide.works .proslideinfo4 > .spanbtn{
	animation: proslideinfo4-span3 3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes proslideinfo4-span3{
	from{
		font-size: 76px;
		opacity: 0.4;
	}
	to{
		opacity: 1;
	}
} 

.product-slider .spanbtn:hover{
	background-color: #58294d;
}

/*------shape------*/

.size{
	position: absolute;
    width: 38px;
    height: 38px;
    border: 7px solid #ff6d00;
}

.shape.polygon{
    right: 362px;
    top: 104px;
    transform: rotate(45deg);
    z-index: 2;
}

.shape.square{
    bottom: 160px;
    left: 200px;
}

.shape.circle{
    bottom: 100px;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
}

.shape.triangle{
	height: 0;
    width: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 50px solid #51bd1f;
    position: relative;
    top: 518px;
    right: -918px;
}

.shape.triangle:after{
    height: 0;
    content: "";
    width: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 24px solid white;
    position: absolute;
    left: -13px;
    bottom: -41px;
}

/*---------------------sec-2---------------- */
.sec-2 {
	background: url(../images/bg-img-sec2.png) no-repeat right top / 1056px;
	padding: 125px 0;
}
.flex-wrapper-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
    text-align: center;
}
.text-1 {
	color: #105271;
	font-size: 20px;
	position: relative;

}
.text-1 p {
	line-height: 2;
	padding: 10px;
}
.text-1 p span{
	color: #0e3352;
	font-weight: bolder;
}

.newsletter{
	border: 2px ridge #105271;
    display: inline-block;
}

.newsletter .error{
	margin: 0;
}

.newsletter input:first-of-type{
	border: transparent;
    padding: 8px 12px;
}

.newsletter input:last-of-type{
	border: transparent;
    padding: 9px 8px;
    background-color: #105271;
    font-size: 15px;
    color: white;
}

.text-1 > span{
    display: block;
    font-weight: 900;
    font-family: var(--josefin);
    margin-bottom: 18px;
}

/*-----------------------section 3---------------*/
.sec-3{
	height: 700px;
}

.flex-wrapper3{
	display: flex;
	height: 100%;
	position: relative;
}

.ball-div{
	width: 60%;
    margin-left: -82px;
	z-index: 1;
	padding-bottom: 60px;
	background: url(../images/sec3bg.png) no-repeat top left / 531px 656px;
}

.ball-div img{
    width: 400px;
    transform: translate(167px, 64px) rotate(-1deg);
}

.ball img{
	height: 424px;
    width: 319px;
    transform: translate(322px, 127px);
}

.ball-text{
	display: flex;
    flex-direction: column;
    align-self: center;
	color: #46084e;
}

.ball-text h2{
	font-size: 55px;
    line-height: 2;
    letter-spacing: 1px;
}

.ball-text p{
	line-height: 1.2;
    font-weight: 600;
    font-size: 19px;
}

.shape2{
	position: absolute;
}

.shape2.polygon{
	left: 105px;
}

.shape2.square{
	bottom: 105px;
    left: 900px;
}

.sec-4{
	background: url(../images/sec3bg2.png) no-repeat bottom left / 60% 100%;
    margin-top: -115px;
    padding: 100px 0;
	position: relative;
}

.shape3.triangle{
    top: 86px;
    right: -313px;
    display: inline-block;
	transform: rotate(180deg);
}

/*-----------------------section 5---------------------------*/

.sec-5{
    margin-bottom: 100px;
}

.ringirl{
	position: relative;
}

.ringirl img{
	width: 100%;
}

.shape4.square{
	bottom: 184px;
    left: 76px;
}

.shape4.triangle{
	top: -172px;
    right: -1033px;
	border-bottom: 50px solid #e4242e;
}
.ringgirltext{
    display: inline-block;
    position: absolute;
    top: 226px;
	color: #58bf2a;
}

.ringgirltext h2{
	font-size: 45px;
    word-spacing: 5px;
    line-height: 2;
}

.ringgirltext p{
	font-weight: 600;
    line-height: 1.2;
}

.ringgirlbtn{
    background-color: #ff6d00;
    border: transparent;
    border-radius: 35px;
    padding: 4% 12%;
    font-size: large;
    color: white;
    position: absolute;
    bottom: -95px;
}

/*----------------------section 6-----------------*/

.sec-6{
	background: url('../images/sec6bg.png') no-repeat center right / contain,
				url('../images/sec6bg2.png') no-repeat bottom left / 527px 201px;
	height: 700px;
}

.flex-wrapper4{
	position: relative;
}

.shape5.square{
	top: 480px;
}

.shape5.polygon{
	right: 502px;
    top: 604px;
}

.shape5.triangle{
	top: -5px;
    left: 953px;
}

.flex-wrapper4 h2{
	font-size: 80px;
    line-height: 1;
    letter-spacing: -2px;
    position: absolute;
    word-spacing: 10px;
    text-align: center;
    right: -14px;
    top: 261px;
	font-family: var(--peachykeen);
	color: #ffff; 
}

/*-----------------section 7----------------------*/

.sec-7{
	background: url(../images/sec7bg.png) no-repeat left top / 718px 277px, 	url(../images/sec7bg2.png) no-repeat bottom right / 679px 514px;
    margin-top: -31px;
    padding: 145px 0 200px 0;
}

.flex-wrapper7{
	display: flex;
	align-items: center;
	flex-direction: column;
}

.flex-wrapper7 > div{
	display: inline-block;
}

.box{   
	text-align: center;
    display: flex;
    align-items: center;
    padding: 5% 13%;
	transition: 1s all ease;
}

.information{
	font-size: large;
    text-align: center;
    color: #3752a5;
    line-height: 1.5;
}

.images{
	margin-right: 50px;
	transition: 1s all ease;
}

.images:nth-child(2) {
	margin: 0 0 0 50px;
}

.box:hover{
	transform: scale(1.14);
}

.box:hover .images{
	transform: rotate(360deg);
}

/*----------------------footer--------------------*/

.footer-angleup{
	position: fixed;
	display:none;
    right: 45px;
    display: flex;
    bottom: 100px;
    font-size: 50px;
    color: white;
    padding: 4px 13px;
    background-color: #0095aa;
    border-radius: 100%
}

.footer-angleup:hover{
	background-color: var(--header-sec);
}

.footerbg{
	background: url(../images/footerbg.png) no-repeat center / 100% 100%;
    margin-top: -107px;
	position: relative;
}

.footer-flex .dot{
	position: relative;
}

.footer-flex .dot > span{
	position: absolute;
    border: 1px solid;
    width: 5px;
    height: 6px;
    left: -6px;
    top: 6px;
	border-radius: 100%;
}

.shape3.circle{
    height: 6px;
    width: 6px;
    border: 1px solid;
    top: 93px;
    left: -7px;
}

.footer-flex{
	display: flex;
    padding: 82px 0 44px 104px;
    border-bottom: 2px solid #a27547;
    color: #58294d;
    font-weight: bolder;
    font-size: 18px;
}

.footer-flex > span{
	line-height: 3;
}

.footer-flex .margin{
	margin-right: 8%;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.footer-flex .line-height{
	line-height: 1.5;
}

.footer-flex .line-height a{
	color: #58294d;
}

.icons2{
	display: flex;
    justify-content: space-between;
}

.icons2 .copyright{
    margin-left: 10px;
    display: flex;
    font-family: var(--josefin);
    align-items: center;
} 

.icons2 i{
	background-color: #58294d; 
	color: #ffe23f;
}

.icons2 ul li:hover i{
	color: #58294d;
}

/*======================================================contact page==============================================*/

.contact-sec{
	transform: translateY(68px);
	padding-bottom: 204px;
}  

.contact-wrapper{
	display: flex;
	justify-content: space-evenly;
	color: #105271;
}

.send-div img{
	height: 100px;
}

.send-div > span{
	transform: translate(-7px, -24px) skew(7deg, -2deg);
    display: inline-block;
	font-size: 30px;
	font-family: var(--peachykeen);
}

.form-wrapper form{
	display: grid;
}

.map-wrapper .map{
    display: flex;
    justify-content: center;
}

.map-wrapper .map iframe:hover{
	transform: scale(1.1);
}

.map-wrapper .map iframe{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 5px inset #105271;
    margin: 19px 0;
	transition: 1s all ease;
}

.form-wrapper form input, textarea{
    padding: 9px;
    margin-bottom: 22px;
	width: 420px;
    border: 3px ridge #105271;
	font-family: var(--josefin);

}

.form-wrapper form textarea{
	height: 209px;
}

form .error{
	color: red;
    margin: -10px 0 15px;
}

.inline{
	display: inline-block;
	color: #105271;
}

.map-detail-li li{
	margin: 20px 0;
	font-style: normal;
}

.map-detail-li li i{
    margin-right: 12px; 
}

.form-wrapper form .btn{
	max-width: max-content;
    padding: 11px 38px;
    border-radius: 25px;
    border-color: transparent;
    background-color: #105271;
    color: white;
    font-size: 23px;
    font-weight: 700;
    box-shadow: 1px;
    box-shadow: 0 0 2px 0px black;
}



/*==================================================ABOUT PAGE=====================================================*/

.about-sec{
	width: 100%;
    transform: translate(0px, 69px);
    background: url(../images/sec1bg.png) no-repeat top left / 531px 656px fixed, 	
				url(../images/sec7bg2.png) no-repeat bottom right / 679px 514px fixed;
	padding-bottom: 256px;
}

/*-----about-content1-----*/
	
.about-content1 h1{
	color:purple;
	font-size:60px;
	font-family:var(--peachykeen);
	text-align:center;
	line-height: 3;
	animation-name:color;
	transition:2s all ease;
	animation-direction:reverse;
	animation-duration:3s;
	animation-iteration-count:infinite;
}

@keyframes color{
	0%{
		color:skyblue;
	}
	50%{
		color:hotpink;
	}
	100%{
		color:purple;
	}
}

.about-content1 span{
	color: black;
    font-weight: bolder;
    font-size: 25px;
    line-height: 2;
    margin-left: 27px;
}

.about-content1 p{
    margin-left: 30px;
    line-height: 1.3;
	font-weight: 600;
}

.about-flexwrapper{
	color: #105271;
}

/*----about-content2----*/
	
.about-content2{
    transform: translate(-128px,-171px);
    float: right;
    width: 262px;
    border-top: 3px solid purple;
    padding: 27px;
    background-color: orange;
    transition: 1s all ease;
}

.about-content2:hover{
	background-color:hotpink;
}

.about-content2 span{
	margin-bottom:10px;
	color:brown;
	font-size:20px;
	font-weight:bold;
}

.about-content2 ul li{
	color:white;
	line-height:25px;
	list-style:circle;
	font-weight:normal;
}

/*-----about-list-----*/

.about-list{
	width: 100%;
}

.about-items,.quality-items{
	display: flex;
	margin: 63px;
}

.items-image,.quality-image{
	margin-right: 40px;
}

.items-image img{
	width: 150px;
	transition:2s all ease;
}

.about-items:hover .items-image > img{
	transform:rotateX(360deg);
}

.items-info{
	padding-top:20px;
}

.items-info h3{
	background-color:red;
	color:white;
	font-weight:bolder;
	text-align:center;
	margin-bottom:20px;
}

.items-info span{
	color:black;
	font-weight:bold;
	font-size:20px;
}

.items-info p, .items-info ul li, .quality-items p{
	color:black;
	font-weight:normal;
	line-height:25px;
}

.items-info ul li{
	list-style:square;
	transform: translate(52px,0px);}

/*------quality-------*/

.quality{
	width: 80%;
	transform: translate(250px,0px);
	display: none;
}

.quality-items p a{
	color:red;
	font-weight:bold;
	transition: 2s all ease;
}

.quality-items p a:hover{
	color:hotpink;
}

.quality a{
	color:#A04000 ;
	font-weight:bold;
	font-size:20px;
	transition: 2s all ease; 
}

.quality a:hover{
	color:#900C3F;
}
	
	/*------------------about-quality-button---------------------*/

.arrowdiv{
	width: max-content;
    background-color: #58294d;
    color: white;
    padding: 18px 22px;
    font-size: 20px;
    border-radius: 30px;
    cursor: pointer;
	margin-left: 247px;
	transition: 1s all ease; 
}

.arrowdiv:hover{
	background-color: transparent;
	color: #58294d;
	font-weight: 700;
}

.quality .arrowdiv{
	margin-left: 0;
}

/*==============================================FAQ and Terms Section===============================================*/

.accordion{
	transform: translate(0, 68px);
    padding: 50px 0 230px 0;
}

.header-faq{
	text-align: center;
	margin-bottom: 15px;
}

.header-faq h1{
	font-family: var(--peachykeen);
	font-size: 40px!important;
}

.header-faq > h2{
	font-family: Century Gothic;
	line-height: 2;
}

.accordionbox .ui-state-active{
	color: white!important;
    background: var(--header-sec)!important;
	border-color: var(--header-sec);
	opacity: 1;
}

.accordionbox{
	font-family: var(--josefin)!important;
}

.accordionbox div p{
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    word-spacing: 2px;
    margin-left: -7px;
    line-height: 20px;
}

.accordionbox h3{
	font-size: 30px;
    background: var(--header-sec);
    color: navajowhite;
    letter-spacing: 2.5px;
    font-family: var(--josefin);
    line-height: 1.5!important;
    font-weight: 800;
    font-size: 19px!important;
	opacity: 0.8;
}

.accordionbox h3 .fa{
	float: right;
}
.accordionbox h3 .fa.minus{
	display:none;
}
.accordionbox h3.ui-state-active .fa.plus{
	display:none;
}
.accordionbox h3.ui-state-active .fa.minus{
	display:block;
}

/*==================================================thank you page=================================================*/

.thanks-section{
	transform: translateY(68px);
	margin-bottom: 180px;
}

.thanks-flexwrapper{
	font-family: var(--josefin);
    padding: 40px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.thanks-flexwrapper > p{
	font-size: 24px;
    text-align: center;
    border-bottom: 3px double #3752a5;
    font-weight: bold;
    padding-bottom: 10px;
}

.thanks-img{
	padding-top: 30px;
	text-align: center;
}

.thanks-img > h2{
	font-size: 47px;
    font-family: var(--peachykeen);
    color: #3752a5;
}

.thanks-img > span{
	font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
}

.thanks-img img{
	animation: thanks 3s alternate linear;
}

@keyframes thanks{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.3) translateY(20px), margin-bottom: 20px,
	}
	100%{
		transform: scale(1.2) translateY(0);
	}
	
}

/*====================================================products page================================================*/

.product-main{
	transform: translate(0, 68px);
}

.product-section-one{
	background: #0096aa;
    color: #FFF;
	font-family: var(--josefin);
	padding-bottom: 30px;
}

.product-section-one-flex{
    display: flex;
    justify-content: space-between;
}

.product-section-one-content{
	padding: 30px 0;
}

.product-section-one-content > span{
    font-family: var(--peachykeen);
    font-size: 40px;
    line-height: 2;
}

.product-section-one-content > p{
	font-size: 20px;
    line-height: 1.3;
}

.product-section-one-img{
	position: relative;
	margin-top: 30px;
}

.product-section-one-img > img{
    position: absolute;
    height: calc(40px + 20vw);
    max-height: 375px;
    right: 0;
    top: -31px;
}

.product-section-two{
	position: sticky;
    top: 0;
    z-index: 4;
    background: #fff;
    border-top: 5px solid #fff;
    max-width: 100%;
    box-shadow: 0 5px 10px -3px rgba(0,0,0,.1);
	padding-bottom: 17px;
}

.product-section-two-flex{
	display: flex;
	justify-content: center;
}

.product-section-two-flex a{
	height: 100px;
    width: 100%;
    max-width: 100px;
    margin: 20px 15px;
    font-weight: 400;
}

.product-section-two-flex a .col-5{
	height: 100%;
	width: 100%;
	transition: 1s all ease;
}

.product-section-two-flex a .col-5 img{
	width: 100%;
	transition: 1s all ease;
}

.product-section-two-flex a > span{
    text-align: center;
    font-family: var(--josefin);
    font-weight: 500;
    display: block;
    line-height: 1.3;
    padding: .5rem 0;
}

.product-section-two-flex a:nth-child(2){
	background-color: #5fc7cc;
}

.product-section-two-flex a:nth-child(3){
	background-color: #f7941d;
}

.product-section-two-flex a:nth-child(4){
	background-color: #ad96c7;
}

.product-section-two-flex a:nth-child(5){
	background-color: #ffd800;
}

.product-section-two-flex a:hover span{
	font-weight: 800;
	transition: 1s all ease;
}

.product-section-two-flex a:nth-child(1):hover .col-5 img{
	transform: rotate(360deg);
}

.product-section-two-flex a:hover .col-5 img{
	transform: scale(1.3);
}

.product-section-two-flex a:hover{
	border-radius: 100%; 
}

/*----------------- masonry plugin----------*/
.masonary-sec {
	margin: 30px;
	min-width: 24%;
	height: 2569.69px!important;
}

.masonary-box {
    border: 1px solid var(--header-sec);
    padding: 20px;
    display: flex;
    margin-bottom: 5px;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}


.masonary-box:nth-child(3){
	width: 292px;
}

.masonary-box:nth-child(7){
	left: 731px;
    width: 290px;
}

.masonary-box:nth-child(6){
	width: 474px;
}

.masonary-box:nth-child(9){
	width: 472px;
	height: 467px;
}

.masonary-box:nth-child(10){
	width: 292px;
    left: 730px;
}

.masonary-box:nth-child(11){
	height: 529px;
}

.masonary-box:nth-child(12){
	width: 320px;
}

.masonary-box:nth-child(13){
	height: 324px;
    left: 576px!important;
    width: 446px;
}

.masonary-box:nth-child(13) img{
	height: 71%;
}

.masonary-box:nth-child(15){
	left: 522px!important;  
	width: 501px;
    height: 342px;
	top: 1732.69px!important;
} 

.masonary-box:nth-child(14){
	left: 0!important;
	width: 516px;
    height: 344px;
} 

.masonary-box:nth-child(18){
	top: 2080.69px!important;
	left: 0!important;
	height: 513px;
} 

.masonary-box:nth-child(16){
	left: 407px!important;
    top: 2080.69px!important;
    width: 388px;
} 

.masonary-box:last-of-type{
	left: 800px!important;
    top: 2081.99px!important;
    height: 312px;
    width: 225px;
}
.masonary-box:nth-child(17){
	left: 407px!important;
    top: 2398.99px!important;
    height: 194px;
    width: 619px;
	display: flex;
	flex-direction: row;
}

.masonary-box:before{
	content: "\f015";
    font-family: fontAwesome;
    position: absolute;
    font-size: 82px;
    color: transparent;
	transition: 1s all ease;
} 

.masonary-box:hover:before{
	color: #0095aa;
}

.masonary-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
	right: 617px;
    top: 0;
    background: var(--header-sec);
	opacity: 0.3;
	transition:0.5s all ease;
}
.masonary-box:hover:after{
	right:0;
}
.masonary-box h3 {
	font-family: var(--josefin);
	color: var(--header-sec);
	text-align: center;
    font-size: 21px;
    font-weight: 500;
}
.price-tag {
	display: flex;
    border: 2px solid #f9b564;
    border-radius: 20px;
    margin: 1rem auto;
}
.price-tag span:first-child {
    background-color: white;
    padding: 9px;
    border-radius: 20px 0 0 20px;
}
.price-tag span:last-child {
	padding: 9px;
    background: linear-gradient(to bottom,#fcdab1,#f9ab4e);
    border-radius: 0px 20px 20px 0px;
}

/*-----section three----*/

.adventure{
	/*height: 340px;*/
    width: 340px;
    flex-direction: column;
    display: flex;
	border: 2px solid #5fc7cc;
    justify-content: space-evenly;
	margin-right: 30px;
}

.product-section-three-flex{
	padding: 10px 41px;
}

.adventure .adventure-image{
	display: flex;
    justify-content: center;
}

.adventure .adventure-info{
	display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--josefin);
}

.product-section-three-btn{
	border: 2px solid #e40038;
    border-radius: 17px;
}

.product-section-three-btn span > del{
	font-size: 18px;
    padding: 5px;
    color: red;
    text-decoration: line-through;
    display: inline-block;
}

.product-section-three-btn span > ins{
	font-size: 18px;
}


.product-section-three-btn .cart{
	background: linear-gradient(to bottom,#ff1851,#b1002b);
    color: #fff;
    font-size: 18px;
    padding: 7px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
	cursor: pointer;
}

.adventure-info > span:last-of-type{
	 color: #5fc7cc;
    font-size: 19px;
    line-height: 2.5;
	font-weight: 700;
}

/*---dots---*/

.slick-dots li button:before{
	font-size: 36px!important; 
}

.slick-dots .slick-active button:before{
	color: #0095aa!important;
	transform: scale(1.5)!important;
}

.product-section-four .adventure{
	border-color: #f7941d;
}

.product-section-four .adventure-info > span:last-of-type{
	color: #f7941d;
}

.product-section-five .adventure{
	border-color: #ad96c7;
}

.product-section-five .adventure-info > span:last-of-type{
	color: #ad96c7;
}

.product-section-three, .product-section-four, .product-section-five, .product-section-six{
	margin-top: -209px;
	padding-top: 237px;
	
}
 
.product-section-six{
	margin-bottom: 200px;
}

.product-section-six .adventure{
	border-color: #ffd800;
}

.product-section-six .adventure-info > span:last-of-type{
	color: #ffd800;
}

/*===========prodcut-popup------*/

.overlay1{
	z-index: 7;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-color: rgba(105,105,105,0.8);
	display: none;
}

.overlay1 .container > .popup-product{
	width:50%;
	background:url("../images/popup.jpg") no-repeat center / cover;
	height:400px;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.overlay1 .container .popup-product h2{
	font-family:var(--peachykeen);
	font-style:italic;
	font-size:50px;
	line-height:60px;
	text-align:center;
	color: #ff6d00;
}

.overlay1 .container .popup-info{
	width:100%;
	padding:20px;
	display:flex;
}

.overlay1 .container .popup-info p{
	 font-size:30px;
	 font-weight:bold;
	 color:#A00070;
	 padding: 40px;
	line-height:40px;
	 text-align:center;
	font-family: var(--josefin);
}

.overlay1 .container .popup-info img{
	width:200px;
	height:200px;
	border-radius: 50%;
	transform: translate(-27px, 51px);
    border: 3px solid orange;
}


.nav a {
	position: relative;
	overflow: hidden;
}
.nav a:after {    
	content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 18px;
    width: auto;
    background: white;
    height: 2px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.nav a:hover:after,
.nav a:focus:after,
.nav a:active:after{
	right:0;
}
