/*!
Theme Name: InfinityBetwave
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: infinitybetwave
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

InfinityBetwave is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

.home-toptitle, .home-title{
	font-size: 4.6rem;
	line-height: 1.05;
	font-weight: 500;
    text-transform: uppercase;
	margin-bottom: 0;
}

.home-toptitle{
	color: #81F65E;
}

.home-title{
	margin-bottom: 10px;
}

.como-h1{
	font-size: 4rem;
	line-height: 1.05;
	font-weight: 500;
    text-transform: uppercase;
	margin-bottom: 20px;
	color: #81F65E;
}

.home-h4{
	font-size: 2rem;
    margin-bottom: 4px;
    font-weight: 500;
	color: #fff;
	line-height: 1.05;
	text-transform: none;
}

.adv-h1{
	font-size: 4rem;
	line-height: 1.05;
	font-weight: 500;
    text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}

.adv-h1>span{
	color: #81F65E;
}

.faq{
	padding-bottom: 30px;
}

.faq-title {
    text-align: center;
	margin-bottom: 40px;
}

.faq-title>span{
	color: #81F65E;
}

.faq-block{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.faq-block__question{
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column;
}

.faq-block__question-text{
	font-weight: 600;
    font-size: 20px;
    color: white;
    margin-bottom: 15px;
}

.cfooter{
	padding: 20px 0 30px;
	margin-top: 20px;
	background: #404040;
}

.cfooter-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.cfooter-btn{
	height: 46px;
	line-height: 46px;
	border: 0;
	border-radius: 40px;
	color: #1D1D1D;
	background: #81F65E;
	font-size: 18px;
	font-weight: 500;
	padding: 0 20px;
	text-decoration: none;
}

.cfooter-logo{
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	gap: 5px;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	text-decoration: none;
}

.cfooter-logo>img{
	max-width: 45px;
}

.cfooter-links{
	display: flex;
	gap: 15px;
}

.cfooter-links>a{
	color: #ffffff;
	text-decoration: none;
}

.cfooter-links>a:hover{
	color: #81F65E;
}

.my-h1-privacy, .my-h1-terms {
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
    color: white;
}

.my-h2-review, .my-h2-app, .my-h2-privacy, .my-h2-terms {
    font-size: 20px;
    color: white;
    margin-bottom: 15px;
}

.my-p-review, .my-p-app, .my-p-privacy, .my-p-terms {
    margin-bottom: 15px;
    color: white;
    font-size: 16px;
}

.my-h3-privacy, .my-h3-terms, .my-h3-review {
    font-size: 18px;
    color: white;
    margin-bottom: 15px;
}

.my-list-privacy, .my-list-terms {
    color: white;
    margin-bottom: 15px;
    list-style-type: decimal;
}

.privacy p{
    color: #fff;
    line-height: 130%;
}

.reg-h1{
	color: #1d1d1d;
    margin-bottom: 0;
	font-weight: 500;
    font-size: 4.6rem;
    text-transform: uppercase;
}

.home-city{
	font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 100%;
}

.review-table{
	width: 100%;
	margin-bottom: 20px;
}

.review-table td, .review-table th {
  border: 1px solid #ddd;
  padding: 8px;
  color: #fff;
}

.review-list{
	color: #fff;
	margin-bottom: 20px;
}

.timer-block{
	width: 100%;
    background: #81F65E;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 9px;
    text-align: center;
    padding: 7px 12px;
}

.timer-block-box{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.nav--header{
	align-items: center;
}

.langdrop-btn {
  color: #81F65E;
  border: none;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  background: #333;
  gap: 4px;
  border-radius: 20px;
  padding: 0 10px;
}

.langdrop {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.langdrop-content {
  display: none;
  position: absolute;
  min-width: 100%;
  z-index: 1;
  background-color: #333;
  padding: 5px 10px 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.langdrop-content a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  display: block;
}

.langdrop-content a:hover {color: rgba(255,255,255,1);}

.langdrop-content.show{
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.langdrop-btn.show{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.langdrop-btn.show > img{
  transform: rotate(180deg);
}

.ctimer-block{
	display: none;
}

@media (max-width: 991px) {
	.home-toptitle, .home-title{
		font-size: 2.8rem;
		display: inline;
	}
    .como-h1, .adv-h1{
		font-size: 2.6rem;
	}
	.faq-block{
		flex-direction: column;
		gap: 20px;
	}
	.faq-block__question{
		width: 100%;
	}
	.cfooter-wrapper{
		flex-direction: column;
		gap: 20px;
	}
	.cfooter-links{
		flex-direction: column;
		width: 100%;
	}
	.reg-h1{
		font-size: 2.8rem;
	}
	.timer-block {
		flex-direction: column;
		gap: 4px;
		margin-bottom: 9px;
		text-align: center;
		padding: 7px 12px;
	}
	.timer-block-box{
		font-size: 10px;
	}
	.timer-block-title{
		font-size: 10px;
	}
	.timer-block-icon{
		height: 13px;
	}
	.timer-block{
		margin: 0;
	}
	.header{
		padding: 6px 0 9px;
		margin: 0;
	}
	.header-logo{
		gap: 0;
	}
	.header-logo__img{
		height: 32px;
	}
	.stories__slider .swiper-feedback-bullets{
		left: calc(50% - 74px) !important;
		right: calc(50% - 74px) !important;
	}
	.steps__step-block:nth-child(1){
		background-image: url("../images/step-title-bg.webp") !important;
	}
	.steps__step-block{
		background-size: cover;
        background-position: center;
	}
	.calculator__title{
		font-size: 23px;
    	margin-bottom: 20px;
	}
	.calculator__wrapper{
		flex-direction: column;
	}
	.calculator__left{
		width: 100%;
	}
	.calculator__output{
		flex-direction: column;
		gap: 0;
		align-items: flex-start;
	}
	.calculator__output-items{
		align-items: flex-start;
	}
	.calculator__right{
		width: 100%;
		height: 70px;
	}
	.langdrop {
		margin: 0 auto 15px;
	}
	.steps-timeline{
		display: none;
	}
	.calculator{
		margin-top: 40px;
	}
	.timer-block{
		display: none;
		opacity: 0;
	}
/* 	.timer-block.fixed{
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		transition: 0.5s;
		opacity: 1;
		z-index: 5;
	} */
	.cabout-way-time{
		display: none;
	}
	.header.fixed .nav.nav--header-mob{
		top: 86px;
	}
	.ctimer-block.fixed{
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: rgb(120 120 120 / 81%);
		backdrop-filter: blur(2px);
		padding: 6px 18px;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 5;
		border-top: 1px solid #82f65e96;
	}
	.ctimer-block-timer{
		display: flex;
    	align-items: center;
    	gap: 8px;
	}
	.ctimer-block-timer>span{
		font-size: 16px;
		font-weight: 600;
		color: #fff;
	}
	.ctimer-block>a{
		height: 32px;
		line-height: 32px;
		padding: 0 30px;
		color: #000;
		font-size: 14px;
		border-radius: 40px;
		background: #81F65E;
		text-decoration: none;
		font-weight: 600;
	}
	.cfooter{
		padding-bottom: 70px;
	}
}