@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}
body {
     font-family: Poppins;
     background-color: #1b1b2c;
}
.container {
     width: 1200px;
     margin: 0 auto;
}

header {
     height: 100px;
}
.inner-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     height: 100%;
}
.inner-header .logo {
     width: 200px;
     overflow: hidden;
     align-items: center;
     display: flex;
     justify-content: center;
}
.inner-header .logo img {
     width: 100%;
}
.inner-header .menu {
     display: flex;
     align-items: center;
}
.inner-header .menu a {
     font-size: 16px;
     color: #fff;
     margin-left: 70px;
     font-weight: 300;
     cursor: pointer;
     text-decoration: none;
}
.inner-header .menu a:nth-last-of-type(1){
     background-color: #fff;
     color: #1b1b2c;
     border-radius: 10px;
     height: 50px;
     width: 150px;
     display: flex;
     align-items: center;
     font-weight: 600;
     cursor: pointer;
     justify-content: center;
}
.inner-header .menu a:nth-last-of-type(1) i {
     margin-right: 10px;
}
.findbtn {
     background-color: 	#128c7e;
     color: #fff;
     border-radius: 10px;
     height: 50px;
     width: 200px;
     display: flex;
     align-items: center;
     font-weight: 600;
     cursor: pointer;
     text-decoration: none;
     justify-content: center;
}
.findbtn2 {
     background-color: #E1306C;
     color: #fff;
     border-radius: 10px;
     height: 50px;
     text-decoration: none;
     width: 200px;
     display: flex;
     align-items: center;
     font-weight: 600;
     cursor: pointer;
     justify-content: center;
     margin-right: 20px;
}
.findbtn i, .findbtn2 i {
     margin-right: 10px;
}
.btns {
     display: flex;
}

.inner-sct1 {
     display: flex;
     justify-content: space-between;
     margin-top: 100px;
}
.inner-sct1 .left {
     width: 50%;
     display: flex;
     flex-direction: column;
}
.inner-sct1 h1 {
     font-size: 100px;
     color: #fff;
     line-height: 110%;
     margin-bottom: 20px;
     position: relative;
}
.inner-sct1 p {
     color: #fff;
     margin-bottom: 20px;
}
.yellow {
     color: rgb(255, 208, 0);
}
.underline img {
     position: absolute;
     left: -350px;
     top: -70px;
     width: 1000px;
     opacity: .3;
}
.inner-sct1 .right {
     width: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
}
.inner-sct1 .right video,
.inner-sct1 .right img {
     border-radius: 40px;
     width: 100%;
     height: 500px;
     object-fit: cover;
     border: 5px solid rgb(255, 208, 0);
}


.sct2 {
     margin-top: 200px;
     margin-bottom: 200px;
}
.inner-sct2 {
     display: flex;
     align-items: center;
     flex-direction: column;
}
.inner-sct2 h2 {
     font-size: 50px;
     color: #fff;
}
.inner-sct2 p {
     font-size: 18px;
     font-weight: 200;
     color: #fff;
     margin-bottom: 20px;
}
.inner-sct2 .main {
     display: flex;
     margin-top: 100px;
}
.inner-sct2 .left {
     width: 50%;
}
.inner-sct2 .left img {
     width: 80%;
}
.inner-sct2 .right {
     width: 50%;
}
.inner-sct2 .right h3 {
     color: #fff;
     margin-bottom: 20px;
}
.inner-sct2 .right p {
     line-height: 180%;
}


.sct3 {
     margin-top: 200px;
     margin-bottom: 200px;
}
.inner-sct3 {
     display: flex;
     align-items: center;
     flex-direction: column;
}
.inner-sct3 h2 {
     font-size: 50px;
     color: #fff;
}
.inner-sct3 p {
     font-size: 18px;
     font-weight: 200;
     color: #fff;
     margin-bottom: 20px;
}
.inner-sct3 .main {
     width: 100%;
     display: flex;
     margin-top: 50px;
}
.inner-sct3 .main .left {
     width: 50%;
}
.inner-sct3 .right {
     display: flex;
     flex-direction: column;
     width: 50%;
}
.inner-sct3 .right .comment {
     background-color: #33334a;
     color: #fff;
     padding: 30px;
     border-radius: 20px;
     width: 100%;
     display: flex;
     flex-direction: column;
     margin-bottom: 30px;
}
.inner-sct3 .right .comment img {
     width: 300px;
}
.inner-sct3 .right .name {
     font-weight: bold;
}
.inner-sct3 .right .content {
     line-height: 140%;
     font-weight: 200;
     font-size: 15px;
     margin: 10px 0px;
}
.inner-sct3 .right i {
     color: rgb(255, 208, 0) !important;
}


.sct4 {
     margin-top: 200px;
     margin-bottom: 200px;
}
.inner-sct4 {
     display: flex;
     align-items: center;
     flex-direction: column;
}
.inner-sct4 h2 {
     font-size: 50px;
     color: #fff;
}
.inner-sct4 p {
     font-size: 18px;
     font-weight: 200;
     color: #fff;
     margin-bottom: 40px;
}
.inner-sct4 .main {
     width: 100%;
     display: flex;
     margin-top: 50px;
}
.inner-sct4 .main .left {
     width: 50%;
     display: flex;
     flex-direction: column;
}
.inner-sct4 .main .left textarea {
     background-color: #33334a;
     outline: none;
     border: none;
     height: 300px;
     border-radius: 20px;
     padding: 30px;
     box-sizing: border-box;
     font-family: Poppins;
     font-size: 16px;
     color: #fff;
}
.inner-sct4 .main .left a {
     width: 100%;
     height: 60px;
     cursor: pointer;
     background-color: #fff;
     margin-top: 20px;
     border-radius: 10px;
     font-weight: 600;
     display: flex;
     align-items: center;
     justify-content: center;
}
.inner-sct4 .right {
     display: flex;
     flex-direction: column;
     width: 50%;
}
.inner-sct4 .right .contact {
     margin-left: 40px;
     display: flex;
     color: #fff;
     margin-bottom: 30px;
     text-decoration: none;
}
.inner-sct4 .right .contact .title {
     font-size: 22px;
     font-weight: 200;
}
.inner-sct4 .right .contact .answer {
     font-size: 22px;
     font-weight: 500;
}
.inner-sct4 .right .contact .left {
     width: 100px;
     height: 100px;
     border-radius: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 40px;
     margin-right: 20px;
}

.inner-sct4 .right .contact:nth-of-type(1) .left {
     background-color: #ffd8e6;
     color: #e13030;
}
.inner-sct4 .right .contact:nth-of-type(2) .left {
     background-color: #d0edff;
     color: #1DA1F2;
}
.inner-sct4 .right .contact:nth-of-type(3) .left {
     background-color: #d6d6d6;
     color: #000;
}
footer {
     background-color: #33334a;
     color: #fff;
     padding: 70px;
     text-align: center;
}


@media only screen and (max-width: 500px){
     .container {
          width: 85% !important;
     }
     .inner-header .menu {
          display: none;
     }
     .inner-header {
          display: flex;
          align-items: center;
          justify-content: center;
     }
     .inner-sct1 {
          flex-direction: column;
          margin-top: 30px !important;
     }
     .inner-sct1 .right {
          margin-top: 20px !important;
          width: 100%;
          height: auto;
     }
     .inner-sct1 .left {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
     }
     .logo {
          width: 200px !important;
          margin-top: 20px;
     }
     .inner-sct1 .left h1 {
          font-size: 60px !important;
          text-align: center;
     }
     .btns span {
          display: none;
     }
     .btns i {
          font-size: 30px;
          margin-right: 0px !important;
     }
     .btns > a {
          width: 70px;
          height: 70px !important;
          display: flex;
          border-radius: 100%;
          align-items: center;
          justify-content: center;
     }
     .btns a {
          margin-bottom: 20px;
     }
     .inner-sct2 .main {
          flex-direction: column;
     }
     .inner-sct2 .main > div {
          width: 100% !important;
          margin-bottom: 40px;
          text-align: center;
     }
     .inner-sct3 .main {
          flex-direction: column;
     }
     .inner-sct3 .main .left {
          margin-bottom: 50px !important;
     }
     .inner-sct3 .main > div {
          width: 100% !important;
     }

     .inner-sct4 .main {
          flex-direction: column;
     }
     .inner-sct4 .main .left {
          margin-bottom: 50px !important;
     }
     .inner-sct4 .main > div {
          width: 100% !important;
     }
     .inner-sct4 .main .right .contact {
          margin-left: 0px !important;
     }
     .inner-sct1 .right img,
     .inner-sct1 .right video {
          height: auto;
     }
     
}