@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

body {
    /*max-width: 1200px;*/
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    position: relative;
}

.dn {
    display: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 20;
    max-width: 1200px;
    margin: auto;
}

header .logo img {
    height: 20px;
}

header .logo {
    position: absolute;
    top: 20px;
    left: 15px;
}

header > div {
    width: 100%;
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    position: relative;
    height: 60px;
    /* background-image: url(../img/section_1.jpg); */
    /* background-size: cover; */
    /* backdrop-filter: blur(5px); */
    /* background: rgba(131, 95, 185, 0); */
    /* transition: .5s; */
}

html.st header > div {
	/*background: rgba(131, 95, 185, 0.8);*/
}

header nav, header .mobile-menu {
    position: absolute;
    top: 7px;
    right: 10px;
}

header .mobile-menu {
	display: none;
}

header .mobile-menu {-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;}
header .mobile-menu i {display:block;position:absolute;height: 3px;width: 28px;background:#000;border-radius:25px;opacity:1;left:12px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
header .mobile-menu i:nth-child(1){top:15px;}
header .mobile-menu i:nth-child(2){top:24px;width:19px;left:20px;}
header .mobile-menu i:nth-child(3){top:33px;}
html.mm header .mobile-menu i:nth-child(1){background:#000;top:24px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);}
html.mm header .mobile-menu i:nth-child(2){background:#000;opacity:0;left:-60px;}
html.mm header .mobile-menu i:nth-child(3){background:#000;top:24px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);}

header nav > img {
	display: none;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	width: 100%;
}

header nav > div {
    padding: 10px;
    display: inline-block;
}

header nav > div > a {
	position: relative;
    color: #000;
    font-size: 22px;
    text-decoration: none;
    transition: .5s;
    cursor: pointer;
}
header nav > div .lang img {
    position: relative;
    top: 2px;
    height: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 100%;
}
header nav > div > a:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 1px;
    right: 1px;
    height: 6px;
    border-radius: 10px;
    z-index: -1;
}

header nav > div > a.about:hover:after, header nav > div > a.al.about:after {
	background: #FFCB0D;
}
header nav > div > a.smartwatches:hover:after, header nav > div > a.al.smartwatches:after {
	background: #D50423;
}
header nav > div > a.trends:hover:after, header nav > div > a.al.trends:after {
	background: #20A218;
}
header nav > div > a.coming-soon:hover:after, header nav > div > a.al.coming-soon:after {
	background: #BB97F5;
}
header nav > div > a.contact:hover:after, header nav > div > a.al.contact:after {
	background: #FF7419;
}
#green-watch-img {
	max-width: 85%;
}

#clrm-header {
    position: relative;
    top: 60px;
}
#clrm-header img {
    width: 100%;
}

#clrm-header .clrm-claim {
    position: absolute;
    bottom: 10%;
    left: 20%;
    right: 0;
    text-align: left;
    font-size: 26px;
    color: #fff;
}

#clrm-header .clrm-claim h1 {
    font-weight: bold;
    font-size: 4vw;
    margin: 0;
}

#clrm-header .clrm-claim h1 p {
    margin: 10px 0 0 100px;
}

#clrm-header .clrm-claim h1 p b {
    color: #6c4999;
}

#clrm-about, #clrm-smartwatches, #clrm-trends, #clrm-coming-soon  {
    text-align: center;
    width: 100%;
}

#clrm-smartwatches .clrm-section-img, .clrm-section-article.clrm-margin {
    padding: 10% 5%;
    max-width: 1200px;
    margin: auto;
}
.clrm-section-article > p,
.clrm-functions-section-container {
    max-width: 1200px;
    margin: auto;
}

#clrm-smartwatches .clrm-section-img iframe {
	border-radius: 25px;
}

span.clrm-section-nav {
    font-size: 15px;
    color: #777777;
    font-weight: 500;
}

.clrm-section-nav {
  font-size: 1vw;
  color: #777777;
  font-weight: 500;
}
.clrm-section-article h2 {
  font-size: 42px;
  margin: 30px auto;
  padding: 0;
  font-weight: 500;
}
.clrm-section-article p {
  font-size: 26px;
  font-weight: 400;
  /*color: #777777;*/
  line-height: 1.6;
}
.clrm-section-img img {
  width: 100%;
}

.clrm-color-options ul {
    margin: 12px 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.clrm-color-options ul li {
    width: 40%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
}

.clrm-color-options ul.xYellow li:nth-child(2) {
    background-image: url(../img/watch_1.png);
    background-size: 100% 100%;
}

.clrm-color-options ul.xLavenda li:nth-child(2) {
    background-image: url(../img/watch_2.png);
    background-size: 100% 100%;
}

.clrm-color-options ul.xGreen li:nth-child(2) {
    background-image: url(../img/watch_3.png);
    background-size: 100% 100%;
}

.clrm-color-options ul.xOrange li:nth-child(2) {
    background-image: url(../img/watch_4.png);
    background-size: 100% 100%;
}

.clrm-color-options ul.xMagenta li:nth-child(2) {
    background-image: url(../img/watch_5.png);
    background-size: 100% 100%;
}

.clrm-color-options ul.ccor li:nth-child(1),
.clrm-color-options ul.ccol li:nth-child(3) {
    width: calc(20% - 10px);
}

.clrm-color-options ul li:nth-child(3) {
	text-align: right;
}

.clrm-color-options ul li img {
    width: 100%;
    visibility: hidden;
}

.clrm-color-options ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    z-index: -1;
}

ul.xYellow {
    background: #FFCB0D;
}
ul.xLavenda {
    background: #BB97F5;
}
ul.xGreen {
    background: #20A218;
}
ul.xOrange {
    background: #FF7419;
}
ul.xMagenta {
    background: #D50423;
}

.clrm-color-options ul.xYellow:after {
	background: #fceaa5;
}

.clrm-color-options ul.xLavenda:after {
    background: #a08ed8;
}

.clrm-color-options ul.xGreen:after {
    background: #d5e4d4;
}

.clrm-color-options ul.xOrange:after {
    background: #f57216;
}

.clrm-color-options ul.xMagenta:after {
    background: #fbc9d1;
}

.clrm-color-options ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.clrm-color-options ul.xYellow:before {
	background: #ffca00;
}

.clrm-color-options ul.xLavenda:before {
    background: #e0ccff;
}

.clrm-color-options ul.xGreen:before {
    background: #26a115;
}

.clrm-color-options ul.xOrange:before {
    background: #fac69f;
}

.clrm-color-options ul.xMagenta:before {
    background: #c80323;
}

.clrm-color-options ul.ccor:after,
.clrm-color-options ul.ccol:before {
    width: 50%;
}

.clrm-color-options ul.ccol:after,
.clrm-color-options ul.ccor:before {
    width: 30%;
}

.clrm-color-options ul li b, .clrm-color-options ul li p {
    margin: 0;
    font-size: 28px;
    padding: 15px 30px;
		line-height: 1.6;
}

.clrm-color-options ul li b {
    font-size: 38px;
}

.clrm-choose {
    margin: 10%;
}

.clrm-container-50-50 {
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: middle;
}
.clrm-container-50-50.clrm-purp1 {
	width: calc(40% - 4px);
}
.clrm-container-50-50.clrm-purp2 {
	width: calc(60% - 4px);
}

.clrm-container-50-50 img, .clrm-container-100 img {
    max-width: 100%;
}

.clrm-tar {
    text-align: right;
}

.clrm-tac {
    text-align: center;
}

.clrm-tal {
    text-align: left;
}

.clrm-textbox {
    padding: 20px;
    max-width: 370px;
    display: inline-block;
}
.clrm-textbox p {
    font-size: 20px;
		color: #777;
		line-height: 1.6;
}

.clrm-icon {
    max-width: 900px;
    margin: 10px auto;
}

.clrm-icon > div {
    width: 160px;
    margin: 30px;
    display: inline-block;
}

.clrm-icon > div > span {
    display: block;
    margin-top: 10px;
}

#clrm-trends .clrm-section-article {
    background: #F7F1E4;
    padding: 10%;
}

.clrm-trends-c div {
	display: inline-block;
	margin: 0;
	width: 35%;
}

.clrm-trends-c:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 15px;
    background: #fff;
	z-index: 2;
}
.clrm-trends-c.c4:after {
	display: none;
}
.clrm-trends-c h3 {
    display: inline-block;
    /*max-width: 225px;*/
		max-width: 400px;
    vertical-align: middle;
    white-space: normal;
    font-size: 56px;
    text-align: left;
    color: rgb(255 255 255);
    padding: 20px;
}

.clrm-trends-c img {
    display: inline-block;
    width: calc(65% - 5px);
    vertical-align: middle;
}

.clrm-trends-c {
	position: relative;
    white-space: nowrap;
}

.clrm-trends-c.c1 {
    background: #FFCB0D;
	top: -5px;
}

.clrm-trends-c.c2 {
    background: #FF7419;
	top: -20px;
}

.clrm-trends-c.c3 {
    background: #20A218;
	top: -35px;
}

.clrm-trends-c.c4 {
    background: #BB97F5;
	top: -50px;
}

.clrm-section-img.down {
    position: relative;
    top: -51px;
}

.clrm-section-img.iframe {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.clrm-section-img.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#clrm-coming-soon .clrm-section-article {
    padding: 10%;
}

footer#clrm-contact {
    position: relative;
    display: block;
    color: #fff;
    padding: 40px 0;
    background: #BB97F5;
}

footer#clrm-contact a {
    color: #fff;
    text-decoration: none;
}

footer#clrm-contact:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 20px;
    background: #BB97F5;
}

section.clrm-footer-main-row {
    max-width: 1200px;
    margin: auto;
    padding: 50px 10px;
}

.clrm-footer-column {
    display: inline-block;
    width: calc(100% - 400px);
    vertical-align: top;
}

.clrm-footer-row {
    display: inline-block;
    width: 395px;
}

.clrm-footer-column img {
    height: 30px;
}

.clrm-footer-column > b {
    margin: 40px 0;
    display: block;
    font-size: 26px;
}

.clrm-footer-column > a {
    padding: 5px 20px;
    background: rgb(255 255 255 / 40%);
    display: inline-block;
    font-size: 22px;
    border-radius: 25px;
}

.clrm-footer-column-s {
    display: block;
    margin-top: 40px;
    text-decoration: none;
}

.clrm-footer-column-2 h3, .clrm-footer-column-2 ul, .clrm-footer-column-2 ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.clrm-footer-column-2 ul li {
    margin: 5px 0;
}

.clrm-footer-column-2 {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
}

.fIs {
    opacity: .1;
    transform: translateY(50px);
    transition: 2s;
}

.fIs.fIn {
    opacity: 1;
	transform: inherit;
}

.clrm-functions-section-container.clrm-space-bot {
	padding-bottom: 5%;
}

.pol_pry {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 20px;
    overflow: auto;
    z-index: 999999;
}

.pol_pry > i.clos {
    position: fixed;
    top: 5px;
    right: 23px;
    padding: 3px 9px 6px 9px;
    font-style: normal;
    border: 1px solid #000;
    border-radius: 100%;
    cursor: pointer;
    background: #fff;
}

.pol_pry_a {
    cursor: pointer;
}

@media screen and (max-width: 1300px) {
	#clrm-header .clrm-claim h1 {
		/*font-size: 65px;*/
	}
	#clrm-header .clrm-claim {
		bottom: 27px;
	}
}

@media screen and (max-width: 1000px) {
	#clrm-header .clrm-claim h1 {
		/*font-size: 50px;*/
	}
	#clrm-header .clrm-claim {
		bottom: 25px;
	}
	.clrm-trends-c h3 {

			max-width: 300px;
	    font-size: 36px;
	}
}

@media screen and (max-width: 850px) {
	.clrm-footer-row, .clrm-footer-column {
		display: block;
		width: 100%;
		margin-top: 40px;
	}
	section.clrm-footer-main-row {
		text-align: center;
	}
	header nav, header .mobile-menu {
		top: 10px;
	}
	header nav > div > a {
		font-size: 19px;
	}
	.clrm-color-options ul li p {
		font-size: 22px;
	}
	.clrm-color-options ul li b {
		font-size: 32px;
	}
}
@media screen and (max-width: 991px) {
    header nav > div .lang img {
        height: 28px;
    }

	header .mobile-menu {
		height: 50px;
		width: 58px;
		cursor: pointer;
		display: block;
		top: 5px;
		right: 5px;
	}
	header nav {
		position: fixed;
		display: none;
		top: 60px;
		right: 0;
		left: 0;
		bottom: 0;
		background: #fff;
		text-align: center;
		/* background: rgba(131, 95, 185, 0.8); */
		/* backdrop-filter: blur(5px); */
		/* border-top: 1px solid rgb(255 255 255 / 40%); */
		/* border-radius: 0 0 200% 200%; */
	}
	html.mm header nav {
		display: block;
	}
	header nav > div {
		display: block;
	}

	header nav > div > a {
		color: #000;
		font-size: 35px;
	}
	.clrm-color-options ul li {
		width: 50%;
	}

	.clrm-color-options ul.ccor li:nth-child(1),
	.clrm-color-options ul.ccol li:nth-child(3) {
		width: 0;
	}

	.clrm-color-options ul.ccor:after,
	.clrm-color-options ul.ccol:before {
		width: 70%;
	}
	/* menu mobile */
	header {
		position: fixed;
		background: #fff;
	}
	header nav > img {
		display: block;
	}
	header nav > div {
		padding: 10px;
		/*height: 12%;*/
		display: flex;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	/* Article section*/
	.clrm-section-article.clrm-margin {
	    padding: 20% 5%;
	}
	.clrm-section-article p {
	  font-size: 20px;
	}
	.clrm-section-article h2 {
	  font-size: 32px;
	}
	.clrm-choose {
	    margin: 20% 10%;
	}
}


@media screen and (max-width: 650px) {
	.clrm-trends-c h3 {
		font-size: 26px;
	}
	.clrm-color-options ul li p {
		font-size: 18px;
	}
	.clrm-color-options ul li b {
		font-size: 28px;
	}
	.clrm-container-50-50, .clrm-container-50-50.clrm-purp1, .clrm-container-50-50.clrm-purp2 {
	    width: 100%;
	}
	.clrm-tar, .clrm-tal {
		text-align: center;
	}
	.clrm-functions-section-container.clrm-space-bot {
		padding-bottom: 15%;
	}
}

@media screen and (max-width: 500px) {
	.clrm-color-options ul li p {
		font-size: 14px;
		padding: 5px 20px;
	}
	.clrm-color-options ul li b {
		font-size: 20px;
		padding: 5px 20px;
	}
	.clrm-icon > div {
		width: 95px;
		vertical-align: top;
	}
}

@media screen and (max-width: 400px) {
	.clrm-color-options ul li p {
		font-size: 13px;
		padding: 5px 15px;
	}
	.clrm-color-options ul li b {
		font-size: 18px;
		padding: 5px 15px;
	}
	.clrm-container-50-50 {
		width: 100%;
	}
	.clrm-trends-c h3 {
		padding: 10px;
		font-size: 20px;
	}
	header nav > div {
		/*height: 12%;*/
	}
	.clrm-trends-c:after {
		bottom: 5px;
		height: 10px;
	}
}


/* new */

.clrm-product {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: -5px;
}

.clrm-product .clrm-slider > div:not(.act) {
    opacity: 0;
    z-index: 1;
}

.clrm-product .clrm-slider > div.act {
    opacity: 1;
    z-index: 2;
}

.clrm-product .clrm-slider > div {
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.clrm-product > img {
    width: 100%;
    opacity: 0;
}

.clrm-product .clrm-slider > div > img {
    width: 100%;
}

.clrm-product .clrm-slider > div > div {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.clrm-product .clrm-slider > div > div > h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 15px;
}

.clrm-product .clrm-slider > div > div > h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 20px;
}

.clrm-product > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: contain;
    z-index: 3;
}

.clrm-product i.aLeft {
    left: 15px;
    background-image: url('/img/arrow_left.svg');
}

.clrm-product i.aRight {
    right: 15px;
    background-image: url('/img/arrow_right.svg');
}

header nav .o-nas:hover {
    color: #000;
}
header nav .x-lavenda:hover {
    color: #be9df1;
}
header nav .x-magenta:hover {
    color: #dc2150;
}
header nav .x-green:hover {
    color: #5bbb18;
}
header nav .x-orange:hover {
    color: #f69122;
}
header nav .x-yellow:hover {
    color: #f3ff2d;
}
header nav .x-peach-fuzz:hover {
    color: #fad997;
}

@media screen and (max-width: 600px) {
    .clrm-product .clrm-slider > div > div {
        top: 0;
    }
    .clrm-product .clrm-slider > div > div > h3,
    .clrm-product .clrm-slider > div > div > h4 {
        margin: 10px;
    }
    /**/
    #clrm-header .clrm-claim {
        bottom: 7px;
        left: 0;
        text-align: center;
    }
    #clrm-header .clrm-claim.j-pl h1 {
        font-size: 8vw;
    }
    #clrm-header .clrm-claim h1 p {
        margin: 0;
        display: inline-block;
    }
}