* {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 700;
}
/* 
body {} */

html,
body,
.content {
  width: 100%;
  height: 100%;
}

.content {
  height: 288%;
  background: url('../images/back.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.left {
  width: 400px;
  height: 100vh;
  position: relative;
  /* background-color: #fff; */
}

.left-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
  height: 400px;
  border-radius: 120px;
  /* background: url('../img/circle.png'); */
  background-size: contain;
  /* box-shadow: 0 0 15px 1px #fff; */
}

.left-inner img {
  width: 100%;
  height: 120%;
  position: relative;
  top: 30px;
  left: 30px;
  /* border-radius: 90px; */
}

.right {
  width: 650px;
  height: 100vh;
  /* background-color: #454545; */
  position: relative;
}

.right-inner {
  width: 650px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.border-trans {

  width: 620px;
  /* height: 330px; */
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}



.title {
  display: flex;
}

.biu_left>span {
  font-size: 58px;
}

.biu_right {
  padding-left: 15px;
  padding-top: 20px;
  position: relative;
}

.checkit {
  position: absolute;
  cursor: pointer;
  box-shadow: inset;
  top: 0;
  right: 0;
}

.checkit img {
  width: 70px;
}

.biu_right>p {
  padding-top: 5px;
}

.biu_right span {
  font-size: 12px;
}


.link-other {
  width: 100%;
  display: flex;
  justify-content: left;
  padding: 10px 0;
}

.other-one {
  padding: 0 8px;
}

.other-one:first-child {
  padding-left: 0;
}

.other-one img {
  width: 30px;
}

.text p {
  padding-bottom: 10px;
}

.text p:first-child {
  font-size: 20px;
}

.two_btn button {
  background-color: #ed3b23;
  padding: 5px 10px;
  margin-right: 20px;
  /* border-radius: 15px; */
  border: none;
  /* box-shadow: 0 0 5px 2px #3fddca; */
  border: 2px #000000 solid;
  /* transform: rotate(5deg); */
}

/* .two_btn button:hover {
    border: #35b9a9 2px solid;
    box-shadow: 0 0 5px 2px #35b9a9;
} */

.click-to {
  /* width: 480px; */
  padding: 20px;
  display: flex;
  justify-content: left;
}

.click-to a {
  display: block;
}

.click-to-one {
  margin: 0 40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  /* background: url('../img/circle.png'); */
  /* background-size: cover; */
  position: relative;
}

.img-1 {
  background: url('../images/img-1.png');
  background-size: cover;
}

.img-2 {
  background: url('../images/img-2.png');
  background-size: cover;
}

.img-3 {
  background: url('../images/img-3.png');
  background-size: cover;
}

.click-to-one:active {
  box-shadow: 0 0 5px 1px #999;
  transform: translateY(-2px);
  transition: all 100ms linear;
}


.click-to-one span {
  display: block;
  line-height: 100px;
  text-align: center;
  width: 100px;
  font-size: 24px;
  font-weight: 700;
  text-shadow: #555 0 2px 2px;
}

.small_span {
  display: none;
}

.big_span {
  display: block;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}




@font-face {
  font-family: 'Montserrat1';
  src: url('../fonts/%20Bold.ttf');
  font-weight: 400;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
a p,
div,
strong,
i,
ul,
li {
  font-family: "Montserrat1" !important;
}




@media screen and (max-width:768px) {
  .checkit {

    /* top: -30px; */
    right: -30px;
  }

  .left-inner {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* width: 240px !important;
    height: 240px !important; */
  }

  .left-inner img {
    width: 80% !important;
    height: 80% !important;
  }

  html,
  body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }

  .content {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .left {
    width: 100%;
  }

  .right {
    width: 100%;
  }

  .right-inner {
    padding: 0;
    margin: 10% 5%;
    width: 90%;
    /* height: 80vh; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .border-trans {
    width: 80%;
    /* height: 60vh; */
    margin: 0;

    /* padding-bottom: 20px; */
    position: relative;
  }

  .title {
    display: block;
  }

  .biu_right {
    padding: 0;
    width: 100%;
    height: 20vh;
    width: 100%;
  }

  .special_over {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: left;
    white-space: wrap;
    word-wrap: normal;
  }

  /* .special:hover .special_over {
        display: block;
    } */

  .small_span {
    display: block;
  }

  .big_span {
    /* display: none; */
    font-size: .6rem !important
  }


  .link-other {
    padding: 1rem 0;
    display: flex;
    justify-content: space-around;
    justify-content: center;
  }

  /* .other-one {
        padding-right: 0.5rem;
    } */

  /* .other-one:nth-of-type(3) {
        position: relative;
        top: -0.2rem;
    } */

  .other-one img {
    width: 2rem;

  }


  .click-to {
    width: 90%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .click-to-one-back {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  .click-to-one {
    margin: 0 1rem;
    box-sizing: border-box;
  }

  .click-to-one span {
    font-size: 12px;
  }

  .text {
    padding-bottom: 1rem;
  }

  .text p {
    font-size: 1.1rem;
    position: relative;
    text-align: start;
  }

}