body {
  margin: 0;
  font-family: sans-serif;
}

p {
  font-size: 17px;
  line-height: 1.4;
}
img {
  max-width: 100%;
}

header {
  padding: 25px 0px 70px;
  color: #fff;
}
.container {
  max-width: 1044px;
  width: 100%;
  margin: auto;
  padding: 0px 15px;
  box-sizing: border-box;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.clarkSon-menu_list {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.clarkSon-meni_item a {
  color: #000;
  text-decoration: none;
  padding: 10px 2px;
}
.clarkSon-logo_wrp img {
  max-width: 200px;
  width: 100%;
}
.headr_wrp {
  padding: 25px 0px;
  background: #e9e9e9;
}
/* <!-----------------------bnr-sec----------------------> */
.col {
  width: 50%;
}
.clarkSon-bnr_title h1 {
  font-size: 37px;
  margin-top: 0;
}
.clarkSon-bnr_title p {
  font-size: 17px;
  font-weight: 300;
}
.clarkSon-bnr-main_wrp {
  padding: 0px 0px 70px;
  position: relative;
}


.clarkSon-bnr-img img {
  width: 100%;
}

/* <!----------------------about-sec---------------------> */

.clarkSon-about-sec {
  padding: 50px 0px;
  /* background: #f1f1f1; */
}
.clarkSon-title {
  text-align: center;
  margin-bottom: 50px;
}
.clarkSon-title h2 {
  font-size: 27px;
}
.clarkSon-title p {
  line-height: 1.5;
}
.col-2 {
  width: 33.33%;
}
.clarkSon-box_sec img {
  width: 100%;
}
.clarkSon-box_sec h2 {
  font-size: 20px;
}

.clarkSon-content h3 {
  margin: 0;
}
.clarkSon-news-sec {
  padding-bottom: 50px;
}
.clarkSon-ftr {
  padding: 10px 0px;
  background: #a3a3a3;
  text-align: center;
}
.clarkSon-privacy-sec {
  min-height: calc(100vh - 189px);
  padding: 20px 0px;
}

/* <!----------------------------button-sec----------------------> */

.clarkSon-btn_wrp {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: #000000bf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clarkSon-wrp {
  max-width: 800px;
  width: 100%;
  text-align: center;
  padding: 0px 15px;
  box-sizing: border-box;
}

.clarkSon-wrp h2 {
  color: #fff;
  font-size: 46px;
  margin: 0px;
}

.clarkSon-wrp a {
  background-color: #ea6813;
  color: #fff;
  padding: 20px 0;
  font-size: 40px;
  font-weight: 600;
  border-radius: 80px;
  border-top: 15px solid #a54100;
  display: block;
  text-decoration: none;
  letter-spacing: 2px;
  width: 95%;
  margin: 35px auto 0;
  transition: all 0.2s linear;
  position: relative;
  overflow: hidden;
  transform: scale(0.9);
}
.clarkSon-wrp a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0px;
  background: #db6c23ad;
  left: 50%;
  top: 50%;
  transition: all 0.5s linear;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.clarkSon-wrp a span {
  position: relative;
  z-index: 1;
}
.clarkSon-wrp a:hover:after {
  width: 200%;
  height: 200px;
}
.clarkSon-wrp a:hover {
  color: #000;
  transform: scale(1);
}

@media (max-width: 768px) {
  .clarkSon-logo_wrp,
  .clarkSon-manu_wrp {
    margin: auto;
  }
  .clarkSon-bnr-main_wrp {
    padding: 0px 0px 50px;
  }
  .row {
    flex-wrap: wrap;
    gap: 25px;
  }
  .clarkSon-bnr-img {
    text-align: center;
  }
  .clarkSon-bnr-img img {
    max-width: 400px;
    width: 100%;
  }
  .col {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
}
