@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: #000;
}
.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: #000;
     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: 	#444;
     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: #666;
     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: #f5f5f5;
}
.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 #fff;
}


.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%;
     display: flex;
     justify-content: center;
     align-items: center;
}
.ref-card {
     width: 100%;
     max-width: 520px;
     background: #050505;
     border-radius: 24px;
     border: 1px solid #2a2a2a;
     padding: 24px 24px 28px;
     box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
}
.ref-card-video {
     max-width: 500px;
}
.ref-card-comments {
     max-width: 520px;
}
.ref-card-header {
     display: flex;
     flex-direction: column;
     gap: 6px;
     margin-bottom: 18px;
}
.ref-tag {
     font-size: 12px;
     letter-spacing: 0.16em;
     text-transform: uppercase;
     color: #b3b3b3;
}
.ref-sub {
     font-size: 14px;
     font-weight: 300;
     color: #e0e0e0;
}
.video-slider {
     position: relative;
     width: 100%;
     overflow: hidden;
     border-radius: 20px;
     margin: 0;
}
.video-slider-container {
     display: flex;
     transition: transform 0.5s ease-in-out;
     width: 400%;
     pointer-events: none;
}
.video-slider-container .slider-video {
     width: 25%;
     flex-shrink: 0;
     height: 500px;
     border-radius: 20px;
     object-fit: contain;
     border: 3px solid #fff;
     background-color: #000;
     pointer-events: auto;
}
.video-slider-container {
     pointer-events: none;
}
.video-slider-container .slider-video {
     pointer-events: auto;
}
.slider-controls {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 100%;
     display: flex;
     justify-content: space-between;
     padding: 0 15px;
     pointer-events: none;
     z-index: 20;
}
.slider-btn {
     background-color: rgba(255, 255, 255, 0.8);
     border: none;
     color: #000;
     font-size: 30px;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     pointer-events: all;
     transition: background-color 0.3s ease;
     font-weight: bold;
     line-height: 1;
     z-index: 21;
     position: relative;
}
.slider-btn:hover {
     background-color: #fff;
}
.video-controls {
     position: absolute;
     bottom: 20px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 20;
}
.play-pause-btn {
     background-color: rgba(255, 255, 255, 0.9);
     border: none;
     color: #000;
     font-size: 20px;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: background-color 0.3s ease;
     z-index: 21;
     position: relative;
}
.play-pause-btn:hover {
     background-color: #fff;
}
.inner-sct3 .right {
     display: flex;
     flex-direction: column;
     width: 50%;
}
.comments-list {
     display: flex;
     flex-direction: column;
     gap: 16px;
     max-height: 420px;
     overflow-y: auto;
     padding-right: 6px;
}
.inner-sct3 .right .comment {
     background-color: #111;
     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: #fff !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: #111;
     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: #444;
     color: #fff;
}
.inner-sct4 .right .contact:nth-of-type(2) .left {
     background-color: #666;
     color: #fff;
}
.inner-sct4 .right .contact:nth-of-type(3) .left {
     background-color: #888;
     color: #000;
}
footer {
     background-color: #111;
     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;
          width: 100% !important;
          display: flex;
          justify-content: center;
     }
     .inner-sct3 .main > div {
          width: 100% !important;
     }
     .ref-card {
          max-width: 100%;
          padding: 20px 18px 22px;
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.9);
     }
     .comments-list {
          max-height: none;
          overflow-y: visible;
     }
     .ref-card-header {
          align-items: flex-start;
     }

     .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;
     }
     .video-slider {
          width: 100%;
          max-width: 100%;
     }
     .video-slider-container {
          width: 400%;
     }
     .video-slider-container .slider-video {
          width: 25%;
          height: 250px;
          object-fit: contain;
          border-width: 2px;
          background-color: #000;
     }
     .slider-btn {
          width: 35px;
          height: 35px;
          font-size: 20px;
     }
     .slider-controls {
          padding: 0 5px;
     }
     .play-pause-btn {
          width: 35px;
          height: 35px;
          font-size: 14px;
          bottom: 10px;
     }
     .video-controls {
          bottom: 10px;
     }
}