@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caveat:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  overflow-x: hidden;
}

:root {
  --gutter: 16px;
  --container: 1310px;
}

@media (max-width: 1310px) {
  :root {
    --container: 1230px;
  }
}
@media (max-width: 1230px) {
  :root {
    --container: 1021px;
  }
}
@media (max-width: 1021px) {
  :root {
    --container: 768px;
  }
}
body {
  margin: 0;
  color: #1E1E1E;
  font-family: "Poppins", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:focus img {
  outline: none !important;
}

.container {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1310px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.container_fluid {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto !important;
}

a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 12px 12px;
  background: #1A91FF;
  border-radius: 4px;
  font-family: TikTok Sans 18pt;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  transition: all 0.4s;
  width: fit-content;
}
a.button:hover {
  background: #0077E6;
  transition: all 0.4s;
}
a.button:focus {
  background: #FFFFFF;
  color: #0077E6;
}
a.button:focus svg path {
  fill: #0077E6;
}
a.button svg {
  margin-right: 12px;
}

a.btn2 {
  border: 1px solid #ffffff;
  padding: 14px 47px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  font-family: "TikTok Sans", sans-serif;
  color: white;
  border-radius: 8px;
  transition: all 0.4s;
  width: fit-content;
}
a.btn2:hover {
  color: #1A91FF;
  border-color: #1A91FF;
  transition: all 0.4s;
}

.wpcf7-response-output {
  display: none !important;
}

input:focus {
  border: 1px solid #1A91FF !important;
  outline: none;
}
input.wpcf7-not-valid {
  border: 1px solid #EF4444 !important;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
  margin-top: -12px;
}

.select2-container .selection {
  width: 100% !important;
  height: 48px;
}
.select2-container .selection .select2-selection[aria-expanded=true] {
  border: 1px solid #1A91FF;
}
.select2-container .selection .select2-selection {
  width: 100% !important;
  height: 48px;
  border-radius: 8px !important;
}
.select2-container .selection .select2-selection .select2-selection__rendered {
  line-height: 19px !important;
  padding: 14px;
}
.select2-container .selection .select2-selection .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.select2-container .selection .select2-selection .select2-selection__arrow b {
  border-width: 6px 6px 0 6px;
}

.select2-container--default.select2-container--open .select2-dropdown {
  border: 1px solid #1A91FF;
  margin-top: 12px;
  border-radius: 8px;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-search {
  display: none;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options {
  padding: 8px;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
  border-radius: 8px;
  padding: 16px 12px;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #0A0A0A;
  margin-bottom: 4px;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selected {
  background: #DBF4FF;
  color: #0A0A0A;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
  background: #DBF4FF;
  color: #0A0A0A;
}

/* reset.css for WordPress */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

body.home header.site-header .header_content .left_side .site-logo {
  display: none;
}

header.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  header.site-header {
    padding: 20px 0;
  }
}
header.site-header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header .header_content .left_side {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header.site-header .header_content .left_side .site-logo {
  max-width: 150px;
  order: 1;
  margin-left: 20px;
}
header.site-header .header_content .left_side .burger {
  display: none;
}
@media screen and (max-width: 767px) {
  header.site-header .header_content .left_side .burger {
    display: block;
  }
}
header.site-header .header_content .right_side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header.site-header .header_content .right_side nav.primary-navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 375px;
    background: #FFFFFF;
    padding: 48px 0;
    left: -400px;
    transition: all 0.4s;
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  header.site-header .header_content .right_side nav.primary-navigation.active {
    left: 0;
    transition: all 0.4s;
  }
}
header.site-header .header_content .right_side nav.primary-navigation .close {
  display: none;
}
@media screen and (max-width: 767px) {
  header.site-header .header_content .right_side nav.primary-navigation .close {
    display: block;
    text-align: right;
    margin-bottom: 37px;
  }
}
header.site-header .header_content .right_side nav.primary-navigation .close svg {
  margin-right: 16px;
}
header.site-header .header_content .right_side nav.primary-navigation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header.site-header .header_content .right_side nav.primary-navigation ul {
    flex-wrap: wrap;
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 767px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li {
    width: 100%;
    margin-bottom: 16px;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li.current-menu-item a {
  color: #FFB916;
}
header.site-header .header_content .right_side nav.primary-navigation ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px;
  display: block;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li a {
    font-size: 18px;
    color: #050505;
    padding: 10px 14px;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li a:hover {
  color: #FFB916;
  transition: all 0.4s;
}
header.site-header .header_content .right_side nav.primary-navigation .social_head {
  display: none;
}
@media screen and (max-width: 767px) {
  header.site-header .header_content .right_side nav.primary-navigation .social_head {
    display: flex;
    justify-content: flex-start;
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  header.site-header .header_content .right_side nav.primary-navigation .social_head a {
    margin-right: 8px;
  }
}
header.site-header .header_content .right_side .icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.site-header .header_content .right_side .icons a {
  margin-left: 16px;
}
header.site-header .header_content .right_side .icons .lang-navigation {
  text-align: right;
  width: 100%;
}
header.site-header .header_content .right_side .icons .lang-navigation ul li.lang-item {
  display: block;
}
header.site-header .header_content .right_side .icons .lang-navigation ul li.lang-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.4s;
}

@keyframes aparitieFrontMounts {
  from {
    max-width: 115%;
  }
  to {
    max-width: 100%;
  }
}
@keyframes aparitieBackMounts {
  from {
    transform: scale(1.2); /* Începe cu 20px mai jos */
  }
  to {
    transform: scale(1); /* Începe cu 20px mai jos */
  }
}
@keyframes transitionTravelWord {
  from {
    transform: scale(0.5); /* Începe cu 20px mai jos */
    bottom: -400px;
    left: -100px;
    top: 100%;
  }
  to {
    transform: scale(1); /* Începe cu 20px mai jos */
    bottom: 100%;
    left: 0;
    top: 0;
  }
}
@keyframes transitionRaduWord {
  from {
    transform: scale(0.9); /* Începe cu 20px mai jos */
    bottom: 100%;
  }
  to {
    transform: scale(1); /* Începe cu 20px mai jos */
    bottom: 38px;
  }
}
.main_section {
  background-size: cover;
  background: #F7C8B4;
  background: linear-gradient(11deg, rgb(247, 200, 180) 18%, rgba(29, 38, 74, 0.97) 73%);
  background-position: center;
  position: relative;
  padding-top: 310px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1310px) {
  .main_section {
    padding-top: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .main_section {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .main_section {
    padding-top: 90px;
    padding-bottom: 0;
  }
}
.main_section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/wp-content/themes/victor-child/assets/img/fog.png");
  z-index: 2;
  height: 600px;
  background-size: cover;
  background-position: bottom;
}
.main_section .front_rocks {
  position: absolute;
  left: 0;
  top: -415px;
  z-index: 1;
  animation: aparitieFrontMounts 1.5s ease-out forwards;
}
@media screen and (max-width: 1310px) {
  .main_section .front_rocks {
    top: -200px;
  }
}
@media screen and (max-width: 767px) {
  .main_section .front_rocks {
    top: 0;
  }
}
.main_section .back_mounts {
  position: absolute;
  max-width: 100%;
  z-index: 0;
  width: 100%;
  animation: aparitieBackMounts 1.5s ease-out forwards;
  top: -415px;
}
@media screen and (max-width: 1310px) {
  .main_section .back_mounts {
    top: -200px;
  }
}
@media screen and (max-width: 767px) {
  .main_section .back_mounts {
    top: 0;
  }
}
.main_section .main_section_content {
  position: relative;
  height: 500px;
}
@media screen and (max-width: 1310px) {
  .main_section .main_section_content {
    height: 410px;
  }
}
@media screen and (max-width: 1024px) {
  .main_section .main_section_content {
    height: 310px;
  }
}
.main_section .main_section_content .travel {
  animation: transitionTravelWord 1s ease-out forwards;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1310px) {
  .main_section .main_section_content .travel {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .main_section .main_section_content .travel {
    margin: 0 auto;
    position: initial;
  }
}
.main_section .main_section_content .radu {
  text-align: right;
  margin-top: -38px;
  padding-right: 26px;
  position: absolute;
  animation: transitionRaduWord 1.5s ease-out forwards;
  right: 0;
}
@media screen and (max-width: 1310px) {
  .main_section .main_section_content .radu {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .main_section .main_section_content .radu {
    max-width: 40%;
    position: initial;
    margin: -10px auto 0;
    padding-right: 0;
  }
}

.radu_destinations {
  position: relative;
  z-index: 5;
  background: white;
  padding: 76px 76px 65px;
  border-radius: 16px;
  max-width: 1440px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1440px) {
  .radu_destinations {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .radu_destinations {
    padding: 58px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .radu_destinations {
    margin: 100px auto 0;
  }
}
.radu_destinations:before {
  content: "";
  position: absolute;
  bottom: 95%;
  left: 0;
  right: 0;
  display: none;
  height: 400px;
  background: url("/wp-content/themes/victor-child/assets/img/fog.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .radu_destinations:before {
    display: block;
  }
}
.radu_destinations h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .radu_destinations h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .radu_destinations h2 {
    font-size: 40px;
  }
}
.radu_destinations .slider_filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .radu_destinations .slider_filter {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}
.radu_destinations .slider_filter button {
  margin: 0 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #050505;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .radu_destinations .slider_filter button {
    margin: 0 10px 20px;
  }
}
.radu_destinations .slider_filter button:hover {
  color: #FFB916;
  transition: all 0.4s;
}
.radu_destinations .slider_filter button.active {
  color: #FFB916;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .radu_destinations .products_home_slider {
    overflow: hidden;
    padding-right: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .radu_destinations .products_home_slider .slick-list {
    overflow: visible;
  }
}
.radu_destinations .products_home_slider .slick-slide {
  margin-right: 16px;
}
.radu_destinations .products_home_slider .slick-slide .product {
  position: relative;
  height: 420px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 1024px) {
  .radu_destinations .products_home_slider .slick-slide .product {
    height: 350px;
  }
}
.radu_destinations .products_home_slider .slick-slide .product:before {
  z-index: 2;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
}
.radu_destinations .products_home_slider .slick-slide .product img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .radu_destinations .products_home_slider .slick-slide .product .product_content {
    padding: 10px;
  }
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .left_side {
  width: calc(100% - 90px);
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .left_side h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 4px;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .left_side .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .left_side .tags svg {
  margin-right: 4px;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .left_side .tags span {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: white;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .right_side {
  max-width: 80px;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .right_side span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: white;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .right_side p del bdi {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #777777;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .right_side p del bdi .woocommerce-Price-currencySymbol {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #777777;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .right_side p bdi {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .right_side p bdi .woocommerce-Price-currencySymbol {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .right_side p ins {
  text-decoration: none;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .right_side p ins bdi {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}
.radu_destinations .products_home_slider .slick-slide .product .product_content .right_side p ins bdi .woocommerce-Price-currencySymbol {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}
.radu_destinations .slider_controls {
  margin-top: 40px;
  position: relative;
}
.radu_destinations .slider_controls .custom_arrows {
  position: initial;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.radu_destinations .slider_controls .custom_arrows .arrow {
  cursor: pointer;
}
.radu_destinations .slider_controls .custom_dots {
  position: absolute;
  width: calc(100% - 100px);
  line-height: 27px;
  top: 0;
  left: 50px;
}
.radu_destinations .slider_controls .custom_dots ul {
  position: initial;
}
.radu_destinations .slider_controls .custom_dots ul li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #E8E7E7;
  border: 1px solid transparent;
  transition: all 0.4s;
  margin: 0 5px;
}
.radu_destinations .slider_controls .custom_dots ul li.slick-active {
  border: 1px solid #000000;
  transition: all 0.4s;
}
.radu_destinations .slider_controls .custom_dots ul li button {
  display: none;
}

.home_posts {
  margin-bottom: 60px;
}
.home_posts h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .home_posts h2 {
    font-size: 54px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .home_posts h2 {
    font-size: 40px;
  }
}
.home_posts .posts {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .home_posts .posts {
    flex-wrap: wrap;
  }
}
.home_posts .posts .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home_posts .posts .slick-slide {
    margin: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .home_posts .posts .slick-active .item {
    height: 500px;
    transition: all 0.7s;
  }
}
.home_posts .posts .item {
  width: calc(28% - 9px);
  height: 500px;
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 20px;
}
@media screen and (max-width: 1310px) {
  .home_posts .posts .item {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .home_posts .posts .item {
    width: calc(50% - 6px);
    height: 370px;
  }
}
@media screen and (max-width: 767px) {
  .home_posts .posts .item {
    height: 460px;
    transition: all 0.7s;
  }
}
.home_posts .posts .item:first-of-type {
  width: calc(44% - 9px);
}
@media screen and (max-width: 1024px) {
  .home_posts .posts .item:first-of-type {
    width: 100%;
    margin-bottom: 12px;
  }
}
.home_posts .posts .item:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home_posts .posts .item img.post_image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.home_posts .posts .item .categories {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}
.home_posts .posts .item .categories .icon {
  background: rgba(195, 195, 195, 0.5019607843);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.home_posts .posts .item .categories .icon img {
  filter: invert(100%) brightness(200%);
}
.home_posts .posts .item h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.home_posts .posts .item .excerpt {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
}
@media screen and (max-width: 1310px) {
  .home_posts .posts .item .excerpt {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home_posts .posts .item .excerpt {
    -webkit-line-clamp: 4;
  }
}
.home_posts .posts .item .excerpt a {
  display: none;
}
.home_posts .read_more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}
.home_posts .read_more svg {
  margin-left: 4px;
}

footer.site-footer {
  position: relative;
}
footer.site-footer .about_radu {
  position: relative;
}
footer.site-footer .about_radu img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  footer.site-footer .about_radu img.desktop {
    display: none;
  }
}
footer.site-footer .about_radu img.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  footer.site-footer .about_radu img.mobile {
    display: block;
  }
}
footer.site-footer .about_radu img.fog {
  position: absolute;
  top: -1px;
  z-index: 2;
}
footer.site-footer .about_radu .content {
  position: absolute;
  width: 42%;
  top: 450px;
  right: 10%;
}
@media screen and (max-width: 1024px) {
  footer.site-footer .about_radu .content {
    width: calc(100% - 64px);
    left: 32px;
    right: 32px;
  }
}
@media screen and (max-width: 991px) {
  footer.site-footer .about_radu .content {
    top: 250px;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .about_radu .content {
    top: 130px;
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
  }
}
footer.site-footer .about_radu .content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 53.79px;
  line-height: 96%;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 1310px) {
  footer.site-footer .about_radu .content h3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .about_radu .content h3 {
    font-size: 30px;
  }
}
footer.site-footer .about_radu .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 82.48px;
  line-height: 96%;
  letter-spacing: 2%;
  color: #FFB916;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 1310px) {
  footer.site-footer .about_radu .content h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .about_radu .content h2 {
    font-size: 42px;
  }
}
footer.site-footer .about_radu .content h2 strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 53.79px;
  line-height: 96%;
  letter-spacing: 2%;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  footer.site-footer .about_radu .content h2 strong {
    font-size: 30px;
  }
}
footer.site-footer .about_radu .content ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
footer.site-footer .about_radu .content ul li {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #FFB916;
}
footer.site-footer .about_radu .content p {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1%;
  color: #E2E2E2;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .about_radu .content p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
footer.site-footer .about_radu .content blockquote {
  text-align: right;
  margin-top: 21px;
}
footer.site-footer .about_radu .content blockquote p {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #FFB916;
}
footer.site-footer .footer_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
footer.site-footer .footer_bottom .footer_bottom_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer_bottom .footer_bottom_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer_bottom .footer_bottom_wrap .privacy-menu-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer_bottom .footer_bottom_wrap .privacy-menu-container ul {
    margin-bottom: 26px;
  }
}
footer.site-footer .footer_bottom .footer_bottom_wrap .privacy-menu-container ul li {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer_bottom .footer_bottom_wrap .privacy-menu-container ul li {
    width: 100%;
    text-align: center;
  }
}
footer.site-footer .footer_bottom .footer_bottom_wrap .privacy-menu-container ul li:last-of-type {
  margin-bottom: 0;
}
footer.site-footer .footer_bottom .footer_bottom_wrap .privacy-menu-container ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  color: #E5F0F0;
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer_bottom .footer_bottom_wrap .privacy-menu-container ul li a {
    text-align: center;
    width: 100%;
  }
}
footer.site-footer .footer_bottom .footer_bottom_wrap .rights {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #9B9B9B;
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer_bottom .footer_bottom_wrap .rights {
    text-align: center;
    width: 100%;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer_bottom .footer_bottom_wrap .social {
    margin-bottom: 12px;
  }
}

.contact_wrap {
  background: #0C5EA8;
  background: linear-gradient(90deg, rgb(12, 94, 168) 33%, rgba(237, 221, 83, 0) 26%);
  padding: 110px 0 180px;
}
@media screen and (max-width: 768px) {
  .contact_wrap {
    padding: 50px 0;
  }
}
.contact_wrap .contact {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact_wrap .contact {
    flex-wrap: wrap;
  }
}
.contact_wrap .contact .contacts_side {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .contact_wrap .contact .contacts_side {
    width: 100%;
    margin-bottom: 25px;
  }
}
.contact_wrap .contact .contacts_side .contacts {
  display: flex;
  justify-content: space-between;
  background: #F5F5F5;
  margin-bottom: 40px;
  padding: 35px 55px;
}
@media screen and (max-width: 1230px) {
  .contact_wrap .contact .contacts_side .contacts {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .contact_wrap .contact .contacts_side .contacts {
    margin-bottom: 25px;
  }
}
.contact_wrap .contact .contacts_side .contacts .block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact_wrap .contact .contacts_side .contacts .block .icon {
  width: 28px;
  height: 28px;
  background: #4C4C4C;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
}
.contact_wrap .contact .contacts_side .contacts .block .content a, .contact_wrap .contact .contacts_side .contacts .block .content p {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #4C4C4C;
}
.contact_wrap .contact .contacts_side .contacts .right_side .block {
  align-items: flex-start;
}
.contact_wrap .contact .contacts_side .contacts .right_side .block .icon {
  margin-top: 5px;
}
.contact_wrap .contact .contacts_side .contacts .right_side .block .content p {
  line-height: 25px;
}
.contact_wrap .contact .form_side {
  width: calc(50% - 20px);
  padding: 50px;
  background: #F5F5F5;
}
@media screen and (max-width: 991px) {
  .contact_wrap .contact .form_side {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact_wrap .contact .form_side {
    width: 100%;
  }
}
.contact_wrap .contact .form_side .form h5 {
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  color: #1E1E1E;
  margin-bottom: 15px;
}
.contact_wrap .contact .form_side .form form p {
  margin-bottom: 20px;
}
.contact_wrap .contact .form_side .form form p label br {
  display: none;
}
.contact_wrap .contact .form_side .form form p label span input {
  height: 48px;
  padding: 12px 20px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  width: 100%;
}
.contact_wrap .contact .form_side .form form p label span input::placeholder {
  color: rgba(0, 0, 0, 0.4392156863);
}
.contact_wrap .contact .form_side .form form p label span textarea {
  padding: 12px 20px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  width: 100%;
}
.contact_wrap .contact .form_side .form form p label span textarea::placeholder {
  color: rgba(0, 0, 0, 0.4392156863);
}
.contact_wrap .contact .form_side .form form p input[type=submit] {
  width: 100%;
  text-align: center;
  padding: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: white;
  background: #0C5EA8;
}
.contact_wrap .contact .form_side .form form p .wpcf7-spinner {
  position: absolute;
  right: 0;
}

.text_page {
  margin: 48px 0;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
}
.text_page h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .text_page h1 {
    font-size: 36px;
  }
}
.text_page h2 {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .text_page h2 {
    font-size: 24px;
  }
}
.text_page h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .text_page h3 {
    font-size: 20px;
  }
}
.text_page h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .text_page h4 {
    font-size: 18px;
  }
}
.text_page p, .text_page a, .text_page li {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}
.text_page ul, .text_page ol {
  padding-left: 25px;
  list-style: inherit !important;
  margin-bottom: 12px;
}
.text_page strong {
  font-weight: 600;
}
.text_page p, .text_page a {
  margin-bottom: 12px;
}
.text_page a {
  text-decoration: underline !important;
}

.destination_main_section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.destination_main_section img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  display: block;
}
.destination_main_section:before {
  position: absolute;
  content: "";
  height: 92%;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("/wp-content/themes/victor-child/assets/img/fog.png");
  z-index: 1;
  background-position: center;
}
.destination_main_section .main_section_content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.destination_main_section .main_section_content .content h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 128px;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .destination_main_section .main_section_content .content h1 {
    font-size: 92px;
  }
}
@media screen and (max-width: 767px) {
  .destination_main_section .main_section_content .content h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 576px) {
  .destination_main_section .main_section_content .content h1 {
    font-size: 64px;
  }
}
.destination_main_section .main_section_content .content h1 span {
  color: #FFB916;
  display: block;
  margin-left: 140px;
}
@media screen and (max-width: 767px) {
  .destination_main_section .main_section_content .content h1 span {
    margin-left: 70px;
  }
}
@media screen and (max-width: 576px) {
  .destination_main_section .main_section_content .content h1 span {
    margin-left: 0;
  }
}
.destination_main_section .main_section_content .content .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-left: 140px;
  color: #E5F0F0;
  max-width: 430px;
}
@media screen and (max-width: 767px) {
  .destination_main_section .main_section_content .content .description {
    margin-left: 70px;
  }
}
@media screen and (max-width: 576px) {
  .destination_main_section .main_section_content .content .description {
    margin-left: 0;
  }
}

.destinations_products {
  margin-top: 140px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .destinations_products {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .destinations_products {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.destinations_products h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #050505;
}
@media screen and (max-width: 1024px) {
  .destinations_products h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .destinations_products h2 {
    font-size: 40px;
  }
}
.destinations_products .featured_products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .destinations_products .featured_products {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .destinations_products .featured_products {
    margin-bottom: 60px;
  }
}
.destinations_products .featured_products .product {
  position: relative;
  height: 420px;
  width: calc(25% - 11px);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .destinations_products .featured_products .product {
    height: 350px;
    width: calc(50% - 11px);
  }
}
@media screen and (max-width: 576px) {
  .destinations_products .featured_products .product {
    width: 100%;
  }
}
.destinations_products .featured_products .product:before {
  z-index: 2;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
}
.destinations_products .featured_products .product img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.destinations_products .featured_products .product .product_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .destinations_products .featured_products .product .product_content {
    padding: 10px;
  }
}
.destinations_products .featured_products .product .product_content .left_side {
  width: calc(100% - 90px);
}
.destinations_products .featured_products .product .product_content .left_side h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 4px;
}
.destinations_products .featured_products .product .product_content .left_side .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.destinations_products .featured_products .product .product_content .left_side .tags svg {
  margin-right: 4px;
}
.destinations_products .featured_products .product .product_content .left_side .tags span {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: white;
}
.destinations_products .featured_products .product .product_content .right_side {
  max-width: 80px;
}
.destinations_products .featured_products .product .product_content .right_side span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: white;
}
.destinations_products .featured_products .product .product_content .right_side p del bdi {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #777777;
}
.destinations_products .featured_products .product .product_content .right_side p del bdi .woocommerce-Price-currencySymbol {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #777777;
}
.destinations_products .featured_products .product .product_content .right_side p bdi {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}
.destinations_products .featured_products .product .product_content .right_side p bdi .woocommerce-Price-currencySymbol {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}
.destinations_products .featured_products .product .product_content .right_side p ins {
  text-decoration: none;
}
.destinations_products .featured_products .product .product_content .right_side p ins bdi {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}
.destinations_products .featured_products .product .product_content .right_side p ins bdi .woocommerce-Price-currencySymbol {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}
.destinations_products .category_products {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .destinations_products .category_products {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .destinations_products .category_products {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .destinations_products .category_products .products_home_slider {
    overflow: hidden;
    padding-right: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .destinations_products .category_products .products_home_slider .slick-list {
    overflow: visible;
  }
}
.destinations_products .category_products .products_home_slider .slick-slide {
  margin-right: 16px;
}
.destinations_products .category_products .products_home_slider .slick-slide .product {
  position: relative;
  height: 420px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .destinations_products .category_products .products_home_slider .slick-slide .product {
    height: 350px;
  }
}
.destinations_products .category_products .products_home_slider .slick-slide .product:before {
  z-index: 2;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
}
.destinations_products .category_products .products_home_slider .slick-slide .product img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .destinations_products .category_products .products_home_slider .slick-slide .product .product_content {
    padding: 10px;
  }
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .left_side {
  width: calc(100% - 90px);
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .left_side h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 4px;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .left_side .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .left_side .tags svg {
  margin-right: 4px;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .left_side .tags span {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: white;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .right_side {
  max-width: 80px;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .right_side span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: white;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .right_side p del bdi {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #777777;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .right_side p del bdi .woocommerce-Price-currencySymbol {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #777777;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .right_side p bdi {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .right_side p bdi .woocommerce-Price-currencySymbol {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .right_side p ins {
  text-decoration: none;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .right_side p ins bdi {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}
.destinations_products .category_products .products_home_slider .slick-slide .product .product_content .right_side p ins bdi .woocommerce-Price-currencySymbol {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}

.product_page .destination_main_section .main_section_content .content h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1%;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #FFFFFF;
}
.product_page .destination_main_section .main_section_content .content .description {
  margin-left: 0;
}
.product_page .destination_main_section .main_section_content .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  border-radius: 50px;
  background: #FFB916;
  margin-top: 26px;
  width: fit-content;
}
.product_page .destination_main_section .main_section_content .content a svg {
  margin-left: 10px;
}
.product_page .for_who_is {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_page .for_who_is .left_side {
  width: calc(50% - 8px);
}
@media screen and (max-width: 1024px) {
  .product_page .for_who_is .left_side {
    width: 100%;
  }
}
.product_page .for_who_is .left_side h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .product_page .for_who_is .left_side h2 {
    font-size: 54px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .product_page .for_who_is .left_side h2 {
    font-size: 40px;
  }
}
.product_page .for_who_is .left_side .list {
  margin-bottom: 26px;
}
.product_page .for_who_is .left_side .list h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .product_page .for_who_is .left_side .list h4 {
    font-size: 14px;
  }
}
.product_page .for_who_is .left_side .list.is_not_for_you ul li:before {
  background: url("/wp-content/themes/victor-child/assets/img/check_negative.png");
}
.product_page .for_who_is .left_side .list ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product_page .for_who_is .left_side .list ul li {
    font-size: 16px;
  }
}
.product_page .for_who_is .left_side .list ul li:before {
  content: "";
  width: 18px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/wp-content/themes/victor-child/assets/img/check_piositive.png");
}
.product_page .for_who_is .right_side {
  width: calc(50% - 8px);
}
@media screen and (max-width: 1024px) {
  .product_page .for_who_is .right_side {
    display: none;
  }
}
.product_page .for_who_is .right_side img {
  max-width: 100%;
  border-radius: 10px;
}
.product_page .visited_places_wrap {
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .product_page .visited_places_wrap {
    margin-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .visited_places_wrap {
    margin-top: 60px;
  }
}
.product_page .visited_places_wrap h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .product_page .visited_places_wrap h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .visited_places_wrap h2 {
    font-size: 40px;
  }
}
.product_page .visited_places_wrap .visited_places .slick-slide {
  margin: 0 8px;
}
.product_page .visited_places_wrap .visited_places .place {
  height: 420px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.product_page .visited_places_wrap .visited_places .place:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: absolute;
}
.product_page .visited_places_wrap .visited_places .place img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.product_page .visited_places_wrap .visited_places .place .content {
  position: absolute;
  bottom: 22px;
  left: 18px;
  right: 18px;
  z-index: 2;
}
.product_page .visited_places_wrap .visited_places .place .content h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 34.71px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: white;
}
.product_page .visited_places_wrap .visited_places .place .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: white;
}
.product_page .visited_places_wrap .slider_controls {
  margin-top: 40px;
  position: relative;
}
.product_page .visited_places_wrap .slider_controls .custom_arrows {
  position: initial;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_page .visited_places_wrap .slider_controls .custom_arrows .arrow {
  cursor: pointer;
}
.product_page .visited_places_wrap .slider_controls .custom_dots {
  position: absolute;
  width: calc(100% - 100px);
  line-height: 27px;
  top: 0;
  left: 50px;
}
.product_page .visited_places_wrap .slider_controls .custom_dots ul {
  position: initial;
}
.product_page .visited_places_wrap .slider_controls .custom_dots ul li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #E8E7E7;
  border: 1px solid transparent;
  transition: all 0.4s;
  margin: 0 5px;
}
.product_page .visited_places_wrap .slider_controls .custom_dots ul li.slick-active {
  border: 1px solid #000000;
  transition: all 0.4s;
}
.product_page .visited_places_wrap .slider_controls .custom_dots ul li button {
  display: none;
}
.product_page .visited_places_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  border-radius: 50px;
  background: #FFB916;
  margin: 26px auto 0;
  width: fit-content;
}
.product_page .visited_places_wrap a svg {
  margin-left: 10px;
}
.product_page .what_receive {
  background: rgba(195, 195, 195, 0.3019607843);
  padding: 60px 0;
  margin-top: 160px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .product_page .what_receive {
    margin-top: 84px;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .what_receive {
    margin-top: 60px;
    padding: 40px 16px;
  }
}
.product_page .what_receive h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .product_page .what_receive h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .what_receive h2 {
    font-size: 40px;
  }
}
.product_page .what_receive .what_receive_content {
  max-width: 726px;
  margin: 26px auto;
}
.product_page .what_receive .what_receive_content ul {
  margin: 26px 0 26px;
  counter-reset: sectiune-ghid;
}
.product_page .what_receive .what_receive_content ul:first-of-type {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .product_page .what_receive .what_receive_content ul:first-of-type {
    flex-wrap: wrap;
  }
}
.product_page .what_receive .what_receive_content ul:first-of-type li {
  margin-bottom: 0;
  position: relative;
  padding-left: 28px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .product_page .what_receive .what_receive_content ul:first-of-type li {
    width: 100%;
    margin-right: 0;
  }
}
.product_page .what_receive .what_receive_content ul:first-of-type li:last-of-type {
  margin-right: 0;
}
.product_page .what_receive .what_receive_content ul:first-of-type li:before {
  content: "";
  width: 18px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/themes/victor-child/assets/img/check_negative.png);
}
.product_page .what_receive .what_receive_content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 12px;
  color: #050505;
  position: relative;
  padding-left: 28px;
}
.product_page .what_receive .what_receive_content ul li:before {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(326.31deg, #FFB916 12.35%, #FBE5B0 88.82%);
  counter-increment: sectiune-ghid;
  content: counter(sectiune-ghid);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.product_page .what_receive .what_receive_content ul li strong {
  font-weight: 600;
  font-size: 16px;
}
.product_page .what_receive .what_receive_content strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #050505;
}
@media screen and (max-width: 1024px) {
  .product_page .what_receive .what_receive_content strong {
    font-size: 16px;
  }
}
.product_page .what_is_included {
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .product_page .what_is_included {
    margin-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .what_is_included {
    margin-top: 60px;
  }
}
.product_page .what_is_included h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .product_page .what_is_included h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .what_is_included h2 {
    font-size: 40px;
  }
}
.product_page .what_is_included a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  border-radius: 50px;
  background: #FFB916;
  margin: 0 auto 0;
  width: fit-content;
}
.product_page .what_is_included a svg {
  margin-left: 10px;
}
.product_page .what_is_included .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_page .what_is_included .content .block {
  width: calc(33.3333333333% - 12px);
  margin-bottom: 50px;
  box-shadow: 0px 2.4px 4.79px 0px rgba(66, 47, 3, 0.2);
  background: #E5F0F8;
  border-radius: 12px;
  padding: 36px 24px;
}
@media screen and (max-width: 1024px) {
  .product_page .what_is_included .content .block {
    width: calc(50% - 7px);
    margin-bottom: 42px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .what_is_included .content .block {
    margin-bottom: 26px;
    width: 100%;
  }
}
.product_page .what_is_included .content .block .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product_page .what_is_included .content .block .head {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .product_page .what_is_included .content .block .head img {
    max-width: 60px;
  }
}
.product_page .what_is_included .content .block .head h4 {
  width: calc(100% - 100px);
  margin-left: 30px;
  font-weight: 700;
  font-size: 16.78px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #050505;
}
@media screen and (max-width: 1024px) {
  .product_page .what_is_included .content .block .head h4 {
    width: calc(100% - 86px);
    margin-left: 26px;
    font-size: 14px;
  }
}
.product_page .what_is_included .content .block p {
  font-weight: 400;
  font-size: 19.18px;
  line-height: 160%;
  color: #050505;
}
@media screen and (max-width: 1024px) {
  .product_page .what_is_included .content .block p {
    font-size: 16px;
  }
}
.product_page .how_it_works {
  display: flex;
  justify-content: space-between;
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works {
    margin-top: 84px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works {
    margin-top: 60px;
  }
}
.product_page .how_it_works .left_side {
  background: #EDEDED;
  padding: 100px 15px;
  width: calc(50% - 8px);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .left_side {
    width: 100%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .left_side {
    margin-bottom: 60px;
    padding: 60px 15px;
  }
}
.product_page .how_it_works .left_side h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .left_side h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .left_side h2 {
    font-size: 40px;
  }
}
.product_page .how_it_works .left_side .preview_slider .slick-slide {
  text-align: center;
}
.product_page .how_it_works .left_side .preview_slider img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .product_page .how_it_works .left_side .preview_slider img {
    max-width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .left_side .preview_slider img {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .left_side .preview_slider img {
    max-width: 200px;
  }
}
.product_page .how_it_works .left_side .slider_controls {
  position: relative;
  width: calc(100% - 150px);
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .left_side .slider_controls {
    width: calc(100% - 40px);
  }
}
.product_page .how_it_works .left_side .slider_controls .custom_arrows {
  position: initial;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_page .how_it_works .left_side .slider_controls .custom_arrows .arrow {
  cursor: pointer;
}
.product_page .how_it_works .left_side .slider_controls .custom_dots {
  position: absolute;
  width: calc(100% - 100px);
  line-height: 27px;
  top: 0;
  left: 50px;
}
.product_page .how_it_works .left_side .slider_controls .custom_dots ul {
  position: initial;
}
.product_page .how_it_works .left_side .slider_controls .custom_dots ul li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #E8E7E7;
  border: 1px solid transparent;
  transition: all 0.4s;
  margin: 0 5px;
}
.product_page .how_it_works .left_side .slider_controls .custom_dots ul li.slick-active {
  border: 1px solid #000000;
  transition: all 0.4s;
}
.product_page .how_it_works .left_side .slider_controls .custom_dots ul li button {
  display: none;
}
.product_page .how_it_works .right_side {
  padding: 100px 100px;
  background: #E5F0F8;
  border-radius: 10px;
  width: calc(50% - 8px);
}
@media screen and (max-width: 1310px) {
  .product_page .how_it_works .right_side {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .right_side {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .right_side {
    padding: 60px 15px;
  }
}
.product_page .how_it_works .right_side h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .right_side h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .right_side h2 {
    font-size: 40px;
  }
}
.product_page .how_it_works .right_side .steps h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
  color: #050505;
}
.product_page .how_it_works .right_side .steps ul {
  max-width: 285px;
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .right_side .steps ul {
    display: flex;
    justify-content: space-between;
    max-width: none;
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .right_side .steps ul {
    display: block;
    margin-top: 50px;
  }
}
.product_page .how_it_works .right_side .steps ul:first-of-type li {
  padding-left: 56px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 67px;
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .right_side .steps ul:first-of-type li {
    width: calc(33.3333333333% - 12px);
    padding-left: 0;
    padding-top: 64px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .right_side .steps ul:first-of-type li {
    width: 100%;
    padding-left: 56px;
    font-weight: 400;
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 67px;
  }
}
.product_page .how_it_works .right_side .steps ul:first-of-type li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 34px;
  height: 34px;
  top: calc(50% - 17px);
  background: url("/wp-content/themes/victor-child/assets/img/check_green.svg");
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .right_side .steps ul:first-of-type li:before {
    top: 0;
    left: calc(50% - 17px);
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .right_side .steps ul:first-of-type li:before {
    top: calc(50% - 17px);
    left: 0;
  }
}
.product_page .how_it_works .right_side .steps ul:first-of-type li:after {
  content: "";
  position: absolute;
  left: 16px;
  top: calc(100% + 10px);
  height: 50px;
  width: 3px;
  background: #23C170;
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .right_side .steps ul:first-of-type li:after {
    top: 16px;
    left: 100%;
    width: 50px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .right_side .steps ul:first-of-type li:after {
    width: 3px;
    height: 50px;
    left: 16px;
    top: calc(100% + 10px);
  }
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .right_side .steps ul:first-of-type li:first-of-type {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .right_side .steps ul:first-of-type li:first-of-type {
    text-align: left;
  }
}
.product_page .how_it_works .right_side .steps ul:first-of-type li:last-of-type:before {
  background: url("/wp-content/themes/victor-child/assets/img/number_3.svg");
}
.product_page .how_it_works .right_side .steps ul:first-of-type li:last-of-type:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .right_side .steps ul:last-of-type {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 415px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .product_page .how_it_works .right_side .steps ul:last-of-type {
    margin: 0;
    max-width: 100%;
  }
}
.product_page .how_it_works .right_side .steps ul:last-of-type li {
  padding-left: 26px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 20px;
}
.product_page .how_it_works .right_side .steps ul:last-of-type li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 17px;
  background: url("/wp-content/themes/victor-child/assets/img/check_negative.png");
  top: calc(50% - 8.5px);
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .right_side .steps ul:last-of-type li:first-of-type {
    margin-right: 88px;
  }
}
@media screen and (max-width: 1024px) {
  .product_page .how_it_works .right_side .steps ul:last-of-type li:last-of-type {
    width: 100%;
    margin-bottom: 0;
  }
}
.product_page .how_it_works .right_side .steps ul:last-of-type li:last-of-type:before {
  background: url("/wp-content/themes/victor-child/assets/img/check_piositive.png");
}
.product_page .is_not_another_guid {
  display: flex;
  justify-content: space-between;
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .product_page .is_not_another_guid {
    margin-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .is_not_another_guid {
    margin-top: 60px;
  }
}
.product_page .is_not_another_guid .left_side {
  width: calc(50% - 8px);
}
@media screen and (max-width: 1024px) {
  .product_page .is_not_another_guid .left_side {
    width: 100%;
  }
}
.product_page .is_not_another_guid .left_side h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #050505;
}
@media screen and (max-width: 1024px) {
  .product_page .is_not_another_guid .left_side h2 {
    font-size: 54px;
    text-align: center;
    max-width: 486px;
    margin: 0 auto 26px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .is_not_another_guid .left_side h2 {
    font-size: 40px;
  }
}
.product_page .is_not_another_guid .left_side h6 {
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #050505;
}
@media screen and (max-width: 1024px) {
  .product_page .is_not_another_guid .left_side h6 {
    font-size: 16px;
    font-weight: 400;
    text-transform: initial;
  }
}
.product_page .is_not_another_guid .left_side strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 16px;
}
.product_page .is_not_another_guid .left_side ul {
  margin-top: 16px;
}
.product_page .is_not_another_guid .left_side ul li {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 13px;
  line-height: 18px;
}
.product_page .is_not_another_guid .left_side ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 17px;
  background: url("/wp-content/themes/victor-child/assets/img/check_piositive.png");
}
.product_page .is_not_another_guid .left_side a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  border-radius: 50px;
  background: #FFB916;
  width: fit-content;
  margin-top: 26px;
}
@media screen and (max-width: 1024px) {
  .product_page .is_not_another_guid .left_side a {
    margin: 26px auto 0;
  }
}
.product_page .is_not_another_guid .left_side a svg {
  margin-left: 10px;
}
.product_page .is_not_another_guid .right_side {
  width: calc(50% - 8px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .product_page .is_not_another_guid .right_side {
    display: none;
  }
}
.product_page .is_not_another_guid .right_side img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.product_page .gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .product_page .gallery {
    margin-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .gallery {
    margin-top: 60px;
  }
}
.product_page .gallery a {
  width: calc(33.3333333333% - 13px);
  height: 450px;
  overflow: hidden;
  margin-bottom: 35px;
  border-radius: 12px;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .product_page .gallery a {
    width: calc(50% - 8px);
    height: 375px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .gallery a {
    margin-bottom: 16px;
    height: 193px;
  }
}
.product_page .gallery a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.product_page .faq {
  margin-top: 125px;
}
@media screen and (max-width: 1024px) {
  .product_page .faq {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .faq {
    margin-top: 25px;
  }
}
.product_page .faq h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #050505;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .product_page .faq h2 {
    font-size: 54px;
    text-align: center;
    max-width: 486px;
    margin: 0 auto 26px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .faq h2 {
    font-size: 40px;
  }
}
.product_page .faq .accordion {
  border-radius: 12px;
  padding: 20px;
  max-width: 1430px;
  margin: 0 auto 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .product_page .faq .accordion {
    padding: 17px 10px;
  }
}
.product_page .faq .accordion.active {
  background: #FFB916;
  transition: all 0.4s;
}
.product_page .faq .accordion:last-of-type {
  margin-bottom: 0;
}
.product_page .faq .accordion .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #050505;
}
@media screen and (max-width: 1024px) {
  .product_page .faq .accordion .accordion_header {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product_page .faq .accordion .accordion_header {
    font-size: 16px;
  }
}
.product_page .faq .accordion .accordion_header p {
  width: calc(100% - 30px);
}
.product_page .faq .accordion .accordion_header .icon {
  position: relative;
  width: 23px;
  height: 23px;
}
.product_page .faq .accordion .accordion_header .icon svg {
  width: 23px;
  height: 23px;
  transition: all 0.4s;
}
.product_page .faq .accordion .accordion_header .icon svg.plus {
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.product_page .faq .accordion .accordion_header .icon svg.minus {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.product_page .faq .accordion .accordion_header.active .icon svg.plus {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.product_page .faq .accordion .accordion_header.active .icon svg.minus {
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.product_page .faq .accordion .accordion_content {
  display: none;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #8A660F;
}
@media screen and (max-width: 1024px) {
  .product_page .faq .accordion .accordion_content {
    font-size: 14px;
    line-height: 160%;
  }
}
.product_page .faq .accordion .accordion_content b {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.product_page .faq .accordion .accordion_content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.product_page .faq .accordion .accordion_content ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.product_page .reel_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .product_page .reel_section {
    margin-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .reel_section {
    margin-top: 60px;
    flex-wrap: wrap-reverse;
  }
}
.product_page .reel_section .left_side {
  width: calc(50% - 48px);
}
@media screen and (max-width: 1024px) {
  .product_page .reel_section .left_side {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .product_page .reel_section .left_side {
    width: 100%;
  }
}
.product_page .reel_section .left_side h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #050505;
}
@media screen and (max-width: 1024px) {
  .product_page .reel_section .left_side h2 {
    font-size: 40px;
    max-width: 486px;
    margin: 0 auto 26px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .reel_section .left_side h2 {
    font-size: 40px;
    text-align: center;
  }
}
.product_page .reel_section .left_side p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #050505;
  margin-bottom: 16px;
}
.product_page .reel_section .left_side p strong {
  font-weight: 600;
}
.product_page .reel_section .left_side a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  border-radius: 50px;
  background: #FFB916;
  width: fit-content;
  margin-top: 26px;
}
@media screen and (max-width: 1024px) {
  .product_page .reel_section .left_side a {
    margin: 26px 0 0;
  }
}
.product_page .reel_section .left_side a svg {
  margin-left: 10px;
}
.product_page .reel_section .right_side {
  width: calc(50% - 48px);
}
@media screen and (max-width: 1024px) {
  .product_page .reel_section .right_side {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .product_page .reel_section .right_side {
    width: 100%;
    margin-bottom: 60px;
  }
}

.ghid_main_section {
  height: 444px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ghid_main_section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(31, 36, 46, 0.8) 0%, rgba(31, 36, 46, 0.2) 50%, rgba(31, 36, 46, 0) 100%);
  z-index: 1;
}
.ghid_main_section img.attachment-post-thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.5);
  object-fit: cover;
}
.ghid_main_section .ghid_main_content {
  position: absolute;
  bottom: 97px;
  left: 23px;
  z-index: 2;
  right: 23px;
}
@media screen and (min-width: 991px) {
  .ghid_main_section .ghid_main_content {
    text-align: center;
  }
}
.ghid_main_section .ghid_main_content h1 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  margin-bottom: 7px;
}
.ghid_main_section .ghid_main_content h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22.75px;
  color: #FFFFFF;
}

.ghid_description_section {
  padding: 40px 0;
  position: relative;
  margin-top: -20px;
  z-index: 2;
  background: #FCFAF8;
  border-radius: 25px 25px 0 0;
}
.ghid_description_section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  font-family: "Poppins", sans-serif;
}

.instagram_video {
  text-align: center;
  background: #fcfaf8;
}
.instagram_video iframe {
  margin: 0 auto !important;
}

.good_to_know {
  margin-top: 40px;
  background: #fcfaf8;
}
.good_to_know h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin: 0 40px 40px;
}
.good_to_know .accordion {
  border-radius: 10px;
  padding: 30px 20px;
  max-width: 1430px;
  margin: 0 auto 26px;
  transition: all 0.4s;
  box-shadow: 0px 2px 4px 0px rgba(66, 47, 3, 0.2);
  background: #E5F0F8;
}
.good_to_know .accordion.active {
  transition: all 0.4s;
}
.good_to_know .accordion:last-of-type {
  margin-bottom: 0;
}
.good_to_know .accordion .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #050505;
}
@media screen and (max-width: 1024px) {
  .good_to_know .accordion .accordion_header {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .good_to_know .accordion .accordion_header {
    font-size: 16px;
  }
}
.good_to_know .accordion .accordion_header p {
  width: calc(100% - 105px);
}
.good_to_know .accordion .accordion_header .icon_individual {
  width: 60px;
}
.good_to_know .accordion .accordion_header .icon {
  position: relative;
  width: 23px;
  height: 23px;
}
.good_to_know .accordion .accordion_header .icon svg {
  width: 23px;
  height: 23px;
  transition: all 0.4s;
}
.good_to_know .accordion .accordion_header .icon svg.plus {
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.good_to_know .accordion .accordion_header .icon svg.minus {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.good_to_know .accordion .accordion_header.active .icon svg.plus {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.good_to_know .accordion .accordion_header.active .icon svg.minus {
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.good_to_know .accordion .accordion_content {
  display: none;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #050505;
}
.good_to_know .accordion .accordion_content b {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.good_to_know .accordion .accordion_content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.good_to_know .accordion .accordion_content ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.destinations_filter {
  background: #fcfaf8;
  padding: 40px 0 20px;
}
.destinations_filter label {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
}
.destinations_filter label input {
  padding: 20px 0;
  width: calc(100% - 40px);
}
.destinations_filter label input:focus {
  outline: none;
  border: 0 !important;
}

.ghid_destinations {
  background: #fcfaf8;
}
.ghid_destinations .location {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  margin-bottom: 16px;
}
.ghid_destinations .location .left_side {
  width: calc(100% - 180px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 40px 0;
}
.ghid_destinations .location .left_side .icons {
  display: flex;
  justify-content: flex-start;
}
.ghid_destinations .location .left_side .icons .icon_flag {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #79B8C8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ghid_destinations .location .left_side .icons .icon_arrow {
  margin-left: -5px;
}
.ghid_destinations .location .left_side span {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.3019607843);
}
.ghid_destinations .location .left_side h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
}
.ghid_destinations .location .right_side {
  position: relative;
  overflow: hidden;
  width: 170px;
  height: 240px;
  border-radius: 15px;
}
.ghid_destinations .location .right_side img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.ghid_destinations .accordion {
  border-radius: 10px;
  padding: 16px;
  max-width: 1430px;
  margin: 0 auto 16px;
  transition: all 0.4s;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid rgba(235, 231, 224, 0.5019607843);
  background: #FFFFFF;
}
.ghid_destinations .accordion.active {
  transition: all 0.4s;
}
.ghid_destinations .accordion:last-of-type {
  margin-bottom: 0;
}
.ghid_destinations .accordion .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.ghid_destinations .accordion .accordion_header p {
  width: calc(100% - 40px);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
}
.ghid_destinations .accordion .accordion_header .icon {
  position: relative;
  width: 23px;
  height: 23px;
}
.ghid_destinations .accordion .accordion_header .icon svg {
  width: 23px;
  height: 23px;
  transition: all 0.4s;
}
.ghid_destinations .accordion .accordion_header .icon svg.plus {
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.ghid_destinations .accordion .accordion_header .icon svg.minus {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.ghid_destinations .accordion .accordion_header.active .icon svg.plus {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.ghid_destinations .accordion .accordion_header.active .icon svg.minus {
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.ghid_destinations .accordion .accordion_content {
  display: none;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #050505;
}
.ghid_destinations .accordion .accordion_content b {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.ghid_destinations .accordion .accordion_content ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.ghid_destinations .accordion .accordion_content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 17px;
  background: url("/wp-content/themes/victor-child/assets/img/check_piositive.png");
  top: calc(50% - 9px);
}
.ghid_destinations .accordion .accordion_content.price p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.ghid_destinations .accordion .accordion_content.price p span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #050505;
}
.ghid_destinations .accordion .accordion_content.price p b {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1F242E;
}
.ghid_destinations .modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(116, 111, 111, 0.8);
  display: none;
  z-index: 9;
  backdrop-filter: blur(6px);
}
.ghid_destinations .modal_content {
  overflow: auto;
  background: #FCFAF8;
  height: 100vh;
}
@media screen and (min-width: 991px) {
  .ghid_destinations .modal_content {
    margin: 30px auto;
    height: calc(100vh - 60px);
    max-width: 800px;
  }
}
.ghid_destinations .modal_content .modal_main_section {
  width: 100%;
  position: relative;
  height: 445px;
  overflow: hidden;
}
.ghid_destinations .modal_content .modal_main_section img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.ghid_destinations .modal_content .modal_main_section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(31, 36, 46, 0.8) 27.03%, rgba(31, 36, 46, 0.2) 77.03%, rgba(31, 36, 46, 0) 127.03%);
  z-index: 2;
}
.ghid_destinations .modal_content .modal_main_section .close {
  top: 30px;
  left: 16px;
  position: absolute;
  z-index: 3;
}
.ghid_destinations .modal_content .modal_main_section h2 {
  position: absolute;
  z-index: 3;
  left: 30px;
  bottom: 70px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ghid_destinations .modal_content .modal_body {
  padding: 40px 0;
  margin-top: -30px;
  border-radius: 25px 25px 0 0;
  position: relative;
  z-index: 4;
  background: #FCFAF8;
}
.ghid_destinations .modal_content .modal_body h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ghid_destinations .modal_content .modal_body .map_section {
  padding: 0 13px;
  margin-bottom: 37px;
}
.ghid_destinations .modal_content .modal_body .map_section .slick-slide {
  margin-right: 10px;
}
.ghid_destinations .modal_content .modal_body .map_section .map_item {
  position: relative;
  width: 340px !important;
  margin: 0 auto;
  display: block !important;
}
.ghid_destinations .modal_content .modal_body .map_section .map_item a.item {
  width: 130px;
  height: 30px;
  display: block;
}
.ghid_destinations .modal_content .modal_body .map_section .slick-dots {
  bottom: -40px;
  width: calc(100% - 60px);
  margin-left: 30px;
  z-index: 5;
}
.ghid_destinations .modal_content .modal_body .map_section .slick-dots li {
  width: 9px;
  height: 9px;
  background: #D9D8D8;
  border-radius: 50%;
  border: 1px solid transparent;
}
.ghid_destinations .modal_content .modal_body .map_section .slick-dots li.slick-active {
  border: 1px solid #000000;
}
.ghid_destinations .modal_content .modal_body .map_section .slick-dots li button {
  display: none;
}
.ghid_destinations .modal_content .modal_body .map_section span.note {
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  margin-top: 54px;
  display: block;
}
.ghid_destinations .modal_content .modal_body .modal_text_block {
  margin-bottom: 40px;
}
.ghid_destinations .modal_content .modal_body .modal_text_block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  vertical-align: middle;
  margin-bottom: 16px;
}
.ghid_destinations .modal_content .modal_body .modal_text_block p:last-of-type {
  margin-bottom: 0;
}
.ghid_destinations .modal_content .modal_body .modal_text_block ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.ghid_destinations .modal_content .modal_body .modal_text_block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 17px;
  background: url("/wp-content/themes/victor-child/assets/img/check_piositive.png");
  top: calc(50% - 9px);
}
.ghid_destinations .modal_content .modal_body .custom_link {
  display: block;
  width: 100%;
  height: 285px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
}
.ghid_destinations .modal_content .modal_body .custom_link img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.ghid_destinations .modal_content .modal_body .custom_link .icon {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}
.ghid_destinations .modal_content .modal_body .custom_link h5 {
  position: absolute;
  left: 14px;
  bottom: 32px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
  color: white;
  backdrop-filter: blur(3px);
}
.ghid_destinations .modal_content .modal_body .modal_gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.ghid_destinations .modal_content .modal_body .modal_gallery a {
  width: calc(50% - 8px);
  border-radius: 5px;
  height: 200px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.ghid_destinations .modal_content .modal_body .modal_gallery a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap .modal_slider {
  margin-bottom: 0 !important;
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap .modal_slider .slick-slide {
  margin-right: 8px;
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap .modal_slider .slick-dots {
  bottom: -40px;
  width: calc(100% - 60px);
  margin-left: 30px;
  z-index: 5;
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap .modal_slider .slick-dots li {
  width: 9px;
  height: 9px;
  background: #D9D8D8;
  border-radius: 50%;
  border: 1px solid transparent;
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap .modal_slider .slick-dots li.slick-active {
  border: 1px solid #000000;
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap .modal_slider .slick-dots li button {
  display: none;
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap .modal_slider .item {
  display: block;
  width: 100%;
  height: 285px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap .modal_slider .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap .modal_slider .item .icon {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap .modal_slider .item h5 {
  position: absolute;
  left: 14px;
  bottom: 32px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
  color: white;
  backdrop-filter: blur(3px);
}
.ghid_destinations .modal_content .modal_body .modal_slider_wrap .custom_arows {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -6px;
}
.ghid_destinations .modal_content .modal_body .costuri_orientative {
  margin-bottom: 40px;
}
.ghid_destinations .modal_content .modal_body .costuri_orientative p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.ghid_destinations .modal_content .modal_body .costuri_orientative p span {
  color: #050505;
}
.ghid_destinations .modal_content .modal_body .costuri_orientative p b {
  color: #1F242E;
  font-weight: 600;
}
.ghid_destinations .modal_content .modal_body .video_section {
  margin-bottom: 40px;
  text-align: center;
}
.ghid_destinations .modal_content .modal_body .video_section iframe {
  width: 100%;
  max-width: 400px; /* Sau dimensiunea dorită pentru mobil */
  height: auto;
  aspect-ratio: 9/16; /* Raportul de aspect pentru Shorts */
  border-radius: 10px;
}
.ghid_destinations .modal_content .modal_body ol {
  counter-reset: sectiune-ghid;
  margin-top: 40px;
}
.ghid_destinations .modal_content .modal_body ol li {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 12px;
  color: #050505;
  position: relative;
  padding-left: 28px;
}
.ghid_destinations .modal_content .modal_body ol li:before {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(326.31deg, #FFB916 12.35%, #FBE5B0 88.82%);
  counter-increment: sectiune-ghid;
  content: counter(sectiune-ghid);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.ghid_destinations .modal_content .modal_body .bottom_button_close {
  display: flex;
  justify-content: center;
  background: #FFB916;
  align-items: center;
  padding: 10px 14px 10px 10px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  width: fit-content;
  margin: 0 auto;
}
.ghid_destinations .modal_content .modal_body .bottom_button_close svg {
  margin-right: 10px;
}

.blog_archive .blog_posts {
  margin-bottom: 60px;
}
.blog_archive .blog_posts .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .blog_archive .blog_posts .posts {
    justify-content: space-between;
  }
}
.blog_archive .blog_posts .posts .item {
  width: calc(33.3333333333% - 11px);
  margin-bottom: 32px;
  margin-right: 15px;
  height: 500px;
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 20px;
}
@media screen and (max-width: 1310px) {
  .blog_archive .blog_posts .posts .item {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .blog_archive .blog_posts .posts .item {
    width: calc(50% - 6px);
    height: 370px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .blog_archive .blog_posts .posts .item {
    height: 460px;
    width: 100%;
    transition: all 0.7s;
  }
}
.blog_archive .blog_posts .posts .item.special-post {
  width: 100%;
  margin-bottom: 100px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .blog_archive .blog_posts .posts .item.special-post {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .blog_archive .blog_posts .posts .item.special-post {
    margin-bottom: 16px;
  }
}
.blog_archive .blog_posts .posts .item.special-post .excerpt {
  max-width: 560px;
}
.blog_archive .blog_posts .posts .item:nth-of-type(3n + 1) {
  margin-right: 0;
}
.blog_archive .blog_posts .posts .item:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog_archive .blog_posts .posts .item img.post_image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.blog_archive .blog_posts .posts .item .categories {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}
.blog_archive .blog_posts .posts .item .categories .icon {
  background: rgba(195, 195, 195, 0.5019607843);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.blog_archive .blog_posts .posts .item .categories .icon img {
  filter: invert(100%) brightness(200%);
}
.blog_archive .blog_posts .posts .item h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.blog_archive .blog_posts .posts .item .excerpt {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
}
@media screen and (max-width: 1310px) {
  .blog_archive .blog_posts .posts .item .excerpt {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .blog_archive .blog_posts .posts .item .excerpt {
    -webkit-line-clamp: 4;
  }
}
.blog_archive .blog_posts .posts .item .excerpt a {
  display: none;
}
.blog_archive .blog_posts .read_more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
}
.blog_archive .blog_posts .read_more svg {
  margin-left: 8px;
}

.article_content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.article_content h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #050505;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .article_content h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .article_content h1 {
    font-size: 40px;
  }
}
.article_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
}
.article_content ul {
  padding-left: 25px;
}
.article_content ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.article_content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 17px;
  background: url("/wp-content/themes/victor-child/assets/img/check_piositive.png");
  top: calc(50% - 9px);
}
.article_content h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .article_content h2 {
    font-size: 30px;
  }
}
.article_content h3, .article_content h4, .article_content h1, .article_content h5, .article_content h6, .article_content h2 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  color: #050505;
}
.article_content h3 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .article_content h3 {
    font-size: 26px;
  }
}
.article_content h4 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .article_content h4 {
    font-size: 22px;
  }
}
.article_content h5 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .article_content h5 {
    font-size: 18px;
  }
}
.article_content h6 {
  font-size: 18px;
}
.article_content figure img {
  border-radius: 10px;
}
.article_content .meta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.article_content .meta .category-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}
.article_content .meta .category-item .icon {
  background: #FFB916;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  margin-right: 13px;
}
.article_content .meta .category-item .icon img {
  filter: invert(100%) brightness(200%);
}
.article_content .meta .category-item a {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}
.article_content .meta .date {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}
.article_content .meta .date svg {
  margin-right: 13px;
}

.woocommerce-page article header.entry-header {
  height: 250px;
  background: url("/wp-content/themes/victor-child/assets/img/destinations.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.woocommerce-page article header.entry-header h1 {
  width: 100%;
  margin: 0 auto 32px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.woocommerce-page article .entry-content {
  max-width: 1310px;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 1310px) {
  .woocommerce-page article .entry-content {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-page article .entry-content {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-page article .entry-content {
    max-width: 100%;
  }
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 16px;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 1.4;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-MyAccount-content p a {
  color: #FFB916;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-MyAccount-content .ghiduri_descarcate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-MyAccount-content .ghiduri_descarcate .ghid-item {
  width: calc(50% - 8px);
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .woocommerce-page article .entry-content .woocommerce .woocommerce-MyAccount-content .ghiduri_descarcate .ghid-item {
    width: 100%;
  }
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-MyAccount-content .ghiduri_descarcate .ghid-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.3019607843);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-MyAccount-content .ghiduri_descarcate .ghid-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-MyAccount-content .ghiduri_descarcate .ghid-item .ghid-info {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 4;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-MyAccount-content .ghiduri_descarcate .ghid-item .ghid-info h3 {
  font-size: 22px;
  color: white;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-MyAccount-content .ghiduri_descarcate .ghid-item .ghid-info h3 img {
  position: initial;
  transform: none;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-order a {
  color: #FFB916;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-order p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-order .woocommerce-customer-details h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.woocommerce-page article .entry-content .woocommerce .woocommerce-order .woocommerce-customer-details address {
  font-size: 16px;
  line-height: 1.7;
}
.woocommerce-page article .entry-content .wc-block-checkout__terms--with-separator {
  font-size: 14px;
}
.woocommerce-page article .entry-content .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FFB916;
  padding: 15px;
  border-radius: 50px;
}

/*# sourceMappingURL=main.css.map */
