/* Buttons */
body, html {
  overflow-x: hidden;
}

body {
  border-bottom: 10px solid #F99D1C;
  background: linear-gradient(108deg, #FFF 0%, #EDEDED 100%);
  position: relative;
}

header {
  padding-top: 39px;
  padding-bottom: 87px;
  position: relative;
  z-index: 3;
}

.gallery-carousel {
  margin-top: -150px;
}

.gallery-carousel img {
  width: 100%;
}

.right {
  border-radius: 20px;
  background: linear-gradient(180deg, #363841 0%, #4F515D 100%);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
  width: 487px;
  height: 678px;
  padding: 35px;
  position: relative;
  z-index: 3;
}

.right h1 {
  text-align: center;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 24px;
}

.right h2 {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 30px;
}

.right label {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.right .kvkk-text {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
}

.right button {
  width: 182px;
  height: 55px;
  border-radius: 27.5px;
  border: 1px solid #F15A22;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  z-index: 2;
}

.right input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #F15A22 !important;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 0;
  padding-right: 0;
}

.right .form-pattern {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  z-index: 1;
}

.right .form-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  display: table;
  z-index: 1;
}

.right .checkbox-group, .right .input-group {
  position: relative;
  z-index: 2;
}

.left-pattern {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.right-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.address-box {
  margin-top: -50px;
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
}

.address-box ul {
  gap: 20px;
}

.address-box ul li {
  gap: 5px;
}

.address-box ul li span {
  max-width: 228px;
}

.address-box .show-on-map {
  width: 204px;
  height: 50px;
  color: #4F515C;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  border-radius: 27.5px;
  border: 1px solid #F15A22;
  display: table;
  text-align: center;
  line-height: 50px;
  margin-top: 12px;
}

.wrapper {
  max-width: 1536px;
  width: 100%;
}

.mobile-navbar {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(92deg, #363841 -1.58%, #1A1B1D 100%);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  height: 132px;
}

.mobile-navbar .shine-box {
  width: 100%;
  height: 10px;
  background: linear-gradient(0deg, #F15A22 -0.03%, #F1AA05 100.58%);
  margin-top: -10px;
}

.mobile-navbar ul {
  width: 100%;
}

.mobile-navbar ul li {
  position: relative;
}

.mobile-navbar ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #4F515D;
  width: 1px;
  height: 91px;
}

.mobile-navbar ul li p {
  font-family: "Montserrat", sans-serif;
  color: #C4C4C4;
  text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.15);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-align: center;
  width: 100%;
}

.mobile-navbar ul li p.whatsapp-text {
  color: #4ECC28;
}

.whatsapp-btn {
  width: 249px;
  height: 61px;
  border-radius: 30.5px;
  background: #4ECC28;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  gap: 8px;
  margin-top: 53px;
}

.whatsapp-area {
  position: relative;
  margin-bottom: 64px;
}

.whatsapp-area::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 53px;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .mobile-navbar {
    display: flex;
  }
  .wrapper {
    max-width: 90%;
  }
  .wrapper .right {
    margin-top: 50px;
  }
  .address-box {
    margin-top: 20px;
    margin-bottom: 150px;
  }
  .address-box ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .address-box ul li {
    width: 100%;
    justify-content: center;
  }
  .address-box .show-on-map {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  header {
    padding-bottom: 39px;
  }
  .whatsapp-area {
    display: none;
  }

  .gallery-carousel{
    margin-top:0;
  }

  .logo{
    max-width:160px;
  }

}