@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.4s linear ease;
}

html {
  overflow-x: hidden;
}

body {
  background: #e5e5e5;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 24px 4px #e0e0e0;
}

header .logo {
  margin-left: 8%;
  padding: 20px;
}

header .logo img {
  width: 148px;
  height: 49px;
}

header .btns {
  margin-right: 80px;
}

header .btns a {
  display: inline-block;
  margin: auto 10px;
  padding: 10px 25px;
}

header .btns a i {
  padding-right: 5px;
}

.green {
  border: 2px solid #a1af00;
  border-radius: 10px;
  color: #a1af00;
  font-size: 18px;
}

.gray {
  border: 2px solid #4f4f4f;
  border-radius: 10px;
  color: #4f4f4f;
  font-size: 18px;
}

.service-info .head {
  margin-left: 8%;
  padding-top: 40px;
}

.service-info .head h1 {
  color: #333;
  font-size: 48px;
  padding-bottom: 40px;
  font-weight: bold;
}

.service-info .head p {
  color: #4f4f4f;
  font-size: 32px;
}

.service-info .container {
  display: flex;
  justify-content: space-between;
  margin-left: 8%;
  margin-top: 30px;
}

.box-one {
  flex: 1 1 48rem;
  margin-right: 120px;
}

.box-tow {
  flex: 1 1 454px;
}

.hidebox {
  display: none;
}

.hizmet,
.hizmet-2,
.hizmet-3 {
  margin-bottom: 20px;
}

.hizmet h1,
.hizmet-2 h1,
.hizmet-3 h1,
.hizmet-4 h1,
.hizmet-5 h1,
.box h1 {
  font-size: 20px;
  color: #333;
  padding: 10px 0;
  font-weight: 900;
}

.hizmet select {
  padding: 10px;
  background: transparent;
  border: 1px solid #bdbdbd;
  margin-right: 20px;
  border-radius: 6px;
  width: 300px;
  height: 60px;
}

.hizmet label {
  padding: 15px 20px;
  text-align: center;
  margin: 10px 10px 10px 0;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  color: #333;
  font-weight: bolder;
  font-size: 18px;
  cursor: pointer;
}

.hizmet-2 label {
  padding: 15px 20px;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  color: #333;
  font-weight: bolder;
  font-size: 18px;
  cursor: pointer;
  width: 217px;
  height: 80px;
}

.hizmet-3 label {
  padding: 15px 20px;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  color: #333;
  font-weight: bolder;
  font-size: 18px;
  cursor: pointer;
  width: 194px;
}

.hizmet-4 label {
  padding: 15px 20px;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  color: #333;
  font-weight: bolder;
  font-size: 18px;
  cursor: pointer;
  width: 217px;
  height: 116px;
}

.hizmet-5 {
  width: 500px;
}

.hizmet-5 label {
  padding: 15px 20px;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  color: #bdbdbd;
  font-weight: bolder;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 116px;
}

.hizmet label span {
  color: #a1af00;
}

.hizmet-2 label span {
  color: #a1af00;
  display: block;
  font-size: 12px;
  padding-top: 10px;
}

.hizmet-3 label span {
  color: #a1af00;
  display: block;
  font-size: 12px;
  padding-top: 10px;
}

.hizmet-4 label span {
  color: #a1af00;
  display: block;
  font-size: 28px;
  padding-top: 10px;
}

.hizmet-5 label img,
.hizmet-5 label i {
  color: #bdbdbd;
  display: block;
  font-size: 32px;
  text-align: center;
}

.text {
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0px;
}

input[type="radio"]:checked + label {
  background: #a1af00;
  color: #fff;
}

input[type="radio"]:checked + label span {
  color: #fff;
}

input[type="radio"]:checked + label i {
  color: #fff;
}

.note {
  margin-top: 10px;
  color: #828282;
  font-size: 16px;
}

.note i {
  color: #fe6161;
}

.boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.t-info h1 {
  font-size: 20px;
  color: #a1af00;
  padding: 10px 0;
  font-weight: 900;
}

.t-info label {
  padding: 15px 20px;
  text-align: center;
  margin-right: 10px;
  border-radius: 6px;
  color: #fff;
  background: #a1af00;
  font-weight: bolder;
  font-size: 16px;
  cursor: pointer;
  align-items: center;
  width: 219px;
  height: 80px;
  margin-bottom: 40px;
}

.card {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  width: 454px;
  height: 419px;
}

.card .con p {
  padding: 6px 15px;
  margin: 4px 0;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.card p i {
  color: #a1af00;
  padding-right: 6px;
}

.card .details .info {
  display: flex;
  justify-content: space-between;
  padding: 0 17px;
}

.card .details .info p {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 4px 0;
}

.card .details .info span {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.card .info {
  display: flex;
  justify-content: space-between;
  padding: 5px 17px;
}

.card > .info > p {
  font-size: 20px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
}

.card .info span {
  font-size: 28px;
  color: #a1af00;
  font-weight: bold;
  margin: 8px 0;
}

.btn {
  text-align: center;
  padding: 18px 25px;
  background: #a1af00;
  color: #fff;
  font-size: 18px;
  width: 416px;
  height: 68px;
  margin: 15px 15px 20px 15px;
}

.box-tow .card-container h1 {
  text-transform: uppercase;
  margin: 30px 0 10px 0;
  font-size: 20px;
}

.card-soz {
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  width: 454px;
  height: 80px;
  padding: 23px 25px;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #333;
  font-size: 20px;
  text-align: center;
}

.card-soz i {
  color: #a1af00;
  padding-right: 10px;
}

.f-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 50px 50%;
}

.f-btn {
  background: #a1af00;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
}

.f-btn2 {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 6px;
}

.f-btn2 i {
  padding-right: 5px;
}

footer {
  background: #fff;
  margin-top: 50px;
  padding-bottom: 20px;
}

footer .footer {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
}

footer .footer .box {
  flex: 1 1 20rem;
}

footer .footer .box h1 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 20px 0;
}

footer .footer .box > a,
footer .footer .box p {
  display: block;
  padding: 6px 0;
  font-size: 16px;
  color: #333;
  transition: all 0.5s linear ease;
}

footer .footer .box > a:hover {
  padding-left: 20px;
}

.credit {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #bdbdbd;
}

.credit p {
  padding: 10px;
  font-size: 16px;
  color: #4f4f4f;
}

.credit .icons > a > i {
  color: #4f4f4f;
  padding: 0 15px;
  font-size: 20px;
  cursor: pointer;
}


/* Media */
@media (max-width: 768px) {
  .btns {
    display: none;
  }
}

@media (max-width: 580px) {
  .hizmet-5 .boxs {
    flex-direction: column;
    align-items: normal;
  }

  .hizmet-5 label {
    align-items: center;
    flex-direction: column;
    width: 70vw;
    height: 85px;
    font-size: 14px;
  }
}

@media (max-width: 1230px) {
  .service-info .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
  }

  .service-info .container .f-btn2 {
    display: none;
  }

  .card-container {
    display: none;
  }
}
