@charset "UTF-8";
/*
	Theme Name: Tronss – Comingsoon Template
	Author: Aaditech
	Version: 1
*/
/*
variable
helper
all demo page
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Exo:400,700");
:root {
  --bs-primary: #0747c3;
  --bs-primary-rgb: 7, 71, 195;
  --bs-secondary: #6c757d;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success: #8ADDB2;
  --bs-success-rgb: 138, 221, 178;
  --bs-info: #0dcaf0;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning: #ffc107;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger: #5F0B0B;
  --bs-danger-rgb: 95, 11, 11;
  --bs-orange: #f65600;
  --bs-orange-rgb: 246, 86, 0;
  --bs-light: #f2f5fe;
  --bs-light-rgb: 242, 245, 254;
  --bs-dark: #353739;
  --bs-dark-rgb: 53, 55, 57;
}

/*helper*/
body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  color: #353739;
}

a {
  text-decoration: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

p {
  font-size: 17px;
}

.bg-custom-dark {
  background-color: #070127;
}

.section {
  padding: 100px 0px;
  position: relative;
}

.row > * {
  position: relative;
}

.avatar-xxs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0747c3;
  --bs-btn-border-color: #0747c3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #063ca6;
  --bs-btn-hover-border-color: #06399c;
  --bs-btn-focus-shadow-rgb: 7, 71, 195;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #06399c;
  --bs-btn-active-border-color: #053592;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #053592;
  --bs-btn-disabled-border-color: #05338c;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #51585e;
  --bs-btn-disabled-border-color: #4e545a;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8ADDB2;
  --bs-btn-border-color: #8ADDB2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #75bc97;
  --bs-btn-hover-border-color: #6eb18e;
  --bs-btn-focus-shadow-rgb: 138, 221, 178;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6eb18e;
  --bs-btn-active-border-color: #68a686;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #68a686;
  --bs-btn-disabled-border-color: #639f80;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0baccc;
  --bs-btn-hover-border-color: #0aa2c0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0aa2c0;
  --bs-btn-active-border-color: #0a98b4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0a98b4;
  --bs-btn-disabled-border-color: #0991ad;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d9a406;
  --bs-btn-hover-border-color: #cc9a06;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #cc9a06;
  --bs-btn-active-border-color: #bf9105;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bf9105;
  --bs-btn-disabled-border-color: #b88b05;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5F0B0B;
  --bs-btn-border-color: #5F0B0B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #510909;
  --bs-btn-hover-border-color: #4c0909;
  --bs-btn-focus-shadow-rgb: 95, 11, 11;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4c0909;
  --bs-btn-active-border-color: #470808;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #470808;
  --bs-btn-disabled-border-color: #440808;
}

.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f65600;
  --bs-btn-border-color: #f65600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d14900;
  --bs-btn-hover-border-color: #c54500;
  --bs-btn-focus-shadow-rgb: 246, 86, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c54500;
  --bs-btn-active-border-color: #b94100;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b94100;
  --bs-btn-disabled-border-color: #b13e00;
}

.btn-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f2f5fe;
  --bs-btn-border-color: #f2f5fe;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ced0d8;
  --bs-btn-hover-border-color: #c2c4cb;
  --bs-btn-focus-shadow-rgb: 242, 245, 254;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c2c4cb;
  --bs-btn-active-border-color: #b6b8bf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b6b8bf;
  --bs-btn-disabled-border-color: #aeb0b7;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #353739;
  --bs-btn-border-color: #353739;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2d2f30;
  --bs-btn-hover-border-color: #2a2c2e;
  --bs-btn-focus-shadow-rgb: 53, 55, 57;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2a2c2e;
  --bs-btn-active-border-color: #28292b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #28292b;
  --bs-btn-disabled-border-color: #262829;
}

.btn-outline-primary {
  --bs-btn-color: #0747c3;
  --bs-btn-border-color: #0747c3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0747c3;
  --bs-btn-hover-border-color: #0747c3;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
}

.btn-outline-success {
  --bs-btn-color: #8ADDB2;
  --bs-btn-border-color: #8ADDB2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8ADDB2;
  --bs-btn-hover-border-color: #8ADDB2;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
}

.btn-outline-danger {
  --bs-btn-color: #5F0B0B;
  --bs-btn-border-color: #5F0B0B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5F0B0B;
  --bs-btn-hover-border-color: #5F0B0B;
}

.btn-outline-orange {
  --bs-btn-color: #f65600;
  --bs-btn-border-color: #f65600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f65600;
  --bs-btn-hover-border-color: #f65600;
}

.btn-outline-light {
  --bs-btn-color: #f2f5fe;
  --bs-btn-border-color: #f2f5fe;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f2f5fe;
  --bs-btn-hover-border-color: #f2f5fe;
}

.btn-outline-dark {
  --bs-btn-color: #353739;
  --bs-btn-border-color: #353739;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #353739;
  --bs-btn-hover-border-color: #353739;
}

.btn {
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
}

.btn-sm {
  padding: 7px 14px;
  font-size: 14px;
}

.btn-link {
  color: #6c757d;
}
.btn-link:hover {
  color: #0747c3;
}

/* demo 3*/
/* demo 4*/
/*demo 5*/
/* demo 6*/
.overlay-page-1 {
  background-image: url(../images/home-img/bg-1.jpg);
  background-position: bottom;
  animation: slide_img 40s linear infinite;
  position: absolute;
  left: 0;
  width: 200%;
  height: 100vh;
  background-repeat: repeat;
}

.btn1 {
  height: 50px;
}

.head1 {
  display: flex;
  justify-content: space-between;
}

.footer {
  background-color: transparent !important;
}

.header {
  padding: 25px 0;
}

.home-title {
  letter-spacing: 8px;
}

.subscribe-form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}
.subscribe-form .form-control {
  padding: 15px 20px;
  max-width: 100%;
  font-size: 16px;
  color: #fff;
  border: none;
  outline: none;
  padding-right: 50px;
  padding-left: 20px;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 30px;
  font-weight: 500;
}
.subscribe-form .form-control::-moz-placeholder {
  color: #fff;
}
.subscribe-form .form-control::placeholder {
  color: #fff;
}
.subscribe-form .form-control:focus {
  box-shadow: none;
}
.subscribe-form .btn-custom-light {
  position: absolute;
  top: 6px;
  right: 6px;
  outline: none;
  font-size: 17px;
  padding: 9px 30px;
  border-radius: 30px;
  background-color: #fff;
  color: #353739;
}
.subscribe-form .btn1 {
  height: 46px;
}

.social-icon a {
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #353739;
}

@keyframes slide_img {
  0% {
    transform: translateX(0) translateZ(0);
  }
  50% {
    transform: translateX(-25%) translateZ(0);
  }
  100% {
    transform: translateX(-50%) translateZ(0);
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .social1 {
    display: none;
  }
}
.overlay-page-2 {
  background-image: url(../images/home-img/bg-2.jpg);
  background-position: bottom;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
}

.input2 .btn2 {
  height: 60px;
  width: 50%;
}

.subscribe-form.subscribe-form-2 {
  max-width: inherit;
}
.subscribe-form.subscribe-form-2 .form-control {
  color: #3f3026;
  border: 2px solid #3f3026;
  background-color: transparent;
  border-radius: 4px;
  font-weight: 500;
}
.subscribe-form.subscribe-form-2 .form-control::-moz-placeholder {
  color: #3f3026;
}
.subscribe-form.subscribe-form-2 .form-control::placeholder {
  color: #3f3026;
}
.subscribe-form.subscribe-form-2 .btn-custom-light {
  background-color: #3f3026;
  color: #fff;
  position: inherit;
  border-radius: 4px;
}

.social-icon.social-icon-2 a {
  background: #3f3026;
  color: #fff;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 0px;
}

.countdown-list {
  position: absolute;
  top: -66px;
  margin: 0 auto;
  left: 66px;
  right: 0;
}
.countdown-list .countdown-item {
  font-size: 16px;
  padding: 0px 14px;
  font-weight: 700;
}
.countdown-list .countdown-item span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
.countdown-list .countdown-item:last-child {
  display: block;
  text-transform: uppercase;
  color: #353739;
  letter-spacing: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}
.countdown-list .countdown-item:last-child span {
  background-color: #f65600;
  color: #fff;
  font-size: 60px;
  padding: 0px 20px;
  margin: 0 auto;
  line-height: 70px;
}

.title-highlight {
  padding-left: 120px;
}

@media (max-width: 1024px) {
  .countdown-list {
    right: auto;
    top: -105px;
    left: 0;
  }
  .countdown-list .countdown-item:last-child {
    display: inline-block;
    letter-spacing: 0;
  }
  .countdown-list .countdown-item:last-child span {
    font-size: 30px;
    line-height: 40px;
  }
  .title-highlight {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  .countdown-list .countdown-item {
    padding: 0 9px;
  }
}
.overlay-page-3 {
  background-image: url(../images/home-img/bg-3.jpg);
  background-position: bottom;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
}

.input3 .btn3 {
  height: 60px;
  width: 50%;
}

.home-title-3 {
  color: #475A6B;
}

.title-desc-3 {
  color: #62798D;
}

.subscribe-form.subscribe-form-3 {
  max-width: inherit;
}
.subscribe-form.subscribe-form-3 .form-control {
  color: #475A6B;
  border: 2px solid #475A6B;
  background-color: transparent;
  border-radius: 4px;
  font-weight: 500;
}
.subscribe-form.subscribe-form-3 .form-control::-moz-placeholder {
  color: #475A6B;
}
.subscribe-form.subscribe-form-3 .form-control::placeholder {
  color: #475A6B;
}
.subscribe-form.subscribe-form-3 .btn-custom-light {
  background-color: #475A6B;
  color: #fff;
  position: inherit;
  border-radius: 4px;
}

.countdown-list.countdown-list-3 {
  position: relative;
  left: 0;
  top: 0;
}
.countdown-list.countdown-list-3 .countdown-item {
  font-size: 16px;
  padding: 0px 14px;
  font-weight: 700;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #475A6B;
  color: #475A6B;
  background-color: rgba(71, 90, 107, 0.2);
  font-weight: 500;
}
.countdown-list.countdown-list-3 .countdown-item span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #475A6B;
  margin-top: 20px;
}
.countdown-list.countdown-list-3 .countdown-item:last-child {
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  width: 100px;
  height: 100px;
}
.countdown-list.countdown-list-3 .countdown-item:last-child span {
  background-color: transparent;
  color: #475A6B;
  font-size: 30px;
  padding: 0px 20px;
  margin: 0 auto;
  margin-top: 20px;
}

.social-icon.social-icon-3 a {
  background: #475A6B;
  color: #fff;
}

@media (max-width: 425px) {
  .countdown-list.countdown-list-3 .countdown-item {
    width: 84px;
    height: 84px;
  }
  .countdown-list.countdown-list-3 .countdown-item span {
    line-height: 25px;
  }
  .countdown-list.countdown-list-3 .countdown-item:last-child {
    width: 84px;
    height: 84px;
  }
  .countdown-list.countdown-list-3 .countdown-item:last-child span {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .countdown-list.countdown-list-3 {
    margin-top: 30px;
  }
  .countdown-list.countdown-list-3 .countdown-item {
    width: 108px;
    height: 108px;
  }
  .countdown-list.countdown-list-3 .countdown-item span {
    line-height: 40px;
  }
  .countdown-list.countdown-list-3 .countdown-item:last-child {
    width: 108px;
    height: 108px;
  }
  .countdown-list.countdown-list-3 .countdown-item:last-child span {
    padding: 0;
  }
}
.overlay-page-4 {
  background-image: url(../images/home-img/bg-4.jpg);
  background-position: bottom;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
}

.countdown-list.countdown-list-4 {
  position: relative;
  left: 0;
  top: 30px;
}
.countdown-list.countdown-list-4 .countdown-item {
  font-size: 16px;
  padding: 0px 10px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  border: none;
  color: #5F0B0B;
  background-color: transparent;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding: 0 50px;
}
.countdown-list.countdown-list-4 .countdown-item:before {
  position: absolute;
  content: "";
  right: -8px;
  top: 70px;
  width: 12px;
  height: 12px;
  font-size: 50px;
  background-color: #5F0B0B;
}
.countdown-list.countdown-list-4 .countdown-item:after {
  position: absolute;
  content: "";
  right: -8px;
  bottom: 40px;
  width: 12px;
  height: 12px;
  font-size: 50px;
  background-color: #5F0B0B;
}
.countdown-list.countdown-list-4 .countdown-item span {
  display: block;
  font-size: 120px;
  font-weight: 700;
  color: #5F0B0B;
  line-height: initial;
}
.countdown-list.countdown-list-4 .countdown-item:last-child {
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin: 0 auto;
}
.countdown-list.countdown-list-4 .countdown-item:last-child:before {
  display: none;
}
.countdown-list.countdown-list-4 .countdown-item:last-child:after {
  display: none;
}
.countdown-list.countdown-list-4 .countdown-item:last-child span {
  background-color: transparent;
  color: #5F0B0B;
  font-size: 120px;
  padding: 0px 10px;
  line-height: initial;
}

@media (max-width: 768px) {
  .countdown-list.countdown-list-4 .countdown-item {
    padding: 0 35px;
  }
  .countdown-list.countdown-list-4 .countdown-item:before {
    top: 50px;
  }
  .countdown-list.countdown-list-4 .countdown-item:after {
    bottom: 20px;
  }
  .countdown-list.countdown-list-4 .countdown-item span {
    font-size: 70px;
  }
  .countdown-list.countdown-list-4 .countdown-item:last-child span {
    font-size: 70px;
  }
}
@media (max-width: 500px) {
  .countdown-list.countdown-list-4 .countdown-item:before {
    display: none;
  }
  .countdown-list.countdown-list-4 .countdown-item:after {
    display: none;
  }
}
.overlay-page-5 {
  background-image: url(../images/home-img/bg-5.jpg);
  background-position: center center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
}

.countdown-list.countdown-list-5 {
  position: inherit;
  left: 0;
}
.countdown-list.countdown-list-5 .countdown-item {
  font-size: 16px;
  width: 15%;
  height: 120px;
  border-radius: 0px;
  text-align: center;
  border: 2px solid #fff;
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  font-weight: 500;
  margin: 0px 14px;
  margin-top: 20px;
}
.countdown-list.countdown-list-5 .countdown-item span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  margin-top: 20px;
}
.countdown-list.countdown-list-5 .countdown-item:last-child {
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 14px;
  margin-top: 20px;
  width: 15%;
  height: 120px;
}
.countdown-list.countdown-list-5 .countdown-item:last-child span {
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  padding: 0px 20px;
  margin: 0 auto;
  margin-top: 20px;
}

.social-icon.social-icon-5 a {
  background: #00596b;
  color: #fff;
}

@media (max-width: 425px) {
  .countdown-list.countdown-list-5 .countdown-item {
    width: 125px;
    height: 125px;
  }
  .countdown-list.countdown-list-5 .countdown-item:last-child {
    width: 125px;
    height: 125px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .social5 {
    display: none;
  }
}
/* Reset default margins and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body styles */
.coming-soon-page {
  color: white;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #000; /* Fallback color */
  background-image: url("../images/background.html"); /* Background image */
  background-size: cover;
  background-position: center;
}

/* Header styles */
.header {
  text-align: center;
  margin-bottom: 40px;
}

.header h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.header p {
  font-size: 18px;
}

/* Content styles */
.content {
  position: relative; /* Needed for overlay */
  z-index: 1; /* Ensure content stays above background image */
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/background-overlay.html"); /* Overlay image */
  opacity: 0.8; /* Adjust overlay opacity as needed */
}

/* Countdown timer styles */
.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  font-size: 36px;
}

.countdown div {
  text-align: center;
}

.countdown span {
  display: block;
  font-size: 60px;
  font-weight: bold;
  animation: pulse 1s infinite alternate;
}

/* Subscribe form styles */
.subscribe-form {
  margin-bottom: 40px;
  text-align: center;
}

.subscribe-form input {
  padding: 12px;
  border-radius: 20px;
  border: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10px;
  font-size: 16px;
}

.form6 .btn {
  padding: 0 !important;
  height: 60px !important;
  width: 50%;
}

.item6 .digit6 {
  font-size: 40px;
  color: #8addb2;
  font-weight: 900;
}
.item6 h4 {
  color: #555;
}

.subscribe-form button {
  border: none;
  background-color: #8addb2;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
}

.subscribe-form button:hover {
  background-color: #ff6d4f;
}

/* Social icons styles */
.social-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.social-icons a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  font-size: 24px;
  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  opacity: 0.8;
}

/* Footer styles */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 10px 0;
  color: white;
}

/* Animation */
@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* Responsive design */
@media (max-width: 768px) {
  .header h1 {
    font-size: 36px;
  }
  .header p {
    font-size: 16px;
  }
  .countdown {
    font-size: 28px;
  }
  .countdown span {
    font-size: 50px;
  }
  .subscribe-form input {
    font-size: 14px;
  }
  .subscribe-form button {
    font-size: 14px;
  }
  .social-icons a {
    font-size: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .content6 {
    text-align: center;
  }
}
.index-seven {
  background-color: #f0f0f0; /* Fallback color */
  background-image: linear-gradient(to right, #4facfe, #00f2fe);
  color: white;
  min-height: 100vh;
  margin: 0;
}
.index-seven .coming-soon-container {
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.index-seven .coming-soon-container .countdown {
  gap: 20px;
  margin-bottom: 40px;
}
.index-seven .coming-soon-container .countdown span {
  display: block;
  font-size: 40px;
}
.index-seven .coming-soon-container .subscribe-form input {
  border-radius: 20px 0 0 20px;
  padding: 10px;
}
.index-seven .coming-soon-container .subscribe-form button {
  border-radius: 0 20px 20px 0;
  padding: 10px 20px;
  background: #ff7e5f;
  color: white;
}

.foot8 p {
  color: #BE8183 !important;
}

.sicon8 a {
  background-color: #BE8183 !important;
}

.aligneight {
  min-height: 86vh;
  display: flex;
  align-items: center;
}

.bgleaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.bgleaves .up_leaf {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.bgleaves .up_leaf img {
  width: 350px;
}
.bgleaves .down_leaf {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.bgleaves .down_leaf img {
  width: 350px;
}

.index8content h1, .index8content p {
  color: #BE8183;
  font-weight: 500;
  margin: 20px 0;
}
.index8content p {
  font-size: 20px;
}

.index8img {
  background-image: url(../images/circle.png);
  background-size: cover !important;
  background-color: transparent !important;
  border: none !important;
  color: #BE8183 !important;
}

.index8digit {
  color: #B6A1C6 !important;
}

.index8back {
  padding: 0 !important;
  min-height: 80%;
  display: flex;
  align-items: center;
}

.item8 .box8 {
  width: 100px;
  height: 100px;
  background-image: url(../images/circle.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  animation: circle 10s linear infinite;
}
@keyframes circle {
  100% {
    transform: rotate(360deg);
  }
}
.item8 h4 {
  color: #BE8183;
  margin-top: 15px;
}
.item8 .main8 {
  position: relative;
  width: 100px; /* Ensure this matches .box8 size */
  height: 100px; /* Ensure this matches .box8 size */
}
.item8 .main8 .digit8 {
  color: #BE8183;
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  /* Center text in the box8 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .index8content h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .image8 {
    margin-top: 20px;
  }
  .index8content h1 {
    font-size: 45px;
  }
  .index8content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .main8 {
    margin: 0 auto;
  }
  .ani8 div {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #BE8183 !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .header {
    z-index: 999 !important;
  }
}
.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ani8 div {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 6px solid #BE8183;
}

.ani8 div:nth-child(1) {
  top: 12%;
  left: 42%;
  animation: animate 10s linear infinite;
}

.ani8 div:nth-child(2) {
  top: 70%;
  left: 50%;
  animation: animate 7s linear infinite;
}

.ani8 div:nth-child(3) {
  top: 17%;
  left: 6%;
  animation: animate 9s linear infinite;
}

.ani8 div:nth-child(4) {
  top: 20%;
  left: 60%;
  animation: animate 10s linear infinite;
}

.ani8 div:nth-child(5) {
  top: 67%;
  left: 10%;
  animation: animate 6s linear infinite;
}

.ani8 div:nth-child(6) {
  top: 80%;
  left: 70%;
  animation: animate 12s linear infinite;
}

.ani8 div:nth-child(7) {
  top: 60%;
  left: 80%;
  animation: animate 15s linear infinite;
}

.ani8 div:nth-child(8) {
  top: 32%;
  left: 25%;
  animation: animate 16s linear infinite;
}

.ani8 div:nth-child(9) {
  top: 90%;
  left: 25%;
  animation: animate 9s linear infinite;
}

.ani8 div:nth-child(10) {
  top: 20%;
  left: 80%;
  animation: animate 5s linear infinite;
}

@keyframes animate {
  0% {
    transform: scale(0) translateY(-90px) rotate(360deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.3) translateY(-90px) rotate(-180deg);
    border-radius: 50%;
    opacity: 0;
  }
}
.index9back {
  background-image: url(../images/home-img/bg-9.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.align {
  min-height: 80%;
  display: flex;
  align-items: center;
}

.sicon9 a {
  background-color: #000 !important;
  color: #fff !important;
}

.content9 {
  color: #fff;
}
.content9 h1 {
  font-size: 80px;
}
.content9 p {
  font-size: 22px;
}

.index9input input {
  border: 1px solid #fff;
  color: #fff;
  outline: none;
  background-color: transparent;
  padding: 15px 15px;
}
.index9input ::-moz-placeholder {
  color: #fff;
}
.index9input ::placeholder {
  color: #fff;
}

.btn9 {
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  padding: 16px 35px;
}

.center9 {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 1440px) {
  .container9 {
    padding: 0 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .content9 h1 {
    font-size: 45px;
  }
  .content9 p {
    font-size: 18px;
  }
  .index9input input {
    padding: 12px 20px;
  }
  .center9 {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .index9input input {
    width: 300px;
  }
  .btn9 {
    width: 300px;
  }
}
@media screen and (min-width: 375px) and (max-width: 375px) {
  .index9input input {
    width: 350px;
  }
  .btn9 {
    width: 350px;
  }
}
@media screen and (min-width: 425px) and (max-width: 425px) {
  .index9input input {
    width: 400px;
  }
  .btn9 {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .index9input input {
    width: 350px;
  }
  .btn9 {
    width: 150px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .index9input input {
    width: 320px;
  }
  .btn9 {
    width: 150px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1440px) {
  .index9input input {
    width: 350px;
  }
  .btn9 {
    width: 150px;
  }
}
.header {
  margin-bottom: 0 !important;
}

.index10back {
  background-image: url(../images/home-img/bg-10.jpg);
  background-size: cover;
  height: 100vh;
}

.foot10 p {
  color: #4D0036 !important;
}

.align {
  min-height: 80%;
  display: flex;
  align-items: center;
}

.sicon10 a {
  background-color: #4D0036 !important;
}

.content10 {
  color: #4D0036;
}
.content10 h1 {
  font-size: 80px;
}
.content10 p {
  font-size: 22px;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .content10 h1 {
    font-size: 45px;
  }
  .content10 p {
    font-size: 18px;
  }
}
.cd10 {
  justify-content: center;
}

.item10 h4 {
  margin-top: 30px !important;
}
.item10 .box10 {
  width: 100px;
  height: 100px;
  background-color: transparent;
  outline: none;
  border: 1px dashed #4D0036;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  animation: ani10 10s linear infinite;
}
@keyframes ani10 {
  100% {
    transform: rotate(360deg);
  }
}
.item10 h4 {
  color: #4D0036;
  margin-top: 15px;
}

.boxes10 {
  display: flex;
  justify-content: center;
}

.main10 {
  position: relative;
}
.main10 .digit10 {
  color: #4D0036;
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index11back {
  background-image: url(../images/home-img/bg-11.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.sicon11 a {
  background-color: #C5FBF9 !important;
  color: #000 !important;
}

.content11 {
  color: #C5FBF9;
}
.content11 h1 {
  font-size: 80px;
}
.content11 p {
  font-size: 22px;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .content11 h1 {
    font-size: 45px;
  }
  .content11 p {
    font-size: 18px;
  }
  .item11 .box11 {
    margin: 0 auto !important;
    margin-bottom: 30px !important;
  }
}
.cd10 {
  justify-content: center;
}

.item11 h4 {
  margin-top: 30px !important;
}
.item11 .box11 {
  width: 100px;
  height: 100px;
  background-color: transparent;
  outline: none;
  border: 1px dashed #C3E2D3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  animation: ani11 10s linear infinite;
}
@keyframes ani11 {
  100% {
    transform: rotate(360deg);
  }
}
.item11 h4 {
  color: #C3E2D3;
  margin-top: 15px;
}

.boxes11 {
  display: flex;
  justify-content: center;
}

.main11 {
  position: relative;
}
.main11 .digit11 {
  color: #C3E2D3;
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index12back {
  background-image: url(../images/home-img/bg-12.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.sicon12 a {
  background-color: #C3E2D3 !important;
  color: #000 !important;
}

.content12 {
  color: #C3E2D3;
}
.content12 h1 {
  font-size: 80px;
}
.content12 p {
  font-size: 22px;
}

.index12input input {
  border: 1px solid #C3E2D3;
  outline: none;
  background-color: transparent;
  color: #C3E2D3;
  padding: 15px 25px;
  border-radius: 30px;
}
.index12input ::-moz-placeholder {
  color: #C3E2D3;
}
.index12input ::placeholder {
  color: #C3E2D3;
}

.btn12 {
  background-color: #C3E2D3;
  font-weight: 600;
  color: #000;
  border: none;
  outline: none;
  padding: 16px 35px;
  border-radius: 30px;
}

.center12 {
  display: flex;
  gap: 10px;
}

.bigbox12 {
  background-color: #C3E2D3;
  padding: 20px;
  border-radius: 5px;
}
.bigbox12 .digit12 {
  color: #093538;
}
.bigbox12 .daysitem12 {
  display: flex;
  justify-content: center;
}
.bigbox12 .daysitem12 h4 {
  font-size: 30px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2274509804);
}
.bigbox12 .daysitem12 .daysdigit12 {
  font-size: 100px;
  margin-right: 10px;
}
.bigbox12 .three12 {
  display: flex;
  justify-content: space-around;
}
.bigbox12 .three12 .item12 {
  display: flex;
  align-items: center;
}
.bigbox12 .three12 .item12 h4 {
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2274509804);
}
.bigbox12 .three12 .item12 .digit12 {
  font-size: 50px;
  font-weight: 900;
  margin-right: 20px;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .content12 {
    text-align: center;
  }
  .content12 h1 {
    font-size: 45px;
  }
  .content12 p {
    font-size: 16px;
  }
  .inputcenter12 {
    display: flex;
    justify-content: center;
  }
  .bigbox12 {
    margin-top: 20px;
  }
  .bigbox12 .daysitem12 .daysdigit12 {
    font-size: 50px;
    margin-right: 7px;
  }
  .bigbox12 .daysitem12 h4 {
    font-size: 20px;
  }
  .bigbox12 .three12 .item12 .digit12 {
    font-size: 30px;
    margin-right: 7px;
  }
  .bigbox12 .three12 .item12 h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .content12 {
    text-align: center;
  }
  .content12 h1 {
    font-size: 60px;
  }
  .content12 p {
    font-size: 20px;
  }
  .center12 {
    display: flex;
    justify-content: center;
  }
  .inputcenter12 {
    display: flex;
    justify-content: center;
  }
  .bigbox12 {
    margin-top: 20px;
  }
  .bigbox12 .daysitem12 .daysdigit12 {
    font-size: 100px;
    margin-right: 7px;
  }
  .bigbox12 .daysitem12 h4 {
    font-size: 30px;
  }
  .bigbox12 .three12 .item12 .digit12 {
    font-size: 50px;
    margin-right: 10px;
  }
  .bigbox12 .three12 .item12 h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .content12 h1 {
    font-size: 65px;
  }
  .content12 p {
    font-size: 20px;
  }
  .center12 {
    display: flex;
    justify-content: start;
  }
  .index12input {
    margin-right: 280px;
  }
  .bigbox12 {
    margin-top: 20px;
  }
  .bigbox12 .daysitem12 .daysdigit12 {
    font-size: 100px;
    margin-right: 7px;
  }
  .bigbox12 .daysitem12 h4 {
    font-size: 30px;
  }
  .bigbox12 .three12 .item12 .digit12 {
    font-size: 50px;
    margin-right: 10px;
  }
  .bigbox12 .three12 .item12 h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1440px) {
  .content12 h1 {
    font-size: 80px;
  }
  .content12 p {
    font-size: 22px;
  }
  .center12 {
    display: flex;
    justify-content: start;
  }
  .inputcenter12 .index12input {
    margin-right: 150px;
    font-size: 20px;
  }
  .inputcenter12 .btn12 {
    font-size: 20px;
  }
  .bigbox12 {
    margin-top: 20px;
  }
  .bigbox12 .daysitem12 .daysdigit12 {
    font-size: 100px;
    margin-right: 7px;
  }
  .bigbox12 .daysitem12 h4 {
    font-size: 40px;
  }
  .bigbox12 .three12 .item12 .digit12 {
    font-size: 50px;
    margin-right: 10px;
  }
  .bigbox12 .three12 .item12 h4 {
    font-size: 40px;
  }
}
.wrap-2 {
  position: fixed;
  z-index: -30;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  margin: auto;
}

canvas {
  width: 100%;
  height: 100%;
}

.index13back {
  background-image: url(../images/home-img/bg-13.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgb(119, 90, 74);
}

.foot13 p {
  color: rgb(240, 194, 116) !important;
}

.sicon13 a {
  background-color: rgb(240, 194, 116) !important;
  color: #000 !important;
}

.content13 {
  color: rgb(240, 194, 116);
}
.content13 h1 {
  font-size: 80px;
}
.content13 p {
  font-size: 22px;
}

.index13input input {
  border: 1px solid #775A4A;
  outline: none;
  background-color: transparent;
  color: #312742;
  padding: 15px 15px;
  border-radius: 5px;
}
.index13input ::-moz-placeholder {
  color: #775A4A;
}
.index13input ::placeholder {
  color: #775A4A;
}

.btn13 {
  background-color: rgb(240, 194, 116);
  color: #775A4A;
  font-weight: 900;
  border: none;
  outline: none;
  padding: 16px 35px;
  border-radius: 5px;
}

.center13 {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 1440px) {
  .container13 {
    padding: 0 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .content13 h1 {
    font-size: 45px;
  }
  .content13 p {
    font-size: 18px;
  }
  .index13input input {
    padding: 12px 20px;
  }
  .center13 {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .index13input input {
    width: 300px;
  }
  .btn13 {
    width: 300px;
  }
}
@media screen and (min-width: 375px) and (max-width: 375px) {
  .index13input input {
    width: 350px;
  }
  .btn13 {
    width: 350px;
  }
}
@media screen and (min-width: 425px) and (max-width: 425px) {
  .index13input input {
    width: 400px;
  }
  .btn13 {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .index13input input {
    width: 350px;
  }
  .btn15 {
    width: 150px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .index13input input {
    width: 320px;
  }
  .btn15 {
    width: 150px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1440px) {
  .index13input input {
    width: 350px;
  }
  .btn13 {
    width: 150px;
  }
}
.bg13 {
  position: relative;
  margin: 0;
  padding: 0;
}

.main13 {
  position: absolute;
}

* {
  margin: 0px;
  padding: 0px;
}

.sicon14 {
  justify-content: center;
}
.sicon14 a {
  background-color: #fff !important;
  color: #000 !important;
}

.align {
  min-height: 80%;
  display: flex;
  align-items: center;
}

.test14 {
  display: flex;
  align-items: center;
}

.index14content h1 {
  font-size: 80px;
  color: #B6A1C6;
  font-weight: 500;
  margin: 20px 0;
}
.index14content p {
  font-size: 20px;
  color: #B6A1C6;
  font-weight: 500;
  margin: 20px 0;
}

.index14img {
  border: 1px solid #B6A1C6;
  color: #B6A1C6 !important;
}

.index14digit {
  color: #B6A1C6 !important;
}

.index14back {
  background-image: none !important;
}

.item14 .box14 {
  width: 100px;
  height: 100px;
  background-color: transparent;
  outline: none;
  border: 2px solid #B6A1C6;
  color: #B6A1C6;
  font-size: 40px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
}
.item14 h4 {
  color: #B6A1C6;
  margin-top: 15px;
}

.align14 {
  min-height: 75vh;
  display: flex;
  align-items: center;
}

.img14 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vh;
  height: 100vh;
  background-image: url(../images/home-img/bg-14.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .index14content h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .image14 {
    margin-top: 20px;
  }
  .index14content h1 {
    font-size: 45px;
  }
  .index14content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .index14content {
    text-align: center;
  }
  .center14 {
    display: flex;
    justify-content: center;
  }
  .foot14 p {
    color: #B6A1C6 !important;
  }
  .sicon14 {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .img14 {
    position: absolute;
    top: 0;
    right: 0;
    width: 80vh;
    height: 100vh;
    background-image: url(../images/home-img/bg-14.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    overflow: hidden;
  }
}
.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box div {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 6px solid #B6A1C6;
}

.box div:nth-child(1) {
  top: 12%;
  left: 42%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(2) {
  top: 70%;
  left: 50%;
  animation: animate 7s linear infinite;
}

.box div:nth-child(3) {
  top: 17%;
  left: 6%;
  animation: animate 9s linear infinite;
}

.box div:nth-child(4) {
  top: 20%;
  left: 60%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(5) {
  top: 67%;
  left: 10%;
  animation: animate 6s linear infinite;
}

.box div:nth-child(6) {
  top: 80%;
  left: 70%;
  animation: animate 12s linear infinite;
}

.box div:nth-child(7) {
  top: 60%;
  left: 80%;
  animation: animate 15s linear infinite;
}

.box div:nth-child(8) {
  top: 32%;
  left: 25%;
  animation: animate 16s linear infinite;
}

.box div:nth-child(9) {
  top: 90%;
  left: 25%;
  animation: animate 9s linear infinite;
}

.box div:nth-child(10) {
  top: 20%;
  left: 80%;
  animation: animate 5s linear infinite;
}

@keyframes animate {
  0% {
    transform: scale(0) translateY(-90px) rotate(360deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.3) translateY(-90px) rotate(-180deg);
    border-radius: 50%;
    opacity: 0;
  }
}
.index15back {
  background-image: url(../images/round15.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  background-color: #312742;
}

body {
  position: relative;
}

.bees15 {
  position: fixed;
  width: 100%; /* Adjust as needed */
  height: 100vh; /* Adjust as needed */
  overflow: hidden; /* Hide overflow if needed */
  top: 0;
  left: 0;
  z-index: -1;
}

.bee, .bee1, .bee2, .bee3, .bee4, .bee5, .bee6, .bee7 {
  position: absolute;
  width: 100px; /* Adjust size if needed */
  height: auto; /* Maintain aspect ratio */
}

.bee {
  top: 0;
  left: 900px;
  animation: bee 3s linear infinite;
}

@keyframes bee {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bee1 {
  top: 180px;
  left: 950px;
  animation: bee1 3s linear infinite;
}

@keyframes bee1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bee2 {
  bottom: 150px;
  left: 900px;
  animation: bee2 3s linear infinite;
}

@keyframes bee2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.bee3 {
  top: 400px;
  left: 100px;
  animation: bee3 3s linear infinite;
}

@keyframes bee3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.bee4 {
  top: 0px;
  left: 100px;
  animation: bee4 3s linear infinite;
}

@keyframes bee4 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bee5 {
  top: 150px;
  left: 40px;
  animation: bee5 3s linear infinite;
}

@keyframes bee5 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.bee6 {
  top: -20px;
  left: 590px;
  animation: bee6 3s linear infinite;
}

@keyframes bee6 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.bee7 {
  top: 550px;
  left: 280px;
  animation: bee7 3s linear infinite;
}

@keyframes bee7 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sicon15 a {
  background-color: #F29554 !important;
  color: #fff !important;
}

.content15 {
  color: #fff;
}
.content15 h1 {
  font-size: 80px;
}
.content15 p {
  font-size: 22px;
}

.index15input input {
  border: 1px solid #312742;
  outline: none;
  background-color: #fff;
  color: #312742;
  padding: 15px 15px;
}
.index15input ::-moz-placeholder {
  color: #8b8989;
}
.index15input ::placeholder {
  color: #8b8989;
}

.btn15 {
  background-color: #312742;
  color: #fff;
  border: none;
  outline: none;
  padding: 16px 35px;
}

.center15 {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 1440px) {
  .container15 {
    padding: 0 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .content15 h1 {
    font-size: 45px;
  }
  .content15 p {
    font-size: 18px;
  }
  .index15input input {
    padding: 12px 20px;
  }
  .center15 {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .index15input input {
    width: 300px;
  }
  .btn15 {
    width: 300px;
  }
}
@media screen and (min-width: 375px) and (max-width: 375px) {
  .index15input input {
    width: 350px;
  }
  .btn15 {
    width: 350px;
  }
}
@media screen and (min-width: 425px) and (max-width: 425px) {
  .index15input input {
    width: 380px;
  }
  .btn15 {
    width: 380px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .index15input input {
    width: 350px;
  }
  .btn15 {
    width: 150px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .index15input input {
    width: 320px;
  }
  .btn15 {
    width: 150px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1440px) {
  .index15input input {
    width: 350px;
  }
  .btn15 {
    width: 150px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .index15back {
    background-image: url(../images/home-img/bg-15.png) !important;
  }
  .bees15 {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .head1 {
    display: flex;
    justify-content: center;
  }
}