@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("../vendor/bootstrap-5.2/css/bootstrap.min.css");
@import url("../vendor/fontawesome/css/all.min.css");
@import url("../vendor/icomoon/style.css");
.cs-seemore-btn {
  border: none;
  background: transparent;
  color: #D6D6D6;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
}
.cs-seemore-btn img {
  width: 48px;
  height: 48px;
}

.cs-sec-4 .cs-animation-btn-1 {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  color: inherit;
  max-width: 200px;
  width: 100%;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  font-size: 16px;
  position: relative;
  background: #F58A25;
}
.cs-sec-4 .cs-btn-1 {
  border: 2px solid black;
  animation: 0.5s collision ease-in;
  overflow: hidden;
  transition: 0.3s 0.1s;
}
.cs-sec-4 .cs-btn-1:active {
  transform: translateX(100px);
  background: rgba(255, 255, 255, 0.5);
}
.cs-sec-4 .cs-btn-1 p {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  z-index: 5;
  margin: 0;
  transition: 1s ease-in-out;
}
.cs-sec-4 .cs-btn-1:hover p {
  color: #F58A25;
}
.cs-sec-4 .cs-btn-1:before, .cs-sec-4 .cs-btn-1:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cs-sec-4 .cs-btn-1:hover:after {
  animation: collisionRight 1s both;
  animation-direction: alternate;
}
.cs-sec-4 .cs-btn-1:before {
  left: -30%;
}
.cs-sec-4 .cs-btn-1:after {
  left: 125%;
}
.cs-sec-4 .cs-sec4-container-2 {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.cs-sec-4 .cs-sec4-container-2 .cs-left-1 {
  max-width: 480px;
  width: 100%;
}
.cs-sec-4 .cs-sec4-container-2 .cs-left-1 .cs-min-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.cs-sec-4 .cs-sec4-container-2 .cs-left-1 .cs-max-title {
  color: #ffffff;
  font-size: 52px;
  letter-spacing: 2px;
  line-height: 65px;
  font-weight: 700;
}
.cs-sec-4 .cs-sec4-container-2 .cs-right-1 {
  max-width: 280px;
  width: 100%;
}
.cs-sec-4 .cs-sec4-container-2 .cs-right-1 .cs-desc {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}
.cs-sec-4 .cs-sec4-main {
  padding: 50px 0;
}
.cs-sec-4 .cs-sec4-main .nav.nav-pills {
  justify-content: center;
  margin: 40px 0;
}
.cs-sec-4 .cs-sec4-main .nav.nav-pills .nav-item .nav-link {
  border: none;
  background: transparent;
  color: #D6D6D6;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}
.cs-sec-4 .cs-sec4-main .nav.nav-pills .nav-item .nav-link.active {
  font-weight: 700;
  color: #F58A25;
}
.cs-sec-4 .cs-sec4-main .nav.nav-pills .nav-item .nav-link.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: flex;
  background: #F58A25;
  width: 100%;
  height: 2px;
}
.cs-sec-4 .cs-sec4-main .tab-content .tab-pane {
  text-align: center;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-more {
  -moz-columns: auto 3;
       columns: auto 3;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s;
  height: 0;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-more.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 2s;
  height: auto;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-more.active .cs-tab-item {
  height: -moz-max-content;
  height: max-content;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-more .cs-tab-item {
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
  border-radius: 30px;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-more .cs-tab-item a {
  width: 100%;
  height: 100%;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-more .cs-tab-item a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  -o-object-position: center;
     object-position: center;
  transition: all 2s;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-more .cs-tab-item:hover {
  border-radius: 30px;
  transition: all 2s;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-more .cs-tab-item:hover img {
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.2);
  transition: all 2s;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-wrapper {
  -moz-columns: auto 3;
       columns: auto 3;
  gap: 20px;
  overflow: hidden;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-wrapper .cs-tab-item {
  margin-bottom: 20px;
  height: -moz-max-content;
  height: max-content;
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-wrapper .cs-tab-item a {
  width: 100%;
  height: 100%;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-wrapper .cs-tab-item a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  -o-object-position: center;
     object-position: center;
  transition: all 2s;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-wrapper .cs-tab-item:hover {
  border-radius: 30px;
  transition: all 2s;
  overflow: hidden;
}
.cs-sec-4 .cs-sec4-main .tab-content .cs-tab-wrapper .cs-tab-item:hover img {
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.2);
  transition: all 2s;
}

.cs-sec-5 {
  padding: 50px 0;
  background: #F58A25;
}
.cs-sec-5 .cs-sec5-wrapper {
  max-width: 950px;
  margin: 0 auto;
}
.cs-sec-5 .cs-sec5-wrapper .cs-head {
  color: #D6D6D6;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d1 {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  justify-content: space-between;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d1 .cs-form-item {
  flex: 0 0 40%;
  max-width: 40%;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d1 .cs-form-item label {
  margin-bottom: 0;
  color: #D6D6D6;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d1 .cs-form-item input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #D6D6D6;
  border-radius: 0;
  padding: 0;
  color: #D6D6D6;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d1 .cs-form-item input:focus-visible, .cs-sec-5 .cs-sec5-wrapper .cs-s5-d1 .cs-form-item input:focus {
  outline: none;
  box-shadow: none;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d2 {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d2 .cs-desc {
  color: #D6D6D6;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d2 .cs-checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d2 .cs-checkbox-wrapper .custom-checkbox {
  display: none;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d2 .cs-checkbox-wrapper .custom-checkbox + label {
  padding: 5px 15px;
  border: 2px solid #D6D6D6;
  color: #D6D6D6;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d2 .cs-checkbox-wrapper .custom-checkbox:checked + label {
  background-color: #D6D6D6;
  color: #020d19;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d2 .cs-form-item {
  flex: 1;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d2 .cs-form-item label {
  margin-bottom: 0;
  color: #D6D6D6;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d2 .cs-form-item input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #D6D6D6;
  border-radius: 0;
  padding: 0;
  color: #D6D6D6;
}
.cs-sec-5 .cs-sec5-wrapper .cs-s5-d2 .cs-form-item input:focus-visible, .cs-sec-5 .cs-sec5-wrapper .cs-s5-d2 .cs-form-item input:focus {
  outline: none;
  box-shadow: none;
}
.cs-sec-5 .cs-sbmt-btn {
  margin-top: 20px;
  padding: 5px 15px;
  border: 2px solid #D6D6D6;
  color: #D6D6D6;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 20px;
  font-weight: 500;
  background: transparent;
  min-width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs-sec-5 .cs-sbmt-btn:hover {
  background-color: #D6D6D6;
  color: #020d19;
}

.cs-sec-6 {
  padding: 50px 0;
  overflow: hidden;
}
.cs-sec-6 .cs-sec6-container-2 {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.cs-sec-6 .cs-sec6-container-2 .cs-left-1 {
  max-width: 480px;
  width: 100%;
}
.cs-sec-6 .cs-sec6-container-2 .cs-left-1 .cs-min-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.cs-sec-6 .cs-sec6-container-2 .cs-left-1 .cs-max-title {
  color: #ffffff;
  font-size: 52px;
  letter-spacing: 2px;
  line-height: 65px;
  font-weight: 700;
}
.cs-sec-6 .cs-sec6-container-2 .cs-right-1 {
  max-width: 280px;
  width: 100%;
}
.cs-sec-6 .cs-sec6-container-2 .cs-right-1 .cs-desc {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}
.cs-sec-6 .cs-s6-wrapper {
  position: relative;
  display: flex;
  min-height: 120vh;
}
.cs-sec-6 .cs-s6-wrapper .cs-gradient-img {
  position: absolute;
  top: 25%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 700px;
  animation-name: rotate;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: linear-gradient(90deg, rgb(97, 84, 254) 14%, rgb(0, 240, 255) 50%, rgb(211, 0, 255) 60%);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.cs-sec-6 .cs-s6-wrapper .cs-container-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 780px;
  width: 100%;
  z-index: -1;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item {
  position: absolute;
  min-width: 350px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-user-img {
  position: relative;
  background: #F58A25;
  border-radius: 50% 0 0 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content {
  width: 100%;
  padding: 16px;
  background: #F58A25;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content .cs-textbox {
  display: flex;
  flex-direction: column;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content .cs-textbox .cs-desc1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #F5F5F5;
  margin: 0;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content .cs-textbox .cs-desc2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #F5F5F5;
  margin: 0;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content i {
  color: #F5F5F5;
  font-size: 18px;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content .cs-item-details {
  width: 100%;
  position: absolute;
  top: 110%;
  left: 0;
  padding: 16px;
  background: #F58A25;
  display: flex;
  flex-direction: column;
  gap: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 2;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content .cs-item-details .cs-desc1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #F5F5F5;
  margin: 0;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content .cs-item-details .cs-desc1 span {
  font-weight: 700;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content .cs-item-details .cs-social-box {
  display: inline-flex;
  gap: 10px;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content .cs-item-details .cs-social-box img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-item .cs-s6-item-content:hover .cs-item-details {
  visibility: visible;
  opacity: 1;
  transition: all 1s;
  z-index: 2;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left {
  flex: 1 1 50%;
  max-width: 50%;
  position: relative;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left .cs-s6-item {
  flex-direction: row-reverse;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left .cs-s6-item .cs-user-img {
  border-radius: 0 50% 50% 0;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left .cs-s6-item#cs-s6-item1 {
  top: 14%;
  right: 0;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left .cs-s6-item#cs-s6-item2 {
  top: 38%;
  right: 45%;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-dd-left .cs-s6-item#cs-s6-item3 {
  bottom: 20%;
  right: 15%;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-dd-right {
  flex: 1 1 50%;
  max-width: 50%;
  position: relative;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-dd-right .cs-s6-item#cs-s6-item4 {
  top: 8%;
  left: 20%;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-dd-right .cs-s6-item#cs-s6-item5 {
  top: 40%;
  left: 45%;
}
.cs-sec-6 .cs-s6-wrapper .cs-s6-dd-right .cs-s6-item#cs-s6-item6 {
  bottom: 15%;
  left: 15%;
}

* {
  font-family: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a, button {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

body {
  background: #020d19;
}

@keyframes collisionRight {
  0% {
    left: 50%;
    width: 10px;
    height: 10px;
  }
  50% {
    left: 50%;
    width: 30px;
    height: 30px;
  }
  100% {
    left: 50%;
    width: 300px;
    height: 300px;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
header {
  margin-bottom: 70px;
  padding-top: 30px;
}

#navbarSupportedContent .nav-item .nav-link {
  color: #D6D6D6;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding: 8px 15px;
}

.cs-head-btn {
  max-width: 230px;
  padding: 8px 8px 8px 15px;
  border-radius: 60px;
  background-color: #D6D6D6;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs-head-btn .cs-btn-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #020D19;
  margin: 0;
}
.cs-head-btn .cs-btn-container {
  padding: 10px;
  border-radius: 50%;
  background: #F58A25;
}
.cs-head-btn .cs-head-arrow {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cs-sec-1 {
  position: relative;
  margin-bottom: 80px;
}
.cs-sec-1 .cs-sec-1-mainarea {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-textbox {
  max-width: 800px;
  width: 100%;
}
.cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-textbox .cs-title-1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #D6D6D6;
}
.cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-textbox .cs-title-2 {
  font-size: 90px;
  line-height: 105px;
  font-weight: 700;
  color: #D6D6D6;
}
.cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-textbox .cs-desc-1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #D6D6D6;
  max-width: 515px;
  width: 100%;
}
.cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-textbox .cs-count-1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #D6D6D6;
}
.cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-textbox .cs-desc-2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #D6D6D6;
  max-width: 190px;
  width: 100%;
}
.cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-imgbox {
  max-width: 750px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  overflow-x: hidden;
}
.cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-imgbox .cs-main-img {
  max-width: 420px;
  height: 440px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cs-sec-1 .cs-sec-1-mainarea .cs-sec-1-imgbox .cs-gradient-img {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 500px;
  height: 500px;
  animation-name: rotate;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: linear-gradient(90deg, rgb(97, 84, 254) 14%, rgb(0, 240, 255) 50%, rgb(211, 0, 255) 60%);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.cs-sec-1 .cs-sec-1-bottomarea {
  position: relative;
  margin-top: 50px;
}
.cs-sec-1 .cs-sec-1-bottomarea .cs-main-area {
  display: flex;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 30px;
}
.cs-sec-1 .cs-sec-1-bottomarea .cs-main-area .cs-item {
  text-align: center;
  color: #D6D6D6;
}
.cs-sec-1 .cs-sec-1-bottomarea .cs-main-area .cs-item .cs-count-area {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.cs-sec-1 .cs-sec-1-bottomarea .cs-main-area .cs-item .cs-desc-area {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.cs-sec-1 .cs-sec-1-bottomarea .cs-getstarted-btn {
  max-width: 120px;
  height: 120px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.cs-sec-1 .cs-sec-1-bottomarea .cs-getstarted-btn img {
  width: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cs-sec-video-area {
  margin: 100px 0;
  padding: 50px 0;
  overflow-x: hidden;
  background: #d6d6d6;
  width: 100%;
}
.cs-sec-video-area .cs-sec2-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 0 5%;
}
.cs-sec-video-area .cs-sec2-main .cs-img-area {
  max-width: 500px;
  width: 100%;
  height: 560px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.cs-sec-video-area .cs-sec2-main .cs-img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  z-index: 1;
}
.cs-sec-video-area .cs-sec2-main .cs-img-area .cs-play-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 150px;
  height: 150px;
  width: 100%;
}
.cs-sec-video-area .cs-sec2-main .cs-img-area .cs-play-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cs-sec-video-area .cs-sec2-main .cs-sec2-textbox {
  max-width: 500px;
  width: 100%;
}
.cs-sec-video-area .cs-sec2-main .cs-sec2-textbox .cs-title-1 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #020d19;
}
.cs-sec-video-area .cs-sec2-main .cs-sec2-textbox .cs-title-2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #020d19;
  margin: 25px 0;
}
.cs-sec-video-area .cs-sec2-main .cs-sec2-textbox .cs-desc-1 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #020d19;
}

.cs-sec-2 {
  padding-top: 150px;
  margin: 0 0 80px 0;
  overflow-x: hidden;
}
.cs-sec-2 .cs-sec2-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 0 5%;
}
.cs-sec-2 .cs-sec2-main .cs-img-area {
  max-width: 500px;
  width: 100%;
  height: 560px;
  transform: translateX(-40vw);
  transition: all 1s;
}
.cs-sec-2 .cs-sec2-main .cs-img-area.active {
  transform: translateX(0);
  transition: all 1s;
}
.cs-sec-2 .cs-sec2-main .cs-img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-sec-2 .cs-sec2-main .cs-sec2-textbox {
  max-width: 500px;
  width: 100%;
  transform: translateX(40vw);
  transition: all 1s;
}
.cs-sec-2 .cs-sec2-main .cs-sec2-textbox.active {
  transform: translateX(0);
  transition: all 1s;
}
.cs-sec-2 .cs-sec2-main .cs-sec2-textbox .cs-title-1 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #D6D6D6;
}
.cs-sec-2 .cs-sec2-main .cs-sec2-textbox .cs-title-2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #D6D6D6;
  margin: 25px 0;
}
.cs-sec-2 .cs-sec2-main .cs-sec2-textbox .cs-desc-1 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #D6D6D6;
}

.cs-sec3-container-2 {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.cs-sec3-container-2 .cs-left-1 {
  max-width: 480px;
  width: 100%;
}
.cs-sec3-container-2 .cs-left-1 .cs-min-title {
  color: #D6D6D6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.cs-sec3-container-2 .cs-left-1 .cs-max-title {
  color: #D6D6D6;
  font-size: 52px;
  letter-spacing: 2px;
  line-height: 65px;
  font-weight: 700;
}

.cs-animation-btn-1 {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  color: inherit;
  max-width: 200px;
  width: 100%;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  font-size: 16px;
  position: relative;
  background: #F58A25;
}

.cs-btn-1 {
  border: 2px solid black;
  animation: 0.5s collision ease-in;
  overflow: hidden;
  transition: 0.3s 0.1s;
}
.cs-btn-1:active {
  transform: translateX(100px);
  background: rgba(255, 255, 255, 0.5);
}
.cs-btn-1 p {
  position: relative;
  color: #D6D6D6;
  font-weight: 700;
  font-size: 1.2rem;
  z-index: 5;
  margin: 0;
  transition: 1s ease-in-out;
}
.cs-btn-1:hover p {
  color: #F58A25;
}
.cs-btn-1:before, .cs-btn-1:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #D6D6D6;
}
.cs-btn-1:hover:after {
  animation: collisionRight 1s both;
  animation-direction: alternate;
}
.cs-btn-1:before {
  left: -30%;
}
.cs-btn-1:after {
  left: 125%;
}

.cs-animation-btn-2 {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  color: inherit;
  max-width: 180px;
  width: 100%;
  height: 180px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  background: #d6d6d6;
}

.cs-btn-2 {
  border: none;
  animation: 0.5s collision ease-in;
  overflow: hidden;
  outline: 0;
  box-shadow: none;
  transition: 0.3s 0.1s;
}
.cs-btn-2:active {
  transform: translateX(100px);
  background: #F58A25;
}
.cs-btn-2 p {
  position: relative;
  color: #F58A25;
  font-weight: 700;
  font-size: 1.2rem;
  z-index: 5;
  margin: 0;
  transition: 1s ease-in-out;
}
.cs-btn-2:hover p {
  color: #d6d6d6;
}
.cs-btn-2:before, .cs-btn-2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #F58A25;
}
.cs-btn-2:hover:after {
  animation: collisionRight 1s both;
  animation-direction: alternate;
}
.cs-btn-2:before {
  left: -30%;
}
.cs-btn-2:after {
  left: 125%;
}

.cs-right-1 {
  max-width: 280px;
  width: 100%;
}
.cs-right-1 .cs-desc {
  font-size: 16px;
  line-height: 24px;
  color: #D6D6D6;
  font-weight: 300;
  margin-bottom: 30px;
}

.cs-sec-3 {
  overflow: hidden;
}
.cs-sec-3 .cs-sec3-2 {
  margin-top: 80px;
}
.cs-sec-3 .cs-sec3-2 .cs-item {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 30px;
}
.cs-sec-3 .cs-sec3-2 .cs-item:hover .cs-animation-img-main {
  opacity: 1;
  visibility: visible;
  height: 200px;
  transform: translateX(0);
  transition: all 0.8s;
}
.cs-sec-3 .cs-sec3-2 .cs-item:hover .cs-animation-img-main img {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}
.cs-sec-3 .cs-sec3-2 .cs-item:hover .cs-icon-arrow {
  transform: rotate(-90deg);
  transition: all 0.8s;
}
.cs-sec-3 .cs-sec3-2 .cs-item .cs-count-1 {
  font-size: 24px;
  line-height: 32px;
  color: #D6D6D6;
  font-weight: 700;
}
.cs-sec-3 .cs-sec3-2 .cs-item .cs-tab-2 {
  max-width: 500px;
  width: 100%;
}
.cs-sec-3 .cs-sec3-2 .cs-item .cs-tab-2 .cs-title-1 {
  font-size: 36px;
  line-height: 44px;
  color: #D6D6D6;
  font-weight: 700;
  margin-bottom: 10px;
}
.cs-sec-3 .cs-sec3-2 .cs-item .cs-tab-2 .cs-desc-1 {
  font-size: 16px;
  line-height: 24px;
  color: #D6D6D6;
  font-weight: 500;
}
.cs-sec-3 .cs-sec3-2 .cs-item .cs-animation-img-main {
  max-width: 350px;
  width: 100%;
  height: 150px;
  border-radius: 30px;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100vw);
  transition: all 0.8s;
}
.cs-sec-3 .cs-sec3-2 .cs-item .cs-animation-img-main img {
  max-width: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}
.cs-sec-3 .cs-sec3-2 .cs-item .cs-icon-arrow {
  transform: rotate(0);
  transition: all 0.8s;
}

.cs-footer-main {
  background-color: #F58A25;
}
.cs-footer-main .cs-footer-area {
  padding: 50px 0;
}
.cs-footer-main .cs-footer-area .cs-footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 0.5px solid #d6d6d6;
}
.cs-footer-main .cs-footer-area .cs-footer-top .cs-title-1 {
  max-width: 680px;
  width: 100%;
  font-size: 64px;
  line-height: 72px;
  color: #dcdcdc;
  font-weight: 700;
}
.cs-footer-main .cs-footer-area .cs-footer-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cs-footer-main .cs-footer-area .cs-footer-bottom .cs-info-area {
  max-width: 380px;
  width: 100%;
}
.cs-footer-main .cs-footer-area .cs-footer-bottom .cs-info-area .cs-desc-1 {
  font-size: 16px;
  line-height: 24px;
  color: #d6d6d6;
  font-weight: 700;
  margin-top: 20px;
}
.cs-footer-main .cs-footer-area .cs-footer-bottom .cs-footer-list-area {
  max-width: 415px;
  width: 100%;
}
.cs-footer-main .cs-footer-area .cs-footer-bottom .cs-footer-list-area .cs-list {
  list-style: none;
  padding: 0;
}
.cs-footer-main .cs-footer-area .cs-footer-bottom .cs-footer-list-area .cs-list .cs-item {
  margin-bottom: 20px;
}
.cs-footer-main .cs-footer-area .cs-footer-bottom .cs-footer-list-area .cs-list .cs-item a {
  font-size: 16px;
  line-height: 24px;
  color: #d6d6d6;
  font-weight: 700;
}
.cs-footer-main .cs-privacy-area {
  font-size: 16px;
  line-height: 24px;
  color: #d6d6d6;
  font-weight: 700;
}

#accordionMobile {
  background: transparent;
  margin: 60px 0;
}
#accordionMobile .accordion-item {
  margin-bottom: 10px;
}
#accordionMobile button {
  display: flex;
  justify-content: space-between;
  box-shadow: none;
  outline: 0;
  gap: 10px;
  background: transparent;
}
#accordionMobile .accordion-item, #accordionMobile .accordion-button {
  border: none;
  background-color: transparent;
}
#accordionMobile .accordion-button {
  padding: 0 12px;
}
#accordionMobile .accordion-button::after {
  display: none !important;
}
#accordionMobile .accordion-button:not(.collapsed) .cs-tit-3 {
  transform: rotate(-90deg);
}
#accordionMobile .cs-tit-1 {
  color: #D6D6D6;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
#accordionMobile .cs-tit-2 {
  color: #D6D6D6;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-left: 10px;
}
#accordionMobile .cs-tit-3 img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
#accordionMobile .accordion-body {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #d6d6d6;
}

.cs-button-1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.cs-button-1.learn-more {
  max-width: 205px;
  width: 100%;
  border: 2px solid #d6d6d6;
  background: #d6d6d6;
  border-radius: 1.625rem;
  height: auto;
  transition: all 0.45s;
}
.cs-button-1.learn-more:hover {
  border: 2px solid #f58a25;
  transition: all 0.45s;
}
.cs-button-1.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #f58a25;
  border-radius: 1.625rem;
}
.cs-button-1.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.cs-button-1.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.cs-button-1.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  border-top: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  transform: rotate(45deg);
}
.cs-button-1.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #f58a25;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.cs-button-1:hover .circle {
  width: 100%;
  background: #f58a25;
}
.cs-button-1:hover .circle .icon.arrow {
  background: #d6d6d6;
  transform: translate(1rem, 0);
}
.cs-button-1:hover .circle .icon.arrow::before {
  border-top: 0.125rem solid #d6d6d6;
  border-right: 0.125rem solid #d6d6d6;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.cs-button-1:hover .button-text {
  color: #d6d6d6;
}/*# sourceMappingURL=main.css.map */