@import url('https://fonts.googleapis.com/css2?family=Athiti:wght@400;500;600;700&family=Manrope:wght@200..800&family=Sofia+Sans+Semi+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');


:root {
  --text-gray: #354855;
  --brand-book-gray: #9CB4BC;
  --brand-book-dark-blue: #0565B5;
  --brand-book-yellow: #FFD709;
  --brand-book-black: #0B1923;
  --brand-book-white: #fff;
  --font-primary: Athiti,"Sofia Sans Semi Condensed", sans-serif;
  --font-secondary: Manrope,'Arial', sans-serif;
  --heading_1: 175px;
  --heading_2: 70px;
  --heading_3: 40px;
  --heading_4: 28px;
  --regular_txt: 20px;
  --small_txt: 16px;
  --smaller_txt: 14px;
  --button_txt: 20px;
}
body{
  font-family: var(--font-secondary);
  font-size: 16px;
  line-height: 1.35;
  color: var(--text-gray);
}
ol, ul {
  padding-left: 1rem;
}
p {
  color: var(--text-gray);
  font-family: var(--font-secondary);
  font-size: var(--regular_txt);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
a {
  font-family: var(--font-secondary);
}
a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: var(--brand-book-black);
}
button:hover a {
  color: var(--brand-book-white);
}
.btn {
  text-transform: none;
}
.dark-blue{
  color: var(--brand-book-dark-blue);
}
.yellow{
  color: var(--brand-book-yellow);
}
h3, h4, h5, h6 {
  color: var(--text-gray);
  font-family: var(--font-secondary);
}
h1, h2{
  color: var(--brand-book-black);
  font-family: var(--font-primary);
}
.fs-1 {
  font-size: var(--heading_1)!important;
  font-weight: 400;
  line-height: 90%; 
  font-family: var(--font-primary);
}
.fs-2 {
  font-size: var(--heading_2)!important;
  font-weight: 500;
  line-height: 110%; 
  font-family: var(--font-primary);
}
.fs-3 {
  font-size: var(--heading_3)!important;
  font-weight: 600;
  line-height: 115%; 
  font-family: var(--font-primary);
}
.fs-4, h4 {
  font-size: var(--heading_4)!important;
  font-weight: 600;
  line-height: 125%; 
  font-family: var(--font-primary);
  font-style: normal;
}
.fs-5 {
  font-size: var(--regular_txt)!important;
  font-weight: 400;
  line-height: 140%; 
  font-family: var(--font-secondary);
}
.fs-6 {
  font-size: var(--small_txt)!important;
  font-weight: 400;
  line-height: 140%; 
  font-family: var(--font-secondary);
}
.fs-7 {
  font-size: var(--smaller_txt)!important;
  font-weight: 400;
  line-height: 140%; 
  font-family: var(--font-secondary);
}
.h1, h1 {
  font-size: inherit;
}
.fw-400 {
  font-weight: 400!important;;
}
.fw-500 {
  font-weight: 500!important;;
}
.fw-600 {
  font-weight: 600!important;;
}
.navbar .current-language{
  text-transform: uppercase;
}
.bg-dark {
  background: var(--brand-book-dark-blue)!important;
}
.theme-zelenoye {
  font-family: var(--font-secondary);
}
.theme-zelenoye .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  font-family: var(--font-primary);
}
.theme-zelenoye .nav .some-item-class {
  flex: 1;
  min-width: 25%;
}
.theme-zelenoye .nav .some-item-header {
  font-weight: 500;
  padding: 0;
}
.theme-zelenoye .footer_menu a {
  padding: 2px 0 !important;
  display: inline-block;
}
.theme-zelenoye .nav .some-item-class li {
  margin-bottom: 10px;
}

.theme-zelenoye .nav::before, .theme-zelenoye .nav::after {
  display: none;
}
.theme-zelenoye .footer-social-links, .footer_contacts {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.scroller-wrapper {
  overflow-x: scroll;
  width: 100%;
  scrollbar-width: none;
}
.scroller-scrollable {
  display: flex;
  width: max-content;
  gap: 15px;
}
.scroller-item {
  width: 360px;
  max-height: 500px;
  aspect-ratio: 36 / 50;
}
img.card-img-top {
  border-radius: 30px;
  object-fit: cover;
  height: 100%;
}
.blog-area.bg-gray .blog-items .info{
  box-shadow: none;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(to bottom, #ECF3F5, #D4EBF3);
}


.blog-read-more a, .button-view_all a, a.btn-secondary {
  background: var(--brand-book-yellow);
  border-radius: 30px;
  line-height: 20px;
  padding: 10px 24px;
  white-space: nowrap;
  font-size: var(--smaller_txt);
  border: 0px;
  color: var(--brand-book-black);
  font-weight: 600;
  font-family: var(--font-secondary);
  border: none;
}
.info a{
  font-family: var(--font-primary);
}
.blog-read-more a {
  font-family: var(--font-secondary);
}
.button-view_all a {
  display: inline-block;
  margin-top: 20px;
}

.ss_card-img-bottom{
  border-radius: 0 0 30px 30px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.corner-top.inverse-corner, .corner-left.inverse-corner {
  transform: rotate(90deg);
}
.ss_block_text {
  padding: 30px 40px 15px 40px;
  background: linear-gradient(180deg, #F2F9FC 0%, #D4EBF3 100%);
  border-radius: 30px 30px 0 0;
  height: 100%;
}
.ss_block_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ss_buton_section {
  position: absolute;
  width: fit-content;
  align-self: flex-end;
  padding-top: 15px;
  padding-left: 15px;
  background-color: var(--brand-book-white);
  border-radius: 35px 0 0 0;
}
.blog-read-more {
  position: relative;
  margin-top: 0px;
  width: fit-content;
  align-self: flex-end;
  padding-top: 15px;
  padding-left: 15px;
  background-color: var(--brand-book-white);
  border-radius: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: -25px;
  margin-bottom: -15px;
}
.ss_buton_section .corner-top {
  right: 0px;
  top: -20px;
}
.ss_buton_section .corner-left {
  left: -20px;
  bottom: 0px;
}
.inverse-corner-30 {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M0.500005 0.499999L0.500002 30.5C0.500003 13.9315 13.9315 0.5 30.5 0.500002L0.500005 0.499999Z" fill="white"/></svg>');
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
}
.corner-right-30 {
  right: -29px;
  top: -1px;
}
.corner-bottom-30 {
  bottom: -29px;
  left: -1px;
}
.corner-top-30, .corner-left-30{
  transform: rotate(180deg);
}
.corner-top-30{
  top: -29px;
  right: -1px;  
}
.corner-left-30{
  left: -29px;
  bottom: -1px;  
}
.corner-top-left-30, .corner-right-bottom-30{
  transform: rotate(270deg);
}
.blog-read-more
.corner-top-left-30{
  top: -29px;
  left: -1px;  
}
.corner-right-bottom-30{
  right: -29px;
  bottom: 13px;  
}
.fs_num_counter .corner-top-left-30.inverse-corner-30 {
  top: -29px;
  left: -1px;
}
.fs_numbers {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.fs_numbers_block {
  flex: 1;
  min-width: 246px;
}
.fs_num_counter {
  position: relative;
  width: fit-content;
  margin-top: -63px;
  background-color: white;
  border-radius: 0 30px 0 0;
  padding-right: 30px;
}
.number_conteiner img {
  height: 200px;
}
.fs-bg-img{
  background-image: url(/img/Subtract_11zon_30.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
}
.fs-section-video_button {
  background: var(--brand-book-white);
  width: max-content;
  align-self: flex-end;
  position: relative;
  border-radius: 55px 0 0 0;
  padding: 25px 0 0 25px;
  max-width: 290px;
}
.fs-flex-component {
  display: flex;
  flex-direction: column;
  height: 468px;
  justify-content: space-between;
}
.fs-section-video_button button.btn {
  padding: 0px;
  gap: 15px;
}
/*Buttons*/
.btn {
  font-family: var(--font-secondary);
  font-size: var(--button_txt);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.btn-primary,  .btn-primary:active{
  border-radius: 100px;
  background-color: var(--brand-book-yellow);
  color: var(--brand-book-black);
  padding: 17px 24px;
  font-size: var(--button_txt);
}
.bg-warning {
  background-color: var(--brand-book-yellow)!important;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  min-width: 60px;
  transition: all 0.3s;
}

.btn-circle svg {
  margin-left: 5px;
}
.fs-section-description button.btn.btn-primary {
  width: 100%;
}
.fs-section-description {
  background: var(--brand-book-white);
  width: 320px;
  padding: 0px 25px 25px 0px;
  border-radius: 0px 0px 55px 0px;
  position: relative;
}
/*Blog*/

.blog-area .blog-items h2 a:hover,
.blog-area .blog-items h3 a:hover,
.blog-area .blog-items h4 a:hover,
.blog-area .blog-items h5 a:hover,
.blog-area .blog-items .meta a:hover {
  color: var(--brand-book-dark-blue);
}
.single-item .item .info {
  border-radius: 0 0 30px 30px;
  padding: 20px 25px 15px 25px!important;
  background: linear-gradient(180deg, #ECF3F5 0%, #D4EBF3 100%);
  box-shadow: none!important;
}
.info h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
 .info-img-bottom p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-data {
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #354855;
}
.blog-items {
  display: flex;
}
.blog-items .single-item {
  display: flex;
  flex-direction: column;
}
.home-page-blog .blog-items .single-item {
  height: 100%;
}
.blog-items .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-items .info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-items .info p {
  flex-grow: 1; 
}
.blog-items.home-page .row {
  display: flex;
  justify-content: space-between; 
  align-items: center;
}

/*Footer*/
p.footer_description {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 160%;
}
span.footer_contact_icon {
  padding-right: 8px;
}
span.footer_contact_icon svg {
  margin-top: -5px;
}
.footer_contacts li a, .footer_contacts li, span.footer_social_lable {
  font-family: var(--font-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 24px;
  color: var(--brand-book-white) !important;
  margin: 0px !important;
}
.footer-bottom p {
  font-size: 16px;
}
span.footer_social_lable {
  padding-left: 5px;
}
.theme-zelenoye .nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.hp_map_descr_conteiner {
  display: inline-flex;
  gap: 15px;
}
.title_conteiner_map {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
/*Modal*/
#video_about .modal-dialog {
  max-width: 880px;
}
.btn-primary:focus {
  color: inherit;
  background-color: var(--brand-book-yellow);
}
/*Hover*/
.theme-zelenoye li a:hover,
.footer-social-links li:hover .footer_social_lable {
  color: var(--brand-book-yellow)!important;
}
.footer-social-links li:hover svg path {
  fill: var(--brand-book-yellow);
}
#navbar-menu .dropdown > a {
  color: inherit;
}
#navbar-menu .dropdown > a:hover {
  color: var(--brand-book-dark-blue);
}
.info a:hover {
  color: var(--brand-book-dark-blue);
}
#navbar-menu .dropdown.has-children .current-language + .dropdown-menu {
  width: min-content;
  min-width: min-content;
}
#navbar-menu .dropdown.has-children .current-language + .dropdown-menu a {
  text-transform: uppercase;
}
.btn-primary:hover {
  color: var(--brand-book-white);
  background-color: var(--brand-book-dark-blue);
}
#navbar-menu ul.dropdown-menu {
  border-radius: 15px;
}
.btn-secondary.focus, .btn-secondary:focus {
  color: var(--brand-book-white);
  background-color: var(--brand-book-dark-blue);
  border-color: transparent;
  box-shadow: none;
}
.blog-read-more a:hover, .button-view_all a:hover, a.btn-secondary:hover {
  color: var(--brand-book-white);
  background-color: var(--brand-book-dark-blue);
}
.blog-area .blog-items h4 a:hover {
  color: var(--brand-book-dark-blue);
}
button.btn.btn-link:hover span{
  color: var(--brand-book-dark-blue);
}
button.btn.btn-link:hover .bg-warning {
  background-color: var(--brand-book-dark-blue)!important;
}
button.btn.btn-link:hover .bg-warning svg {
  color: var(--brand-book-white)!important;
}
/*breadcrumb-area*/
.breadcrumb-area {
  padding: 0px;
}
.breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb li {
  font-family: var(--font-secondary);
  font-weight: 500;
  text-transform: none;
  color: var(--brand-book-gray);
}
.breadcrumb-area .breadcrumb li::after {
  content: " / ";
  margin-left: 0px;
  width: 10px;
  background: none;
}
.breadcrumb a:hover {
  color: var(--brand-book-dark-blue);
}
.breadcrumb-area h1 {
  text-transform: none;
}
.first-letter::first-letter {
  text-transform: uppercase;
}
ul.breadcrumb {
  display: flex!important;
  flex-wrap: nowrap;
}
.breadcrumb li.active {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
}

/*blog-sidebar*/
.sidebar-item.recent-post li .thumb {
  width: 120px;
}
.sidebar-item.recent-post li .thumb img {
  object-fit: cover;
  width: 120px;
  height: 95px;
  border-radius: 10px;
}
.sidebar-item.recent-post .title {
  display: none;
}
span.post-date i {
  display: none;
}
.sidebar-item.social-sidebar ul {
  margin-left: -15px;
}
.sidebar-item.social-sidebar li a {
  border-radius: 50%;
}
.sidebar-item.social-sidebar li a i {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.blog-area .sidebar .sidebar-item:last-child {
  padding-left: 1rem;
}
.blog-area .sidebar .title h4::after {  
  display: none;
}
.sidebar-item.recent-post .info a {
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  overflow: hidden; 
  text-overflow: ellipsis; 
  line-clamp: 3;
  -webkit-line-clamp: 3;
 /* line-height: 1.5em; 
  max-height: calc(1.5em * 4); */
}
/*blog-post*/
img.blog-title-image {
  border-radius: 30px!important;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-height: 500px;
}
.blog-area.single .blog-item-box .info {
  padding-top: 30px;
  border-radius: 0px;
  padding: 30px 0 30px 0;
  box-shadow: none!important;
}
.blog-date-conteiner {
  position: absolute;
  top: 0px;
  background: white;
  padding-right: 15px;
  padding-bottom: 15px;
  border-radius: 0 0 30px 0;
}
.blog-date-conteiner .corner-right-30 {
  right: -27px;
}
.sidebar-item.recent-post li {
  border-bottom: 0px!important;
}
.blog-area .blog-items .info > ul {
  margin-bottom: 5px;
  margin-top: 5px;
}
.blog-area .blog-items .info > ul li {
  font-weight: 400;
  line-height: 140%; 
  font-family: var(--font-secondary);
  color: var(--brand-book-black);
  font-size: var(--regular_txt)!important;
}
.sidebar-item.recent-post li .info a {
  font-size: var(--smaller_txt)!important;
  font-weight: 600;
  color: var(--brand-book-black);
  line-height: 160%;
}
.info a {
  font-family: var(--font-secondary);
}
.blog-area .blog-items .sidebar-item.recent-post li .info {
  line-height: inherit;
  padding-left: 15px;
}
.sidebar li:hover a {
  color: var(--brand-book-dark-blue)!important;
}
.blog-area.single .info {
  background: none!important;
}
.blog-item-box>.thumb> img {
  border-radius: 30px !important;
}
.blog-area .gallery-area .item .thumb img {
  border-radius: 0px;
}
.blog-post-text p {
  margin-bottom: 1rem!important;
}
/*tourist-attractions*/
.tourist-attractions .ss_buton_section {
  right: 0px;
  bottom: 0px;
}
.tourist-attractions  .thumb {
  position: relative;
}
.tourist-attractions .thumb img {
  border-radius: 0px 0px 30px 30px!important;
}

.blog-area .blog-items .item .thumb img {
    border-radius: 30px 30px 0 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.info-img-bottom {
  padding: 30px 40px 15px 40px;
  background: linear-gradient(180deg, #F2F9FC 0%, #D4EBF3 100%);
  border-radius: 30px 30px 0 0;
  height: 100%;
}
.info h3 {
  display:none;
}
.blog-item-box:not(:has(.thumb)) .info {
  padding-top: 0px !important;
  margin-top: -15px;
}
.masonary .item .thumb img {
	border-radius: 10px!important;
}
.pf-item .thumb a {
  justify-content: center;
}
.gallery-area {
  padding-top: 20px;
}
.info-library{
  display: block!important;
}
.blog-library {

}
/*Modal*/
button.close {
  background: transparent;
}
button.close span {
  font-size: var(--heading_3);
  color: var(--brand-book-gray);
  display: inline-block;
  line-height: 1;
}
button.close:hover span {
  color: var(--brand-book-black)
}

input:focus::placeholder,
textarea:focus::placeholder {
  visibility: hidden;
}
input::placeholder,
textarea::placeholder {
  visibility: visible;
}
.modal-header {
  align-items: flex-start;
}
.modal-content {
  border-radius: 30px;
  padding: 40px;
  gap: 20px;
}
.modal-content button.close {
  position: absolute;
  right: 20px;
  top: 10px;
}
.modal-body {
  position: relative;
  padding: 40px;
}
.modal-header, .modal-body {
  padding: 0px;
  border: 0px;
}
.form-control, .alert.alert-error {
  border-radius: 10px;
}
.alert.alert-error {
  color: #d51b1b;
  border: 1px solid red;
}

@media screen and  (min-width: 1401px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1320px;
  }
  .thumb img {
      width: 100%;
  }
}
@media screen and  (max-width: 1400px) {
  :root {
    --heading_1: 150px;
    --heading_2: 64px;
    --heading_3: 34px;
    --heading_4: 28px;
    --regular_txt: 18px;
    --small_txt: 16px;
    --button_txt: 18px;
  }
  
  .fs_numbers_block {
    flex: 1;
    min-width: 270px;
  }
  .corner-right-bottom-30 {
    bottom: 6px;
  }
}
@media screen and (max-width: 1200px) {
  #navbar-menu .nav > li:nth-child(3),
  #navbar-menu .nav > li:nth-child(4) {
      display: none;
  }
  :root {
    --heading_1: 127px;
    --heading_2: 64px;
    --heading_3: 34px;
    --heading_4: 28px;
    --regular_txt: 18px;
    --small_txt: 16px;
    --button_txt: 18px;
  }
  .fs-section-description {
    width: 290px;
  }
}
@media screen and  (min-width: 992px) {
  nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
    float: right;
    margin: 0px;
    /*margin-right: -8px;*/
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 22px 11px!important;
    color: var(--brand-book-black);
    font-family: var(--font-secondary);
  }
  nav.navbar.bootsnav .navbar-brand {
    margin-right: 0px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 12px 15px;
    border-bottom: solid 1px #f5f5f5;
    color: var(--text-gray);
    font-weight: 600;
    display: block;
    line-height: 1.45;
  }
  .blog-area.home-page-blog .blog-items .single-item:nth-child(n+4) {
    display: none;
  }
  .modal-dialog {
    max-width: 640px;
  }
}
@media screen and (max-width: 1024px) {
  #navbar-menu .nav > li:nth-child(3),
  #navbar-menu .nav > li:nth-child(4)  {
      display: block;
  }
  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 70vh;
    height: fit-content;
  }
  .blog-items .single-item, .blog-items .item {
    height: auto;
  }
  .navbar-brand > img {
    height: 20px !important;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0px;
    padding-right: 0px;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
    margin: 0 0 0 -15px !important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    margin-right: 0px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 992px) {
  :root {
    --heading_1: 94px;
    --heading_2: 46px;
    --heading_3: 34px;
    --heading_4: 24px;
    --regular_txt: 18px;
    --small_txt: 16px;
    --smaller_txt: 13px;
    --button_txt: 16px;
  }
  .button-view_all a {
    margin-top: 8px;
  }
  .fs_num_counter {
    margin-top: -42px;
    padding-right: 20px;
  }
  .corner-right-bottom-30 {
    right: -26px;
    bottom: 7px;
  }
  .history_two_articles .row {
    gap: 30px;
  }
  .iframe_map {
    height: 50vh!important;
  }
  .fs-section-video_button {
    max-width: 280px;
  }
  .fs_numbers_block {
    min-width: 250px;
  }
  .blog-item-box:not(:has(.thumb)) .info {
    margin-top: -35px;
  }
  .home-page-blog .blog-items .single-item {
      height: auto;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .sidebar-item.recent-post li {
    flex-direction: column;
    display: flex;
  }
  .sidebar-item.recent-post .info {
    padding: 15px 0 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .container-full, .container-fluid {
    max-width: 100%;
  }
  .theme-zelenoye .nav .some-item-class {
      min-width: 40%;
  }
  :root {
    --heading_1: 70px;
  }
  .fs-section-description {
    width: 230px;
  }
  .fs-flex-component {
    height: 350px;
  }
  .sidebar-item.recent-post .info {
    padding: 0px 0px 0px 15px !important;
  }
  .breadcrumb li.active {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-area {
    text-align: left!important;
  }
  .blog-area.right-sidebar .sidebar {
    padding-left: 0px;
    margin-left: -5px;
  }
  nav.navbar.bootsnav .navbar-nav {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
    overflow: hidden;
  }
  h1.fs-2 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }

}

@media screen and (max-width: 576px) {
  :root {
    --heading_1: clamp(40px, 12vw, 70px);
    --heading_2: 36px;
    --heading_3: 28px;
    --heading_4: 24px;
    --regular_txt: 16px;
    --small_txt: 16px;
    --smaller_txt: 13px;
    --button_txt: 14px;
  }
  .fs_num_counter .fs-2{
    font-size: 46px!important;
    }
  .scroller-item {
    width: 260px;
  }
  .inverse-corner-30{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M0 0 Q20 0 20 20 L20 0Z" /></svg>');
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
  }
  .corner-top-30, .corner-left-30 {
    transform: rotate(90deg);
  }
  .corner-left-30 {
    left: -19px;
  }
  .corner-top-30 {
    top: -19px;
  }
  .corner-right-30{
    right: -19px!important;
  }
  .corner-bottom-30 {
    bottom: -19px;
  }
  .fs_num_counter .corner-top-left-30, .fs_num_counter .corner-right-bottom-30 {
    transform: rotate(180deg);
  }
  .corner-right-bottom-30 {
    right: -19px;
    bottom: 8px;
  }
  .fs_num_counter .corner-top-left-30.inverse-corner-30 {
    top: -20px;
    left: 0px;
  }
  .fs-section-description {
    padding: 0px 15px 15px 0px;
    border-radius: 0px 0px 35px 0px;
  }
  .fs-section-video_button {
    border-radius: 45px 0 0 0;
    padding: 15px 0 0 15px;
  }
  /*.blog-area .blog-items .info {
    border-radius: 0 0 20px 20px;
    padding: 20px 25px 15px 25px;
  }*/

  .ss_block_text, .info-img-bottom  {
    padding: 20px 25px 15px 25px;
    border-radius: 20px 20px 0 0;
    height: fit-content;
  }
  .ss_card-img-bottom {
    border-radius: 0 0 20px 20px;
    height: 260px;
  }
  .fs-flex-component {
    height: 270px;
  }
  .fs-section-description {
    width: fit-content;
  }
  img.card-img-top {
    border-radius: 20px;
  }
  .blog-area .blog-items .item .thumb img {
    border-radius: 20px 20px 0 0;
  }
  .blog-area .blog-items .info {
      border-radius: 0 0 20px 20px;
  }
  .fs_numbers {
    gap: 0px;
    column-gap: 15px;
  }
  .button-view_all a {
    margin-top: 0px;
  }
  img.blog-title-image {
    border-radius: 20px !important;
  }
  .blog-date-conteiner {
    padding-bottom: 8px;
    border-radius: 0 0 15px 0;
  }
  .tourist-attractions .thumb img {
    border-radius: 0px 0px 20px 20px!important;
  }
  .blog-area .blog-items .single-item {
    margin-bottom: 20px;
  }
  .history_two_articles .row {
    gap: 20px;
  }
  .blog-item-box>.thumb> img {
    border-radius: 20px !important;
  }
  .modal-content {
    border-radius: 20px;
    padding: 20px;
  }
  .breadcrumb li.active {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 100%;
  }
}