.custom-container {
  width: 1110px;
  margin: 0 auto;
}

@media (max-width: 1680px) and (min-width: 1500px) {
  .custom-container {
    width: 1200px !important;
  }
}

@media (max-width: 1599px) and (min-width: 1300px) {
  .custom-container {
    width: 1100px !important;
  }
}

@media (max-width: 1499px) and (min-width: 1200px) {
  .custom-container {
    width: 800px !important;
  }
}

.information-area {
  position: fixed;
  padding: 20px;
  border-radius: 1rem;
  background: #000000cc;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  border: 1px solid #ffc200;
  backdrop-filter: blur(5px);
  width: 220px;
  transition: all 0.3s ease-in-out;
}
.information-area.left {
  top: 177px;
  bottom: 50px;
  left: 20px;
  img {
    margin: 0 !important;
  }
  .image_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    flex-direction: column;
    gap: 1rem;
  }
}
.information-area.right {
  top: 177px;
  bottom: 50px;
  right: 20px;
  img {
    margin: 0 !important;
  }

  .image_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    flex-direction: column;
    gap: 1rem;
  }
}
.information-area.top {
  position: fixed;
  height: 90px;
  width: 800px;
  margin: 0 auto;
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.information-area.bottom {
  position: fixed;
  height: 90px;
  width: 800px;
  margin: 0 auto;
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 999;
  flex-wrap: nowrap;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

@keyframes yanip-sonme-animasyonu {
  0%,
  10% {
    opacity: 0;
  }
  10%,
  85% {
    opacity: 1;
  }
  90%,
  100% {
    opacity: 0;
  }
}

.information-area {
  @media screen and (max-width: 1000px) {
    flex-wrap: wrap;
    padding: 0.25rem 1rem !important;
    border-radius: 0.75rem !important;
    align-items: center;
    gap: 0 !important;
    .flex-column {
      display: block !important;
    }
  }
  .desktop-caption {
    animation: yanip-sonme-animasyonu 1s ease-in-out infinite;
  }
  .ad-title {
    @media screen and (max-width: 1000px) {
      font-size: 0.75rem !important;
    }
  }
  .mobile-caption {
    display: none;
  }
  @media screen and (max-width: 1000px) {
    .mobile-caption {
      display: flex;
      justify-content: center;
      margin-top: 0.5rem;
      animation: yanip-sonme-animasyonu 1s ease-in-out infinite;
    }
    .desktop-caption {
      display: none;
    }
  }
  .button-sub-title {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0;
    color: white;
    @media screen and (max-width: 1000px) {
      font-size: 0.75rem;
      line-height: 120% !important;
      margin-left: 0.5rem;
    }
  }
  img {
    width: 100%;
    object-fit: contain;
    margin: auto 0;
    @media screen and (max-width: 1000px) {
      max-width: 100px !important;
      margin: 0 !important;
      height: 35px !important;
    }
  }
  &.bottom img {
    @media screen and (max-width: 1000px) {
      height: 100% !important;
    }
  }
  .custom-btn {
    @media screen and (max-width: 1000px) {
      animation: unset !important;
      flex: 1;
      margin-left: 1rem;
    }
  }
}

.information-area.top img,
.information-area.bottom img {
  height: 100%;
  width: 150px;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100vh;
  gap: 1rem;
  height: 100%;
}

.buttons {
  max-width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.buttons.standart {
  grid-template-columns: auto auto auto auto auto auto;
}

.buttons .item {
  width: 100% !important;
  max-width: 270px;
  border-radius: 20px;
  border: 3px solid #b70420;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-decoration: none;

  .fixed {
    width: 100%;
  }
}

.buttons.standart .item {
  width: 100% !important;
  max-width: 160px;
  border-color: transparent;
}

.buttons .item:hover {
  scale: 1.03;
}

.buttons .item.premium:hover {
  scale: 1.05;
}

.buttons .item img {
  width: 100%;
  max-height: 60px;
  object-fit: contain;
  object-position: center;
  flex: 1;
}

.buttons .item .icon {
  width: 100%;
}
.button-title {
  margin-bottom: 0;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #ffc200;
  &.ad-title {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 120%;
  }

  @media screen and (max-width: 550px) {
    font-size: 13px;
  }
}
.button-subtitle {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: white;

  @media screen and (max-width: 550px) {
    font-size: 12px;
  }
}

.logo {
  border: 4px solid #ffc200;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  @media screen and (max-width: 420px) {
    width: 75px !important;
    height: 75px !important;
  }
}

.page_title {
  text-transform: uppercase;
  font-weight: bold;
}

.page_subtitle {
  font-weight: 300;
  font-size: 15px;
}

.page_information {
  font-weight: 300;
  font-size: 14px;
}

.custom-btn {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  background: #ffc200;
  color: #000;
  border-radius: 30px;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.custom-btn.animation {
  animation: boxShadow 1s infinite alternate forwards;
}

.custom-btn.fixed {
  width: 140px;
}

@keyframes boxShadow {
  from {
    box-shadow: 0px 0px 0 #ffc200;
  }

  to {
    box-shadow: 0px 0px 30px #ffc200;
  }
}

.label {
  background: linear-gradient(68deg, #ffc821 0%, #fff66d 100%) !important;
  padding: 9px 10px;
  font-weight: bold;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  animation: vipAnimate 1s infinite alternate forwards;
  margin-right: 1rem;
}

@keyframes vipAnimate {
  O% {
    transform: scale(1) rotateY(0deg);
  }

  50%,
  75% {
    transform: scale(1.1) rotateY(360deg);
  }

  75%,
  100% {
    transform: scale(1.1) rotateY(360deg);
  }
}

@media screen and (max-width: 1300px) {
  .buttons {
    grid-template-columns: auto auto auto;
  }

  .buttons.standart {
    grid-template-columns: auto auto auto auto;
  }
}

@media screen and (max-width: 1200px) {
  .buttons {
    grid-template-columns: auto auto;
  }

  .buttons.standart {
    grid-template-columns: auto auto auto;
  }
}

@media screen and (max-width: 1000px) {
  .custom-container {
    width: 100% !important;
  }
  .information-area.left {
    position: unset;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    width: 800px;
    margin: 0 auto;
    border-radius: 30px;
    gap: 1rem;
  }
  .information-area.right {
    position: unset;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    width: 800px;
    margin: 0 auto;
    border-radius: 30px;
    gap: 1rem;
  }
  .information-area.top {
    position: absolute;
  }
  .information-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
  }
  .information-area.left .d-flex,
  .information-area.right .d-flex {
    flex-direction: row !important;
    margin-top: unset !important;
  }
  .information-area.left img,
  .information-area.right img {
    height: 100%;
    width: 80%;
  }

  .information-area.left .custom-btn,
  .information-area.right .custom-btn {
    width: 140px;
  }

  .buttons {
    grid-template-columns: auto auto auto;
  }

  .buttons.standart {
    grid-template-columns: auto auto auto auto;
  }
}

@media screen and (max-width: 850px) {
  .buttons {
    grid-template-columns: auto auto;
  }

  .buttons.standart {
    grid-template-columns: auto auto auto;
  }

  .information-area {
    width: 90% !important;
  }
}

@media screen and (max-width: 550px) {
  .buttons {
    grid-template-columns: repeat(2, auto);
    padding: 10px;
    
    
    
    
    
    
    
    
    .item.premium {
      width: 130px;
      flex-direction: column;
      text-transform: uppercase;
      .label {
        display: none !important;
      }
      .custom-btn {
        font-size: 11px;

        /* &.fixed {
          width: 100%;
        } */
      }
    }
  }

  .buttons.standart {
    grid-template-columns: repeat(auto, 3);
    .item {
      width: 90px;
      padding: 1rem 0.5rem !important;
    }
  }

  .information-area {
    width: 90% !important;
  }
}

.close {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 1.3rem;
  cursor: pointer;
}

.contact-btn {
  display: flex;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  justify-content: center;
  text-decoration: none !important;
  align-items: center;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 30px;
  transition: all 0.3s linear;
  background: none !important;
  border: 1px solid #fff;
  gap: 8px;
}

.contact-btn:hover {
  z-index: 2;
  transform: scale(1.1);
  background: #ffc200 !important;
}

.contact-btn img {
  width: 16px;
  height: 16px;
  object-fit: cover;
}

hr {
  width: 100%;
  border: 1px solid rgb(237, 0, 0);
  opacity: 1;
  /* */
}

.small_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  img {
    width: 80px;
    height: 40px;
  }

  @media screen and (max-width: 1000px) {
    display: none;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;

  img {
    width: 150px;
  }
}
