* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
body {
    font-family: "Inter", serif;
	font-size: 14px;
	color: #ffffff;
    font-weight: 400;
	background-color: #232323;
}
h1 {
	font-size: 64px;
    font-weight: 700;
	text-transform: uppercase;
    line-height: 80px;
}
h2, h3 {
	font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
h4 {
	font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}
h5 {
	font-size: 24px;
    font-weight: 500;
	text-transform: uppercase;
    line-height: 35px;
}
h6 {
	font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
p, li {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
p small {
	font-size: 20px;
    line-height: 24px;
}
p.lead {
	font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}
.btn {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 38px;
	padding: 20px 50px;	
	border-radius: 40px;
} 
.btn-sm {
		font-size: 20px;
		line-height: 30px;
		padding: 14px 30px;
		border-radius: 30px;
	}
.btn-primary {
	color: #fff;
	background-color: #A238FF;
	border: 0px solid #A238FF;
	
}
.btn-primary:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #A238FF;
	border-radius: 40px;
	filter: blur(5px);
	z-index: -1;
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	border: 0px solid #0066FF;
	background: #0066FF;
    background: linear-gradient(60deg, #E452F8 0%, #0C65FE 100%);
}
.btn-primary:hover:before, .btn-primary:focus:before {
    background-color: #0C65FE;
	filter: blur(10px);
}
.btn-outline-light:hover, .btn-outline-light:focus {
    color: #fff;
	background-color: #A238FF;
	border: 1px solid #A238FF;
}

.modal-content {
    background-color: rgba(35,35,35,.7);
	backdrop-filter: blur(10px);
}
.modal-header {
    border-bottom: 0px;
}
.btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    padding: 10px;
    z-index: +1;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-close.svg) no-repeat center center;
}
.form-control {
	font-size: 18px;
	color: #fff;
    font-weight: 300;
    line-height: 30px;
	padding: 14px 20px;
	height: 58px;
	background-color: transparent;
	border: 1px solid #ffffff00;
    border-bottom: 1px solid #ffffff50;
	border-radius: 0;
}
.form-control:focus {
	color: #fff;
	background-color: #ffffff20;
	border: 1 solid #ffffff50;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}
.form-control::placeholder {
	font-size: 18px;
	color: #fff;
}
.form-text p {
    font-size: 14px;
	color: #fff;
}
input.btn-primary {
}

header {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
	background: #232323;
    background: linear-gradient(180deg, rgba(35,35,35,1) 0%, rgba(35,35,35,0) 100%);
}
.navbar-brand {
	display: block;
    flex-grow: 1 !important;
    margin: 5px 0px;
	z-index: +1;
}
.navbar .faq-button, .navbar .social {
	z-index: +1;
}
.social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
}
.social a img {
    width: 32px;
    height: 32px;
}
header .social a .svg {
    filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
header .social a:hover .svg {
    filter: brightness(100%) grayscale(0%);
    -webkit-filter: brightness(100%) grayscale(0%);
}
.navbar-toggler {
	display: flex;
	grid-column-gap: 12px;
    grid-row-gap: 12px;
	align-items: center!important;
	border: 0px;
	z-index: 100;
}
.navbar-toggler:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}
.header-menu-button-burger {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    display: flex;
    position: relative;
}
.navbar-toggler .line {
	background-color: #fff;
    width: 30px;
    height: 2px;
}
.navbar-toggler.collapsed .line._1, .navbar-toggler.collapsed .line._2, .navbar-toggler.collapsed .line._3 {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	opacity: 1;
}
.navbar-toggler .line._1 {
	transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.navbar-toggler .line._2 {
	opacity: 0;
}
.navbar-toggler .line._3 {
	transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.navbar-collapse {
	position: absolute;
    top: -500px;
    left: 0;
    right: 0;
	background-color: #00000070;
	backdrop-filter: blur(10px);
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.collapse:not(.show) {
	top: -500px;
}
.navbar-collapse.collapse.show {
	top: 0px;
}
.navbar-nav {
	max-width: 900px;
	margin: 100px auto 30px;
}
.menu-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.nav-link {
	position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
	padding-left: 20px;
	
}
.nav-link:hover {
	color: #A238FF;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #A238FF;
}

.main-slide {
	position: relative;
	height: 100vh;
	margin-top: -100px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-main-slide.webp) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
.page-slide {
	position: relative;
	margin-top: -100px;
	padding-top: 150px;
	padding-bottom: 50px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-main-slide.webp) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.main-slide:before, .page-slide:before {
	content: "";
    display: block;
    width: 500px;
    height: 530px;
    position: absolute;
    right: -50px;
    bottom: 50px;
	z-index: 0;
	border-radius: 50%;
	background-color: rgba(55,58,142,.75);
	filter: blur(75px);
}
.main-slide:after, .page-slide:after {
	content: "";
    display: block;
    width: 500px;
    height: 530px;
    position: absolute;
	right: 140px;
    top: calc(50% - 300px);
	z-index: 0;
	border-radius: 50%;
	background-color: rgba(186,84,151,.75);
	filter: blur(175px);
}
.main-slide .container {
	position: relative;
	z-index: +1;
}
.main-slide h1 {
	animation: translate1 1s 1;
	transform: translateX(0);
	opacity: 1;
}
.main-slide p {
	animation: translate1 2s 1;
	transform: translateX(0);
	opacity: 1;
}
.main-slide .more, .main-slide .brand {
	animation: translate2 1s 1;
	transform: translateX(0);
	opacity: 1;
}
.main-slide .hourglass img {
	animation: translate3 5s 1;
	transform: translateX(0);
	opacity: 1;
}
@keyframes translate1 {
  0% {
   transform: translateX(100px);
   opacity: 0;
  }
  100% {
    transform: translateX(0);
	opacity: 1;
  }
}
@keyframes translate2 {
  0% {
   transform: translateY(50px);
   opacity: 0;
  }
  100% {
    transform: translateY(0);
	opacity: 1;
  }
}
@keyframes translate3 {
  0% {
	transform: translateX(0);
    opacity: 0;
  }
  100% {
	transform: translateX(0);
	opacity: 1;
  }
}
.hourglass {
	position: absolute;
	top: 50%;
	right: 7.5%;
	width: 35%;
	height: 100%;
	vertical-align: middle;
	-webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.brand {
	margin-top: 60px;
	padding-left: 80px;
	min-height: 80px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-cup.svg) no-repeat center left;
}
.brand p {
	color: #CB6CE6;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 36px;
}

.why {
	position: relative;
	margin-bottom: 100px;
	overflow: hidden;
}
.map {
	position: absolute;
	left: 7.5%;
	top: 0;
	width: 45%;
	height: 100%;
}
.why .color-block {
	position: relative;
	height: 900px;
	overflow: hidden;
	background-color: #1A1A1A;
}
.why .color-block div {
	position: relative;
	padding: 20px 10% 20px 20%;
	z-index: +1;
}
.why .color-block:before {
	content: "";
    display: block;
    width: 380px;
    height: 400px;
    position: absolute;
	right: -130px;
    top: -190px;
	z-index: 0;
	border-radius: 50%;
	background-color: rgba(186,84,151,.75);
	filter: blur(75px);
}
.why .color-block:after {
	content: "";
    display: block;
    width: 380px;
    height: 400px;
    position: absolute;
    left: -70px;
    bottom: -190px;
	z-index: 0;
	border-radius: 50%;
	background-color: rgba(55,58,142,.75);
	filter: blur(75px);
}
.why .content {
	position: relative;
	height: 900px;
	background: rgb(53,52,52);
	background: linear-gradient(90deg, rgba(53,52,52,1) 0%, rgba(35,35,35,0) 100%);
}
.why .content .inner {
	position: relative;
	padding: 20px 15% 20px 30%;
}
.why .content .carousel.slide {
	padding: 20px 15%;
}
.why .content .carousel.slide .photo img {
	border-radius: 50%;
}
.why .content .carousel.slide .client p {
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}
.why .content .carousel.slide .client p small {
	font-size: 12px;
}
.why .carousel-item {
	min-height: 360px;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #191919;
    border-radius: 50%;
    opacity: 1;
}
.carousel-indicators .active {
    background-color: #A111D3;
}

.appeal {
	overflow: hidden;	
}
.appeal .content {
	position: relative;
	height: 600px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-appeal.webp) no-repeat right center;
}
.appeal .content:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
	z-index: 0;
	background: rgb(35,35,35);
	background: linear-gradient(90deg, rgba(35,35,35,1) 0%, rgba(35,35,35,0) 100%);
}
.appeal .content div {
	position: relative;
	padding: 20px 30% 20px 10%;
}
.appeal .symbol {
	position: relative;
	height: 600px;
	overflow: hidden;
	background-color: #1A1A1A;
}
.appeal .symbol .img-fluid {
	max-width: 75%;
}
.appeal .symbol:before {
	content: "";
    display: block;
    width: 380px;
    height: 400px;
    position: absolute;
    left: -130px;
    top: -190px;
	z-index: 0;
	border-radius: 50%;
	background-color: rgba(186,84,151,.75);
	filter: blur(75px);
}
.appeal .symbol:after {
	content: "";
    display: block;
    width: 380px;
    height: 400px;
    position: absolute;
    right: -130px;
    bottom: -190px;
	z-index: 0;
	border-radius: 50%;
	background-color: rgba(55,58,142,.75);
	filter: blur(75px);
}

.benefits {
	padding: 50px 0 100px;
}
.benefit {
	padding: 120px 30px 30px;
}
.benefit:nth-child(1) {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-benefit-01.svg) no-repeat center top 20px;
}
.benefit:nth-child(2) {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-benefit-02.svg) no-repeat center top 20px;
}
.benefit:nth-child(3) {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-benefit-03.svg) no-repeat center top 20px;
}

.researches {
	padding: 50px 0 100px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/curve-researche.svg) no-repeat center center;
}
.researche {
	padding: 10px 30px;
	height: 180px;
	border-radius: 20px;
	background: #00000043;
	backdrop-filter: blur(15px);
	box-shadow: 3px 2px 8px 0px #0000001A;
}

.packages {
	padding: 100px 0;
}
.packages .row {
	position: relative;
}
.packages .card {
	border: 0px;
	border-radius: 40px;
}
.packages .card .card-img {
	border-radius: 40px;
}
.packages .card .card-img-overlay {
    padding: 20px 24px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
	border: 1px solid #232323;
	border-radius: 38px;
}
.packages .card .card-img-overlay h4 span {
	color: #A111D3;
}
.packages .card .card-img-overlay p {
	color: #fff;
}
.packages .card .card-img-overlay span.text-bg-dark {
	font-size: 20px;
    font-weight: 600;
	line-height: 26px;
    background-color: #000 !important;
	border-radius: 23px;
}
.packages .card .card-img-overlay .btn-link {
	color: #CB6CE6;
	text-decoration: none;
	padding: 10px 25px 10px 0px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-right.svg) no-repeat center right;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.packages .card .card-img-overlay .btn-link:hover {
	color: #fff;
	padding: 10px 45px 10px 0px;
}
.packages .card .card-img-overlay .btn-link:focus {
	color: #E452F8;
	padding: 10px 25px 10px 0px;
}
.custom-popover {
	--bs-popover-max-width: 300px; 
	--bs-popover-border-color: #E452F890;
	background-color: #E452F890;
	border-color: #E452F890;
	backdrop-filter: blur(10px);
	border-radius: 20px;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
    border-color: #E452F890 !important;
	border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}
.popover-body {
    padding: 20px;
	font-size: 16px;
    color: #fff;
}
.price {
	position: absolute;
	top: 150px;
    left: calc(50% - 100px);
	width: 200px;
    height: 200px;
	text-align: center;
	background: #C315FF url(/wp-content/themes/bootstrap-component-blox-child-theme/image/DNAP-Symbol-price.svg) no-repeat center center;
	border-radius: 50%;
}
.price span {
	font-size: 60px;
	font-weight: 600;
    line-height: 24px;
}
.price span small {
	font-size: 20px;
	font-weight: 400;
    line-height: 18px;
	bottom: 0;
}

.faq {
	padding: 50px 0 100px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-faq.webp) no-repeat center center;
}
.faq h2 small {
	font-size: 24px;
	font-weight: 400;
    line-height: 30px;
}
.question {
	padding: 10px 30px;
	height: 230px;
	border-radius: 20px;
	background: #00000043;
	backdrop-filter: blur(15px);
	box-shadow: 3px 2px 8px 0px #0000001A;
}
.question p {
	font-size: 20px;
    line-height: 24px;
}

.certificate {
	position: relative;
	padding: 50px 0;
	background: rgb(152,56,244);
	background: radial-gradient(circle, rgba(152,56,244,.5) 0%, rgba(26,26,26,1) 40%);
	overflow: hidden;
}
.certificate:before {
	content: "";
    display: block;
    width: 430px;
    height: 460px;
    position: absolute;
	right: -180px;
    top: -130px;
	z-index: 0;
	border-radius: 50%;
	background-color: rgba(186,84,151,.75);
	filter: blur(175px);
}
.certificate:after {
	content: "";
    display: block;
    width: 700px;
    height: 740px;
    position: absolute;
    left: -170px;
    bottom: -390px;
	z-index: 0;
	border-radius: 50%;
	background-color: rgba(55,58,142,.75);
	filter: blur(175px);
}.certificate .container {
    position: relative;
    z-index: +1;
}

.advantages {
	padding: 100px 0;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-advantages.webp) no-repeat center center;
}
.advantage {
	padding: 20px 30px;
	height: 210px;
	border-radius: 20px;
	background: #00000073;
	backdrop-filter: blur(10px);
}
.advantage p {
	font-size: 20px;
    line-height: 24px;
}

.travel {
	position: relative;
	padding: 100px 0 50px;
}
.travel:after {
	content: "";
    display: block;
    width: 700px;
	max-width: 100%;
    height: 560px;
    position: absolute;
    left: calc(50% - 350px);
    bottom: 50px;
	border-radius: 50%;
	background-color: rgba(55,58,142,.85);
	filter: blur(175px);
	z-index: -1;
}

.footer-widgets .container {
	border-top: 1px solid #fff;
}
.footer-widgets .social a .svg {
    filter: brightness(100%) grayscale(0%);
    -webkit-filter: brightness(100%) grayscale(0%);
}
.footer-widgets .social a:hover .svg {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
#footer-widgets ul {
    padding-left: 0px;
}
.footer-widgets p, .footer-widgets li {
	font-size: 16px;
	line-height: 20px;
}
.footer-widgets p a, .footer-widgets li a {
	color: #fff;
	text-decoration: none;
}
.footer-widgets p a:hover, .footer-widgets p a:focus, .footer-widgets li a:hover, .footer-widgets li a:focus {
	color: #CB6CE6;
	text-decoration: underline;
}
.site-footer p {
	font-size: 16px;
	line-height: 20px;
}
.site-footer p small {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.why .carousel-item {
		min-height: 300px;
	}	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.nav-link {
		font-size: 30px;
		line-height: 34px;
		padding-left: 50px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.why .carousel-item {
		min-height: 360px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.social a {
		width: 44px;
		height: 44px;
		margin: 0 10px;
	}
	.social a img {
		width: 44px;
		height: 44px;
	}
	.header-menu-button-burger {
		grid-column-gap: 12px;
		grid-row-gap: 12px;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		width: 50px;
		display: flex;
		position: relative;
	}
	.navbar-toggler .line {
		background-color: #fff;
		width: 50px;
		height: 2px;
	}
	.navbar-toggler.collapsed .line._1, .navbar-toggler.collapsed .line._2, .navbar-toggler.collapsed .line._3 {
		transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		transform-style: preserve-3d;
		opacity: 1;
	}
	.navbar-toggler .line._1 {
		transform: translate3d(0px, 14px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
		transform-style: preserve-3d;
	}
	.navbar-toggler .line._2 {
		opacity: 0;
	}
	.navbar-toggler .line._3 {
		transform: translate3d(0px, -14px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
		transform-style: preserve-3d;
	}
	.why .carousel-item {
		min-height: 400px;
	}
	.footer-widgets p, .footer-widgets li {
		font-size: 20px;
		line-height: 26px;
	}
	.site-footer p {
		font-size: 20px;
		line-height: 26px;
	}
	.site-footer p small {
		font-size: 16px;
		line-height: 20px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
	h1 {
		font-size: 48px;
		line-height: 54px;
	}
	p, li {
		font-size: 21px;
		line-height: 27px;
	}
	.brand {
		margin-top: 30px;
	}
	.brand p {
	    font-size: 21px;
	}
	.map {
		left: 0%;
		width: 50%;
	}
	.price {
		top: 100px;
	}
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	h1 {
		font-size: 40px;
		line-height: 48px;
	}
	h2 {
		font-size: 36px;
		line-height: 100%;
	}
	h3 {
		font-size: 30px;
		line-height: 36px;
	}
	h4 {
		font-size: 24px;
        line-height: 28px;
	}
	h5 {
		font-size: 21px;
		line-height: 30px;
	}
	h6 {
		font-size: 20px;
		line-height: 24px;
	}
	p, li {
		font-size: 18px;
		line-height: 24px;
	}
	p.lead {
    	font-size: 24px;
	}
	p small {
		font-size: 16px;
		line-height: 20px;
	}
	.btn {
		font-size: 18px;
		line-height: 38px;
		padding: 15px 30px;
		border-radius: 35px;
	}
	.btn-sm {
		font-size: 16px;
		line-height: 20px;
		padding: 14px 20px;	
		border-radius: 25px;
	} 
	.btn-primary:before {
		border-radius: 35px;
		filter: blur(3px);
	}
	.brand {
        margin-top: 30px;
    }
	.brand p {
		font-size: 18px;
		line-height: 24px;
	}
	.hourglass {
		right: 0%;
		width: 40%;
	}
	.why .color-block, .why .content {
		height: 700px;
	}
	.why .content .inner {
		padding: 20px 10% 20px 20%;
	}
	.appeal .content, .appeal .symbol {
		height: 450px;
	}
	.researches {
		background-size: 120%;
	}
	.researche {
		height: 140px;
	}
	.packages .card .card-img-overlay span.text-bg-dark {
		font-size: 16px;
		line-height: 20px;
		border-radius: 20px;
	}
	.price {
		position: absolute;
		top: 75px;
		left: calc(50% - 75px);
		width: 150px;
		height: 150px;
		background-size: 75%;
	}
	.price span {
		font-size: 48px;
		line-height: 20px;
	}
	.question, .advantage {
		height: 180px;
	}
	.question p, .advantage p {
		font-size: 16px;
		line-height: 20px;
	}
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	h1 {
		font-size: 36px;
		line-height: 44px;
	}
	h5 {
		font-size: 18px;
		line-height: 24px;
	}
	.btn {
        font-size: 18px;
        padding: 15px 40px;
        border-radius: 35px;
    }
	.btn-sm {
		font-size: 14px;
		line-height: 20px;
		padding: 14px 20px;	
		border-radius: 25px;
	} 
	.brand {
		margin-top: 30px;
	}
	.why {
		margin-bottom: 50px;
	}
	.why .color-block, .why .content {
		height: 850px;
	}
	.appeal .content, .appeal .symbol {
		height: 400px;
	}
	.appeal .content div {
		padding: 20px 10% 20px 10%;
	}
	.benefits, .researches, .faq {
		padding: 25px 0 50px;
	}
	.packages {
		padding: 75px 0;
	}
	.price {
		top: -75px;
	}
	.travel {
		padding: 50px 0 25px;
	}
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	h1 {
        font-size: 30px;
        line-height: 36px;
    }
	h2 {
        font-size: 26px;
        line-height: 90%;
    }
	h3 {
		font-size: 21px;
		line-height: 24px;
	}
	h4 {
		font-size: 18px;
        line-height: 24px;
	}
	h5 {
		font-size: 18px;
		line-height: 24px;
	}
	h6 {
		font-size: 18px;
		line-height: 20px;
	}
	p, li {
		font-size: 16px;
		line-height: 20px;
	}
	p.lead {
		font-size: 16px;
        line-height: 100%;
	}
	p small {
		font-size: 14px;
		line-height: 18px;
	}
	.btn {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 30px;
		border-radius: 25px;
	}
	.btn-sm {
		font-size: 14px;
		line-height: 20px;
		padding: 9px 20px;	
		border-radius: 20px;
	} 
	.btn-primary:before {
		border-radius: 30px;
		filter: blur(3px);
	}
	.brand p {
		font-size: 18px;
		line-height: 20px;
	}
	.hourglass {
		right: -20%;
		width: 50%;
	}
	.why .color-block {
		height: 350px;
	}
	.why .color-block div {
		position: relative;
		padding: 20px 10% 20px 10%;
	}
	.why .content {
		height: auto;
	}
	.why .content .inner {
		padding: 100px 10% 50px 10%;
	}
	.why .content .carousel.slide {
		padding: 20px 10%;
	}
	.map {
		left: 0;
		width: 100%;
		height: auto;
	}
	.benefits, .researches {
		background-size: 150%;
	}
	.appeal .content {
		height: 300px;
	}
	.appeal .symbol .img-fluid {
		max-width: 50%;
	}
	.price {
        top: -100px;
		left: calc(50% - 60px);
        width: 120px;
        height: 120px;
        background-size: 75%;
    }
	.price span {
		font-size: 36px;
	}
	.question, .researche {
		padding: 10px 15px;
	}
	.advantage {
		padding: 15px 15px;
	}
	.question p, .advantage p {
		font-size: 14px;
		line-height: 18px;
	}
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.main-slide {
	    height: 640px;
	}
	.brand p {
        font-size: 16px;
        line-height: 18px;
    }
	.hourglass {
		right: -30%;
		width: 70%;
	}
	.appeal .symbol .img-fluid {
		max-width: 75%;
	}
	.researches {
		background-size: 200%;
	}
	.researche, .question, .advantage {
		height: auto;
	}
	.popover .popover-arrow::before, .popover .popover-arrow::after {
		border-top-color: #E452F890 !important;
		border-bottom-color: #E452F890 !important;
		border-left-color: transparent !important;
		border-right-color: transparent !important;
	}
}

.grecaptcha-badge {
	width: 1px !important;
	height: 1px !important;
}
