/*===== default css  =====*/
html {
  scroll-behavior: smooth;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Albert Sans", sans-serif;
}

.size {
  max-width: 1450px;
  width: 80%;
  margin: auto;
}

.sizeo {
  max-width: 1550px;
  width: 100%;
  margin: auto;
}

.top-font {
  text-align: center;
  padding: 5% 0 3% 0;
  font-weight: 200;
  font-size: 46px;
}
.top-font span {
  font-weight: 700;
}

.des {
  padding: 5% 0;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 45px;
}

.des h1 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 2%;
}
.bam {
  padding: 1% 0;
}

.flek {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  text-align: center !important;
}
.flek i {
  font-size: 22px;
  font-weight: 700;
  margin-right: 2%;
}
.flek a {
  color: #b29868;
  font-weight: 800;
}
a {
  text-decoration: none;
}
.des span {
  font-size: 18px;
  font-weight: 500;
}

/******************** testimonial sec-start **********************/

.profile-pic {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.profile {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #00000029;
  padding: 10px 20px;
}

.profile h3 {
  color: #1c2022;
  font-size: 14px;
}

.card {
  background: white;
  border-radius: 10px;
  border: 1px solid #00000029;
  text-align: left;
  height: auto;
  margin: 40px 0;
  cursor: grab;
  user-select: none;
}

.card p {
  padding: 10px 20px;
  font-size: 14px;
  color: #606060;
}

.swiper-pagination-bullet-active {
  background: black !important;
}

.swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
}

.abar-zhamela {
  width: 50%;
  margin: auto;
}

/******************** testimonial sec-end **********************/
.kala {
  background-color: #a4916d;
  padding: 1.3% 0;
}
.wraper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 5%;
  text-align: center;
}
.up {
  padding-top: 5%;
}

.wraiip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.fix {
  padding-left: 20%;
  color: white !important;
}

.form {
  background-color: #b29868;
  padding: 7% 10%;
}
.form h1 {
  color: white;
  font-size: 30px;
}
.box-fo {
  background-color: white;
  padding: 5%;
  box-shadow: 10px 15px 60px #77623bcd;
}
.form-control {
  width: 97%;
  font-size: 16px;
  padding: 2% 1%;
  outline: none;
  border-radius: none;
  margin: 2% 0;
}

.area-text {
  width: 97%;
  font-size: 16px;
  outline: none;
  border-radius: none;
  padding: 2% 1%;
  margin: 2% 0;
  height: 200px;
}
.oidik {
  text-align: right;
}
.btn {
  border-radius: none;
  border: none;
  text-align: center;
  cursor: pointer;
  padding: 16px 39px;
  font-size: 17px;
  color: white;
  font-weight: 800;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.896);
  box-shadow: 10px 10px 20px rgba(205, 205, 205, 0.866);
}

.btn1 {
  border-radius: none;
  border: none;
  text-align: center;
  cursor: pointer;
  padding: 16px 39px;
  font-size: 17px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  letter-spacing: 1px;
  background-color: #b29868;
  box-shadow: 10px 10px 30px #eed7add2;
}

.akheri {
  text-align: center;
  padding: 5% 0 4% 0;
}

.bal .btn,
.bal .btn1 {
  margin: 1% 2% 3% 2%;
}

.akheri h1 {
  padding: 4% 0 0 0;
  font-size: 22px;
  font-weight: 500;
}

.akheri h1 span {
  font-weight: 800;
}
/*===== Mobile, tab and medium & small device =====*/
@media screen and (max-width: 950px) {
  /*===== start Mobile css =====*/

  .item-question {
    font-size: 13px;
  }
  .accordion-item {
    padding: 1rem 1rem;
  }
  .abar-zhamela {
    width: 100%;
  }
  .top-font {
    font-size: 30px;
  }
  .des {
    padding: 5% 0;
    font-size: 15px;
    line-height: 35px;
  }
  .des span {
    font-size: 15px;
  }
  .des h1 {
    font-size: 25px;
  }
  .flek a {
    font-size: 14px;
  }
  .flek i {
    font-size: 17px;
    margin-right: 4%;
  }
  .wraiip {
    grid-template-columns: 1fr;
  }
  .fix {
    padding-left: 10% !important;
  }
  .form-control,
  .area-text {
    font-size: 12px;
    padding: 2%;
    width: 95%;
  }
  .btn,
  .btn1 {
    font-size: 13px;
  }
  .akheri h1 {
    font-size: 14px;
  }
}

.myPopup {
position: relative;
opacity:0;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.myPopup:target {
opacity:1;}
.myPopup > div {
width: 400px;
position: relative;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: #71a6fc;
background: -moz-linear-gradient(#71a6fc, #fff);
background: -webkit-linear-gradient(#71a6fc, #999);
}
.close {
background: #606061;
color: #FFFFFF;
line-height: 25px;
position: absolute;
right: -12px;
text-align: center;
top: -10px;
width: 24px;
text-decoration: none;
-webkit-border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }	