.one_box.w1280,
.social_farme.w1280,
.pric_se.w1280 {
  width: min(1280px, calc(100% - 32px));
}

.one_box {
  align-items: center;
  background-color: #1a1a1a;
  border-radius: 44px;
  color: #adbdcc;
  display: flex;
  font-size: 18px;
  gap: clamp(24px, 3.2vw, 48px);
  justify-content: space-between;
  margin-top: 190px;
  min-height: 480px;
  padding: clamp(28px, 4vw, 58px) clamp(22px, 4vw, 66px);
  position: relative;
}

.one_box::after {
  background-color: #0cbdbd;
  border-radius: 0 44px 44px 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: min(35%, 460px);
}

.one_box .txt_box {
  font-size: 16px;
  max-width: 680px;
  width: min(58%, 680px);
}

.one_box h1 {
  color: #ffffff;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.2;
}

.one_box .con {
  color: #ffffff;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.8;
  margin: 22px 0 0;
}

.pricing_btn_s {
  background-color: #ffbd00;
  border-radius: 10px;
  color: #1d2436;
  font-family: Poppins-Medium;
  font-size: 18px;
  height: 50px;
  margin-top: 34px;
  width: 183px;
}

.one_img {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 420px;
  overflow: visible;
  position: relative;
  width: min(38%, 500px);
  z-index: 1;
}

.one_img img {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-height: 360px;
  max-width: 92%;
  object-fit: contain;
  object-position: center center;
  width: auto;
}

.home_h2 {
  color: #1a1a1a;
  font-size: clamp(30px, 3.7vw, 40px);
  text-align: center;
}

.home_h2_top {
  margin-top: 72px;
}

.social_farme {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.social_item {
  border-left: 1px solid #ecedee;
  border-top: 1px solid #ecedee;
  height: 100%;
  padding: 30px 30px 34px;
  text-align: center;
}

.social_item:hover {
  background-color: #f7fafc;
}

.social_farme a:nth-child(1) .social_item,
.social_farme a:nth-child(2) .social_item,
.social_farme a:nth-child(3) .social_item {
  border-top: none;
}

.social_farme a:nth-child(1) .social_item {
  border-left: none;
}

.social_farme a:nth-child(3n + 4) .social_item {
  border-left: none;
}

.social_op {
  border-left: 1px solid #ecedee;
  border-top: 1px solid #ecedee;
}

.social_op:hover {
  background-color: transparent;
}

.social_iconfont {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
}

.social_iconfont .iconfont {
  font-size: 90px;
}

.social_iconfont_1 .iconfont {
  color: #3d5a99;
}

.social_iconfont_2 .iconfont {
  color: #ff0000;
}

.social_iconfont_3 .iconfont {
  color: #f64600;
}

.social_iconfont_5 .iconfont {
  color: #3dace6;
}

.social_iconfont_6 .iconfont {
  color: #ef2130;
}

.social_iconfont_7 .iconfont {
  color: #738bd8;
}

.social_iconfont img {
  height: 76px;
  width: auto;
}

.social_title {
  color: #1a1a1a;
  font-family: "Poppins-Medium";
  font-size: 24px;
  margin-top: 24px;
}

.social_txt {
  color: #1a1a1a;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 12px;
}

.Business_box .social_iconfont {
  background-color: #f2f5ff;
  border-radius: 16px;
  height: 84px;
  margin: 3px auto;
  width: 84px;
}

.Business_box .social_iconfont .iconfont {
  color: #2951ff;
  font-size: 49px;
}

.pric_se {
  align-items: stretch;
  background-color: #eeefee;
  border-radius: 40px;
  display: flex;
  height: auto;
  justify-content: space-between;
  margin-bottom: 74px;
  margin-top: 72px;
  min-height: 460px;
  overflow: hidden;
}

.pric_se_left {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  min-height: 460px;
  padding: 18px 12px 0;
  position: relative;
  width: 50%;
}

.pric_se_right {
  align-items: center;
  background-color: #14191c;
  border-radius: 0 40px 40px 0;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 460px;
  padding: 20px 0;
  width: 50%;
}

.pric_se_left img {
  height: auto;
  max-height: 460px;
  max-width: min(90%, 560px);
  object-fit: contain;
  object-position: center bottom;
  width: auto;
}

.pric_se_farme {
  align-items: center;
  background-color: #20272b;
  border: 1px solid #2d3539;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 38px 24px 34px;
  width: min(460px, 88%);
}

.pric_se_head {
  align-items: center;
  background-color: #31393d;
  border-radius: 25px;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  height: 50px;
  justify-content: center;
  min-width: 246px;
  padding: 0 20px;
}

.pric_se_p {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-family: Poppins-Medium;
  font-size: 27px;
  gap: 10px;
  justify-content: center;
  line-height: 1.05;
  margin-top: 22px;
}

.pric_se_p span {
  font-size: clamp(70px, 7vw, 108px);
  line-height: 1;
}

.pric_se_txt {
  color: #ffffff;
  font-family: Poppins-Medium;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
  max-width: 430px;
  opacity: 0.7;
  text-align: center;
  width: 100%;
}

.pric_se_farme .pricing_btn_s {
  margin-top: 28px;
}

@media screen and (max-width: 1180px) {
  .one_box {
    margin-top: 176px;
    min-height: 420px;
  }

  .social_title {
    font-size: 22px;
  }

  .social_txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 1050px) {
  .pric_se {
    border-radius: 34px;
    flex-direction: column;
    margin-bottom: 62px;
  }

  .pric_se_left {
    min-height: 280px;
    padding: 14px 12px 4px;
    width: 100%;
  }

  .pric_se_left img {
    max-height: 340px;
    max-width: 74%;
  }

  .pric_se_right {
    border-radius: 0 0 34px 34px;
    min-height: 0;
    padding: 24px 0 32px;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .one_box {
    border-radius: 30px;
    margin-top: 128px;
    min-height: 0;
    padding: 28px 24px 32px;
  }

  .one_img {
    display: none;
  }

  .one_box::after {
    display: none;
  }

  .one_box .txt_box {
    width: 100%;
  }

  .home_h2_top {
    margin-top: 58px;
  }

  .social_farme {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  .social_item {
    border: none;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(6, 58, 67, 0.08);
    margin: 6px;
  }

  .social_op {
    display: none;
  }

  .pric_se {
    margin-top: 58px;
  }
}

@media screen and (max-width: 768px) {
  .one_box.w1280,
  .social_farme.w1280,
  .pric_se.w1280 {
    width: calc(100% - 24px);
  }

  .social_farme {
    grid-template-columns: 1fr;
  }

  .pricing_btn_s {
    width: 100%;
  }

  .pric_se_left {
    display: none;
  }

  .pric_se_right {
    border-radius: 34px;
  }

  .pric_se_farme {
    width: calc(100% - 28px);
  }

  .pric_se_head {
    min-width: 0;
    width: 100%;
  }
}
