
/*   
Theme Name: Jaxx Liberty
Version: 1.0
*/

*{
	box-sizing: border-box;
	/*
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], 
li, figure, figcaption, blockquote, dl, dd{
	margin: 0;
}

body{
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

ul[class],
ol[class]{
	list-style: none;
}

a:not([class]){
	text-decoration-skip-ink: auto;
}

img{
	max-width: 100%;
	display: block;
}

article > * + * {
	margin-top: 0;
}

input,
button,
textarea,
select{
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {

	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: 0.5s!important;
	outline: none!important;
	box-sizing: border-box;
	/*
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}

blockquote, q{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	transition: 0.5s;
	text-decoration: none;
	color: inherit;
}

a:hover,
a:active,
a:focus,
a:visited{
	text-decoration: none;
}

::-webkit-scrollbar{
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-thumb{
    width: 6px;
    background: var(--blue-color);
}



html,
body{
    font-family: var(--font-family);
	font-size: 17px;
	line-height: 1.35;
	color: var(--text-main-color);
	overflow-x: hidden;
	font-weight: 500;
}

strong{
    font-family: var(--font-family);
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-weight: 800;
	line-height: 1.25;
	width: 100%;
    font-family: var(--font-family);
	color: var(--text-main-color);
}

h1{
	font-size: 38px;
}

h2{
	font-size: 34px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 22px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 18px;
}

p{
	margin: 15px 0;
}





.container{
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.row{
	width: 100%;
}





header.header-cont{
	background: var(--light-blue-color);
	padding: 10px 0;
}

header.header-cont .row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

.logo{
	width: 75px;
}

.header-right{
	width: calc(100% - 115px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.header-btn{
	background: var(--orange-color);
	padding: 14px 25px;
	border-radius: 10px;
	color: var(--white-color);
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
}

.header-btn:hover,
.header-btn:focus,
.header-btn:active{
	background: var(--blue-color);
	color: var(--white-color);
}



.index-head{
	background-color: var(--light-blue-color);
	color: var(--blue-color);
	background-image: url(/assets/img/background-top.webp);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 600px 520px;
	padding: 180px 0 240px;
	color: var(--blue-color);
	border-top: 1px solid var(--blue-color-line);
}

.heading-ndp{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-weight: 600;
	margin: 0 0 24px;
}

.heading-ndp img{
	width: 20px;
	margin-right: 7px;
}

.index-head h1{
	color: var(--blue-color);
	font-size: 60px;
	margin: 0 0 10px;
}

.index-head h1 span{
	color: var(--orange-color);
}

.heading-pdp{
	font-size: 18px;
	margin: 0 0 24px;
}

.heading-btn{
	width: 100%;
}

.heading-logo{
	width: 330px;
	position: absolute;
	top: 10%;
	right: 210px;
}



.info-section{
	padding: 75px 0;
}

.info-section.info-section-blue{
	background: var(--blue-color);
	color: var(--white-color);
}

.info-section .row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 80px;
}

.info-section.info-section-blue .row{
	flex-direction: row-reverse;
}

.info-img{
	width: calc(50% - 40px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.info-section.info-section-blue .info-img{
	justify-content: flex-start;
}

.info-img img{
	width: 80%;
}

.info-text{
	width: calc(50% - 40px);
}

.info-title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 14px;
}

.info-title-number{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--blue-color);
	color: var(--white-color);
	font-weight: 700;
	font-size: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-section.info-section-blue .info-title-number{
	background: var(--white-color);
	color: var(--blue-color);
}

.info-title-text{
	width: calc(100% - 50px);
	font-weight: 700;
	font-size: 21px;
}

.info-text-content{
	width: 100%;
}



.products-section{
	background: var(--light-blue-color);
	padding: 95px 0;
	
}

.heading-products-section{
	color: var(--blue-color);
    font-size: 40px;
    font-weight: 800;
	margin: 0 0 24px;
}

.list-products-section{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.item-product{
	width: calc(25% - 15px);
	padding: 22px;
	border-radius: 10px;
	background: var(--white-color);
}

.item-product-title{
	width: 100%;
	font-size: 16px;
	font-weight: 800;
	height: 65px;
	margin: 0 0 18px;
}

.item-product-image{
	width: 100%;
	margin: 0 0 18px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

.item-product-image img{
	width: 80%;
}

.item-product-data{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 0 10px;
}

.one-product-data{
	width: calc(33.33% - 4px);
	font-size: 12px;
	color: var(--blue-color);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 4px;
}

.one-product-data-icon{
	width: 14px;
	height: 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.35;
}

.one-product-data-icon.one-product-data-icon-1{
	background-image: url(/assets/img/specialisation_1.png);
}

.one-product-data-icon.one-product-data-icon-2{
	background-image: url(/assets/img/specialisation_2.png);
}

.one-product-data-icon.one-product-data-icon-3{
	background-image: url(/assets/img/specialisation_3.png);
}

.one-product-data-text{
	width: calc(100% - 18px);
	opacity: 0.45;
	white-space: nowrap;
}

.item-product-cart{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.one-product-price{
	font-size: 18px;
    font-weight: 800;
	width: 88px;
}

.one-product-buy-now{
	width: calc(100% - 98px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.one-product-buy-now a{
	background: var(--orange-color);
	padding: 10px 16px;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	white-space: nowrap;
}



.adavantages-section{
	padding: 65px 0;
}

.adavantages-section .row{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.item-adavantage{
	width: calc(33.33% - 20px);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item-adavantage-image{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 0 0 15px;
}

.item-adavantage-image img{
	width: 64px;
}

.item-adavantage-title{
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 15px;
}

.item-adavantage-text{
	width: 100%;
	text-align: center;
	font-size: 16px;
}



.phrase-section{
	padding: 85px 0 120px;
	min-height: calc(100vh - 100px);
}

.phrase-logo{
	width: 270px;
	margin: 0 0 35px;
}

.phrase-section h2{
	color: var(--blue-color);
}

.phrase-section form{
	width: 100%;
	max-width: 580px;
}

.main-word{
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 44px 0 34px;
	gap: 34px;
}

.input-word{
	width: calc(33.33% - 23px);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0;
}

.input-word .number{
	width: 25px;
	font-size: 14px;
	font-weight: 700;
}

.input-word input{
	width: calc(100% - 25px);
	padding: 2px 0;
	height: auto;
}

button#restore-btn{
	width: 100%;
	max-width: 100%;
}



footer.footer{
	background: var(--blue-color);
	color: var(--white-color);
	font-weight: 400;
	padding: 30px 0;
	font-size: 14px;
}

footer.footer .row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

.footer-left{
	width: calc(50% - 20px);
}

.footer-right{
	width: calc(50% - 20px);
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 15px;
}







@media screen and (max-width: 1200px){

	.index-head{
		padding: 80px 0 130px;
	}
	
	.heading-logo{
		position: static;
		margin: 60px 0 0;
	}
	
	.products-section{
		padding: 70px 0;
	}
	
	.heading-products-section{
		font-size: 30px;
		margin: 0 0 18px;
	}
	
	.list-products-section{
		gap: 14px;
	}
	
	.item-product{
		width: calc(25% - 11px);
	}
	
	.item-product-title{
		font-size: 14px;
		height: 55px;
	}
	
	.item-adavantage-title{
		margin: 0 0 9px;
	}
	
	.item-adavantage-text{
		font-size: 15px;
	}
	
}



@media screen and (max-width: 991px){

	.header-btn{
		padding: 12px 20px;
		border-radius: 8px;
		font-size: 15px;
	}
	
	.heading-ndp{
		font-size: 14px;
		margin: 0 0 18px;
	}
	
	.index-head h1{
		font-size: 44px;
	}
	
	.heading-pdp{
		font-size: 16px;
		margin: 0 0 18px;
	}
	
	.info-section{
		padding: 55px 0;
	}
	
	.info-section .row{
		gap: 40px;
	}
	
	.info-img,
	.info-text{
		width: 100%;
	}
	
	.info-img{
		justify-content: flex-start;
	}
	
	.info-img img{
		width: 100%;
		max-width: 400px;
	}
	
	.info-title{
		gap: 8px;
	}
	
	.info-title-number{
		width: 34px;
		height: 34px;
		font-size: 16px;
	}
	
	.info-title-text{
		width: calc(100% - 42px);
		font-size: 18px;
	}
	
	.item-product{
		width: calc(50% - 7px);
    }
	
	.item-product-title{
		height: auto;
	}
	
	.item-product-image img{
		width: 60%;
	}
	
}



@media screen and (max-width: 768px){

	.logo{
		width: 60px;
	}
	
	.header-btn{
		padding: 10px 18px;
	}
	
	.index-head{
		background-size: 100% auto;
	}
	
	.heading-logo{
		width: 250px;
		margin: 40px 0 0;
	}
	
	.info-section{
		padding: 25px 0 65px;
	}
	
	.products-section{
		padding: 65px 0;
	}
	
	.item-product{
		width: 100%;
	}
	
	.item-product-image{
		margin: 0 0 22px;
	}
	
	.item-product-image img{
		width: 80%;
	}
	
	.item-product-data{
		margin: 0 0 14px;
	}
	
	.item-adavantage{
		width: 100%;
	}
	
	.item-adavantage-image{
		margin: 0 0 14px;
	}
	
	.item-adavantage-image img{
		width: 58px;
	}
	
	.phrase-section{
		padding: 50px 0 75px;
		min-height: auto;
	}
	
	.phrase-logo{
		width: 220px;
		margin: 0 0 30px;
	}
	
	.phrase-section h2{
		font-size: 28px;
	}
	
	.phrase-section form{
		max-width: 100%;
	}
	
	.main-word{
		margin: 34px 0 34px;
		gap: 26px;
	}
	
	.input-word{
		width: calc(50% - 13px);
	}
	
	.input-word .number{
		width: 32px;
		font-size: 19px;
	}
	
	.input-word input{
		width: calc(100% - 32px);
	}
	
	footer.footer .row{
		gap: 12px;
	}
	
	.footer-left,
	.footer-right{
		width: 100%;
	}
	
	.footer-right{
		justify-content: flex-start;
	}
	
}


