@import url("../css2-5");
.clutchname-section {
  position: relative;
}

@media (max-width: 480px) {
  .clutchname-section {
    padding-bottom: 50px;
  }
}

.clutchname-section .container {
  position: relative;
  z-index: 1;
}

.clutchname-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 810px;
  background-image: url(../img/left-shape.png);
  background-repeat: no-repeat;
  background-position: top;
}

@media (max-width: 1199px) {
  .clutchname-section:after {
    width: 300px;
    background-size: 100%;
  }
}

@media (max-width: 991px) {
  .clutchname-section:after {
    display: none;
  }
}

.clutchname-section:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 732px;
  background-image: url(../img/right-shape.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (max-width: 1199px) {
  .clutchname-section:before {
    width: 300px;
    background-size: 100%;
    background-position: top;
  }
}

@media (max-width: 991px) {
  .clutchname-section:before {
    display: none;
  }
}

.clutchname-section h2 {
  font-size: 63px;
  text-align: center;
  color: #3e3d4e;
  font-family: 'Poppins', sans-serif;
font-weight: 800;
  line-height: 1.2;
  padding-bottom: 25px;
  margin-bottom: 65px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 45px;
  position: relative;
}

.clutchname-section h2:after {
  content: "";
  width: 115px;
  height: 7px;
  position: absolute;
  bottom: -6px;
  background-color: #00c2e5;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 991px) {
  .clutchname-section h2 {
    font-size: 33px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .clutchname-section h2 {
    font-size: 17px;
    padding-right: 0;
    padding-left: 0;
  }
}

.clutchname-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  line-height: 34px;
}

.clutchname-section .clutch-top .clutch-left {
  padding-right: 0;
}

.clutchname-section .clutch-top .clutch-left p {
  font-size: 21px;
  line-height: 34px;
}

.clutchname-section .clutch-top .clutch-left p:first-child {
  padding-right: 30px;
}

@media (max-width: 991px) {
  .clutchname-section .clutch-top .clutch-left p:first-child {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .clutchname-section .clutch-top .clutch-left {
    text-align: center;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .clutchname-section .clutch-top .clutch-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}

.clutchname-section .clutch-top .inner-img {
  background-image: url(../img/clutch-shape.png);
  background-repeat: no-repeat;
  padding: 30px;
  float: left;
  background-size: 100%;
  width: 100%;
  background-position: right center;
  position: relative;
}

.clutchname-section .clutch-top .inner-img:after {
  content: "";
  position: absolute;
  bottom: -50px;
  height: 36px;
  background-image: url(../img/shape-shadow.png);
  background-repeat: no-repeat;
  left: 0;
  right: 0;
}

.clutchname-section .clutch-top .inner-img figure {
  border-radius: 60px;
  background-color: #fff;
  margin: 0;
  float: right;
  padding: 35px;
  width: 315px;
  height: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 400px) {
  .clutchname-section .clutch-top .inner-img figure {
    width: 250px;
    height: 250px;
  }
}

.clutchname-section .clutch-top .inner-img figure img {
  width: auto;
  max-width: inherit;
}

@media (max-width: 400px) {
  .clutchname-section .clutch-top .inner-img figure img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .clutchname-section .clutch-top .inner-img {
    width: auto;
  }
}

@media (max-width: 400px) {
  .clutchname-section .clutch-top .inner-img {
    background-size: contain;
  }
}

.clutchname-section .clutch-middle {
  margin-top: 100px;
}

.clutchname-section .clutch-middle .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .clutchname-section .clutch-middle .clutch-left .inner-img {
    text-align: center;
  }
}

.clutchname-section .clutch-middle .clutch-left img {
  border-radius: 80px;
  border-top-right-radius: 0;
}

@media (max-width: 991px) {
  .clutchname-section .clutch-middle .clutch-left img {
    border-radius: 80px;
    margin-bottom: 30px;
  }
}

.clutchname-section .clutch-middle .clutch-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clutchname-section .clutch-middle .clutch-right .inner-txt {
  padding-left: 35px;
  padding-right: 56px;
}

@media (max-width: 991px) {
  .clutchname-section .clutch-middle .clutch-right .inner-txt {
    text-align: center;
    padding: 0;
  }
}

.clutchname-section a {
  background: #f19830;
  padding: 8px 49px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  float: left;
  margin-top: 18px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media (max-width: 991px) {
  .clutchname-section a {
    float: none;
    display: inline-block;
  }
}

.clutchname-section a:hover {
  background-color: #000;
  color: #fff;
}

.clutchname-section .about-clutch {
  padding-bottom: 160px;
  margin-top: 125px;
}

@media (max-width: 480px) {
  .clutchname-section .about-clutch {
    padding-bottom: 0;
    margin-top: 50px;
  }
}

.clutchname-section .about-clutch .clutch-full .full-img {
  position: relative;
}

.clutchname-section .about-clutch .clutch-full .full-img img {
  border-top-left-radius: 150px;
}

@media (max-width: 767px) {
  .clutchname-section .about-clutch .clutch-full .full-img img {
    border-radius: 30px;
  }
}

.clutchname-section .about-clutch .clutch-full .full-img .about-talk {
  border-radius: 100px;
  border-top-left-radius: 0;
  max-width: 708px;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: -126px;
  right: 90px;
  margin: auto;
  padding: 70px 50px 30px;
  z-index: 1;
  background-color: #fff;
}

@media (max-width: 991px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk {
    width: 500px;
    padding: 50px 50px 30px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk {
    width: 400px;
    padding: 30px 30px 20px;
    left: 0;
    right: 0;
    border-radius: 20px;
    bottom: -180px;
  }
}

@media (max-width: 480px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk {
    bottom: inherit;
    position: relative;
    margin-top: -50px;
    width: 100%;
  }
}

.clutchname-section .about-clutch .clutch-full .full-img .about-talk p {
  font-size: 24px;
  color: #222;
  line-height: 34px;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk p {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk p {
    text-align: center;
  }
}

.clutchname-section .about-clutch .clutch-full .full-img .about-talk img {
  border-radius: 0;
}

.clutchname-section .about-clutch .clutch-full .full-img .about-talk .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.clutchname-section .about-clutch .clutch-full .full-img .about-talk .author .thumb {
  margin-right: 40px;
}

.clutchname-section .about-clutch .clutch-full .full-img .about-talk .author .thumb img {
  border-radius: 50%;
  border: 4px solid #e8e8e8;
}

@media (max-width: 991px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk .author .thumb img {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk .author .thumb {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk .author .thumb {
    margin-right: 0;
  }
}

.clutchname-section .about-clutch .clutch-full .full-img .about-talk .author .desc h5 {
  font-size: 30px;
  color: #222;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk .author .desc h5 {
    font-size: 22px;
  }
}

.clutchname-section .about-clutch .clutch-full .full-img .about-talk .author .desc span {
  font-size: 18px;
  color: #222;
}

@media (max-width: 767px) {
  .clutchname-section .about-clutch .clutch-full .full-img .about-talk .author .desc span {
    font-size: 15px;
  }
}
