body {
  background: #2E3445;
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
}

header {
  padding: 160px 0 63px 0;
}

.icon {
  display: block;
  margin-left: auto;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner {
  position: relative;
}

.banner .slick-next {
  top: inherit;
  bottom: -9.4rem;
  left: 184px;
}

.banner button.slick-prev {
  display: none !important;
}

.banner button.slick-next:before {
  background: url(../images/banner-next.png);
}

.banner-img {
  position: absolute;
  z-index: 100;
  width: 63%;
  bottom: -96px;
  right: -65px;
}

.link-btn {
  font-size: 25px;
  color: #fff;
  border: 1px solid #ADD036;
  text-decoration: none;
  padding: 10px 22px;
  font-weight: 400;
  border-radius: 35px;
  display: block;
  width: fit-content;
  margin: 60px 0 97px 0;
}

.banner h1,
.banner h5 {
  color: #ADD036;
}

.banner .slider-cnt {
  background: #3A4258;
  padding: 88px 0 66px 78px;
  border-radius: 64px;
  position: relative;
}

.banner .text-sub-head {
  margin-bottom: 88px;

}

.banner .cloud3 {
  left: 0;
  right: -60px;
  margin: 0 auto;
  bottom: inherit;
  top: 55%;
}

.banner .text-sub::before,
.marketing-panel .text-sub::before,
.logo--section .text-sub::before {
  background: #fff;
}

.cloud1 {
  position: absolute;
  right: -83px;
  top: 50%;
  margin-top: -43px;
}

.cloud2 {
  position: absolute;
  top: -40px;
  right: 32%;
  width: 186px;
}

.section--02 {
  background: #ADD036;
  padding: 245px 0 440px 0;
  position: relative;
}

.section-panel-inner {
  padding-bottom: 90px;
}

.section-panel-inner-two h2,
.section--03 h2,
.logo--section h2,
.form-panel h2 {
  margin-bottom: 52px;
}

.rabbit-planet {
  position: absolute;
  top: 14%;
  right: 0;
  width: 46%;
}

.text-head {
  font-size: 80px;
  color: #2E3445;
  line-height: 80px;
  font-weight: bold;
}

.text-sub-head {
  font-size: 40px;
  color: #2E3445;
  font-weight: 300;
  margin-bottom: 42px;
}

.text-sub {
  font-size: 30px;
  color: #2E3445;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 3.9px;
  margin-bottom: 26px;
  position: relative;
}

.text-sub::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #2E3445;
  top: -20px;
}

.section--02 p {
  font-size: 25px;
  color: #2E3445;
  line-height: 50px;
  font-weight: 300;
  width: 487px;
}

.box-item {
  background: #2E3445;
  border: 1px solid #ADD036;
  padding: 32px 27px 60px 40px;
  border-radius: 52px;
  flex-basis: 33.33%;
  transition: all .5s;
  cursor: pointer;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.box-item:hover {
  transform: translateY(-10px);
}


.box-item .number {
  font-size: 114px;
  color: #fff;
  font-weight: bold;
  line-height: 114px;
}

.box-item .title {
  font-size: 37px;
  color: #ADD036;
  font-weight: bold;
}

.box-item ul li {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  position: relative;
}

.box-panel {
  position: absolute;
  top: -294px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  left: 0;
  width: 100%;
}

.box-item ul {
  padding-left: 12px;
  margin-bottom: 0;
}

.box-item ul li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  background: #fff;
  top: 20px;
  left: -14px;
}

.section--03 {
  padding: 0px 0 155px 0;
}

.marketing-panel {
  padding-top: 435px;
}

.section--03 h5,
.logo--section h5 {
  color: #ADD036;
}

.marketing-panel-info ul li {
  display: flex;
  margin-bottom: 37px;
}

.marketing-panel-info ul li:last-child {
  margin: 0;
}

.marketing-panel-info ul img {
  width: 84px;
  height: 84px;
  margin-right: 48px;
  filter: brightness(0) invert(1);
}

.marketing-panel-info h6 {
  font-size: 30px;
  line-height: 35px;
  color: #ADD036;
  letter-spacing: 3.9px;
  font-weight: bold;
}

.marketing-panel-info p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin: 0;
}

.cloud3 {
  position: absolute;
  right: 0;
  bottom: 26%;
  width: 60px;
}

.panel-left {
  position: relative;
  height: 100%;
}

.panel-left .cloud4 {
  position: absolute;
  bottom: -40px;
  left: -50px;
  width: 166px;
}

.section--04 {
  border-top: 6px solid #add036;
  height: 270px;
}

.section--04 img {
  height: 100%;
  object-fit: cover;
}

.section--03 .airplane {
  position: absolute;
  bottom: -37%;
  left: -18px;
  width: 48%;
}

.logo--section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 148px 0 75px 0;
}

footer {
  padding: 170px 0;
  position: relative;
}

.footer-01 ul {
  display: flex;
  padding: 50px 0;
  gap: 16px;
}

.footer-01 ul li a {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .5s;
}

.footer-01 ul li a:hover {
  background: #ADD036;
  border-color: #ADD036;
}

footer .text-foot {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 18px;
  display: block;
}

.footer-01 small {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
}

.rabbit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.section--07 {
  background: #ADD036 url(../images/cosmic-rabbit.png) no-repeat;
  background-size: contain;
  border-bottom: 24px solid #fff;
  background-position: 0px 130px;
}

#formone .errorspan {
  display: none;
  position: absolute;
  font-size: 13px;
}

#formone .erroremailspan {
  display: none;
  margin-bottom: 10px;
}

.form-panel-form {
  background: #fff;
  padding: 50px;
  border-radius: 36px;
  position: absolute;
  z-index: 1;
}

.form-panel-form label {
  font-size: 18px;
  color: #2E3445;
  display: block;
  font-weight: 300;
  padding-bottom: 6px;
}

.cosmic-gray {
  position: absolute;
  bottom: -24px;
  left: 60px;
}

.form-panel {
  padding: 225px 0 515px 0;
}

.form-panel-form ::placeholder,
select:invalid {
  color: #2E3445;
  opacity: 27%;
}

.form-panel-form input,
select {
  font-size: 18px;
  color: #2E3445;
  border: none;
  width: 100%;
  background: none;
  border-bottom: 1px solid #2E3445;
  padding-bottom: 16px;
}

select:focus,
textarea:focus,input:focus {
  outline: none;
}

.form-panel-form .form-btn {
  background: #2E3445;
  padding: 14px 0;
  margin-top: 0;
}

.form-panel-form input,
select {
  padding-bottom: 5px;
}

.form-panel-form .form-btn input {
  color: #fff;
  font-size: 18px;
  border: none;
  padding-bottom: 0;
}

.inptwidthh.validtn {
  padding: 0;
  position: relative;
}

.inptwidthh.select {
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.inptwidthh select {
  position: absolute;
  left: 0;
  height: 100%;
  bottom: -30px;
}

input,
textarea,
select {
  appearance: none;
  resize: none;
}

.select::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 0;
  bottom: 0;
}

.logo-panel {
  background: #353c4f;
}

.logo-slick {
  padding: 110px 0 180px 0;
}

.logo-panel .logo-box {
  background: #fff;
  padding: 37px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 22px;
  margin: 0 10px;
}

.logo-panel .slick-prev,
.logo-panel .slick-next {
  width: 82px;
  height: 26px;
  position: absolute;
  bottom: 106px;
  top: inherit;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.logo-panel .slick-next {
  left: 120px;
}

.logo-panel .slick-prev {
  left: -120px;
}

button.slick-next:before {
  content: '';
  background: url(../images/arrow-next.png);
  width: 82px;
  height: 26px;
  display: block;
  position: absolute;
}

button.slick-prev:before {
  content: '';
  background: url(../images/arrow-prev.png);
  width: 82px;
  height: 26px;
  display: block;
  position: absolute;
}

@media screen and (max-width: 1499.98px) {
  header {
    padding: 50px 0 30px 0;
  }

  .logo img,
  .footer-01 img {
    width: 210px;
  }

  .banner-img {
    width: 47%;
    right: 0;
  }

  .cloud1 {
    right: -12px;
  }

  .cloud2 {
    width: 154px;
  }

  .banner h1,
  .banner h5 {
    color: #ADD036;
  }

  .text-head {
    font-size: 50px;
    color: #2E3445;
    line-height: 50px
  }

  .text-sub-head {
    font-size: 22px;
  }

  .banner-img {
    bottom: -52px;
  }

  .banner .text-sub-head {
    margin-bottom: 38px;
  }

  .text-sub {
    font-size: 18px;
  }

  .box-item .number {
    font-size: 56px;
    line-height: 56px;
  }

  .box-item .title {
    font-size: 30px;
  }

  .box-item ul li {
    font-size: 18px;
  }

  .section--02 p {
    font-size: 17px;
    line-height: 32px;
  }

  .marketing-panel {
    padding-top: 350px;
  }

  .marketing-panel-info h6 {
    font-size: 26px;
    line-height: 30px;
  }
}

.thankyou {
  background: url(../images/thankyou.jpg);
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.thankyou {
  background: #2E3445;
}

.thankyou .content {
  width: 100%;
  text-align: center;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content h1 {
  font-size: 50px;
  color: #fff;
  padding: 38px 0 30px 0;
  margin: 0;
}

.content p {
  font-size: 40px;
  color: #fff;
  line-height: 47px;
  font-family: 'DINPro';
}

@media screen and (max-width: 1399.98px) {
  .section--04 {
    height: 183px;
  }

  .banner .slick-next {
    bottom: -7.7rem;
    left: 116px;
  }

  .logo-panel .logo-box {
    padding: 18px 0;
  }

  .link-btn {
    font-size: 16px;
    margin: 36px 0 52px 0;
  }

  .form-panel {
    padding: 110px 0 473px 0;
  }

  .section--07 {
    background-position: 0px 52px;
  }

  .section--03 .airplane {
    bottom: -38%;
    left: 63px;
    width: 42%;
  }

  .section--02 {
    padding: 90px 0 363px 0;
  }

  .marketing-panel-info ul img {
    width: 66px;
    height: 66px;
    margin-right: 42px;
  }

  .panel-left .cloud4 {
    left: 33px;
    width: 120px;
  }

  .cloud4 {
    width: 62%;
  }

  footer {
    padding: 90px 0;
  }

  .rabbit {
    width: 100px;
  }

  footer .text-foot {
    font-size: 18px;
  }

  .footer-01 ul {
    gap: 8px;
  }

  .footer-01 small {
    font-size: 14px;
  }

  .marketing-panel-info h6 {
    font-size: 20px;
  }

  .marketing-panel-info p {
    font-size: 16px;
  }

  .box-item {
    padding: 40px 20px;
  }

  .box-item .title {
    font-size: 24px;
  }

  .box-item ul li {
    font-size: 16px;
    line-height: 35px;
  }

  .box-item ul li::before {
    top: 16px;
  }

  .marketing-panel {
    padding-top: 200px;
  }

  .logo--section {
    padding: 100px 0 30px 0;
  }

  .form-panel-form input,
  select,
  .form-panel-form label,
  textarea,
  .form-panel-form .form-btn input {
    font-size: 14px;
  }

  .section-panel-inner {
    padding-bottom: 52px;
  }

  .footer-01 ul {
    padding: 35px 0;
  }
}

@media screen and (max-width: 1199.99px) {
  footer .text-foot {
    font-size: 16px;
  }
  .form-panel-form{
    padding: 40px;
  }
  .text-head {
    font-size: 48px;
    line-height: 48px;
  }

  .section--04 {
    height: 160px;
  }

  .text-sub-head {
    font-size: 25px;
  }

  .banner .text-sub-head {
    margin-bottom: 42px;
  }

  .text-sub {
    font-size: 18px;
  }

  .box-item ul li {
    font-size: 14px;
  }

  .marketing-panel {
    padding-top: 260px;
  }

  .panel-left .cloud4 {
    bottom: -120px;
    width: 90px;
    top: inherit;
  }

  .marketing-panel-info ul img {
    width: 68px;
    height: 68px;
    margin-right: 35px;
  }

  .section--03 .airplane {
    width: 298px;
  }

  .form-panel {
    padding: 130px 0 333px 0;
  }

  .cosmic-gray {
    width: 30%;
  }

  .section--07 {
    background-position: 0px 78px;
  }

  .inptwidthh.validtn {
    margin-top: 10px;
  }
  .form-panel-form label{
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .section--03 .airplane {
    bottom: -30%;
  }

  .panel-left .cloud4 {
    width: 65px;
  }

  .container {
    max-width: 90%;
  }

  .form-panel-form label {
    padding-bottom: 0;
  }

  .banner .slider-cnt {
    padding: 50px 0 50px 50px;
  }

  footer .text-foot {
    font-size: 16px;
  }

  .text-head,.content h1{
    font-size: 40px;
    line-height: 40px;
  }

  .text-sub {
    font-size: 14px;
  }

  .text-sub-head {
    font-size: 18px;
  }

  .link-btn {
    margin: 25px 0 54px 0;
  }

  .rabbit-planet {
    top: 26%;
    width: 38%;
  }

  .section--02 p {
    font-size: 16px;
    line-height: 32px;
  }

  .banner .slick-next {
    bottom: -97px;
    left: 144px;
  }

  .link-btn {
    font-size: 16px;
  }

  .banner-img {
    bottom: -54px;
  }

  .cloud2 {
    width: 100px;
  }

  .cloud1 {
    right: -12px;
    width: 75px;
  }

  .box-item ul li {
    line-height: 26px;
  }

  .box-item .number {
    font-size: 50px;
    line-height: 50px;
  }

  .box-item .title {
    font-size: 23px;
  }

  .logo-slick {
    padding: 80px 0 128px 0;
  }

  .logo-panel .slick-prev,
  .logo-panel .slick-next {
    bottom: 80px;
  }

  .form-panel-form {
    padding: 30px;
  }

  .footer-01 img {
    width: 200px;
  }

  .section--02 p {
    width: 424px;
  }

  .logo--section {
    position: relative;
    padding: 60px 0 30px 0;
  }

  .cloud4 {
    width: 15%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
  }
}

@media screen and (max-width: 767.98px) {
  .logo img {
    width: 190px;
  }

  .cloud3 {
    bottom: 70%;
  }

  .logo-panel .slick-prev,
  .logo-panel .slick-next {
    bottom: 42px;
  }

  .logo-slick {
    padding: 50px 0 70px 0;
  }

  .box-item:hover {
    transform: none;
  }

  .banner .slider-cnt {
    padding: 30px;
  }

  .banner .cloud3 {
    right: -168px;
    width: 38px;
  }

  .banner button.slick-next:before,
  button.slick-next:before,
  button.slick-prev:before {
    background-size: 68% 68%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .logo-panel .slick-prev {
    left: -90px;
  }

  .logo-panel .slick-next {
    left: 90px;
  }

  header {
    padding: 40px 0;
  }

  .banner .slick-next {
    bottom: -70px;
    left: inherit;
    right: 20px;
  }

  .box-panel {
    position: relative;
     grid-template-columns: 1fr;
    top: -70px;
    gap: 10px;
  }
.box-item {

    grid-template-rows: auto;
}
  .section--02 {
    padding: 77px 0 110px 0;
  }

  .marketing-panel {
    padding-top: 0;
  }

  .panel-left .cloud4 {
    bottom: 100%;
    left: 54%;
  }

  .marketing-panel-info p {
    line-height: 26px;
  }

  .marketing-panel-info h6 {
    font-size: 18px;
    line-height: 23px;
  }

  .marketing-panel-info ul img {
    width: 56px;
    height: 56px;
    margin-right: 22px;
  }

  .section--03 {
    padding-bottom: 70px;
  }

  .form-panel-form {
    position: inherit;
  }

  .text-head,.content h1{
    font-size: 25px;
    line-height: 28px;
  }

  .box-item .number {
    font-size: 30px;
    line-height: 30px;
  }

  .box-item .title {
    font-size: 18px;
  }

  .section-panel-inner-two h2,
  .section--03 h2,
  .logo--section h2,
  .form-panel h2 {
    margin-bottom: 36px;
  }

  .text-sub-head {
    font-size: 16px;
  }

  .cloud2 {
    right: 0;
  }

  .cloud1,
  .rabbit,
  .icon {
    display: none;
  }

  .footer-01 ul,.content h1{
    padding: 22px 0;
  }

  footer {
    padding: 60px 0;
  }

  .banner-img {
    position: inherit;
    bottom: 0;
    width: 100%;
  }

  .cloud2 {
    width: 68px;
    top: -15px;
  }

  .cosmic-gray {
    width: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
  }

  .form-panel {
    padding: 65px 0 177px 0;
  }

  .section--07 {
    background-position: 0px 27px;
    border-bottom: 10px solid #fff;
  }

  .section--03 .airplane {
    top: inherit;
    bottom: -160px;
    width: 220px;

  }

  .section--04 {
    height: 120px;
  }

  footer .text-foot {
    font-size: 16px;
    text-align: left !important;
    margin-bottom: 10px !important;
  }

  .footer-01 small {
    position: absolute;
    bottom: -52px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .logo-panel .logo-box {
    padding: 18px 0;
  }

  .rabbit-planet {
    top: 2%;
  }
}

@media screen and (max-width: 599.99px) {
  .section--03 .airplane {
    left: 0;
  }

  .text-sub {
    margin-bottom: 10px;
  }

  .logo img {
    width: 140px;
  }

  .form-panel-form .form-btn {
    padding: 10px 0;
  }

  .footer-01 ul li a {
    width: 28px;
    height: 28px;
  }

  .footer-01 ul li a .fab {
    font-size: 14px;

  }

  .section-panel-inner {
    padding-bottom: 30px;
  }

  .marketing-panel-info ul li {
    margin-bottom: 25px;
  }

  footer {
    padding: 35px 0;
  }

  footer .text-foot {
    font-size: 14px;
  }

  .footer-01 small {
    bottom: -30px;
  }

  .marketing-panel-info {
    padding-top: 30px;
  }

  .banner .cloud3,
  .panel-left .cloud4,
  .logo--section .cloud4 {
    display: none;
  }

  .link-btn {
    font-size: 14px;
    padding: 6px 10px;
  }

  .footer-01 img {
    width: 158px;
  }

  .section--02 p {
    width: 100%;
  }
}