/*Created By Venus Agency*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  line-height: normal;
}

a {
  text-decoration: none;
  color: #2D2D2D;
}

  a:hover {
    color: #D3101F;
  }

p {
  color: #2D2D2D;
  padding: 0px;
}

ul, ol, li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  color: #2D2D2D;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.navbar-toggler {
  color: white;
}

.row {
  --bs-gutter-x: 0px;
}

.container-fluid {
  --bs-gutter-x: 0px;
}

.wpbox {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    width: 48px;
    height: 48px;
    bottom: 28px;
    position: fixed;
    right: 28px;
    z-index: 99;
}
#turbannertext {
	margin-top: 28px;
}



@media only screen and (min-width: 1921px) {
  .container {
    max-width: 70%;
    justify-content: space-between;
  }
p {
	font-size: 18px;
}
 .tours-r5 li {
	list-style: disc!important;
    list-style-position: inside!important;
}
.v-f-gallery .col-md-3 {
	width: 22%;
	margin: 8px;
}
#slider-tour-manset iframe {
    border-radius: 28px;
    height: 498px;
}
#slider-manset iframe {
    border-radius: 28px;
    height: 658px;
}
#slider-tour-manset .owl-item {
    height: 498px;
    margin-top: 38px;
}
#slider-tour-manset .owl-nav {
    margin-top: -28px;
	z-index: 88;
	position: relative;
}
#slider-tour-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-tour-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
.owl-carousel .owl-video-wrapper {
  /* Optional: Ensure the background is dark before the video loads */
  background: #000;
}
.owl-carousel .owl-video-frame {
  /* Set the stage for the responsive trick */
  position: relative;
  padding-bottom: 56.25%; /* 9/16 = 0.5625 (Standard 16:9 Aspect Ratio) */
  height: 0;
  overflow: hidden;
}
  .owl-carousel .owl-video-frame iframe {
    /* Force the iframe to fill the responsive container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .custom-card .col-md-6 {
    padding: 8px;
  }

  .site-header-top a {
    color: #ffffff;
  }

  footer strong {
    margin-bottom: 8px;
    padding-top: 8px;
  }

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.accordion-button:not(.collapsed) {
    color: #d3111f;
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 20px;
}

  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow: none;
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: #dddddd;
  }

  .content-page {
    margin-top: 48px;
	text-align: justify;
  }


  /* Kartın üstündeki yıl başlığını daha belirgin hale getirmek için özel stil */
  .timeline-year {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Yıla bir renk verilebilir */
    margin-bottom: 0.5rem;
  }

  /* Kartın kenarlığı, gölgesi ve arka planı için stil */
  .timeline-card {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
    min-height: 100%; /* Tüm kartların aynı yükseklikte olmasını sağlamaya yardımcı olur */
  }

    .timeline-card:hover {
      transform: translateY(-5px); /* Hover efektinde biraz yukarı kaydır */
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

  /* Başlık stili */
  .timeline-title {
    color: #007bff; /* Mavi renk kullanılabilir */
    font-weight: 600;
    font-size: 1rem;
  }

  /* İçerik metni stili */
  .timeline-text {
    font-size: 0.9rem;
    color: #555;
  }

  /* Görseldeki gibi kartları yatayda ortalamak ve aralık bırakmak için div'i kullan */
  .timeline-item {
    padding: 10px; /* Her bir öğe arasında boşluk bırakır */
    display: flex;
  }

  /* Görüntülerin kart içinde düzgün görünmesi için */
  .card-img-top {
    width: 100%;
    height: auto; /* Yüksekliği otomatik ayarlar */
    object-fit: cover; /* Görüntüyü kutuya sığdırır ve kırpar */
    max-height: 198px; /* Örnek yükseklik */
  }

  /* Ödül görselleri için özel stil */
  .award-img {
    max-height: 200px;
    width: 100%;
    object-fit: contain; /* Görüntüyü sığdırır, kırpmaz */
  }

  /* Kart içeriği için bir min-height tanımlayarak kartların eşit boyda olmasına yardımcı olabiliriz */
  .card-body-content {
    min-height: 120px; /* İçerik için minimum yükseklik */
  }


  .vertigo-news h3 {
    font-size: 20px;
  }

  .vertigo-news {
    padding: 18px;
  }

    .vertigo-news p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
    }

  .form-check {
    margin-top: .5rem;
  }

    .form-check .form-check-input {
      border: none;
      margin-top: 0;
    }


  .team-cont .team-item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: .5px solid #00664d;
    transition: .3s ease;
    height: 100%;
  }

    .team-cont .team-item:hover {
      border: .5px solid #ea882d;
    }

    .team-cont .team-item h3 {
      font-size: 28px;
      color: #d3101f;
      margin: 0;
    }

    .team-cont .team-item span {
      font-size: 12px;
      text-transform: uppercase;
      color: #252962;
      display: block;
    }

    .team-cont .team-item a {
      font-size: 14px;
      font-weight: lighter;
      color: #00664d;
      margin-top: 10px;
      display: block;
    }

    .team-cont .team-item .team-img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      transition: .3s ease;
    }

    .team-cont .team-item:hover .team-img {
      transform: translateY(-50%) scale(1.05);
    }

  .content-page ul {
    padding: 0px;
    margin-left: 8px;
  }

  .content-page li {
    list-style: outside;
    margin-left: 8px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  #tour-detail li {
    list-style: none;
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .main-menu-header .dropdown-item:hover {
    color: #d3111f;
  }

  #vertigo-history {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .contact-title-red {
    font-size: 28px;
    font-weight: 500;
    color: #D3101F;
    margin-bottom: 48px;
  }

  .tercih-edenler-name {
    font-weight: 600;
    color: #D3101F;
    font-size: 16px;
    margin-top: 28px;
  }

  .inside-manset-text h1 {
    font-size: 32px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .contact-us-form h1 {
    color: #2D2D2D;
    font-size: 28px;
    font-weight: 500;
  }

  .contact-us-form-info {
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: 28px;
  }

    .contact-us-form-info .col {
      width: 24%;
      padding: 0px;
      flex: none;
    }

  .contact-us-form {
    margin-bottom: 88px;
  }

    .contact-us-form .btn-contact {
      width: 188px;
      background-color: #D3101F;
      padding: 12px;
      text-align: center;
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      border-radius: 8px;
      letter-spacing: -0.4px;
      border: none;
      margin-top: 28px;
    }

  .contact-row {
    justify-content: space-between;
  }

  .location iframe {
    margin-top: 48px;
  }

  .contact-info {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .contact-row .col-md-6 {
    width: 46%;
  }

  .contact-row h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2D2D2D;
  }

  .contact-row h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2D2D2D;
    margin-top: 18px;
  }

  .inside-manset {
    background-color: #F4F4F4;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .tours-r5 {
    margin-top: 48px;
  }

    .tours-r5 .nav-link {
      color: #2D2D2D;
      font-size: 18px;
      font-weight: 600;
      padding: 24px;
    }

      .tours-r5 .nav-link.active {
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        background-color: #D3101F;
        border: none;
        padding: 24px;
      }

	.tours-r5 .accordion-body {
		padding: 20px;
		text-align: justify;
	}

	.tours-r5 .accordion-body h3 {
		color: #D3101F;
		font-size: 20px;
		font-weight: 600;
		padding-top: 18px;
		padding-bottom: 8px;
	}
	.tours-r5 p {
		font-size: 16px;
	}

	#collapseFd .accordion-body ul li {
		list-style: none!important;
	}
	#collapseFdd .accordion-body ul li {
		list-style: none!important;
	}
    #collapseFd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

    #collapseFdd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil-degil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

  .tours-r4 .col-md-6 {
    padding: 28px;
  }

  .tours-r3 {
    margin-top: 48px;
    margin-bottom: 48px;
    justify-content: space-between;
  }

  .tour-date-price .col:nth-child(1) {
    width: 50%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(2) {
    width: 16%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(3) {
    width: 28%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tours-r3-left {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  .tours-r3-right {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  #videogaleri-block {
    margin-bottom: 48px;
    margin-top: 48px;
  }

  #tour-detail .tour-map {
    width: 94%;
    border-radius: 18px;
  }

  #videogaleri-block h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  #tour-detail .tours-r1 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  #tour-detail .tour-detail-foto-line {
    z-index: 5;
    margin: auto;
  }

    #tour-detail .tour-detail-foto-line img {
      border-radius: 18px;
    }

  #tour-detail .tour-name {
    font-size: 36px;
    font-weight: 600;
    color: #D3101F;
    letter-spacing: -1px;
  }

  #tour-detail .tour-slogan {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
  }

  #tour-detail .tour-kampanya {
    font-size: 24px;
    font-weight: 500;
    color: #D3101F;
    text-align: right;
  }

  #tour-detail .tour-name-w {
    color: #ffffff;
    font-size: 34px;
    letter-spacing: -1px;
  }

  #tour-detail .tour-price-w {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
  }

  #tour-detail .tour-slogan-w {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }

  #tour-detail .btn-tour {
    width: 280px;
    background: #06C448;
    background: linear-gradient(270deg,rgba(6, 196, 72, 1) 0%, rgba(0, 148, 207, 1) 100%);
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
    border: none;
  }

  #tour-detail .btn-tour-wp {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    border: none;
  }

  #tour-detail .tour-note-w {
    color: #ffffff;
    font-size: 12px;
    margin-top: 18px;
  }

  #tour-detail .tour-sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #D3101F;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  #tour-detail .tour-red-back {
    padding: 68px 48px 68px 68px;
  }

  .tours-r2 {
    background-image: url("../images/tour-detail-red-back.webp");
    background-size: contain;
    background-repeat: no-repeat;
    height: 580px;
  }

  #tour-detail .tour-cities-list li {
  }

  #tour-detail .tour-konaklama-list li {
  }

  #tour-detail .tour-form-date {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .tour-form-price {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .btn-tour-kayit {
    width: 156px;
    background-color: #D3101F;
    padding: 4px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: -0.4px;
  }

  /* FOOTER */
  footer .col {
    border-right: 0.4px solid #ff6772;
  }

    footer .col:nth-child(4) {
      border-right: 0px;
    }

  footer .f-menu-block {
    padding-left: 28px;
  }

  footer .f-contact {
    padding-left: 28px;
  }

  footer a:hover {
    color: #f9a7ad;
  }

  .tursab-dogrulama img {
    width: 228px !important;
  }

  footer .copyright {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  footeralt .col-md-7 {
    margin: auto;
    padding: 8px;
    font-size: 12px;
    width: 65%;
  }

  footeralt .col-md-3 {
    padding: 8px;
    width: 27%;
  }

  footeralt .col-md-2 {
    padding: 8px;
    font-size: 12px;
    width: 8%;
  }

  footeralt .col-md-3 p {
    font-size: 12px;
    margin: 0;
  }

  footer {
    background-color: #D3101F;
    margin-top: 88px;
    padding-top: 48px;
    padding-bottom: 48px;
    color: #ffffff;
  }

    footer a {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
    }

    footer p {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
      margin: 0;
    }

  .f-logo h1 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-top: -8px;
    margin-left: -14px;
  }

  .f-logo h2 {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 5px;
    padding-left: 10px;
  }

  .f-logo img {
    width: 268px;
  }

  .col-social-vertigo {
    width: 22%;
  }


  /* MAIN PAGE */
  #social-vertigo h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  .sm-button {
    background-color: #F4F4F4;
    padding: 18px;
    border-radius: 28px 0px 28px 0px;
    text-align: center;
  }

  .social-vertigo-boxes {
    display: flex;
    justify-content: space-between;
  }

  #slider-tercih-edenler .item {
    background-color: #F4F4F4;
    padding: 28px 28px 28px 48px;
    font-size: 14px;
    min-height: 468px;
    border-radius: 18px;
  }

  .s-icon {
    width: 78px !important;
    margin-bottom: 18px;
  }

  .dvm-lnk {
    font-size: 14px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 28px;
    display: block;
  }

  #slider-blog h2 {
    font-size: 24px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  #slider-blog date {
    font-size: 16px;
    color: #D3101F;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 18px;
    display: block;
  }

  #main-tercih-edenler {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #main-tercih-edenler h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #main-blog {
    margin-top: 68px;
    margin-bottom: 48px;
    background-color: #F4F4F4;
    padding-bottom: 48px;
    padding-top: 48px;
  }

    #main-blog h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #fotogaleri-block {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #fotogaleri-block h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  .neden-vertigo-title {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    .neden-vertigo-title h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
    }

  .neden-vertigo-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .col-neden-vertigo {
    width: 32%;
    background-color: #D3101F;
    border-radius: 12px;
    margin-bottom: 14px;
    margin-top: 14px;
    padding: 32px;
  }

    .col-neden-vertigo h2 {
      font-size: 24px;
      font-weight: 600;
      color: #ffffff;
    }

    .col-neden-vertigo img {
      height: 58px;
      margin-bottom: 18px;
    }

    .col-neden-vertigo p {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
    }

  .btn-block {
    margin-top: 48px;
    margin-bottom: 28px;
    justify-content: end;
  }

  #main-tercih-edenler .btn-block {
    margin-top: 0px;
  }

  #main-turlar {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .btn-vertigo-white {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    border-radius: 0px;
  }

  .btn-vertigo-red {
    width: 280px;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
  }

    .btn-vertigo-red:hover {
      background-color: #ffffff !important;
      color: #A2AAAB !important;
    }

  .btn-vertigo-white:hover {
    background-color: #d2121f !important;
    color: #ffffff !important;
  }

  .main-tours-r {
    justify-content: space-between;
  }

  .tours-blok {
    margin-top: 48px;
    width: 31%;
  }

    .tours-blok img {
      width: 100%;
    }

    .tours-blok h1 {
      font-size: 19px;
      font-weight: 600;
      color: #ffffff;
      margin-top: 14px;
      background-color: #d3111f;
      padding: 14px;
      text-align: center;
      min-height: 68px;
      align-content: center;
      letter-spacing: -0.5px;
    }

    .tours-blok .tours-price {
      font-size: 28px;
      font-weight: 600;
      color: #d3111f;
      margin-top: 14px;
      display: block;
    }

    .tours-blok h2 {
      font-size: 20px;
      font-weight: 600;
      color: #2D2D2D;
      margin-top: 8px;
    }

    .tours-blok h3 {
      font-size: 18px;
      font-weight: 500;
      color: #D3101F;
      margin-top: 18px;
    }

    .tours-blok p {
    }

  .h1-title-kara {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
  }


  /* HEADER */
  .head-logo-side {
    height: 88px;
  }

  .main-menu-header {
    height: 78px;
  }

  .nav-item {
    border-left: 0.4px solid #a3aaab;
  }

  .dropdown-item {
    font-size: 14px;
    font-weight: 600;
  }

  .dropdown-menu {
    border: none;
  }

    .dropdown-menu li {
      padding: 8px;
      border-bottom: 0.4px solid gray;
    }

      .dropdown-menu li:last-child {
        border: none;
      }

  .head-msg {
    background-color: #FFEFC1;
    padding: 12px;
  }

    .head-msg h4 {
      font-size: 16px;
      font-weight: 600;
      text-align: center;
    }

  #banner-alti-buttons {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .news-right {
    padding-left: 48px;
  }

  .btn-news-red {
    width: 128px;
    background-color: #D3101F;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    align-content: center;
    margin-top: 28px;
  }

    .btn-news-red:hover {
      background-color: #ef2333 !important;
      color: #ffffff !important;
    }

  .news-right {
    padding-left: 48px;
  }

  .btn-news-red {
    width: 128px;
    background-color: #D3101F;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    align-content: center;
    margin-top: 28px;
  }

    .btn-news-red:hover {
      background-color: #ef2333 !important;
      color: #ffffff !important;
    }

  .btn-red:hover {
    background-color: #ef2333 !important;
    color: #ffffff !important;
  }

  .btn-gray:hover {
    background-color: #4b5152 !important;
    color: #ffffff !important;
  }

  .btn-white:hover {
    background-color: #33BB47 !important;
    color: #ffffff !important;
  }

  .btn-red {
    width: 90%;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-gray {
    width: 90%;
    background-color: #A2AAAB;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-white {
    width: 90%;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #33BB47;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    align-content: center;
  }

  .navbar h1 {
font-size: 28px;
        font-weight: 900;
        color: #D3101F;
        position: absolute;
        margin-top: -5px;
        float: right;
        padding-left: 198px;
  }

  .navbar h2 {
font-size: 13px;
        font-weight: 500;
        color: #2D2D2D;
        position: absolute;
        margin-top: 8px;
        padding-left: 6px;
  }

  .col-v-top:nth-child(1) {
    width: 15%;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 18px;
  }

  .col-v-top:nth-child(2) {
    width: 15%;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
  }

  .col-v-top:nth-child(3) {
    width: 70%;
    text-align: end;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-right: 18px;
  }

    .col-v-top:nth-child(3) img {
      width: 28px;
      padding-right: 8px;
    }

  .site-header-top {
    background-color: #D3101F;
    padding: 8px;
  }

  .v-top {
    width: 100%;
  }

  .vertigo-logo {
    width: 268px;
  }

  .f-logo {
    width: 328px;
  }

  #slider-manset .owl-item img {
    border-radius: 0px 0px 0px 180px;
  }

  .owl-manset-text {
    width: 400px;
    position: absolute;
    top: 20%;
    z-index: 12;
    background-color: #ffffff;
    border-radius: 28px 0px 0px 28px;
    padding-left: 28px;
    right: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 128px;
    align-content: center;
  }

    .owl-manset-text h1 {
      font-size: 24px;
      color: #D3101F;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

    .owl-manset-text h3 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

  .site-header {
    padding-bottom: 24px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #2D2D2D;
    padding-right: 8px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }
}


@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  .container {
    max-width: 80%;
  }
p {
	font-size: 17px;
}
.tours-r5 li {
	list-style: disc!important;
    list-style-position: inside!important;
}
.v-f-gallery .col-md-3 {
	width: 22%;
	margin: 8px;
}
#slider-tour-manset iframe {
    border-radius: 28px;
    height: 498px;
}
#slider-manset iframe {
    border-radius: 28px;
    height: 658px;
}
#slider-tour-manset .owl-item {
    height: 498px;
    margin-top: 38px;
}
#slider-tour-manset .owl-nav {
    margin-top: -28px;
	z-index: 88;
	position: relative;
}
#slider-tour-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-tour-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
.owl-carousel .owl-video-wrapper {
  /* Optional: Ensure the background is dark before the video loads */
  background: #000;
}
.owl-carousel .owl-video-frame {
  /* Set the stage for the responsive trick */
  position: relative;
  padding-bottom: 56.25%; /* 9/16 = 0.5625 (Standard 16:9 Aspect Ratio) */
  height: 0;
  overflow: hidden;
}
  .owl-carousel .owl-video-frame iframe {
    /* Force the iframe to fill the responsive container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .custom-card .col-md-6 {
    padding: 8px;
  }

  .site-header-top a {
    color: #ffffff;
  }

  footer strong {
    margin-bottom: 8px;
    padding-top: 8px;
  }

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.accordion-button:not(.collapsed) {
    color: #d3111f;
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 20px;
}

  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow: none;
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: #dddddd;
  }

  .content-page {
    margin-top: 48px;
	text-align: justify;
  }


  /* Kartın üstündeki yıl başlığını daha belirgin hale getirmek için özel stil */
  .timeline-year {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Yıla bir renk verilebilir */
    margin-bottom: 0.5rem;
  }

  /* Kartın kenarlığı, gölgesi ve arka planı için stil */
  .timeline-card {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
    min-height: 100%; /* Tüm kartların aynı yükseklikte olmasını sağlamaya yardımcı olur */
  }

    .timeline-card:hover {
      transform: translateY(-5px); /* Hover efektinde biraz yukarı kaydır */
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

  /* Başlık stili */
  .timeline-title {
    color: #007bff; /* Mavi renk kullanılabilir */
    font-weight: 600;
    font-size: 1rem;
  }

  /* İçerik metni stili */
  .timeline-text {
    font-size: 0.9rem;
    color: #555;
  }

  /* Görseldeki gibi kartları yatayda ortalamak ve aralık bırakmak için div'i kullan */
  .timeline-item {
    padding: 10px; /* Her bir öğe arasında boşluk bırakır */
    display: flex;
  }

  /* Görüntülerin kart içinde düzgün görünmesi için */
  .card-img-top {
    width: 100%;
    height: auto; /* Yüksekliği otomatik ayarlar */
    object-fit: cover; /* Görüntüyü kutuya sığdırır ve kırpar */
    max-height: 198px; /* Örnek yükseklik */
  }

  /* Ödül görselleri için özel stil */
  .award-img {
    max-height: 200px;
    width: 100%;
    object-fit: contain; /* Görüntüyü sığdırır, kırpmaz */
  }

  /* Kart içeriği için bir min-height tanımlayarak kartların eşit boyda olmasına yardımcı olabiliriz */
  .card-body-content {
    min-height: 120px; /* İçerik için minimum yükseklik */
  }


  .vertigo-news h3 {
    font-size: 20px;
  }

  .vertigo-news {
    padding: 18px;
  }

    .vertigo-news p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
    }

  .form-check {
    margin-top: .5rem;
  }

    .form-check .form-check-input {
      border: none;
      margin-top: 0;
    }


  .team-cont .team-item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: .5px solid #00664d;
    transition: .3s ease;
    height: 100%;
  }

    .team-cont .team-item:hover {
      border: .5px solid #ea882d;
    }

    .team-cont .team-item h3 {
      font-size: 28px;
      color: #d3101f;
      margin: 0;
    }

    .team-cont .team-item span {
      font-size: 12px;
      text-transform: uppercase;
      color: #252962;
      display: block;
    }

    .team-cont .team-item a {
      font-size: 14px;
      font-weight: lighter;
      color: #00664d;
      margin-top: 10px;
      display: block;
    }

    .team-cont .team-item .team-img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      transition: .3s ease;
    }

    .team-cont .team-item:hover .team-img {
      transform: translateY(-50%) scale(1.05);
    }

  .content-page ul {
    padding: 0px;
    margin-left: 8px;
  }

  .content-page li {
    list-style: outside;
    margin-left: 8px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  #tour-detail li {
    list-style: none;
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .main-menu-header .dropdown-item:hover {
    color: #d3111f;
  }

  #vertigo-history {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .contact-title-red {
    font-size: 28px;
    font-weight: 500;
    color: #D3101F;
    margin-bottom: 48px;
  }

  .tercih-edenler-name {
    font-weight: 600;
    color: #D3101F;
    font-size: 16px;
    margin-top: 28px;
  }

  .inside-manset-text h1 {
    font-size: 32px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .contact-us-form h1 {
    color: #2D2D2D;
    font-size: 28px;
    font-weight: 500;
  }

  .contact-us-form-info {
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: 28px;
  }

    .contact-us-form-info .col {
      width: 24%;
      padding: 0px;
      flex: none;
    }

  .contact-us-form {
    margin-bottom: 88px;
  }

    .contact-us-form .btn-contact {
      width: 188px;
      background-color: #D3101F;
      padding: 12px;
      text-align: center;
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      border-radius: 8px;
      letter-spacing: -0.4px;
      border: none;
      margin-top: 28px;
    }

  .contact-row {
    justify-content: space-between;
  }

  .location iframe {
    margin-top: 48px;
  }

  .contact-info {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .contact-row .col-md-6 {
    width: 46%;
  }

  .contact-row h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2D2D2D;
  }

  .contact-row h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2D2D2D;
    margin-top: 18px;
  }

  .inside-manset {
    background-color: #F4F4F4;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .tours-r5 {
    margin-top: 48px;
  }

    .tours-r5 .nav-link {
      color: #2D2D2D;
      font-size: 18px;
      font-weight: 600;
      padding: 24px;
    }

      .tours-r5 .nav-link.active {
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        background-color: #D3101F;
        border: none;
        padding: 24px;
      }

	.tours-r5 .accordion-body {
		padding: 20px;
		text-align: justify;
	}

	.tours-r5 .accordion-body h3 {
		color: #D3101F;
		font-size: 20px;
		font-weight: 600;
		padding-top: 18px;
		padding-bottom: 8px;
	}
	.tours-r5 p {
		font-size: 16px;
	}
	
	#collapseFd .accordion-body ul li {
		list-style: none!important;
	}
	#collapseFdd .accordion-body ul li {
		list-style: none!important;
	}
    #collapseFd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

    #collapseFdd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil-degil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

  .tours-r4 .col-md-6 {
    padding: 28px;
  }

  .tours-r3 {
    margin-top: 48px;
    margin-bottom: 48px;
    justify-content: space-between;
  }

  .tour-date-price .col:nth-child(1) {
    width: 50%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(2) {
    width: 16%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(3) {
    width: 28%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tours-r3-left {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  .tours-r3-right {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  #videogaleri-block {
    margin-bottom: 48px;
    margin-top: 48px;
  }

  #tour-detail .tour-map {
    width: 94%;
    border-radius: 18px;
  }

  #videogaleri-block h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  #tour-detail .tours-r1 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  #tour-detail .tour-detail-foto-line {
    z-index: 5;
    margin: auto;
  }

    #tour-detail .tour-detail-foto-line img {
      border-radius: 18px;
    }

  #tour-detail .tour-name {
    font-size: 44px;
    font-weight: 600;
    color: #D3101F;
    letter-spacing: -1px;
  }

  #tour-detail .tour-slogan {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
  }

  #tour-detail .tour-kampanya {
    font-size: 24px;
    font-weight: 500;
    color: #D3101F;
    text-align: right;
  }

  #tour-detail .tour-name-w {
    color: #ffffff;
    font-size: 34px;
    letter-spacing: -1px;
  }

  #tour-detail .tour-price-w {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
  }

  #tour-detail .tour-slogan-w {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }

  #tour-detail .btn-tour {
    width: 280px;
    background: #06C448;
    background: linear-gradient(270deg,rgba(6, 196, 72, 1) 0%, rgba(0, 148, 207, 1) 100%);
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
    border: none;
  }

  #tour-detail .btn-tour-wp {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    border: none;
  }

  #tour-detail .tour-note-w {
    color: #ffffff;
    font-size: 12px;
    margin-top: 18px;
  }

  #tour-detail .tour-sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #D3101F;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  #tour-detail .tour-red-back {
    padding: 68px 48px 68px 68px;
  }

  .tours-r2 {
    background-image: url("../images/tour-detail-red-back.webp");
    background-size: contain;
    background-repeat: no-repeat;
    height: 580px;
  }

  #tour-detail .tour-cities-list li {
  }

  #tour-detail .tour-konaklama-list li {
  }

  #tour-detail .tour-form-date {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .tour-form-price {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .btn-tour-kayit {
    width: 156px;
    background-color: #D3101F;
    padding: 4px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: -0.4px;
  }



  /* FOOTER */
  footer .col {
    border-right: 0.4px solid #ff6772;
  }

    footer .col:nth-child(4) {
      border-right: 0px;
    }

  footer .f-menu-block {
    padding-left: 28px;
  }

  footer .f-contact {
    padding-left: 28px;
  }

  footer a:hover {
    color: #f9a7ad;
  }

  .tursab-dogrulama img {
    width: 228px !important;
  }

  footer .copyright {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  footeralt .col-md-7 {
    margin: auto;
    padding: 8px;
    font-size: 12px;
    width: 65%;
  }

  footeralt .col-md-3 {
    padding: 8px;
    width: 27%;
  }

  footeralt .col-md-2 {
    padding: 8px;
    font-size: 12px;
    width: 8%;
  }

  footeralt .col-md-3 p {
    font-size: 12px;
    margin: 0;
  }

  footer {
    background-color: #D3101F;
    margin-top: 88px;
    padding-top: 48px;
    padding-bottom: 48px;
    color: #ffffff;
  }

    footer a {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
    }

    footer p {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
      margin: 0;
    }

  .f-logo h1 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-top: -8px;
    margin-left: -14px;
  }

  .f-logo h2 {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 5px;
    padding-left: 10px;
  }

  .f-logo img {
    width: 268px;
  }

  .col-social-vertigo {
    width: 22%;
  }


  /* MAIN PAGE */
  #social-vertigo h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  .sm-button {
    background-color: #F4F4F4;
    padding: 18px;
    border-radius: 28px 0px 28px 0px;
    text-align: center;
  }

  .social-vertigo-boxes {
    display: flex;
    justify-content: space-between;
  }

  #slider-tercih-edenler .item {
    background-color: #F4F4F4;
    padding: 28px 28px 28px 48px;
    font-size: 14px;
    min-height: 468px;
    border-radius: 18px;
  }

  .s-icon {
    width: 78px !important;
    margin-bottom: 18px;
  }

  .dvm-lnk {
    font-size: 14px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 28px;
    display: block;
  }

  #slider-blog h2 {
    font-size: 24px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  #slider-blog date {
    font-size: 16px;
    color: #D3101F;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 18px;
    display: block;
  }

  #main-tercih-edenler {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #main-tercih-edenler h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #main-blog {
    margin-top: 68px;
    margin-bottom: 48px;
    background-color: #F4F4F4;
    padding-bottom: 48px;
    padding-top: 48px;
  }

    #main-blog h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #fotogaleri-block {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #fotogaleri-block h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  .neden-vertigo-title {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    .neden-vertigo-title h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
    }

  .neden-vertigo-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .col-neden-vertigo {
    width: 32%;
    background-color: #D3101F;
    border-radius: 12px;
    margin-bottom: 14px;
    margin-top: 14px;
    padding: 32px;
  }

    .col-neden-vertigo h2 {
      font-size: 24px;
      font-weight: 600;
      color: #ffffff;
    }

    .col-neden-vertigo img {
      height: 58px;
      margin-bottom: 18px;
    }

    .col-neden-vertigo p {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
    }

  .btn-block {
    margin-top: 48px;
    margin-bottom: 28px;
    justify-content: end;
  }

  #main-tercih-edenler .btn-block {
    margin-top: 0px;
  }

  #main-turlar {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .btn-vertigo-white {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    border-radius: 0px;
  }

  .btn-vertigo-red {
    width: 280px;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
  }

    .btn-vertigo-red:hover {
      background-color: #ffffff !important;
      color: #A2AAAB !important;
    }

  .btn-vertigo-white:hover {
    background-color: #d2121f !important;
    color: #ffffff !important;
  }

  .main-tours-r {
    justify-content: space-between;
  }

  .tours-blok {
    margin-top: 48px;
    width: 31%;
  }

    .tours-blok img {
      width: 100%;
    }

    .tours-blok h1 {
      font-size: 19px;
      font-weight: 600;
      color: #ffffff;
      margin-top: 14px;
      background-color: #d3111f;
      padding: 14px;
      text-align: center;
      min-height: 68px;
      align-content: center;
      letter-spacing: -0.5px;
    }

    .tours-blok .tours-price {
      font-size: 28px;
      font-weight: 600;
      color: #d3111f;
      margin-top: 14px;
      display: block;
    }

    .tours-blok h2 {
      font-size: 20px;
      font-weight: 600;
      color: #2D2D2D;
      margin-top: 8px;
    }

    .tours-blok h3 {
      font-size: 18px;
      font-weight: 500;
      color: #D3101F;
      margin-top: 18px;
    }

    .tours-blok p {
    }

  .h1-title-kara {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
  }


  /* HEADER */
  .head-logo-side {
    height: 88px;
  }

  .main-menu-header {
    height: 78px;
  }

  .nav-item {
    border-left: 0.4px solid #a3aaab;
  }

  .dropdown-item {
    font-size: 13px;
    font-weight: 600;
  }

  .dropdown-menu {
    border: none;
  }

    .dropdown-menu li {
      padding: 8px;
      border-bottom: 0.4px solid gray;
    }

      .dropdown-menu li:last-child {
        border: none;
      }

  .head-msg {
    background-color: #FFEFC1;
    padding: 12px;
  }

    .head-msg h4 {
      font-size: 16px;
      font-weight: 600;
      text-align: center;
    }

  #banner-alti-buttons {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .news-right {
    padding-left: 48px;
  }

  .btn-news-red {
    width: 128px;
    background-color: #D3101F;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    align-content: center;
    margin-top: 28px;
  }

    .btn-news-red:hover {
      background-color: #ef2333 !important;
      color: #ffffff !important;
    }

  .btn-red:hover {
    background-color: #ef2333 !important;
    color: #ffffff !important;
  }

  .btn-gray:hover {
    background-color: #4b5152 !important;
    color: #ffffff !important;
  }

  .btn-white:hover {
    background-color: #33BB47 !important;
    color: #ffffff !important;
  }

  .btn-red {
    width: 90%;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-gray {
    width: 90%;
    background-color: #A2AAAB;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-white {
    width: 90%;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #33BB47;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    align-content: center;
  }

  .navbar h1 {
font-size: 28px;
        font-weight: 900;
        color: #D3101F;
        position: absolute;
        margin-top: -4px;
        float: right;
        padding-left: 198px;
  }

  .navbar h2 {
font-size: 14px;
        font-weight: 500;
        color: #2D2D2D;
        position: absolute;
        margin-top: 10px;
        padding-left: 6px;
  }

  .col-v-top:nth-child(1) {
    width: 18%;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 18px;
  }

  .col-v-top:nth-child(2) {
    width: 15%;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
  }

  .col-v-top:nth-child(3) {
    width: 67%;
    text-align: end;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-right: 18px;
  }

    .col-v-top:nth-child(3) img {
      width: 28px;
      padding-right: 8px;
    }

  .site-header-top {
    background-color: #D3101F;
    padding: 8px;
  }

  .v-top {
    width: 100%;
  }

  .vertigo-logo {
    width: 268px;
  }

  .f-logo {
    width: 328px;
  }

  #slider-manset .owl-item img {
    border-radius: 0px 0px 0px 180px;
  }

  .owl-manset-text {
    width: 400px;
    position: absolute;
    top: 20%;
    z-index: 12;
    background-color: #ffffff;
    border-radius: 28px 0px 0px 28px;
    padding-left: 28px;
    right: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 128px;
    align-content: center;
  }

    .owl-manset-text h1 {
      font-size: 24px;
      color: #D3101F;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

    .owl-manset-text h3 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

  .site-header {
    padding-bottom: 24px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #2D2D2D;
    padding-right: 8px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }
}


@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .container {
    max-width: 90%;
  }
p {
	font-size: 14px;
}
.tours-r5 li {
	list-style: disc!important;
    list-style-position: inside!important;
}
.v-f-gallery .col-md-3 {
	width: 22%;
	margin: 8px;
}
#slider-tour-manset iframe {
    border-radius: 28px;
    height: 400px;
}
#slider-manset iframe {
    border-radius: 28px;
    height: 604px;
}
#slider-tour-manset .owl-item {
    height: 498px;
    margin-top: 38px;
}
#slider-tour-manset .owl-nav {
    margin-top: -28px;
	z-index: 88;
	position: relative;
}
#slider-tour-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-tour-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
.owl-carousel .owl-video-wrapper {
  /* Optional: Ensure the background is dark before the video loads */
  background: #000;
}
.owl-carousel .owl-video-frame {
  /* Set the stage for the responsive trick */
  position: relative;
  padding-bottom: 56.25%; /* 9/16 = 0.5625 (Standard 16:9 Aspect Ratio) */
  height: 0;
  overflow: hidden;
}
  .owl-carousel .owl-video-frame iframe {
    /* Force the iframe to fill the responsive container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .custom-card .col-md-6 {
    padding: 8px;
  }

  .site-header-top a {
    color: #ffffff;
  }

  footer strong {
    margin-bottom: 8px;
    padding-top: 8px;
  }

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.accordion-button:not(.collapsed) {
    color: #d3111f;
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 20px;
}
  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow: none;
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: #dddddd;
  }

  .content-page {
    margin-top: 48px;
	text-align: justify;
  }


  /* Kartın üstündeki yıl başlığını daha belirgin hale getirmek için özel stil */
  .timeline-year {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Yıla bir renk verilebilir */
    margin-bottom: 0.5rem;
  }

  /* Kartın kenarlığı, gölgesi ve arka planı için stil */
  .timeline-card {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
    min-height: 100%; /* Tüm kartların aynı yükseklikte olmasını sağlamaya yardımcı olur */
  }

    .timeline-card:hover {
      transform: translateY(-5px); /* Hover efektinde biraz yukarı kaydır */
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

  /* Başlık stili */
  .timeline-title {
    color: #007bff; /* Mavi renk kullanılabilir */
    font-weight: 600;
    font-size: 1rem;
  }

  /* İçerik metni stili */
  .timeline-text {
    font-size: 0.9rem;
    color: #555;
  }

  /* Görseldeki gibi kartları yatayda ortalamak ve aralık bırakmak için div'i kullan */
  .timeline-item {
    padding: 10px; /* Her bir öğe arasında boşluk bırakır */
    display: flex;
  }

  /* Görüntülerin kart içinde düzgün görünmesi için */
  .card-img-top {
    width: 100%;
    height: auto; /* Yüksekliği otomatik ayarlar */
    object-fit: cover; /* Görüntüyü kutuya sığdırır ve kırpar */
    max-height: 198px; /* Örnek yükseklik */
  }

  /* Ödül görselleri için özel stil */
  .award-img {
    max-height: 200px;
    width: 100%;
    object-fit: contain; /* Görüntüyü sığdırır, kırpmaz */
  }

  /* Kart içeriği için bir min-height tanımlayarak kartların eşit boyda olmasına yardımcı olabiliriz */
  .card-body-content {
    min-height: 120px; /* İçerik için minimum yükseklik */
  }


  .vertigo-news h3 {
    font-size: 20px;
  }

  .vertigo-news {
    padding: 18px;
  }

    .vertigo-news p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
    }

  .form-check {
    margin-top: .5rem;
  }

    .form-check .form-check-input {
      border: none;
      margin-top: 0;
    }


  .team-cont .team-item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: .5px solid #00664d;
    transition: .3s ease;
    height: 100%;
  }

    .team-cont .team-item:hover {
      border: .5px solid #ea882d;
    }

    .team-cont .team-item h3 {
      font-size: 28px;
      color: #d3101f;
      margin: 0;
    }

    .team-cont .team-item span {
      font-size: 12px;
      text-transform: uppercase;
      color: #252962;
      display: block;
    }

    .team-cont .team-item a {
      font-size: 14px;
      font-weight: lighter;
      color: #00664d;
      margin-top: 10px;
      display: block;
    }

    .team-cont .team-item .team-img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      transition: .3s ease;
    }

    .team-cont .team-item:hover .team-img {
      transform: translateY(-50%) scale(1.05);
    }

  .content-page ul {
    padding: 0px;
    margin-left: 8px;
  }

  .content-page li {
    list-style: outside;
    margin-left: 8px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  #tour-detail li {
    list-style: none;
    margin-bottom: 4px;
    margin-top: 4px;
	font-size: 14px;
  }

  .main-menu-header .dropdown-item:hover {
    color: #d3111f;
  }

  #vertigo-history {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .contact-title-red {
    font-size: 28px;
    font-weight: 500;
    color: #D3101F;
    margin-bottom: 48px;
  }

  .tercih-edenler-name {
    font-weight: 600;
    color: #D3101F;
    font-size: 16px;
    margin-top: 28px;
  }

  .inside-manset-text h1 {
    font-size: 32px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .contact-us-form h1 {
    color: #2D2D2D;
    font-size: 28px;
    font-weight: 500;
  }

  .contact-us-form-info {
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: 28px;
  }

    .contact-us-form-info .col {
      width: 24%;
      padding: 0px;
      flex: none;
    }

  .contact-us-form {
    margin-bottom: 88px;
  }

    .contact-us-form .btn-contact {
      width: 188px;
      background-color: #D3101F;
      padding: 12px;
      text-align: center;
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      border-radius: 8px;
      letter-spacing: -0.4px;
      border: none;
      margin-top: 28px;
    }

  .contact-row {
    justify-content: space-between;
  }

  .location iframe {
    margin-top: 48px;
  }

  .contact-info {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .contact-row .col-md-6 {
    width: 46%;
  }

  .contact-row h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2D2D2D;
  }

  .contact-row h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2D2D2D;
    margin-top: 18px;
  }

  .inside-manset {
    background-color: #F4F4F4;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tours-r5 {
    margin-top: 48px;
  }

    .tours-r5 .nav-link {
      color: #2D2D2D;
      font-size: 16px;
      font-weight: 600;
      padding: 18px;
    }

      .tours-r5 .nav-link.active {
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        background-color: #D3101F;
        border: none;
        padding: 24px;
      }

	.tours-r5 .accordion-body {
		padding: 20px;
		text-align: justify;
	}

	.tours-r5 .accordion-body h3 {
		color: #D3101F;
		font-size: 20px;
		font-weight: 600;
		padding-top: 18px;
		padding-bottom: 8px;
	}
	.tours-r5 p {
		font-size: 16px;
	}

	#collapseFd .accordion-body ul li {
		list-style: none!important;
	}
	#collapseFdd .accordion-body ul li {
		list-style: none!important;
	}
    #collapseFd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

    #collapseFdd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil-degil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

  .tours-r4 .col-md-6 {
    padding: 28px;
  }

  .tours-r3 {
    margin-top: 48px;
    margin-bottom: 48px;
    justify-content: space-between;
  }

  .tour-date-price .col:nth-child(1) {
    width: 50%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(2) {
    width: 16%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(3) {
    width: 28%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tours-r3-left {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  .tours-r3-right {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  #videogaleri-block {
    margin-bottom: 48px;
    margin-top: 48px;
  }

  #tour-detail .tour-map {
    width: 94%;
    border-radius: 18px;
  }

  #videogaleri-block h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  #tour-detail .tours-r1 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  #tour-detail .tour-detail-foto-line {
    z-index: 5;
    margin: auto;
  }

    #tour-detail .tour-detail-foto-line img {
      border-radius: 18px;
    }

  #tour-detail .tour-name {
    font-size: 38px;
    font-weight: 600;
    color: #D3101F;
    letter-spacing: -1px;
  }

  #tour-detail .tour-slogan {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
  }

  #tour-detail .tour-kampanya {
    font-size: 22px;
    font-weight: 500;
    color: #D3101F;
	text-align: right;
  }

  #tour-detail .tour-name-w {
    color: #ffffff;
    font-size: 34px;
    letter-spacing: -1px;
  }

  #tour-detail .tour-price-w {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
  }

  #tour-detail .tour-slogan-w {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }

  #tour-detail .btn-tour {
    width: 280px;
    background: #06C448;
    background: linear-gradient(270deg,rgba(6, 196, 72, 1) 0%, rgba(0, 148, 207, 1) 100%);
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
    border: none;
  }

  #tour-detail .btn-tour-wp {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    border: none;
  }

  #tour-detail .tour-note-w {
    color: #ffffff;
    font-size: 12px;
    margin-top: 18px;
  }

  #tour-detail .tour-sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #D3101F;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  #tour-detail .tour-red-back {
    padding: 28px 48px 28px 48px;
  }

  .tours-r2 {
    background-image: url("../images/tour-detail-red-back.webp");
    background-size: contain;
    background-repeat: no-repeat;
    height: 478px;
  }

  #tour-detail .tour-cities-list li {
  }

  #tour-detail .tour-konaklama-list li {
  }

  #tour-detail .tour-form-date {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .tour-form-price {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .btn-tour-kayit {
    width: 156px;
    background-color: #D3101F;
    padding: 4px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: -0.4px;
  }

  /* FOOTER */
  footer .col {
    border-right: 0.4px solid #ff6772;
  }

    footer .col:nth-child(4) {
      border-right: 0px;
    }

  footer .f-menu-block {
    padding-left: 14px;
  }

  footer .f-contact {
    padding-left: 14px;
  }

  footer a:hover {
    color: #f9a7ad;
  }

  .tursab-dogrulama img {
    width: 198px !important;
  }

  footer .copyright {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  footeralt .col-md-7 {
    margin: auto;
    padding: 8px;
    font-size: 12px;
    width: 65%;
  }

  footeralt .col-md-3 {
    padding: 8px;
    width: 27%;
  }

  footeralt .col-md-2 {
    padding: 8px;
    font-size: 12px;
    width: 8%;
  }

  footeralt .col-md-3 p {
    font-size: 12px;
    margin: 0;
  }

  footer {
    background-color: #D3101F;
    margin-top: 88px;
    padding-top: 48px;
    padding-bottom: 48px;
    color: #ffffff;
  }

    footer a {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
    }

    footer p {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
      margin: 0;
    }

  .f-logo h1 {
        font-size: 18px;
        font-weight: 800;
        color: #ffffff;
        margin-top: -2px;
        margin-left: 0px;
  }

  .f-logo h2 {
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 5px;
    padding-left: 8px;
  }

  .f-logo img {
    width: 218px;
  }

  .col-social-vertigo {
    width: 22%;
  }

  /* MAIN PAGE */
  #social-vertigo h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  .sm-button {
    background-color: #F4F4F4;
    padding: 18px;
    border-radius: 28px 0px 28px 0px;
    text-align: center;
  }

  .social-vertigo-boxes {
    display: flex;
    justify-content: space-between;
  }

  #slider-tercih-edenler .item {
    background-color: #F4F4F4;
    padding: 28px 28px 28px 48px;
    font-size: 14px;
    min-height: 468px;
    border-radius: 18px;
  }

  .s-icon {
    width: 78px !important;
    margin-bottom: 18px;
  }

  .dvm-lnk {
    font-size: 14px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 28px;
    display: block;
  }

  #slider-blog h2 {
    font-size: 18px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  #slider-blog date {
    font-size: 12px;
    color: #D3101F;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 18px;
    display: block;
  }

  #main-tercih-edenler {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #main-tercih-edenler h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #main-blog {
    margin-top: 68px;
    margin-bottom: 48px;
    background-color: #F4F4F4;
    padding-bottom: 48px;
    padding-top: 48px;
  }

    #main-blog h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #fotogaleri-block {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #fotogaleri-block h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  .neden-vertigo-title {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    .neden-vertigo-title h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
    }

  .neden-vertigo-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .col-neden-vertigo {
    width: 32%;
    background-color: #D3101F;
    border-radius: 12px;
    margin-bottom: 14px;
    margin-top: 14px;
    padding: 32px;
  }

    .col-neden-vertigo h2 {
      font-size: 22px;
      font-weight: 600;
      color: #ffffff;
    }

    .col-neden-vertigo img {
      height: 58px;
      margin-bottom: 18px;
    }

    .col-neden-vertigo p {
      font-size: 16px;
      font-weight: 400;
      color: #ffffff;
    }

  .btn-block {
    margin-top: 48px;
    margin-bottom: 28px;
    justify-content: end;
  }

  #main-tercih-edenler .btn-block {
    margin-top: 0px;
  }

  #main-turlar {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .btn-vertigo-white {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    border-radius: 0px;
  }

  .btn-vertigo-red {
    width: 280px;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
  }

    .btn-vertigo-red:hover {
      background-color: #ffffff !important;
      color: #A2AAAB !important;
    }

  .btn-vertigo-white:hover {
    background-color: #d2121f !important;
    color: #ffffff !important;
  }

  .main-tours-r {
    justify-content: space-between;
  }

  .tours-blok {
    margin-top: 48px;
    width: 31%;
  }

    .tours-blok img {
      width: 100%;
    }

    .tours-blok h1 {
      font-size: 19px;
      font-weight: 600;
      color: #ffffff;
      margin-top: 14px;
      background-color: #d3111f;
      padding: 14px;
      text-align: center;
      min-height: 68px;
      align-content: center;
      letter-spacing: -0.5px;
    }

    .tours-blok .tours-price {
      font-size: 28px;
      font-weight: 600;
      color: #d3111f;
      margin-top: 14px;
      display: block;
    }

    .tours-blok h2 {
      font-size: 20px;
      font-weight: 600;
      color: #2D2D2D;
      margin-top: 8px;
    }

    .tours-blok h3 {
      font-size: 18px;
      font-weight: 500;
      color: #D3101F;
      margin-top: 18px;
    }

    .tours-blok p {
    }

  .h1-title-kara {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
  }


  /* HEADER */
  .head-logo-side {
    height: 88px;
  }

  .main-menu-header {
    height: 78px;
  }

  .nav-item {
    border-left: 0.4px solid #a3aaab;
  }

  .dropdown-item {
    font-size: 12px;
    font-weight: 600;
  }

  .dropdown-menu {
    border: none;
  }

    .dropdown-menu li {
      padding: 4px;
      border-bottom: 0.4px solid gray;
    }

      .dropdown-menu li:last-child {
        border: none;
      }

  .head-msg {
    background-color: #FFEFC1;
    padding: 12px;
  }

    .head-msg h4 {
      font-size: 14px;
      font-weight: 600;
      text-align: center;
    }

  #banner-alti-buttons {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .news-right {
    padding-left: 48px;
  }

  .btn-news-red {
    width: 128px;
    background-color: #D3101F;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    align-content: center;
    margin-top: 28px;
  }

    .btn-news-red:hover {
      background-color: #ef2333 !important;
      color: #ffffff !important;
    }

  .btn-red:hover {
    background-color: #ef2333 !important;
    color: #ffffff !important;
  }

  .btn-gray:hover {
    background-color: #4b5152 !important;
    color: #ffffff !important;
  }

  .btn-white:hover {
    background-color: #33BB47 !important;
    color: #ffffff !important;
  }

  .btn-red {
    width: 90%;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-gray {
    width: 90%;
    background-color: #A2AAAB;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-white {
    width: 90%;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #33BB47;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    align-content: center;
  }

  .navbar h1 {
        font-size: 22px;
        font-weight: 900;
        color: #D3101F;
        position: absolute;
        margin-top: -2px;
        float: right;
        padding-left: 158px;
  }

  .navbar h2 {
font-size: 11px;
        font-weight: 500;
        color: #2D2D2D;
        position: absolute;
        margin-top: 8px;
        padding-left: 4px;
  }

  .col-v-top:nth-child(1) {
    width: 18%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 18px;
  }

  .col-v-top:nth-child(2) {
    width: 16%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
  }

  .col-v-top:nth-child(3) {
    width: 66%;
    text-align: end;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-right: 18px;
  }

    .col-v-top:nth-child(3) img {
      width: 28px;
      padding-right: 8px;
    }

  .site-header-top {
    background-color: #D3101F;
    padding: 8px;
  }

  .v-top {
    width: 100%;
  }

  .vertigo-logo {
    width: 218px;
  }

  .f-logo {
    width: 328px;
  }

  #slider-manset .owl-item img {
    border-radius: 0px 0px 0px 180px;
  }

  .owl-manset-text {
    width: 400px;
    position: absolute;
    top: 20%;
    z-index: 12;
    background-color: #ffffff;
    border-radius: 28px 0px 0px 28px;
    padding-left: 28px;
    right: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 128px;
    align-content: center;
  }

    .owl-manset-text h1 {
      font-size: 24px;
      color: #D3101F;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

    .owl-manset-text h3 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

  .site-header {
    padding-bottom: 24px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 12px;
        font-weight: 600;
        color: #2D2D2D;
        padding-right: 6px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 90%;
  }
p {
	font-size: 14px;
}
.tours-r5 li {
	list-style: disc!important;
    list-style-position: inside!important;
}
.v-f-gallery .col-md-3 {
	width: 22%;
	margin: 8px;
}
#slider-tour-manset iframe {
    border-radius: 28px;
    height: 400px;
}
#slider-manset iframe {
    border-radius: 28px;
    height: 514px;
}
#slider-tour-manset .owl-item {
    height: 498px;
    margin-top: 38px;
}
#slider-tour-manset .owl-nav {
    margin-top: -28px;
	z-index: 88;
	position: relative;
}
#slider-tour-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-tour-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
.owl-carousel .owl-video-wrapper {
  /* Optional: Ensure the background is dark before the video loads */
  background: #000;
}
.owl-carousel .owl-video-frame {
  /* Set the stage for the responsive trick */
  position: relative;
  padding-bottom: 56.25%; /* 9/16 = 0.5625 (Standard 16:9 Aspect Ratio) */
  height: 0;
  overflow: hidden;
}
  .owl-carousel .owl-video-frame iframe {
    /* Force the iframe to fill the responsive container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .custom-card .col-md-6 {
    padding: 8px;
  }

  .site-header-top a {
    color: #ffffff;
  }

  footer strong {
    margin-bottom: 8px;
    padding-top: 8px;
  }

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.accordion-button:not(.collapsed) {
    color: #d3111f;
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 20px;
}
  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow: none;
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: #dddddd;
  }

  .content-page {
    margin-top: 48px;
	text-align: justify;
  }


  /* Kartın üstündeki yıl başlığını daha belirgin hale getirmek için özel stil */
  .timeline-year {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Yıla bir renk verilebilir */
    margin-bottom: 0.5rem;
  }

  /* Kartın kenarlığı, gölgesi ve arka planı için stil */
  .timeline-card {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
    min-height: 100%; /* Tüm kartların aynı yükseklikte olmasını sağlamaya yardımcı olur */
  }

    .timeline-card:hover {
      transform: translateY(-5px); /* Hover efektinde biraz yukarı kaydır */
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

  /* Başlık stili */
  .timeline-title {
    color: #007bff; /* Mavi renk kullanılabilir */
    font-weight: 600;
    font-size: 1rem;
  }

  /* İçerik metni stili */
  .timeline-text {
    font-size: 0.9rem;
    color: #555;
  }

  /* Görseldeki gibi kartları yatayda ortalamak ve aralık bırakmak için div'i kullan */
  .timeline-item {
    padding: 10px; /* Her bir öğe arasında boşluk bırakır */
    display: flex;
  }

  /* Görüntülerin kart içinde düzgün görünmesi için */
  .card-img-top {
    width: 100%;
    height: auto; /* Yüksekliği otomatik ayarlar */
    object-fit: cover; /* Görüntüyü kutuya sığdırır ve kırpar */
    max-height: 198px; /* Örnek yükseklik */
  }

  /* Ödül görselleri için özel stil */
  .award-img {
    max-height: 200px;
    width: 100%;
    object-fit: contain; /* Görüntüyü sığdırır, kırpmaz */
  }

  /* Kart içeriği için bir min-height tanımlayarak kartların eşit boyda olmasına yardımcı olabiliriz */
  .card-body-content {
    min-height: 120px; /* İçerik için minimum yükseklik */
  }


  .vertigo-news h3 {
    font-size: 20px;
  }

  .vertigo-news {
    padding: 18px;
  }

    .vertigo-news p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
    }

  .form-check {
    margin-top: .5rem;
  }

    .form-check .form-check-input {
      border: none;
      margin-top: 0;
    }


  .team-cont .team-item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: .5px solid #00664d;
    transition: .3s ease;
    height: 100%;
  }

    .team-cont .team-item:hover {
      border: .5px solid #ea882d;
    }

    .team-cont .team-item h3 {
      font-size: 28px;
      color: #d3101f;
      margin: 0;
    }

    .team-cont .team-item span {
      font-size: 12px;
      text-transform: uppercase;
      color: #252962;
      display: block;
    }

    .team-cont .team-item a {
      font-size: 14px;
      font-weight: lighter;
      color: #00664d;
      margin-top: 10px;
      display: block;
    }

    .team-cont .team-item .team-img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      transition: .3s ease;
    }

    .team-cont .team-item:hover .team-img {
      transform: translateY(-50%) scale(1.05);
    }

  .content-page ul {
    padding: 0px;
    margin-left: 8px;
  }

  .content-page li {
    list-style: outside;
    margin-left: 8px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  #tour-detail li {
    list-style: none;
    margin-bottom: 4px;
    margin-top: 4px;
	font-size: 14px;
  }

  .main-menu-header .dropdown-item:hover {
    color: #d3111f;
  }

  #vertigo-history {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .contact-title-red {
    font-size: 28px;
    font-weight: 500;
    color: #D3101F;
    margin-bottom: 48px;
  }

  .tercih-edenler-name {
    font-weight: 600;
    color: #D3101F;
    font-size: 16px;
    margin-top: 28px;
  }

  .inside-manset-text h1 {
    font-size: 32px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .contact-us-form h1 {
    color: #2D2D2D;
    font-size: 28px;
    font-weight: 500;
  }

  .contact-us-form-info {
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: 28px;
  }

    .contact-us-form-info .col {
      width: 24%;
      padding: 0px;
      flex: none;
    }

  .contact-us-form {
    margin-bottom: 88px;
  }

    .contact-us-form .btn-contact {
      width: 188px;
      background-color: #D3101F;
      padding: 12px;
      text-align: center;
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      border-radius: 8px;
      letter-spacing: -0.4px;
      border: none;
      margin-top: 28px;
    }

  .contact-row {
    justify-content: space-between;
  }

  .location iframe {
    margin-top: 48px;
  }

  .contact-info {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .contact-row .col-md-6 {
    width: 46%;
  }

  .contact-row h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2D2D2D;
  }

  .contact-row h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2D2D2D;
    margin-top: 18px;
  }

  .inside-manset {
    background-color: #F4F4F4;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tours-r5 {
    margin-top: 48px;
  }

    .tours-r5 .nav-link {
      color: #2D2D2D;
      font-size: 16px;
      font-weight: 600;
      padding: 16px;
    }
.sm-button img {
	height: 44px;
}
      .tours-r5 .nav-link.active {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        background-color: #D3101F;
        border: none;
        padding: 16px;
      }

	.tours-r5 .accordion-body {
		padding: 20px;
		text-align: justify;
	}

	.tours-r5 .accordion-body h3 {
		color: #D3101F;
		font-size: 20px;
		font-weight: 600;
		padding-top: 18px;
		padding-bottom: 8px;
	}
	.tours-r5 p {
		font-size: 16px;
	}

	#collapseFd .accordion-body ul li {
		list-style: none!important;
	}
	#collapseFdd .accordion-body ul li {
		list-style: none!important;
	}
    #collapseFd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

    #collapseFdd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil-degil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

  .tours-r4 .col-md-6 {
    padding: 28px;
  }

  .tours-r3 {
    margin-top: 48px;
    margin-bottom: 48px;
    justify-content: space-between;
  }

  .tour-date-price .col:nth-child(1) {
    width: 50%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(2) {
    width: 16%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(3) {
    width: 28%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tours-r3-left {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  .tours-r3-right {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  #videogaleri-block {
    margin-bottom: 48px;
    margin-top: 48px;
  }

  #tour-detail .tour-map {
    width: 94%;
    border-radius: 18px;
  }

  #videogaleri-block h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  #tour-detail .tours-r1 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  #tour-detail .tour-detail-foto-line {
    z-index: 5;
    margin: auto;
  }

    #tour-detail .tour-detail-foto-line img {
      border-radius: 18px;
    }

  #tour-detail .tour-name {
    font-size: 38px;
    font-weight: 600;
    color: #D3101F;
    letter-spacing: -1px;
  }

  #tour-detail .tour-slogan {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
  }

  #tour-detail .tour-kampanya {
    font-size: 22px;
    font-weight: 500;
    color: #D3101F;
	text-align: right;
  }

  #tour-detail .tour-name-w {
    color: #ffffff;
    font-size: 34px;
    letter-spacing: -1px;
  }

  #tour-detail .tour-price-w {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
  }

  #tour-detail .tour-slogan-w {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }

  #tour-detail .btn-tour {
    width: 280px;
    background: #06C448;
    background: linear-gradient(270deg,rgba(6, 196, 72, 1) 0%, rgba(0, 148, 207, 1) 100%);
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
    border: none;
  }

  #tour-detail .btn-tour-wp {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    border: none;
  }

  #tour-detail .tour-note-w {
    color: #ffffff;
    font-size: 12px;
    margin-top: 18px;
  }

  #tour-detail .tour-sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #D3101F;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  #tour-detail .tour-red-back {
    padding: 28px 48px 28px 48px;
  }

  .tours-r2 {
    background-image: url("../images/tour-detail-red-back.webp");
    background-size: contain;
    background-repeat: no-repeat;
    height: 478px;
  }

  #tour-detail .tour-cities-list li {
  }

  #tour-detail .tour-konaklama-list li {
  }

  #tour-detail .tour-form-date {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .tour-form-price {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .btn-tour-kayit {
    width: 156px;
    background-color: #D3101F;
    padding: 4px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: -0.4px;
  }

  /* FOOTER */
  footer .col {
    border-right: 0.4px solid #ff6772;
  }

    footer .col:nth-child(4) {
      border-right: 0px;
    }

  footer .f-menu-block {
    padding-left: 28px;
  }

  footer .f-contact {
    padding-left: 28px;
  }

  footer a:hover {
    color: #f9a7ad;
  }

  .tursab-dogrulama img {
    width: 198px !important;
  }

  footer .copyright {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  footeralt .col-md-7 {
    margin: auto;
    padding: 8px;
    font-size: 12px;
    width: 65%;
  }

  footeralt .col-md-3 {
    padding: 8px;
    width: 27%;
  }

  footeralt .col-md-2 {
    padding: 8px;
    font-size: 12px;
    width: 8%;
  }

  footeralt .col-md-3 p {
    font-size: 12px;
    margin: 0;
  }

  footer {
    background-color: #D3101F;
    margin-top: 88px;
    padding-top: 48px;
    padding-bottom: 48px;
    color: #ffffff;
  }

    footer a {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
    }

    footer p {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
      margin: 0;
    }

  .f-logo h1 {
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	margin-top: -6px;
	margin-left: -24px;
  }

  .f-logo h2 {
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 5px;
    padding-left: 8px;
  }

  .f-logo img {
    width: 248px;
  }

  .col-social-vertigo {
    width: 22%;
  }

  /* MAIN PAGE */
  #social-vertigo h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  .sm-button {
    background-color: #F4F4F4;
    padding: 18px;
    border-radius: 28px 0px 28px 0px;
    text-align: center;
  }

  .social-vertigo-boxes {
    display: flex;
    justify-content: space-between;
  }

  #slider-tercih-edenler .item {
    background-color: #F4F4F4;
    padding: 20px 20px 20px 28px;
    font-size: 14px;
    min-height: 468px;
    border-radius: 18px;
  }

  .s-icon {
    width: 78px !important;
    margin-bottom: 18px;
  }

  .dvm-lnk {
    font-size: 14px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 28px;
    display: block;
  }

  #slider-blog h2 {
    font-size: 20px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  #slider-blog date {
    font-size: 12px;
    color: #D3101F;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 18px;
    display: block;
  }

  #main-tercih-edenler {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #main-tercih-edenler h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #main-blog {
    margin-top: 68px;
    margin-bottom: 48px;
    background-color: #F4F4F4;
    padding-bottom: 48px;
    padding-top: 48px;
  }

    #main-blog h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #fotogaleri-block {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #fotogaleri-block h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  .neden-vertigo-title {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    .neden-vertigo-title h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
    }

  .neden-vertigo-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .col-neden-vertigo {
    width: 32%;
    background-color: #D3101F;
    border-radius: 12px;
    margin-bottom: 14px;
    margin-top: 14px;
    padding: 32px;
  }

    .col-neden-vertigo h2 {
      font-size: 22px;
      font-weight: 600;
      color: #ffffff;
    }

    .col-neden-vertigo img {
      height: 58px;
      margin-bottom: 18px;
    }

    .col-neden-vertigo p {
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
    }

  .btn-block {
    margin-top: 48px;
    margin-bottom: 28px;
    justify-content: end;
  }

  #main-tercih-edenler .btn-block {
    margin-top: 0px;
  }

  #main-turlar {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .btn-vertigo-white {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    border-radius: 0px;
  }

  .btn-vertigo-red {
    width: 280px;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
  }

    .btn-vertigo-red:hover {
      background-color: #ffffff !important;
      color: #A2AAAB !important;
    }

  .btn-vertigo-white:hover {
    background-color: #d2121f !important;
    color: #ffffff !important;
  }

  .main-tours-r {
    justify-content: space-between;
  }

  .tours-blok {
    margin-top: 48px;
    width: 31%;
  }

    .tours-blok img {
      width: 100%;
    }

    .tours-blok h1 {
      font-size: 19px;
      font-weight: 600;
      color: #ffffff;
      margin-top: 14px;
      background-color: #d3111f;
      padding: 14px;
      text-align: center;
      min-height: 68px;
      align-content: center;
      letter-spacing: -0.5px;
    }

    .tours-blok .tours-price {
      font-size: 28px;
      font-weight: 600;
      color: #d3111f;
      margin-top: 14px;
      display: block;
    }

    .tours-blok h2 {
      font-size: 20px;
      font-weight: 600;
      color: #2D2D2D;
      margin-top: 8px;
    }

    .tours-blok h3 {
      font-size: 18px;
      font-weight: 500;
      color: #D3101F;
      margin-top: 18px;
    }

    .tours-blok p {
    }

  .h1-title-kara {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
  }


  /* HEADER */
  .head-logo-side {
    height: 88px;
  }

  .main-menu-header {
    height: 78px;
  }

  .nav-item {
    border-left: 0.4px solid #a3aaab;
  }

  .dropdown-item {
    font-size: 14px;
    font-weight: 600;
  }

  .dropdown-menu {
    border: none;
  }

    .dropdown-menu li {
      padding: 8px;
      border-bottom: 0.4px solid gray;
    }

      .dropdown-menu li:last-child {
        border: none;
      }

  .head-msg {
    background-color: #FFEFC1;
    padding: 12px;
  }

    .head-msg h4 {
      font-size: 16px;
      font-weight: 600;
      text-align: center;
    }

  #banner-alti-buttons {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .news-right {
    padding-left: 48px;
  }

  .btn-news-red {
    width: 128px;
    background-color: #D3101F;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    align-content: center;
    margin-top: 28px;
  }

    .btn-news-red:hover {
      background-color: #ef2333 !important;
      color: #ffffff !important;
    }

  .btn-red:hover {
    background-color: #ef2333 !important;
    color: #ffffff !important;
  }

  .btn-gray:hover {
    background-color: #4b5152 !important;
    color: #ffffff !important;
  }

  .btn-white:hover {
    background-color: #33BB47 !important;
    color: #ffffff !important;
  }

  .btn-red {
    width: 90%;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-gray {
    width: 90%;
    background-color: #A2AAAB;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-white {
    width: 90%;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #33BB47;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    align-content: center;
  }

  .navbar h1 {
        font-size: 24px;
        font-weight: 900;
        color: #D3101F;
        position: absolute;
        margin-top: -2px;
        float: right;
        padding-left: 188px;
  }

  .navbar h2 {
        font-size: 13px;
        font-weight: 500;
        color: #2D2D2D;
        position: absolute;
        margin-top: 8px;
        padding-left: 8px;
  }

  .col-v-top:nth-child(1) {
    width: 15%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 18px;
  }

  .col-v-top:nth-child(2) {
    width: 15%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
  }

  .col-v-top:nth-child(3) {
    width: 70%;
    text-align: end;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-right: 18px;
  }

    .col-v-top:nth-child(3) img {
      width: 28px;
      padding-right: 8px;
    }

  .site-header-top {
    background-color: #D3101F;
    padding: 8px;
  }

  .v-top {
    width: 100%;
  }

  .vertigo-logo {
    width: 238px;
  }

  .f-logo {
    width: 328px;
  }

  #slider-manset .owl-item img {
    border-radius: 0px 0px 0px 180px;
  }

  .owl-manset-text {
    width: 400px;
    position: absolute;
    top: 20%;
    z-index: 12;
    background-color: #ffffff;
    border-radius: 28px 0px 0px 28px;
    padding-left: 28px;
    right: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 128px;
    align-content: center;
  }

    .owl-manset-text h1 {
      font-size: 24px;
      color: #D3101F;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

    .owl-manset-text h3 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

  .site-header {
    padding-bottom: 24px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 13px;
        font-weight: 600;
        color: #2D2D2D;
        padding-right: 6px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 94%;
  }
p {
	font-size: 14px;
}
.tours-r5 li {
	list-style: disc!important;
    list-style-position: inside!important;
}
.v-f-gallery .col-md-3 {
	width: 22%;
	margin: 8px;
}
#slider-tour-manset iframe {
    border-radius: 28px;
    height: 498px;
}
#slider-manset iframe {
    border-radius: 28px;
    height: 658px;
}
#slider-tour-manset .owl-item {
    height: 498px;
    margin-top: 38px;
}
#slider-tour-manset .owl-nav {
    margin-top: -28px;
	z-index: 88;
	position: relative;
}
#slider-tour-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-tour-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
.owl-carousel .owl-video-wrapper {
  /* Optional: Ensure the background is dark before the video loads */
  background: #000;
}
.owl-carousel .owl-video-frame {
  /* Set the stage for the responsive trick */
  position: relative;
  padding-bottom: 56.25%; /* 9/16 = 0.5625 (Standard 16:9 Aspect Ratio) */
  height: 0;
  overflow: hidden;
}
  .owl-carousel .owl-video-frame iframe {
    /* Force the iframe to fill the responsive container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .custom-card .col-md-6 {
    padding: 8px;
  }

  .site-header-top a {
    color: #ffffff;
  }

  footer strong {
    margin-bottom: 8px;
    padding-top: 8px;
  }

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.accordion-button:not(.collapsed) {
    color: #d3111f;
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 20px;
}
  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow: none;
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: #dddddd;
  }

  .content-page {
    margin-top: 48px;
	text-align: justify;
  }


  /* Kartın üstündeki yıl başlığını daha belirgin hale getirmek için özel stil */
  .timeline-year {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Yıla bir renk verilebilir */
    margin-bottom: 0.5rem;
  }

  /* Kartın kenarlığı, gölgesi ve arka planı için stil */
  .timeline-card {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
    min-height: 100%; /* Tüm kartların aynı yükseklikte olmasını sağlamaya yardımcı olur */
  }

    .timeline-card:hover {
      transform: translateY(-5px); /* Hover efektinde biraz yukarı kaydır */
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

  /* Başlık stili */
  .timeline-title {
    color: #007bff; /* Mavi renk kullanılabilir */
    font-weight: 600;
    font-size: 1rem;
  }

  /* İçerik metni stili */
  .timeline-text {
    font-size: 0.9rem;
    color: #555;
  }

  /* Görseldeki gibi kartları yatayda ortalamak ve aralık bırakmak için div'i kullan */
  .timeline-item {
    padding: 10px; /* Her bir öğe arasında boşluk bırakır */
    display: flex;
  }

  /* Görüntülerin kart içinde düzgün görünmesi için */
  .card-img-top {
    width: 100%;
    height: auto; /* Yüksekliği otomatik ayarlar */
    object-fit: cover; /* Görüntüyü kutuya sığdırır ve kırpar */
    max-height: 198px; /* Örnek yükseklik */
  }

  /* Ödül görselleri için özel stil */
  .award-img {
    max-height: 200px;
    width: 100%;
    object-fit: contain; /* Görüntüyü sığdırır, kırpmaz */
  }

  /* Kart içeriği için bir min-height tanımlayarak kartların eşit boyda olmasına yardımcı olabiliriz */
  .card-body-content {
    min-height: 120px; /* İçerik için minimum yükseklik */
  }


  .vertigo-news h3 {
    font-size: 20px;
  }

  .vertigo-news {
    padding: 18px;
  }

    .vertigo-news p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
    }

  .form-check {
    margin-top: .5rem;
  }

    .form-check .form-check-input {
      border: none;
      margin-top: 0;
    }


  .team-cont .team-item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: .5px solid #00664d;
    transition: .3s ease;
    height: 100%;
  }

    .team-cont .team-item:hover {
      border: .5px solid #ea882d;
    }

    .team-cont .team-item h3 {
      font-size: 28px;
      color: #d3101f;
      margin: 0;
    }

    .team-cont .team-item span {
      font-size: 12px;
      text-transform: uppercase;
      color: #252962;
      display: block;
    }

    .team-cont .team-item a {
      font-size: 14px;
      font-weight: lighter;
      color: #00664d;
      margin-top: 10px;
      display: block;
    }

    .team-cont .team-item .team-img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      transition: .3s ease;
    }

    .team-cont .team-item:hover .team-img {
      transform: translateY(-50%) scale(1.05);
    }

  .content-page ul {
    padding: 0px;
    margin-left: 8px;
  }

  .content-page li {
    list-style: outside;
    margin-left: 8px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  #tour-detail li {
    list-style: none;
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .main-menu-header .dropdown-item:hover {
    color: #d3111f;
  }

  #vertigo-history {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .contact-title-red {
    font-size: 28px;
    font-weight: 500;
    color: #D3101F;
    margin-bottom: 48px;
  }

  .tercih-edenler-name {
    font-weight: 600;
    color: #D3101F;
    font-size: 16px;
    margin-top: 28px;
  }

  .inside-manset-text h1 {
    font-size: 32px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .contact-us-form h1 {
    color: #2D2D2D;
    font-size: 28px;
    font-weight: 500;
  }

  .contact-us-form-info {
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: 28px;
  }

    .contact-us-form-info .col {
      width: 24%;
      padding: 0px;
      flex: none;
    }

  .contact-us-form {
    margin-bottom: 88px;
  }

    .contact-us-form .btn-contact {
      width: 188px;
      background-color: #D3101F;
      padding: 12px;
      text-align: center;
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      border-radius: 8px;
      letter-spacing: -0.4px;
      border: none;
      margin-top: 28px;
    }

  .contact-row {
    justify-content: space-between;
  }

  .location iframe {
    margin-top: 48px;
  }

  .contact-info {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .contact-row .col-md-6 {
    width: 46%;
  }

  .contact-row h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2D2D2D;
  }

  .contact-row h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2D2D2D;
    margin-top: 18px;
  }

  .inside-manset {
    background-color: #F4F4F4;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .tours-r5 {
    margin-top: 48px;
  }

    .tours-r5 .nav-link {
      color: #2D2D2D;
      font-size: 18px;
      font-weight: 600;
      padding: 24px;
    }

      .tours-r5 .nav-link.active {
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        background-color: #D3101F;
        border: none;
        padding: 24px;
      }

	.tours-r5 .accordion-body {
		padding: 20px;
		text-align: justify;
	}

	.tours-r5 .accordion-body h3 {
		color: #D3101F;
		font-size: 20px;
		font-weight: 600;
		padding-top: 18px;
		padding-bottom: 8px;
	}
	.tours-r5 p {
		font-size: 16px;
	}

	#collapseFd .accordion-body ul li {
		list-style: none!important;
	}
	#collapseFdd .accordion-body ul li {
		list-style: none!important;
	}
    #collapseFd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

    #collapseFdd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil-degil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

  .tours-r4 .col-md-6 {
    padding: 28px;
  }

  .tours-r3 {
    margin-top: 48px;
    margin-bottom: 48px;
    justify-content: space-between;
  }

  .tour-date-price .col:nth-child(1) {
    width: 50%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(2) {
    width: 16%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(3) {
    width: 28%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tours-r3-left {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  .tours-r3-right {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  #videogaleri-block {
    margin-bottom: 48px;
    margin-top: 48px;
  }

  #tour-detail .tour-map {
    width: 94%;
    border-radius: 18px;
  }

  #videogaleri-block h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  #tour-detail .tours-r1 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  #tour-detail .tour-detail-foto-line {
    z-index: 5;
    margin: auto;
  }

    #tour-detail .tour-detail-foto-line img {
      border-radius: 18px;
    }

  #tour-detail .tour-name {
    font-size: 44px;
    font-weight: 600;
    color: #D3101F;
    letter-spacing: -1px;
  }

  #tour-detail .tour-slogan {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
  }

  #tour-detail .tour-kampanya {
    font-size: 24px;
    font-weight: 500;
    color: #D3101F;
    text-align: right;
  }

  #tour-detail .tour-name-w {
    color: #ffffff;
    font-size: 34px;
    letter-spacing: -1px;
  }

  #tour-detail .tour-price-w {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
  }

  #tour-detail .tour-slogan-w {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }

  #tour-detail .btn-tour {
    width: 280px;
    background: #06C448;
    background: linear-gradient(270deg,rgba(6, 196, 72, 1) 0%, rgba(0, 148, 207, 1) 100%);
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
    border: none;
  }

  #tour-detail .btn-tour-wp {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    border: none;
  }

  #tour-detail .tour-note-w {
    color: #ffffff;
    font-size: 12px;
    margin-top: 18px;
  }

  #tour-detail .tour-sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #D3101F;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  #tour-detail .tour-red-back {
    padding: 28px 48px 28px 48px;
  }

  .tours-r2 {
    background-image: url("../images/tour-detail-red-back.webp");
    background-size: contain;
    background-repeat: no-repeat;
    height: 478px;
  }

  #tour-detail .tour-cities-list li {
  }

  #tour-detail .tour-konaklama-list li {
  }

  #tour-detail .tour-form-date {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .tour-form-price {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .btn-tour-kayit {
    width: 156px;
    background-color: #D3101F;
    padding: 4px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: -0.4px;
  }

  /* FOOTER */
  footer .col {
    border-right: 0.4px solid #ff6772;
  }

    footer .col:nth-child(4) {
      border-right: 0px;
    }

  footer .f-menu-block {
    padding-left: 28px;
  }

  footer .f-contact {
    padding-left: 28px;
  }

  footer a:hover {
    color: #f9a7ad;
  }

  .tursab-dogrulama img {
    width: 228px !important;
  }

  footer .copyright {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  footeralt .col-md-7 {
    margin: auto;
    padding: 8px;
    font-size: 12px;
    width: 65%;
  }

  footeralt .col-md-3 {
    padding: 8px;
    width: 27%;
  }

  footeralt .col-md-2 {
    padding: 8px;
    font-size: 12px;
    width: 8%;
  }

  footeralt .col-md-3 p {
    font-size: 12px;
    margin: 0;
  }

  footer {
    background-color: #D3101F;
    margin-top: 88px;
    padding-top: 48px;
    padding-bottom: 48px;
    color: #ffffff;
  }

    footer a {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
    }

    footer p {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
      margin: 0;
    }

  .f-logo h1 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-top: -8px;
    margin-left: -14px;
  }

  .f-logo h2 {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 5px;
    padding-left: 10px;
  }

  .f-logo img {
    width: 268px;
  }

  .col-social-vertigo {
    width: 22%;
  }

  /* MAIN PAGE */
  #social-vertigo h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  .sm-button {
    background-color: #F4F4F4;
    padding: 18px;
    border-radius: 28px 0px 28px 0px;
    text-align: center;
  }

  .social-vertigo-boxes {
    display: flex;
    justify-content: space-between;
  }

  #slider-tercih-edenler .item {
    background-color: #F4F4F4;
    padding: 28px 28px 28px 48px;
    font-size: 14px;
    min-height: 468px;
    border-radius: 18px;
  }

  .s-icon {
    width: 78px !important;
    margin-bottom: 18px;
  }

  .dvm-lnk {
    font-size: 14px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 28px;
    display: block;
  }

  #slider-blog h2 {
    font-size: 24px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  #slider-blog date {
    font-size: 16px;
    color: #D3101F;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 18px;
    display: block;
  }

  #main-tercih-edenler {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #main-tercih-edenler h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #main-blog {
    margin-top: 68px;
    margin-bottom: 48px;
    background-color: #F4F4F4;
    padding-bottom: 48px;
    padding-top: 48px;
  }

    #main-blog h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #fotogaleri-block {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #fotogaleri-block h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  .neden-vertigo-title {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    .neden-vertigo-title h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
    }

  .neden-vertigo-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .col-neden-vertigo {
    width: 32%;
    background-color: #D3101F;
    border-radius: 12px;
    margin-bottom: 14px;
    margin-top: 14px;
    padding: 32px;
  }

    .col-neden-vertigo h2 {
      font-size: 24px;
      font-weight: 600;
      color: #ffffff;
    }

    .col-neden-vertigo img {
      height: 58px;
      margin-bottom: 18px;
    }

    .col-neden-vertigo p {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
    }

  .btn-block {
    margin-top: 48px;
    margin-bottom: 28px;
    justify-content: end;
  }

  #main-tercih-edenler .btn-block {
    margin-top: 0px;
  }

  #main-turlar {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .btn-vertigo-white {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    border-radius: 0px;
  }

  .btn-vertigo-red {
    width: 280px;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
  }

    .btn-vertigo-red:hover {
      background-color: #ffffff !important;
      color: #A2AAAB !important;
    }

  .btn-vertigo-white:hover {
    background-color: #d2121f !important;
    color: #ffffff !important;
  }

  .main-tours-r {
    justify-content: space-between;
  }

  .tours-blok {
    margin-top: 48px;
    width: 31%;
  }

    .tours-blok img {
      width: 100%;
    }

    .tours-blok h1 {
      font-size: 19px;
      font-weight: 600;
      color: #ffffff;
      margin-top: 14px;
      background-color: #d3111f;
      padding: 14px;
      text-align: center;
      min-height: 68px;
      align-content: center;
      letter-spacing: -0.5px;
    }

    .tours-blok .tours-price {
      font-size: 28px;
      font-weight: 600;
      color: #d3111f;
      margin-top: 14px;
      display: block;
    }

    .tours-blok h2 {
      font-size: 20px;
      font-weight: 600;
      color: #2D2D2D;
      margin-top: 8px;
    }

    .tours-blok h3 {
      font-size: 18px;
      font-weight: 500;
      color: #D3101F;
      margin-top: 18px;
    }

    .tours-blok p {
    }

  .h1-title-kara {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
  }


  /* HEADER */
  .head-logo-side {
    height: 88px;
  }

  .main-menu-header {
    height: 78px;
  }

  .nav-item {
    border-left: 0.4px solid #a3aaab;
  }

  .dropdown-item {
    font-size: 14px;
    font-weight: 600;
  }

  .dropdown-menu {
    border: none;
  }

    .dropdown-menu li {
      padding: 8px;
      border-bottom: 0.4px solid gray;
    }

      .dropdown-menu li:last-child {
        border: none;
      }

  .head-msg {
    background-color: #FFEFC1;
    padding: 12px;
  }

    .head-msg h4 {
      font-size: 16px;
      font-weight: 600;
      text-align: center;
    }

  #banner-alti-buttons {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .news-right {
    padding-left: 48px;
  }

  .btn-news-red {
    width: 128px;
    background-color: #D3101F;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    align-content: center;
    margin-top: 28px;
  }

    .btn-news-red:hover {
      background-color: #ef2333 !important;
      color: #ffffff !important;
    }

  .btn-red:hover {
    background-color: #ef2333 !important;
    color: #ffffff !important;
  }

  .btn-gray:hover {
    background-color: #4b5152 !important;
    color: #ffffff !important;
  }

  .btn-white:hover {
    background-color: #33BB47 !important;
    color: #ffffff !important;
  }

  .btn-red {
    width: 90%;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-gray {
    width: 90%;
    background-color: #A2AAAB;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-white {
    width: 90%;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #33BB47;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    align-content: center;
  }

  .navbar h1 {
    font-size: 26px;
    font-weight: 900;
    color: #D3101F;
    position: absolute;
    margin-top: -2px;
    float: right;
    padding-left: 220px;
  }

  .navbar h2 {
    font-size: 15px;
    font-weight: 500;
    color: #2D2D2D;
    position: absolute;
    margin-top: 8px;
    padding-left: 8px;
  }

  .col-v-top:nth-child(1) {
    width: 15%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 18px;
  }

  .col-v-top:nth-child(2) {
    width: 15%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
  }

  .col-v-top:nth-child(3) {
    width: 70%;
    text-align: end;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-right: 18px;
  }

    .col-v-top:nth-child(3) img {
      width: 28px;
      padding-right: 8px;
    }

  .site-header-top {
    background-color: #D3101F;
    padding: 8px;
  }

  .v-top {
    width: 100%;
  }

  .vertigo-logo {
    width: 268px;
  }

  .f-logo {
    width: 328px;
  }

  #slider-manset .owl-item img {
    border-radius: 0px 0px 0px 180px;
  }

  .owl-manset-text {
    width: 400px;
    position: absolute;
    top: 20%;
    z-index: 12;
    background-color: #ffffff;
    border-radius: 28px 0px 0px 28px;
    padding-left: 28px;
    right: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 128px;
    align-content: center;
  }

    .owl-manset-text h1 {
      font-size: 24px;
      color: #D3101F;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

    .owl-manset-text h3 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

  .site-header {
    padding-bottom: 24px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #2D2D2D;
    ;
    padding-right: 8px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 94%;
  }
p {
	font-size: 14px;
}
.tours-r5 li {
	list-style: disc!important;
    list-style-position: inside!important;
}
.v-f-gallery .col-md-3 {
	width: 22%;
	margin: 8px;
}
#slider-tour-manset iframe {
    border-radius: 28px;
    height: 498px;
}
#slider-manset iframe {
    border-radius: 28px;
    height: 658px;
}
#slider-tour-manset .owl-item {
    height: 498px;
    margin-top: 38px;
}
#slider-tour-manset .owl-nav {
    margin-top: -28px;
	z-index: 88;
	position: relative;
}
#slider-tour-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-tour-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
.owl-carousel .owl-video-wrapper {
  /* Optional: Ensure the background is dark before the video loads */
  background: #000;
}
.owl-carousel .owl-video-frame {
  /* Set the stage for the responsive trick */
  position: relative;
  padding-bottom: 56.25%; /* 9/16 = 0.5625 (Standard 16:9 Aspect Ratio) */
  height: 0;
  overflow: hidden;
}
  .owl-carousel .owl-video-frame iframe {
    /* Force the iframe to fill the responsive container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .custom-card .col-md-6 {
    padding: 8px;
  }

  .site-header-top a {
    color: #ffffff;
  }

  footer strong {
    margin-bottom: 8px;
    padding-top: 8px;
  }

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.accordion-button:not(.collapsed) {
    color: #d3111f;
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 20px;
}
  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow: none;
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: #dddddd;
  }

  .content-page {
    margin-top: 48px;
	text-align: justify;
  }


  /* Kartın üstündeki yıl başlığını daha belirgin hale getirmek için özel stil */
  .timeline-year {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Yıla bir renk verilebilir */
    margin-bottom: 0.5rem;
  }

  /* Kartın kenarlığı, gölgesi ve arka planı için stil */
  .timeline-card {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
    min-height: 100%; /* Tüm kartların aynı yükseklikte olmasını sağlamaya yardımcı olur */
  }

    .timeline-card:hover {
      transform: translateY(-5px); /* Hover efektinde biraz yukarı kaydır */
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

  /* Başlık stili */
  .timeline-title {
    color: #007bff; /* Mavi renk kullanılabilir */
    font-weight: 600;
    font-size: 1rem;
  }

  /* İçerik metni stili */
  .timeline-text {
    font-size: 0.9rem;
    color: #555;
  }

  /* Görseldeki gibi kartları yatayda ortalamak ve aralık bırakmak için div'i kullan */
  .timeline-item {
    padding: 10px; /* Her bir öğe arasında boşluk bırakır */
    display: flex;
  }

  /* Görüntülerin kart içinde düzgün görünmesi için */
  .card-img-top {
    width: 100%;
    height: auto; /* Yüksekliği otomatik ayarlar */
    object-fit: cover; /* Görüntüyü kutuya sığdırır ve kırpar */
    max-height: 198px; /* Örnek yükseklik */
  }

  /* Ödül görselleri için özel stil */
  .award-img {
    max-height: 200px;
    width: 100%;
    object-fit: contain; /* Görüntüyü sığdırır, kırpmaz */
  }

  /* Kart içeriği için bir min-height tanımlayarak kartların eşit boyda olmasına yardımcı olabiliriz */
  .card-body-content {
    min-height: 120px; /* İçerik için minimum yükseklik */
  }


  .vertigo-news h3 {
    font-size: 20px;
  }

  .vertigo-news {
    padding: 18px;
  }

    .vertigo-news p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
    }

  .form-check {
    margin-top: .5rem;
  }

    .form-check .form-check-input {
      border: none;
      margin-top: 0;
    }


  .team-cont .team-item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: .5px solid #00664d;
    transition: .3s ease;
    height: 100%;
  }

    .team-cont .team-item:hover {
      border: .5px solid #ea882d;
    }

    .team-cont .team-item h3 {
      font-size: 28px;
      color: #d3101f;
      margin: 0;
    }

    .team-cont .team-item span {
      font-size: 12px;
      text-transform: uppercase;
      color: #252962;
      display: block;
    }

    .team-cont .team-item a {
      font-size: 14px;
      font-weight: lighter;
      color: #00664d;
      margin-top: 10px;
      display: block;
    }

    .team-cont .team-item .team-img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      transition: .3s ease;
    }

    .team-cont .team-item:hover .team-img {
      transform: translateY(-50%) scale(1.05);
    }

  .content-page ul {
    padding: 0px;
    margin-left: 8px;
  }

  .content-page li {
    list-style: outside;
    margin-left: 8px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  #tour-detail li {
    list-style: none;
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .main-menu-header .dropdown-item:hover {
    color: #d3111f;
  }

  #vertigo-history {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .contact-title-red {
    font-size: 28px;
    font-weight: 500;
    color: #D3101F;
    margin-bottom: 48px;
  }

  .tercih-edenler-name {
    font-weight: 600;
    color: #D3101F;
    font-size: 16px;
    margin-top: 28px;
  }

  .inside-manset-text h1 {
    font-size: 32px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .contact-us-form h1 {
    color: #2D2D2D;
    font-size: 28px;
    font-weight: 500;
  }

  .contact-us-form-info {
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: 28px;
  }

    .contact-us-form-info .col {
      width: 24%;
      padding: 0px;
      flex: none;
    }

  .contact-us-form {
    margin-bottom: 88px;
  }

    .contact-us-form .btn-contact {
      width: 188px;
      background-color: #D3101F;
      padding: 12px;
      text-align: center;
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      border-radius: 8px;
      letter-spacing: -0.4px;
      border: none;
      margin-top: 28px;
    }

  .contact-row {
    justify-content: space-between;
  }

  .location iframe {
    margin-top: 48px;
  }

  .contact-info {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .contact-row .col-md-6 {
    width: 46%;
  }

  .contact-row h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2D2D2D;
  }

  .contact-row h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2D2D2D;
    margin-top: 18px;
  }

  .inside-manset {
    background-color: #F4F4F4;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .tours-r5 {
    margin-top: 48px;
  }

    .tours-r5 .nav-link {
      color: #2D2D2D;
      font-size: 18px;
      font-weight: 600;
      padding: 24px;
    }

      .tours-r5 .nav-link.active {
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        background-color: #D3101F;
        border: none;
        padding: 24px;
      }

	.tours-r5 .accordion-body {
		padding: 20px;
		text-align: justify;
	}

	.tours-r5 .accordion-body h3 {
		color: #D3101F;
		font-size: 20px;
		font-weight: 600;
		padding-top: 18px;
		padding-bottom: 8px;
	}
	.tours-r5 p {
		font-size: 16px;
	}

	#collapseFd .accordion-body ul li {
		list-style: none!important;
	}
	#collapseFdd .accordion-body ul li {
		list-style: none!important;
	}
    #collapseFd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

    #collapseFdd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil-degil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

  .tours-r4 .col-md-6 {
    padding: 28px;
  }

  .tours-r3 {
    margin-top: 48px;
    margin-bottom: 48px;
    justify-content: space-between;
  }

  .tour-date-price .col:nth-child(1) {
    width: 50%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(2) {
    width: 16%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(3) {
    width: 28%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tours-r3-left {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  .tours-r3-right {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  #videogaleri-block {
    margin-bottom: 48px;
    margin-top: 48px;
  }

  #tour-detail .tour-map {
    width: 94%;
    border-radius: 18px;
  }

  #videogaleri-block h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  #tour-detail .tours-r1 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  #tour-detail .tour-detail-foto-line {
    z-index: 5;
    margin: auto;
  }

    #tour-detail .tour-detail-foto-line img {
      border-radius: 18px;
    }

  #tour-detail .tour-name {
    font-size: 44px;
    font-weight: 600;
    color: #D3101F;
    letter-spacing: -1px;
  }

  #tour-detail .tour-slogan {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
  }

  #tour-detail .tour-kampanya {
    font-size: 24px;
    font-weight: 500;
    color: #D3101F;
    text-align: right;
  }

  #tour-detail .tour-name-w {
    color: #ffffff;
    font-size: 34px;
    letter-spacing: -1px;
  }

  #tour-detail .tour-price-w {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
  }

  #tour-detail .tour-slogan-w {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }

  #tour-detail .btn-tour {
    width: 280px;
    background: #06C448;
    background: linear-gradient(270deg,rgba(6, 196, 72, 1) 0%, rgba(0, 148, 207, 1) 100%);
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
    border: none;
  }

  #tour-detail .btn-tour-wp {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    border: none;
  }

  #tour-detail .tour-note-w {
    color: #ffffff;
    font-size: 12px;
    margin-top: 18px;
  }

  #tour-detail .tour-sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #D3101F;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  #tour-detail .tour-red-back {
    padding: 28px 48px 28px 48px;
  }

  .tours-r2 {
    background-image: url("../images/tour-detail-red-back.webp");
    background-size: contain;
    background-repeat: no-repeat;
    height: 478px;
  }

  #tour-detail .tour-cities-list li {
  }

  #tour-detail .tour-konaklama-list li {
  }

  #tour-detail .tour-form-date {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .tour-form-price {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .btn-tour-kayit {
    width: 156px;
    background-color: #D3101F;
    padding: 4px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: -0.4px;
  }

  /* FOOTER */
  footer .col {
    border-right: 0.4px solid #ff6772;
  }

    footer .col:nth-child(4) {
      border-right: 0px;
    }

  footer .f-menu-block {
    padding-left: 28px;
  }

  footer .f-contact {
    padding-left: 28px;
  }

  footer a:hover {
    color: #f9a7ad;
  }

  .tursab-dogrulama img {
    width: 228px !important;
  }

  footer .copyright {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  footeralt .col-md-7 {
    margin: auto;
    padding: 8px;
    font-size: 12px;
    width: 65%;
  }

  footeralt .col-md-3 {
    padding: 8px;
    width: 27%;
  }

  footeralt .col-md-2 {
    padding: 8px;
    font-size: 12px;
    width: 8%;
  }

  footeralt .col-md-3 p {
    font-size: 12px;
    margin: 0;
  }

  footer {
    background-color: #D3101F;
    margin-top: 88px;
    padding-top: 48px;
    padding-bottom: 48px;
    color: #ffffff;
  }

    footer a {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
    }

    footer p {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
      margin: 0;
    }

  .f-logo h1 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-top: -8px;
    margin-left: -14px;
  }

  .f-logo h2 {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 5px;
    padding-left: 10px;
  }

  .f-logo img {
    width: 268px;
  }

  .col-social-vertigo {
    width: 22%;
  }

  /* MAIN PAGE */
  #social-vertigo h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  .sm-button {
    background-color: #F4F4F4;
    padding: 18px;
    border-radius: 28px 0px 28px 0px;
    text-align: center;
  }

  .social-vertigo-boxes {
    display: flex;
    justify-content: space-between;
  }

  #slider-tercih-edenler .item {
    background-color: #F4F4F4;
    padding: 28px 28px 28px 48px;
    font-size: 14px;
    min-height: 468px;
    border-radius: 18px;
  }

  .s-icon {
    width: 78px !important;
    margin-bottom: 18px;
  }

  .dvm-lnk {
    font-size: 14px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 28px;
    display: block;
  }

  #slider-blog h2 {
    font-size: 24px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  #slider-blog date {
    font-size: 16px;
    color: #D3101F;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 18px;
    display: block;
  }

  #main-tercih-edenler {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #main-tercih-edenler h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #main-blog {
    margin-top: 68px;
    margin-bottom: 48px;
    background-color: #F4F4F4;
    padding-bottom: 48px;
    padding-top: 48px;
  }

    #main-blog h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #fotogaleri-block {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #fotogaleri-block h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  .neden-vertigo-title {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    .neden-vertigo-title h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
    }

  .neden-vertigo-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .col-neden-vertigo {
    width: 32%;
    background-color: #D3101F;
    border-radius: 12px;
    margin-bottom: 14px;
    margin-top: 14px;
    padding: 32px;
  }

    .col-neden-vertigo h2 {
      font-size: 24px;
      font-weight: 600;
      color: #ffffff;
    }

    .col-neden-vertigo img {
      height: 58px;
      margin-bottom: 18px;
    }

    .col-neden-vertigo p {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
    }

  .btn-block {
    margin-top: 48px;
    margin-bottom: 28px;
    justify-content: end;
  }

  #main-tercih-edenler .btn-block {
    margin-top: 0px;
  }

  #main-turlar {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .btn-vertigo-white {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    border-radius: 0px;
  }

  .btn-vertigo-red {
    width: 280px;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
  }

    .btn-vertigo-red:hover {
      background-color: #ffffff !important;
      color: #A2AAAB !important;
    }

  .btn-vertigo-white:hover {
    background-color: #d2121f !important;
    color: #ffffff !important;
  }

  .main-tours-r {
    justify-content: space-between;
  }

  .tours-blok {
    margin-top: 48px;
    width: 31%;
  }

    .tours-blok img {
      width: 100%;
    }

    .tours-blok h1 {
      font-size: 19px;
      font-weight: 600;
      color: #ffffff;
      margin-top: 14px;
      background-color: #d3111f;
      padding: 14px;
      text-align: center;
      min-height: 68px;
      align-content: center;
      letter-spacing: -0.5px;
    }

    .tours-blok .tours-price {
      font-size: 28px;
      font-weight: 600;
      color: #d3111f;
      margin-top: 14px;
      display: block;
    }

    .tours-blok h2 {
      font-size: 20px;
      font-weight: 600;
      color: #2D2D2D;
      margin-top: 8px;
    }

    .tours-blok h3 {
      font-size: 18px;
      font-weight: 500;
      color: #D3101F;
      margin-top: 18px;
    }

    .tours-blok p {
    }

  .h1-title-kara {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
  }


  /* HEADER */
  .head-logo-side {
    height: 88px;
  }

  .main-menu-header {
    height: 78px;
  }

  .nav-item {
    border-left: 0.4px solid #a3aaab;
  }

  .dropdown-item {
    font-size: 14px;
    font-weight: 600;
  }

  .dropdown-menu {
    border: none;
  }

    .dropdown-menu li {
      padding: 8px;
      border-bottom: 0.4px solid gray;
    }

      .dropdown-menu li:last-child {
        border: none;
      }

  .head-msg {
    background-color: #FFEFC1;
    padding: 12px;
  }

    .head-msg h4 {
      font-size: 16px;
      font-weight: 600;
      text-align: center;
    }

  #banner-alti-buttons {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .news-right {
    padding-left: 48px;
  }

  .btn-news-red {
    width: 128px;
    background-color: #D3101F;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    align-content: center;
    margin-top: 28px;
  }

    .btn-news-red:hover {
      background-color: #ef2333 !important;
      color: #ffffff !important;
    }

  .btn-red:hover {
    background-color: #ef2333 !important;
    color: #ffffff !important;
  }

  .btn-gray:hover {
    background-color: #4b5152 !important;
    color: #ffffff !important;
  }

  .btn-white:hover {
    background-color: #33BB47 !important;
    color: #ffffff !important;
  }

  .btn-red {
    width: 90%;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-gray {
    width: 90%;
    background-color: #A2AAAB;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-white {
    width: 90%;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #33BB47;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    align-content: center;
  }

  .navbar h1 {
    font-size: 26px;
    font-weight: 900;
    color: #D3101F;
    position: absolute;
    margin-top: -2px;
    float: right;
    padding-left: 220px;
  }

  .navbar h2 {
    font-size: 15px;
    font-weight: 500;
    color: #2D2D2D;
    position: absolute;
    margin-top: 8px;
    padding-left: 8px;
  }

  .col-v-top:nth-child(1) {
    width: 15%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 18px;
  }

  .col-v-top:nth-child(2) {
    width: 15%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
  }

  .col-v-top:nth-child(3) {
    width: 70%;
    text-align: end;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-right: 18px;
  }

    .col-v-top:nth-child(3) img {
      width: 28px;
      padding-right: 8px;
    }

  .site-header-top {
    background-color: #D3101F;
    padding: 8px;
  }

  .v-top {
    width: 100%;
  }

  .vertigo-logo {
    width: 268px;
  }

  .f-logo {
    width: 328px;
  }

  #slider-manset .owl-item img {
    border-radius: 0px 0px 0px 180px;
  }

  .owl-manset-text {
    width: 400px;
    position: absolute;
    top: 20%;
    z-index: 12;
    background-color: #ffffff;
    border-radius: 28px 0px 0px 28px;
    padding-left: 28px;
    right: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 128px;
    align-content: center;
  }

    .owl-manset-text h1 {
      font-size: 24px;
      color: #D3101F;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

    .owl-manset-text h3 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

  .site-header {
    padding-bottom: 24px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #2D2D2D;
    ;
    padding-right: 8px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 98%;
  }
#banner-alti-buttons {
    display: none;
}
p {
	font-size: 16px;
}
.tours-r5 li {
	list-style: disc!important;
    list-style-position: inside!important;
}
.v-f-gallery .col-md-3 {
	width: 22%;
	margin: 8px;
}
#slider-tour-manset iframe {
    border-radius: 28px;
    height: 498px;
}
#slider-manset iframe {
    border-radius: 28px;
    height: 658px;
}
#slider-tour-manset .owl-item {
    height: 498px;
    margin-top: 38px;
}
#slider-tour-manset .owl-nav {
    margin-top: -28px;
	z-index: 88;
	position: relative;
}
#slider-tour-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-tour-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
.owl-carousel .owl-video-wrapper {
  /* Optional: Ensure the background is dark before the video loads */
  background: #000;
}
.owl-carousel .owl-video-frame {
  /* Set the stage for the responsive trick */
  position: relative;
  padding-bottom: 56.25%; /* 9/16 = 0.5625 (Standard 16:9 Aspect Ratio) */
  height: 0;
  overflow: hidden;
}
  .owl-carousel .owl-video-frame iframe {
    /* Force the iframe to fill the responsive container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .custom-card .col-md-6 {
    padding: 8px;
  }

  .site-header-top a {
    color: #ffffff;
  }

  footer strong {
    margin-bottom: 8px;
    padding-top: 8px;
  }

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.accordion-button:not(.collapsed) {
    color: #d3111f;
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 20px;
}
  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow: none;
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: #dddddd;
  }

  .content-page {
    margin-top: 48px;
	text-align: justify;
  }


  /* Kartın üstündeki yıl başlığını daha belirgin hale getirmek için özel stil */
  .timeline-year {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Yıla bir renk verilebilir */
    margin-bottom: 0.5rem;
  }

  /* Kartın kenarlığı, gölgesi ve arka planı için stil */
  .timeline-card {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
    min-height: 100%; /* Tüm kartların aynı yükseklikte olmasını sağlamaya yardımcı olur */
  }

    .timeline-card:hover {
      transform: translateY(-5px); /* Hover efektinde biraz yukarı kaydır */
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

  /* Başlık stili */
  .timeline-title {
    color: #007bff; /* Mavi renk kullanılabilir */
    font-weight: 600;
    font-size: 1rem;
  }

  /* İçerik metni stili */
  .timeline-text {
    font-size: 0.9rem;
    color: #555;
  }

  /* Görseldeki gibi kartları yatayda ortalamak ve aralık bırakmak için div'i kullan */
  .timeline-item {
    padding: 10px; /* Her bir öğe arasında boşluk bırakır */
    display: flex;
  }

  /* Görüntülerin kart içinde düzgün görünmesi için */
  .card-img-top {
    width: 100%;
    height: auto; /* Yüksekliği otomatik ayarlar */
    object-fit: cover; /* Görüntüyü kutuya sığdırır ve kırpar */
    max-height: 198px; /* Örnek yükseklik */
  }

  /* Ödül görselleri için özel stil */
  .award-img {
    max-height: 200px;
    width: 100%;
    object-fit: contain; /* Görüntüyü sığdırır, kırpmaz */
  }

  /* Kart içeriği için bir min-height tanımlayarak kartların eşit boyda olmasına yardımcı olabiliriz */
  .card-body-content {
    min-height: 120px; /* İçerik için minimum yükseklik */
  }


  .vertigo-news h3 {
    font-size: 20px;
  }

  .vertigo-news {
    padding: 18px;
  }

    .vertigo-news p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
    }

  .form-check {
    margin-top: .5rem;
  }

    .form-check .form-check-input {
      border: none;
      margin-top: 0;
    }


  .team-cont .team-item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: .5px solid #00664d;
    transition: .3s ease;
    height: 100%;
  }

    .team-cont .team-item:hover {
      border: .5px solid #ea882d;
    }

    .team-cont .team-item h3 {
      font-size: 28px;
      color: #d3101f;
      margin: 0;
    }

    .team-cont .team-item span {
      font-size: 12px;
      text-transform: uppercase;
      color: #252962;
      display: block;
    }

    .team-cont .team-item a {
      font-size: 14px;
      font-weight: lighter;
      color: #00664d;
      margin-top: 10px;
      display: block;
    }

    .team-cont .team-item .team-img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      transition: .3s ease;
    }

    .team-cont .team-item:hover .team-img {
      transform: translateY(-50%) scale(1.05);
    }

  .content-page ul {
    padding: 0px;
    margin-left: 8px;
  }

  .content-page li {
    list-style: outside;
    margin-left: 8px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  #tour-detail li {
    list-style: none;
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .main-menu-header .dropdown-item:hover {
    color: #d3111f;
  }

  #vertigo-history {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .contact-title-red {
    font-size: 28px;
    font-weight: 500;
    color: #D3101F;
    margin-bottom: 48px;
  }

  .tercih-edenler-name {
    font-weight: 600;
    color: #D3101F;
    font-size: 16px;
    margin-top: 28px;
  }

  .inside-manset-text h1 {
    font-size: 32px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .contact-us-form h1 {
    color: #2D2D2D;
    font-size: 28px;
    font-weight: 500;
  }

  .contact-us-form-info {
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: 28px;
  }

    .contact-us-form-info .col {
      width: 24%;
      padding: 0px;
      flex: none;
    }

  .contact-us-form {
    margin-bottom: 88px;
  }

    .contact-us-form .btn-contact {
      width: 188px;
      background-color: #D3101F;
      padding: 12px;
      text-align: center;
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      border-radius: 8px;
      letter-spacing: -0.4px;
      border: none;
      margin-top: 28px;
    }

  .contact-row {
    justify-content: space-between;
  }

  .location iframe {
    margin-top: 48px;
  }

  .contact-info {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .contact-row .col-md-6 {
    width: 46%;
  }

  .contact-row h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2D2D2D;
  }

  .contact-row h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2D2D2D;
    margin-top: 18px;
  }

  .inside-manset {
    background-color: #F4F4F4;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .tours-r5 {
    margin-top: 48px;
  }

    .tours-r5 .nav-link {
      color: #2D2D2D;
      font-size: 18px;
      font-weight: 600;
      padding: 24px;
    }

      .tours-r5 .nav-link.active {
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        background-color: #D3101F;
        border: none;
        padding: 24px;
      }

	.tours-r5 .accordion-body {
		padding: 20px;
		text-align: justify;
	}

	.tours-r5 .accordion-body h3 {
		color: #D3101F;
		font-size: 20px;
		font-weight: 600;
		padding-top: 18px;
		padding-bottom: 8px;
	}
	.tours-r5 p {
		font-size: 16px;
	}

	#collapseFd .accordion-body ul li {
		list-style: none!important;
	}
	#collapseFdd .accordion-body ul li {
		list-style: none!important;
	}
    #collapseFd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

    #collapseFdd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil-degil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

  .tours-r4 .col-md-6 {
    padding: 28px;
  }

  .tours-r3 {
    justify-content: space-between;
  }

  .tour-date-price .col:nth-child(1) {
    width: 50%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(2) {
    width: 16%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tour-date-price .col:nth-child(3) {
    width: 28%;
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .tours-r3-left {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  .tours-r3-right {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 49%;
  }

  #videogaleri-block {
    margin-bottom: 48px;
    margin-top: 48px;
  }

  #tour-detail .tour-map {
    width: 94%;
    border-radius: 18px;
  }

  #videogaleri-block h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  #tour-detail .tours-r1 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  #tour-detail .tour-detail-foto-line {
    z-index: 5;
    margin: auto;
  }

    #tour-detail .tour-detail-foto-line img {
      border-radius: 18px;
    }

  #tour-detail .tour-name {
    font-size: 44px;
    font-weight: 600;
    color: #D3101F;
    letter-spacing: -1px;
  }

  #tour-detail .tour-slogan {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
  }

  #tour-detail .tour-kampanya {
    font-size: 24px;
    font-weight: 500;
    color: #D3101F;
    text-align: right;
  }

  #tour-detail .tour-name-w {
    color: #ffffff;
    font-size: 34px;
    letter-spacing: -1px;
  }

  #tour-detail .tour-price-w {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
  }

  #tour-detail .tour-slogan-w {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }

  #tour-detail .btn-tour {
    width: 280px;
    background: #06C448;
    background: linear-gradient(270deg,rgba(6, 196, 72, 1) 0%, rgba(0, 148, 207, 1) 100%);
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
    border: none;
  }

  #tour-detail .btn-tour-wp {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    border: none;
  }

  #tour-detail .tour-note-w {
    color: #ffffff;
    font-size: 12px;
    margin-top: 18px;
  }

  #tour-detail .tour-sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #D3101F;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  #tour-detail .tour-red-back {
    padding: 28px 48px 28px 48px;
  }

  .tours-r2 {
    background-image: url("../images/tour-detail-red-back.webp");
    background-size: contain;
    background-repeat: no-repeat;
    height: 478px;
  }

  #tour-detail .tour-cities-list li {
  }

  #tour-detail .tour-konaklama-list li {
  }

  #tour-detail .tour-form-date {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .tour-form-price {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
  }

  #tour-detail .btn-tour-kayit {
    width: 100%;
    background-color: #D3101F;
    padding: 4px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: -0.4px;
  }

  /* FOOTER */
  footer .col {
    border-right: 0.4px solid #ff6772;
  }

    footer .col:nth-child(4) {
      border-right: 0px;
    }

  footer .f-menu-block {
    padding-left: 28px;
  }

  footer .f-contact {
    padding-left: 28px;
  }

  footer a:hover {
    color: #f9a7ad;
  }

  .tursab-dogrulama img {
    width: 228px !important;
  }

  footer .copyright {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  footeralt .col-md-7 {
    margin: auto;
    padding: 8px;
    font-size: 12px;
    width: 65%;
  }

  footeralt .col-md-3 {
    padding: 8px;
    width: 27%;
  }

  footeralt .col-md-2 {
    padding: 8px;
    font-size: 12px;
    width: 8%;
  }

  footeralt .col-md-3 p {
    font-size: 12px;
    margin: 0;
  }

  footer {
    background-color: #D3101F;
    margin-top: 88px;
    padding-top: 48px;
    padding-bottom: 48px;
    color: #ffffff;
  }

    footer a {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
    }

    footer p {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
      margin: 0;
    }

  .f-logo h1 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-top: -8px;
    margin-left: -14px;
  }

  .f-logo h2 {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 5px;
    padding-left: 10px;
  }

  .f-logo img {
    width: 268px;
  }

  .col-social-vertigo {
    width: 22%;
  }

  /* MAIN PAGE */
  #social-vertigo h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  .sm-button {
    background-color: #F4F4F4;
    padding: 18px;
    border-radius: 28px 0px 28px 0px;
    text-align: center;
  }

  .social-vertigo-boxes {
    display: flex;
    justify-content: space-between;
  }

  #slider-tercih-edenler .item {
    background-color: #F4F4F4;
    padding: 28px 28px 28px 48px;
    font-size: 14px;
    min-height: 468px;
    border-radius: 18px;
  }

  .s-icon {
    width: 78px !important;
    margin-bottom: 18px;
  }

  .dvm-lnk {
    font-size: 14px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 28px;
    display: block;
  }

  #slider-blog h2 {
    font-size: 24px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  #slider-blog date {
    font-size: 16px;
    color: #D3101F;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 18px;
    display: block;
  }

  #main-tercih-edenler {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #main-tercih-edenler h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #main-blog {
    margin-top: 68px;
    margin-bottom: 48px;
    background-color: #F4F4F4;
    padding-bottom: 48px;
    padding-top: 48px;
  }

    #main-blog h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #fotogaleri-block {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #fotogaleri-block h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  .neden-vertigo-title {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    .neden-vertigo-title h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
    }

  .neden-vertigo-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .col-neden-vertigo {
    width: 32%;
    background-color: #D3101F;
    border-radius: 12px;
    margin-bottom: 14px;
    margin-top: 14px;
    padding: 32px;
  }

    .col-neden-vertigo h2 {
      font-size: 24px;
      font-weight: 600;
      color: #ffffff;
    }

    .col-neden-vertigo img {
      height: 58px;
      margin-bottom: 18px;
    }

    .col-neden-vertigo p {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
    }

  .btn-block {
    margin-top: 48px;
    margin-bottom: 28px;
    justify-content: end;
  }

  #main-tercih-edenler .btn-block {
    margin-top: 0px;
  }

  #main-turlar {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .btn-vertigo-white {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    border-radius: 0px;
  }

  .btn-vertigo-red {
    width: 280px;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
  }

    .btn-vertigo-red:hover {
      background-color: #ffffff !important;
      color: #A2AAAB !important;
    }

  .btn-vertigo-white:hover {
    background-color: #d2121f !important;
    color: #ffffff !important;
  }

  .main-tours-r {
    justify-content: space-between;
  }

  .tours-blok {
    margin-top: 48px;
    width: 31%;
  }

    .tours-blok img {
      width: 100%;
    }

    .tours-blok h1 {
      font-size: 19px;
      font-weight: 600;
      color: #ffffff;
      margin-top: 14px;
      background-color: #d3111f;
      padding: 14px;
      text-align: center;
      min-height: 68px;
      align-content: center;
      letter-spacing: -0.5px;
    }

    .tours-blok .tours-price {
      font-size: 28px;
      font-weight: 600;
      color: #d3111f;
      margin-top: 14px;
      display: block;
    }

    .tours-blok h2 {
      font-size: 20px;
      font-weight: 600;
      color: #2D2D2D;
      margin-top: 8px;
    }

    .tours-blok h3 {
      font-size: 18px;
      font-weight: 500;
      color: #D3101F;
      margin-top: 18px;
    }

    .tours-blok p {
    }

  .h1-title-kara {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
  }


  /* HEADER */
  .head-logo-side {
    height: 88px;
  }

  .main-menu-header {
    height: 78px;
  }

  .nav-item {
    border-left: 0.4px solid #a3aaab;
  }

  .dropdown-item {
    font-size: 14px;
    font-weight: 600;
  }

  .dropdown-menu {
    border: none;
  }

    .dropdown-menu li {
      padding: 8px;
      border-bottom: 0.4px solid gray;
    }

      .dropdown-menu li:last-child {
        border: none;
      }

  .head-msg {
    background-color: #FFEFC1;
    padding: 12px;
  }

    .head-msg h4 {
      font-size: 16px;
      font-weight: 600;
      text-align: center;
    }

  #banner-alti-buttons {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .news-right {
    padding-left: 48px;
  }

  .btn-news-red {
    width: 128px;
    background-color: #D3101F;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    align-content: center;
    margin-top: 28px;
  }

    .btn-news-red:hover {
      background-color: #ef2333 !important;
      color: #ffffff !important;
    }

  .btn-red:hover {
    background-color: #ef2333 !important;
    color: #ffffff !important;
  }

  .btn-gray:hover {
    background-color: #4b5152 !important;
    color: #ffffff !important;
  }

  .btn-white:hover {
    background-color: #33BB47 !important;
    color: #ffffff !important;
  }

  .btn-red {
    width: 90%;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-gray {
    width: 90%;
    background-color: #A2AAAB;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-white {
    width: 90%;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #33BB47;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    align-content: center;
  }

  .navbar h1 {
    font-size: 26px;
    font-weight: 900;
    color: #D3101F;
    position: absolute;
    margin-top: -2px;
    float: right;
    padding-left: 220px;
  }

  .navbar h2 {
    font-size: 15px;
    font-weight: 500;
    color: #2D2D2D;
    position: absolute;
    margin-top: 8px;
    padding-left: 8px;
  }

  .col-v-top:nth-child(1) {
    width: 15%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 18px;
  }

  .col-v-top:nth-child(2) {
    width: 15%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
  }

  .col-v-top:nth-child(3) {
    width: 70%;
    text-align: end;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-right: 18px;
  }

    .col-v-top:nth-child(3) img {
      width: 28px;
      padding-right: 8px;
    }

  .site-header-top {
    background-color: #D3101F;
    padding: 8px;
	display: none;
  }

  .v-top {
    width: 100%;
  }

  .vertigo-logo {
    width: 268px;
  }

  .f-logo {
    width: 328px;
  }

  #slider-manset .owl-item img {
    border-radius: 0px 0px 0px 180px;
  }

  .owl-manset-text {
    width: 400px;
    position: absolute;
    top: 20%;
    z-index: 12;
    background-color: #ffffff;
    border-radius: 28px 0px 0px 28px;
    padding-left: 28px;
    right: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 128px;
    align-content: center;
  }

    .owl-manset-text h1 {
      font-size: 24px;
      color: #D3101F;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

    .owl-manset-text h3 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

  .site-header {
    padding-bottom: 24px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #2D2D2D;
    ;
    padding-right: 8px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }
}


@media only screen and (max-width: 575px) {
  .container {
    max-width: 98%;
  }
#tur-fiyat-line {
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
}
#tur-fiyat-line h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.6px;
}
#banner-alti-buttons {
    display: none;
}
p {
	font-size: 15px;
}
.tours-r5 li {
	list-style: disc!important;
    list-style-position: inside!important;
}
.v-f-gallery .col-md-3 {
	width: 22%;
	margin: 8px;
}
#slider-tour-manset iframe {
    border-radius: 28px;
    height: 248px;
}
#slider-manset iframe {
    border-radius: 28px;
    height: 490px;
}
#slider-tour-manset .owl-item {

    margin-top: 18px;
}
#slider-tour-manset .owl-nav {
    margin-top: -28px;
	z-index: 88;
	position: relative;
}
.form-check-inline {
    display: block!important;
}
#slider-tour-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-tour-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-prev {
        font-size: 68px;
        color: #D3101F;
    }
#slider-manset .owl-nav .owl-next {
        font-size: 68px;
        color: #D3101F;
    }
.owl-carousel .owl-video-wrapper {
  /* Optional: Ensure the background is dark before the video loads */
  background: #000;
}
.owl-carousel .owl-video-frame {
  /* Set the stage for the responsive trick */
  position: relative;
  padding-bottom: 56.25%; /* 9/16 = 0.5625 (Standard 16:9 Aspect Ratio) */
  height: 0;
  overflow: hidden;
}
  .owl-carousel .owl-video-frame iframe {
    /* Force the iframe to fill the responsive container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .custom-card .col-md-6 {
    padding: 8px;
  }

  .site-header-top a {
    color: #ffffff;
  }

  footer strong {
    margin-bottom: 8px;
    padding-top: 24px;
	        display: block;
  }

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.accordion-button:not(.collapsed) {
    color: #d3111f;
    background-color: #f4f4f4;
    font-weight: 600;
    font-size: 20px;
}
  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow: none;
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: #dddddd;
  }

  .content-page {
    margin-top: 48px;
	text-align: justify;
  }


  /* Kartın üstündeki yıl başlığını daha belirgin hale getirmek için özel stil */
  .timeline-year {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Yıla bir renk verilebilir */
    margin-bottom: 0.5rem;
  }

  /* Kartın kenarlığı, gölgesi ve arka planı için stil */
  .timeline-card {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
    min-height: 100%; /* Tüm kartların aynı yükseklikte olmasını sağlamaya yardımcı olur */
  }

    .timeline-card:hover {
      transform: translateY(-5px); /* Hover efektinde biraz yukarı kaydır */
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

  /* Başlık stili */
  .timeline-title {
    color: #007bff; /* Mavi renk kullanılabilir */
    font-weight: 600;
    font-size: 1rem;
  }

  /* İçerik metni stili */
  .timeline-text {
    font-size: 0.9rem;
    color: #555;
  }

  /* Görseldeki gibi kartları yatayda ortalamak ve aralık bırakmak için div'i kullan */
  .timeline-item {
    padding: 10px; /* Her bir öğe arasında boşluk bırakır */
    display: flex;
  }

  /* Görüntülerin kart içinde düzgün görünmesi için */
  .card-img-top {
    width: 100%;
    height: auto; /* Yüksekliği otomatik ayarlar */
    object-fit: cover; /* Görüntüyü kutuya sığdırır ve kırpar */
    max-height: 198px; /* Örnek yükseklik */
  }

  /* Ödül görselleri için özel stil */
  .award-img {
    max-height: 200px;
    width: 100%;
    object-fit: contain; /* Görüntüyü sığdırır, kırpmaz */
  }

  /* Kart içeriği için bir min-height tanımlayarak kartların eşit boyda olmasına yardımcı olabiliriz */
  .card-body-content {
    min-height: 120px; /* İçerik için minimum yükseklik */
  }


  .vertigo-news h3 {
    font-size: 20px;
  }

  .vertigo-news {
    padding: 18px;
  }

    .vertigo-news p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
    }

  .form-check {
    margin-top: .5rem;
  }

    .form-check .form-check-input {
      border: none;
      margin-top: 0;
    }


  .team-cont .team-item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: .5px solid #00664d;
    transition: .3s ease;
    height: 100%;
  }

    .team-cont .team-item:hover {
      border: .5px solid #ea882d;
    }

    .team-cont .team-item h3 {
      font-size: 28px;
      color: #d3101f;
      margin: 0;
    }

    .team-cont .team-item span {
      font-size: 12px;
      text-transform: uppercase;
      color: #252962;
      display: block;
    }

    .team-cont .team-item a {
      font-size: 14px;
      font-weight: lighter;
      color: #00664d;
      margin-top: 10px;
      display: block;
    }

    .team-cont .team-item .team-img {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      transition: .3s ease;
    }

    .team-cont .team-item:hover .team-img {
      transform: translateY(-50%) scale(1.05);
    }

  .content-page ul {
    padding: 0px;
    margin-left: 8px;
  }

  .content-page li {
    list-style: outside;
    margin-left: 8px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  #tour-detail li {
    list-style: none;
    margin-bottom: 4px;
    margin-top: 4px;
	font-size: 14px;
  }

  .main-menu-header .dropdown-item:hover {
    color: #d3111f;
  }

  #vertigo-history {
    margin-top: 88px;
    margin-bottom: 48px;
  }

  .contact-title-red {
    font-size: 28px;
    font-weight: 500;
    color: #D3101F;
    margin-bottom: 48px;
  }

  .tercih-edenler-name {
    font-weight: 600;
    color: #D3101F;
    font-size: 16px;
    margin-top: 28px;
  }

  .inside-manset-text h1 {
    font-size: 32px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .contact-us-form h1 {
    color: #2D2D2D;
    font-size: 28px;
    font-weight: 500;
  }

  .contact-us-form-info {
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: 28px;
	        display: block;
  }

    .contact-us-form-info .col {
margin-bottom: 18px;
    }

  .contact-us-form {
    margin-bottom: 88px;
  }

    .contact-us-form .btn-contact {
      width: 188px;
      background-color: #D3101F;
      padding: 12px;
      text-align: center;
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      border-radius: 8px;
      letter-spacing: -0.4px;
      border: none;
      margin-top: 28px;
    }

  .contact-row {
    justify-content: space-between;
  }

  .location iframe {

  }

  .contact-info {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .contact-row .col-md-6 {
    width: 100%;
	margin-bottom: 48px;
  }

  .contact-row h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2D2D2D;
  }

  .contact-row h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2D2D2D;
    margin-top: 18px;
  }

  .inside-manset {
    background-color: #F4F4F4;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .tours-r5 {
    margin-top: 48px;
  }

    .tours-r5 .nav-link {
      color: #2D2D2D;
      font-size: 18px;
      font-weight: 600;
      padding: 24px;
	          width: 100%;
        text-align: left;
    }

      .tours-r5 .nav-link.active {
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        background-color: #D3101F;
        border: none;
        padding: 24px;
		        width: 100%;
      }

	.tours-r5 .accordion-body {
		padding: 20px;
		text-align: justify;
	}

	.tours-r5 .accordion-body h3 {
		color: #D3101F;
		font-size: 20px;
		font-weight: 600;
		padding-top: 18px;
		padding-bottom: 8px;
	}
	.tours-r5 p {
		font-size: 16px;
	}
	#collapseFd .accordion-body ul li {
		list-style: none!important;
	}
	#collapseFdd .accordion-body ul li {
		list-style: none!important;
	}
    #collapseFd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

    #collapseFdd .accordion-body ul li:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-image: url(../images/icon-fiyata-dahil-degil.svg);
      background-repeat: no-repeat;
      margin-left: 0px;
      margin-top: 8px;
      margin-right: 12px;
      background-position: left center;
      background-size: 18px;
    }

  .tours-r4 .col-md-6 {
    padding: 18px;
  }

  .tours-r3 {
    justify-content: space-between;
  }

  .tour-date-price .col:nth-child(1) {
    width: 100%;
    flex: none;
  }

  .tour-date-price .col:nth-child(2) {
    width: 100%;
    flex: none;
  }

  .tour-date-price .col:nth-child(3) {
    width: 100%;
    flex: none;
  }

  .tours-r3-left {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
	width: 100%;
	margin-bottom: 28px;
  }

  .tours-r3-right {
    background-color: #F4F4F4;
    border-radius: 28px;
    padding: 28px;
    width: 100%;
  }

  #videogaleri-block {
    margin-bottom: 48px;
    margin-top: 48px;
  }

  #tour-detail .tour-map {
    width: 100%;
    border-radius: 18px;
  }

  #videogaleri-block h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  #tour-detail .tours-r1 {
    margin-top: 28px;
    margin-bottom: 8px;
  }

  #tour-detail .tour-detail-foto-line {
    z-index: 5;
    margin: auto;
  }

    #tour-detail .tour-detail-foto-line img {
      border-radius: 18px;
    }

  #tour-detail .tour-name {
    font-size: 28px;
    font-weight: 600;
    color: #D3101F;
    letter-spacing: -1px;
  }

  #tour-detail .tour-slogan {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
	margin-top: 8px;
        margin-bottom: 8px;
  }

  #tour-detail .tour-kampanya {
    font-size: 20px;
    font-weight: 500;
    color: #D3101F;

  }

  #tour-detail .tour-name-w {
    color: #000000;
    font-size: 28px;
    letter-spacing: -1px;
  }

  #tour-detail .tour-price-w {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
  }

  #tour-detail .tour-slogan-w {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
  }

  #tour-detail .btn-tour {
    width: 100%;
    background: #06C448;
    background: linear-gradient(270deg,rgba(6, 196, 72, 1) 0%, rgba(0, 148, 207, 1) 100%);
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
    border: none;
  }

  #tour-detail .btn-tour-wp {
    width: 100%;
    background-color: #42c352;
    padding: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    display: block;
    border: none;
  }

  #tour-detail .tour-note-w {
        color: #6d6d6d;
    font-size: 12px;
    margin-top: 18px;
  }
.tour-cities-list {
	margin-top: 28px;
}
  #tour-detail .tour-sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #D3101F;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  #tour-detail .tour-red-back {
    padding: 8px 8px 8px 8px;
  }

  .tours-r2 {

  }

  #tour-detail .tour-cities-list li {
  }

  #tour-detail .tour-konaklama-list li {
  }

  #tour-detail .tour-form-date {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
	        margin-bottom: 4px;
  }

  #tour-detail .tour-form-price {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
	        margin-bottom: 4px;
  }

  #tour-detail .btn-tour-kayit {
    width: 100%;
    background-color: #D3101F;
    padding: 4px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: -0.4px;
	        margin-bottom: 24px;
  }


  /* FOOTER */
  footer .col {
        width: 100%;
        flex: auto;
  }

    footer .col:nth-child(4) {
      border-right: 0px;
    }

  footer .f-menu-block {

  }

  footer .f-contact {

  }

  footer a:hover {
    color: #f9a7ad;
  }

  .tursab-dogrulama img {
    width: 228px !important;
  }

  footer .copyright {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  footeralt .col-md-7 {
    margin: auto;
    padding: 8px;
    font-size: 12px;
    width: 100%;
  }

  footeralt .col-md-3 {
    padding: 8px;
    width: 100%;
  }

  footeralt .col-md-2 {
    padding: 8px;
    font-size: 12px;
    width: 100%;
  }

  footeralt .col-md-3 p {
    font-size: 12px;
    margin: 0;
  }

  footer {
    background-color: #D3101F;
    margin-top: 88px;
    padding-top: 48px;
    padding-bottom: 48px;
    color: #ffffff;
  }

    footer a {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
    }

    footer p {
      color: #ffffff;
      padding-bottom: 2px;
      padding-top: 2px;
      font-size: 14px;
      margin: 0;
    }

  .f-logo h1 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
  }

  .f-logo h2 {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
  }

  .f-logo img {
    width: 228px;
  }

  .col-social-vertigo {
width: 68%;
        margin: auto;
        padding: 8px;
  }

  /* MAIN PAGE */
  #social-vertigo h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
  }

  .sm-button {
        background-color: #F4F4F4;
        padding: 10px;
        border-radius: 28px 0px 28px 0px;
  }

  .social-vertigo-boxes {
    display: block;
  }

  #slider-tercih-edenler .item {
    background-color: #F4F4F4;
    padding: 28px 28px 28px 48px;
    font-size: 14px;
    min-height: 468px;
    border-radius: 18px;
  }

  .s-icon {
    width: 78px !important;
    margin-bottom: 18px;
  }

  .dvm-lnk {
    font-size: 14px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 28px;
    display: block;
  }

  #slider-blog h2 {
    font-size: 24px;
    color: #D3101F;
    font-weight: 600;
    margin-bottom: 18px;
  }

  #slider-blog date {
    font-size: 16px;
    color: #D3101F;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 18px;
    display: block;
  }

  #main-tercih-edenler {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #main-tercih-edenler h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #main-blog {
    margin-top: 68px;
    margin-bottom: 48px;
    background-color: #F4F4F4;
    padding-bottom: 48px;
    padding-top: 48px;
  }

    #main-blog h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  #fotogaleri-block {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    #fotogaleri-block h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 48px;
    }

  .neden-vertigo-title {
    margin-top: 68px;
    margin-bottom: 48px;
  }

    .neden-vertigo-title h1 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: -0.8px;
    }

  .neden-vertigo-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .col-neden-vertigo {
    width: 100%;
    background-color: #D3101F;
    border-radius: 12px;
    margin-bottom: 14px;
    margin-top: 14px;
    padding: 32px;
  }

    .col-neden-vertigo h2 {
      font-size: 24px;
      font-weight: 600;
      color: #ffffff;
    }

    .col-neden-vertigo img {
      height: 58px;
      margin-bottom: 18px;
    }

    .col-neden-vertigo p {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
    }

  .btn-block {
    margin-top: 48px;
    margin-bottom: 28px;
    justify-content: center;
  }

  #main-tercih-edenler .btn-block {
    margin-top: 0px;
  }

  #main-turlar {
    margin-top: 48px;
    margin-bottom: 28px;
  }

  .btn-vertigo-white {
    width: 280px;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    color: #d2121f;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    border-radius: 0px;
  }

  .btn-vertigo-red {
    width: 280px;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 98px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
  }

    .btn-vertigo-red:hover {
      background-color: #ffffff !important;
      color: #A2AAAB !important;
    }

  .btn-vertigo-white:hover {
    background-color: #d2121f !important;
    color: #ffffff !important;
  }

  .main-tours-r {
    justify-content: space-between;
  }

  .tours-blok {
    margin-top: 48px;
    width: 31%;
  }

    .tours-blok img {
      width: 100%;
    }

    .tours-blok h1 {
      font-size: 19px;
      font-weight: 600;
      color: #ffffff;
      margin-top: 14px;
      background-color: #d3111f;
      padding: 14px;
      text-align: center;
      min-height: 68px;
      align-content: center;
      letter-spacing: -0.5px;
    }

    .tours-blok .tours-price {
      font-size: 28px;
      font-weight: 600;
      color: #d3111f;
      margin-top: 14px;
      display: block;
    }

    .tours-blok h2 {
      font-size: 20px;
      font-weight: 600;
      color: #2D2D2D;
      margin-top: 8px;
    }

    .tours-blok h3 {
      font-size: 18px;
      font-weight: 500;
      color: #D3101F;
      margin-top: 18px;
    }

    .tours-blok p {
    }

  .h1-title-kara {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
  }


  /* HEADER */
  .head-logo-side {
    height: 88px;
	width: 100%;
  }

  .main-menu-header {
        margin-top: 18px;
  }
.navbar-toggler {
    float: right;
}
  .nav-item {
        border-bottom: 0.4px solid #a3aaab;
        margin: 8px;
  }

  .dropdown-item {
    font-size: 14px;
    font-weight: 600;
	    white-space: normal;
  }

  .dropdown-menu {
    border: none;
  }

    .dropdown-menu li {
      padding: 8px;
      border-bottom: 0.4px solid gray;
    }

      .dropdown-menu li:last-child {
        border: none;
      }

  .head-msg {
    background-color: #FFEFC1;
    padding: 12px;
	margin-bottom: 8px;
  }

    .head-msg h4 {
      font-size: 15px;
      font-weight: 600;
      text-align: center;
    }

  #banner-alti-buttons {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .news-right {
    padding-left: 48px;
  }

  .btn-news-red {
    width: 128px;
    background-color: #D3101F;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    align-content: center;
    margin-top: 28px;
  }

    .btn-news-red:hover {
      background-color: #ef2333 !important;
      color: #ffffff !important;
    }

  .btn-red:hover {
    background-color: #ef2333 !important;
    color: #ffffff !important;
  }

  .btn-gray:hover {
    background-color: #4b5152 !important;
    color: #ffffff !important;
  }

  .btn-white:hover {
    background-color: #33BB47 !important;
    color: #ffffff !important;
  }

  .btn-red {
    width: 90%;
    background-color: #D3101F;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-gray {
    width: 90%;
    background-color: #A2AAAB;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
  }

  .btn-white {
    width: 90%;
    background-color: #ffffff;
    padding: 18px;
    text-align: center;
    min-height: 84px;
    color: #33BB47;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #A2AAAB;
    align-content: center;
  }

  .navbar h1 {
    font-size: 26px;
    font-weight: 900;
    color: #D3101F;
    position: absolute;
    margin-top: -2px;
    float: right;
    padding-left: 220px;
  }

  .navbar h2 {
    font-size: 15px;
    font-weight: 500;
    color: #2D2D2D;
    position: absolute;
    margin-top: 8px;
    padding-left: 8px;
  }

  .col-v-top:nth-child(1) {
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 18px;
  }

  .col-v-top:nth-child(2) {
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
  }

  .col-v-top:nth-child(3) {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-right: 18px;
  }

    .col-v-top:nth-child(3) img {
      width: 28px;
      padding-right: 8px;
    }

  .site-header-top {
    background-color: #D3101F;
    padding: 8px;
	display: none;
  }

  .v-top {
    width: 100%;
  }

  .vertigo-logo {
    width: 268px;
  }

  .f-logo {
    width: 328px;
  }

  #slider-manset .owl-item img {
    border-radius: 0px 0px 0px 180px;
  }

  .owl-manset-text {
    width: 300px;
    position: absolute;
    top: 10%;
    z-index: 12;
    background-color: #ffffff;
    border-radius: 28px 0px 0px 28px;
    padding-left: 28px;
    right: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 108px;
    align-content: center;
  }

    .owl-manset-text h1 {
      font-size: 20px;
      color: #D3101F;
      font-weight: 700;
    }

    .owl-manset-text h2 {
      font-size: 18px;
      color: #2D2D2D;
      font-weight: 500;
    }
#banner-alti-buttons .col-md-3 {
	text-align: center;
    margin-bottom: 8px;
}
.main-tours-r .col-md-4 {
	width: 100%;
}
    .owl-manset-text h3 {
      font-size: 20px;
      color: #2D2D2D;
      font-weight: 500;
    }

  .site-header {

  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #2D2D2D;
    ;
    padding-right: 8px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    margin-left: 40px;
  }
}
