/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

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

vdtheme 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.
*/

@import url('fonts/fonts.css');
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. About
17. Offer
18. Why Us
19. Education
20. Reviews
21. FAQ
22. Blog
23. Banner
24. Footer
25. Education Page
26. Offer Page
27. About Page
28. Contact Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }  a, a:active, a:hover, a:focus { outline: none;text-decoration: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } 
 strong { font-weight: 700; }

.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem;margin: 2rem 0; }
a{
  text-decoration: underline;
  color: inherit;
}
.go-back {
	position: fixed;
	right: 2rem;
	bottom: 5rem;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #0cc0df;
	background-image: url(images/arrow-up-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2rem;
	z-index: 10;
	display: none;
	cursor: pointer;
}
header a{
  text-decoration: none;
}
.image-404 img{
  display: block;
  width: 100;
  max-width: 80rem;
  height: auto;
  margin: 0 auto;

}
.image-404{
  margin-bottom: 5rem;
}

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.7rem;
  
}
main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #5686a9;  color: #fff; }  
::selection { background-color: #5686a9; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-2xl{
  max-width: 192rem;
  padding: 0;
}
.container-fluid{
  max-width: 100%;
}
.container-md{
  max-width: 120rem
}
.container-sm{
  max-width: 100rem;
}
.container-xl{
  max-width: 160rem;
  padding: 0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;margin-top:1rem;}
h1 { font-size: 4.8rem; line-height: 1.4; }
h2 { font-size: 3.6rem; line-height: 1.2; }
h3 { font-size: 2.4rem; line-height: 1.3; }
h4 { font-size: 2.2rem; line-height: 1.4; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.6rem; line-height: 1.5; }
h1 {
  font-size: clamp(3.2rem, 4vw + 1rem, 4.8rem);
  line-height: 1.4;
}

h2 {
  font-size: clamp(2.4rem, 3vw + 0.8rem, 4rem);
  line-height: 1.2;
}

.title h1, .title h2{  font-size: clamp(3.2rem, 4vw + 1rem, 4.8rem); }
p {   margin-bottom: 1.6rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}


/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1rem 3rem;
	font-weight: 400;
  border-radius: 10rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  letter-spacing: 0.5px;
}
.btn-primary{
  background-color: #ceb440;
  color: #000;
}
.btn-primary:hover{
    background-color: #5f99c4;
}
.btn-secondary{
  background-color: #5f99c4;
  color: #fff;
}
.btn-secondary:hover{
  background-color: #ceb440;
  color: #000;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .btn {
	  padding: 1rem 6rem;
  }
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 1.3rem 2.5rem;
	outline: none;
	background-color: #ffffff;
	font-family: inherit;
	border-radius: 1rem;
	font-size: 1.6rem;
	color: #888e9b;
	font-size: 1.4rem;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #ceb440;

}
input[type="button"]{
  width: auto;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
  font-family: inherit;
  font-size: 1.6rem;
  width: auto;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}

/* ================================================================================== 
13. Slider
===================================================================================== */

.custom-arrow {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	border: 1px solid #bbb;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.2rem;
	cursor: pointer;
	background-color: #fff;
	z-index: 2;
}
.custom-arrow:hover{
  opacity: 0.5;
}
.custom-next{
  background-image: url(images/next.svg);
}
.custom-prev{
  background-image: url(images/prev.svg);
}
.custom-arrows{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem
}


@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .custom-arrow{
    width: 6rem;
    height: 6rem;
    background-size: 1.5rem;
  }
}

@media only screen and (min-width: 100.0625em) {
  /*1601px*/

  
}
/* pagination custom 1 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border:1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #fff;

}
/* pagination custom 2 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #001bcb;

}
/* ================================================================================== 
14. Header
===================================================================================== */

/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.menu-btn {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 3;
  z-index: 5;
}

.dot {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  transition: all 0.4s ease;
}

.dot:nth-child(1) {
  transform: translate(-10px, -10px);
}

.dot:nth-child(2) {
  transform: translate(10px, -10px);
}

.dot:nth-child(3) {
  transform: translate(-10px, 10px);
}

.dot:nth-child(4) {
  transform: translate(10px, 10px);
}

.menu-btn.active .dot:nth-child(1) {
  transform: rotate(45deg) translate(0, 0);
  width: 40px;
  height: 4px;
  border-radius: 2px;
}

.menu-btn.active .dot:nth-child(2) {
  opacity: 0;
}

.menu-btn.active .dot:nth-child(3) {
  opacity: 0;
}

.menu-btn.active .dot:nth-child(4) {
  transform: rotate(-45deg) translate(0, 0);
  width: 40px;
  height: 4px;
  border-radius: 2px;
}
header.scrolled  .dot, .menu-btn.active .dot{
  background-color: #000;
}


/*-----------*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 1.5rem 0;
  transition: all .4s ease-in-out;
  color: #fff;
}
header.scrolled{
  background-color: #fff;
  color: #000;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
  width: 11.6rem;
  height: 7.2rem;
  position: relative;
}
.header-logo img{
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .4s ease-in-out;
}
.header-logo img.logo{
  opacity: 0;
  visibility: hidden;
}
header.scrolled  .header-logo img.logo{
  opacity: 1;
  visibility: visible;
}
header.scrolled  .header-logo img.logo-white{
  opacity: 0;
  visibility: hidden;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1.8px;
  transition: all .4s ease-in-out;
}
nav.open li a{
  color: #000;
}
nav li a:hover, nav li.current_page_item a{
  color: #ceb440 !important;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
  color: #000 !important;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 2rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
  color: #000;
  font-size: 1.6rem;
}
.btn-desktop{
  margin-left: auto;
  display: none;
  	padding: 1rem 4rem;
}
.lang{
  color: #ceb440;
  margin-left: 3rem;
  margin-right: 2rem;
  transition: all .4s ease-in-out;
  margin-left: auto;
}
header.scrolled .lang{
  color: #000;
}
.btn-mobile{
  margin-bottom: 3rem;
}

.header-info{
  display: none;
}
.menu-toggle {
  position: absolute;
  right: 0;
  top: 1px;
  width: 5rem;
  height: 3.3rem;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  cursor: pointer;
  transition: all.4s ease-in-out;
  z-index: 2;
  background-color: #fff;
}
.sub-menu .menu-toggle {
  height: 3.5rem;
}
.o.menu-toggle {
  transform: rotate(180deg);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-info{
  display: flex;
  align-items: center;
  gap:1rem
}
.header-info a{
  display: flex;
}
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .btn-desktop{ 
    display: inline-block;
  }
   .lang{
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
 .menu-btn{
    display: none;
  }
 .menu-toggle  {
  display: none;
 }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem 2rem;
  }
.btn-desktop{
  	padding: 1rem 6rem;
}
}


@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  nav li a{
    font-size: 1.7rem;
    padding: 2rem 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
    nav li a{
    padding: 2rem 3rem;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro .title h1{  font-size: clamp(3.2rem, 4vw + 1rem, 6rem); }
.intro{
  position: relative;
  overflow: hidden;
}
.intro img{
  display: block;
  width: 100%;
  height:100vh;
  object-fit: cover;
  position: relative;
  -webkit-animation: introAnimation 10s ease-out infinite alternate-reverse both;
        animation: introAnimation 10s ease-out infinite alternate-reverse both;
}

.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.53);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
}

.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
}
.intro-inner{
  max-width: 80rem;
  width: 100%;
}


.intro  p{
  width: 80%;
}
.intro-btns{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
  margin-top: 5rem;
}

@-webkit-keyframes introAnimation {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes introAnimation {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/

}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img{
    height: 80rem;
  }

}

/* ================================================================================== 
16. About
===================================================================================== */
.container .container{
  position: static;
}

.about-text {
	width: 100%;
  margin-bottom: 5rem;
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-text .btn{
  margin-top: 3rem;
}
.about-image2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16%;
  display: none;
}
.about-image2 img {
	width: 100%;
	aspect-ratio: 16/26;
	object-fit: cover;
	height: auto;
	display: block;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
  }
  .about-text {
    width: 48%;
    padding-right: 9rem;
    margin-bottom: 0;
  }
  .about-image{
    width: 45%;
  }
  .about-image2 {
    display: block;
  }

}
/* ================================================================================== 
17. Offer
===================================================================================== */
.offer-slider{
  overflow: hidden;
}
.offer-image{
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.offer-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: all .4s ease-in-out;
	border-radius: 2rem 2rem 0 0
}
.offer-image:hover img{
  transform: scale(1.05);
}
.offer-box{
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  height: auto;
border-radius:2rem;
}
.offer-box a{
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.offer-box h3{
  font-size: 2.3rem;
  padding: 0 2rem;
}
.offer-box p{
  padding: 0 2rem;
}
.offer-box-icon{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
  padding: 0 2rem;
  font-weight: 400;
}
.offer-icon{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem;
  margin-bottom: 2rem;
}
.offer-icon img{
  width: 1.7rem;
  height: 1.7rem;
  object-fit: contain;
  display: block;
}
.offer-bottom{
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  position: relative;
  margin-top: auto;
}
.offer-bottom::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  background-color: #ccc;
  height: 1px;

}
.btn-sm{
  font-weight: 400;
  color: #5f99c4;
  
}
.btn-sm:hover{
  color: #000;
}
.offer-price{
  display: flex;
  flex-direction: column;
  text-align: right;
  font-weight: 400;
}
.title-wrap{
  margin-bottom: 5rem;
  text-align: center;
}
  .title-wrap h2{
    margin:0;
  }
.title-wrap .title{
  margin:3rem;
}
.title-wrap .custom-arrows{
  justify-content: center;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .title-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .title-wrap .title{
    margin:0;
  }
.title-wrap .custom-arrows{
  justify-content: flex-end;
}
.offer-box h3{
  font-size: 2.3rem;
}
}
/* ================================================================================== 
18. Why Us
===================================================================================== */
.whyus-wrapper{
  max-width: 144rem;
  width: 100%;
  padding:5rem 2rem;
  background-color: #f7f7f7;
  margin-left: auto;
}
.whyus-text{
  width: 100%;
  margin-bottom: 5rem;
}
.whyus-text .btn{
  margin-top: 3rem;
}
.whyus-text h2{
  font-size: 4rem;
}
.whyus-icons{
  width: 100%;
}
.whyus-box{
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 3rem;
  gap:2rem;
  font-weight: 400;
  font-size: 1.7rem;
}
.icon{
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #000;
}
.icon img{
  display: block;
  width: 4rem;
  height: 3rem;
  object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .icon{
    width: 10rem;
    height: 10rem;
  }
  .icon img{
    width: 5rem;
    height: 4rem;
  }
  .whyus-box{
    font-size: 2rem;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .whyus-wrapper{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
      padding:5rem;
  }
  .whyus-text{
    width: 45%;
    margin-bottom: 0;
  }
  .whyus-icons{
    width: 45%;
  }


} 
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .whyus-wrapper{
    padding: 10rem 15rem 10rem 10rem;
  }
}
/* ================================================================================== 
19. Education
===================================================================================== */
.text-center{
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 7rem;
}

.education-box{
  width: 100%;
  margin-bottom: 3rem;
  display: block;
  position: relative;
  overflow: hidden;
	border-radius:2rem;
}
.education-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/18;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.education-box:hover img{
  transform: scale(1.05);
}
.education-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.education-text{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 2rem;
}
.edu-price{
  position: absolute;
  top: 3rem;
  right: 2rem;
  z-index: 2;
  color: #fff;
  font-size: 2.2rem;
}
.education-text h3{
  font-size: 2.3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .education-text h3{
    font-size: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .education-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .education-box{
    width: 48.5%;
  }
} 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
.education-text{
  padding: 5rem;
}
}
/* ================================================================================== 
20. Reviews
===================================================================================== */
.reviews-slider{
  overflow: hidden;
}
.reviews-slider .swiper-slide{
  padding: 1rem;
  box-sizing: border-box;
    padding-top: 10rem;
}
.review-inner{
  padding: 2rem;
  border:1px solid #000;
  position: relative;
  text-align: center;
  padding-top: 5rem;

}
.review-inner p{
  font-style: initial;
}
.review-inner h3{
  font-size: 2rem;
}
.review-inner::before{
  content: '';
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border:1px solid #000;
  background-color: #fff;
  z-index: 1;
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
.reviews .custom-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.reviews-prev{
  left: 0;
}
.reviews-next{
  right: 0;
}
.reviews-wrap{
  padding: 0 5rem;
  position: relative;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .review-inner{
    padding: 5rem;
  }
  .reviews-wrap{
    padding: 0 10rem;
  }
}
/* ================================================================================== 
21. FAQ
===================================================================================== */
.faq-wrapper{
  background-color: #f7f7f7;
}
.faq-image{
  width:100%;
}
.faq-content{
  width: 100%;
  padding: 5rem 2rem;
}
.faq-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16/10;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .faq-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .faq-image{
    width: 43%;
  }
  .faq-content{
    width: 50%;
    padding: 2rem;
  }
  .faq-image img {
	  aspect-ratio: 16/16;
  }
}
/*------*/

.accordion-wrapper {
    counter-reset: accordion-counter;
    max-width: 80rem;
    width: 100%;
}

.accordion {
    padding: 2rem 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    counter-increment: accordion-counter;
    border-bottom: 1px solid #e7e7e7;
}
.accordion__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}
.accordion__head_text {
    position: relative;
    padding-left: 5rem;
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 500;
}
.accordion__head_text:before {
    content: counter(accordion-counter);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.5rem;
    height: 3.5rem;
    background-color: #f3f3f3;
    color: #000;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
}
.accordion__head_btn {
    width: 4rem;
    height: 4rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: none;
    background-color: transparent;
    }
    .accordion__head_btn:before, .accordion__head_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40%;
    height: 2px;
    background-color: #f3f3f3;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.accordion--active .accordion__head_text:before {
    background-color: #000;
    color: #fff;
    -webkit-transform: translateY(-50%) rotate(360deg);
        -ms-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
}
.accordion--active .accordion__head_btn {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}
.accordion--active .accordion__body {
      margin-top: 3rem;
}

/* ================================================================================== 
22. Blog
===================================================================================== */

.blog-box{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.blog-image{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  overflow: hidden;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.blog-image:hover img{
  transform: scale(1.05);
}
.blog-box a{
  text-decoration: none;
  transition: all .4s ease-in-out;

}
.btn-arrow{
  display: inline-block;
  padding-right: 5rem;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  font-weight: 400;
  background-position: right center;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.btn-arrow:hover{
  padding-right: 6rem;
}
.blog-box .btn-arrow{
  margin-top: auto;
  align-self: flex-start;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .blog-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
.blog-box{
  width: 31.3%;
}
}
/*---------*/
.article-image{
  margin-bottom: 5rem;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
/* ================================================================================== 
23. Banner
===================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}
.banner-text{
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.banner-text .btn{
  margin-top: 3rem;
}
/* ================================================================================== 
24. Footer
===================================================================================== */
footer{
  padding: 5rem 0;
}

.footer-box{
  width: 100%;
  margin-bottom: 5rem;
  text-align: center;
}
.footer-logo img{
  display: block;
  width: 15rem;
  height: auto;
  margin: 0 auto;
}
.footer-logo {
  margin-bottom: 3rem;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer  a{
  text-decoration: none;
}
.copyright{
  padding: 1rem 0;
  background-color: #5685a8;
  color: #fff;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer .social{
  justify-content: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
/* ================================================================================== 
25. Education Page
===================================================================================== */
.top-image img{
  height: 30rem;
}
.edu-page-text{
  width: 100%;
}
.edu-aside{
  width: 100%;
  background-color: #f7f7f7;
  padding: 3rem;
  text-align: center;
  margin-bottom: 5rem;
}
.edu-aside .btn{
  margin-top: 4rem;
}
.edu-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.edu-aside ul li{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem;
  margin-bottom: 2rem;
  text-align: left;
}
.edu-aside ul li img {
	display: block;
	width: 6rem;
	height: 5rem;
	object-fit: contain;
	border: 1px solid #CEB440;
	padding: 1.4rem;
}
.price{
  display: block;
  padding: 2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;

  font-weight: 400;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}
.edu-page-image{
  display: block;
  margin-top: 5rem;
}
.edu-page-image img{
  display: block;
  width: 100%;
  height: auto;
	    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.schedule-nav{
  width: 100%;
  padding: 3rem;
  background-color: #f7f7f7;
  margin-bottom: 5rem;
}
.schedule-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.trip-content{
  width: 100%;
}
.schedule-nav ul li a{
  display: block;
  text-decoration: none;
  transition: all .4s ease-in-out;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
.schedule-nav ul li a:hover{
  color: #ceb440;
  border-color: #ceb440;
}
.trip-row:not(:last-child){
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ccc;
}
.trip-content-image{
  margin-top: 5rem;
}
.trip-content-image img{
  display: block;
  width: 100%;
  height: auto;
}
.schedule-nav ul li a.active{
  color: #ceb440;
  border-color: #ceb440;
  font-weight: 600;
}
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.gallery-wrapper a{
  display: block;
  width: 48.5%;
  overflow: hidden;
  margin-bottom: 3rem;

}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.05);
}
.faq2 .accordion-wrapper{
  max-width: 100%;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .edu-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .edu-page-text{
    width: calc(100% - 60rem);
  }
  .edu-aside{
    width: 50rem;
  }
  .gallery-wrapper a{
    width: 31.3%;
  }
  .trip-schedule{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .schedule-nav{
    width: 35rem;
    position: sticky;
    top: 15rem;
    left: 0;
    margin-bottom: 0;
  }
  .trip-content{
    width: calc(100% - 40rem);
  }
}  
/* ================================================================================== 
26. Offer Page
===================================================================================== */

.offer-wrapper .offer-box{
  width: 100%;
  margin-bottom: 3rem;

}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .offer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .offer-wrapper .offer-box{
    width: 48.5%;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
.offer-wrapper .offer-box{
  width: 31.3%;
}
}  

/* ================================================================================== 
27. About Page
===================================================================================== */
.h-line {
  width: 5rem;
  height: 2px;
  background-color: #000;
  margin: 3rem auto;
}
.about2-text {
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2rem;
}


.about2-images {
  width: 100%;
}
.about2-images img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/11;
  object-fit: cover;
}


@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about2-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .about2-text {
    width: 45%;
    margin-bottom: 0;
  }
  .about2-images {
    width: 45%;
  }
  .about2-inner {
    max-width: 65rem;
    width: 100%;
  }
}
/*---------*/
.whyus2-box {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.whyus2-icon {
  width: 10rem;
  height: 10rem;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  border:1px solid #000;
}
.whyus2-icon img {
  display: block;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.text-center2{
  max-width: 100rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .whyus2-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .whyus2-box {
    width: 22.7%;
  }
  .whyus2-icon {
    width: 15rem;
    height: 15rem;
  }
  .whyus2-icon img {
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .whyus2-icon {
    width: 15rem;
    height: 15rem;
  }
  .whyus2-icon img {
    width: 6rem;
    height: 6rem;
  }
}
/* ================================================================================== 
28. Contact Page
===================================================================================== */
.contact-text {
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form {
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 40rem;
  display: block;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text {
    width: 43%;
    margin-bottom: 0;
  }
  .contact-form {
    width: 48%;
  }
}


/* Call editi */
.header-book-mobile {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    left: 50%;
    transform: translateX(-50%);
	width: 60%;
}
.header-book-mobile a {
    margin-bottom: 3rem;
    display:block;
	text-align: center;
}
.sections-book-mobile {
    display: flex;
    justify-content: center;
    margin: 3rem auto;
	flex-wrap: wrap;
    gap: 2rem;
}
@media (min-width:1100px) {
	.header-book-mobile, .sections-book-mobile {
		display:none;
	}
}

ul.aside-features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

ul li img {
  flex-shrink: 0;
}

.gallery-wrapper.limited a:nth-child(n+10) {
    display: none;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ytkanal {
    text-align: center;
    margin-top: 3rem;
}
/*---*/
.wpml-ls-legacy-list-horizontal a {
  padding: 0 0.5rem !important;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}