@media screen and (min-width: 768px) and (max-width: 1025px) {
  .watch {
    font-size: 1.8rem !important;
  }
  .about .img_container p {
    font-size: 3.2vw !important;
  }
  .about .logo {
    margin: 0 0 30px 0px !important;
  }
  .swiper {
    padding-top: 0px !important;
  }
  .swiper .swiper-button-next {
    background: white;
    padding: 18px !important;
    border-radius: 50%;
    position: absolute !important;
    top: 40% !important;
  }
  .swiper .swiper-button-next::after {
    font-size: 20px;
    color: #E9B56D;
    font-weight: 800;
  }
  .swiper .swiper-button-prev {
    background: white;
    padding: 18px !important;
    border-radius: 50%;
    position: absolute !important;
    top: 40% !important;
  }
  .swiper .swiper-button-prev::after {
    font-size: 14px;
    color: #E9B56D;
    font-weight: 800;
  }
  .mobile_offcanvas .offcanvas-body .mobile-menu .mean-nav .mobile-ul li a {
    padding: 20px 0 !important;
  }
  .modal .modal-body .input_form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .modal .modal-body .input_form input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #505050;
    border-radius: 0px;
    width: 100%;
  }
  br {
    display: none;
  }
  p {
    font-size: 2rem !important;
    line-height: 40px !important;
  }
  h1 {
    font-size: 60px !important;
    line-height: 70px !important;
  }
  .btnn,
  .btnn2 {
    font-size: 1.5rem;
    padding: 20px 18px;
  }
  .main-wrapper {
    width: 100%;
    height: auto;
  }
  .main-wrapper .menu {
    display: none;
  }
  .main-wrapper .box {
    display: none;
  }
  .main-wrapper .main_container {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
  }
  .main-wrapper .main_container .logo {
    top: 15px;
    left: 10px;
    width: 25vw;
    z-index: 11;
  }
  .main-wrapper .main_container .ham {
    position: fixed;
    z-index: 3;
    right: 6%;
    top: 3%;
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    padding: 5px;
  }
  .main-wrapper .main_container .first_section {
    height: 120vh;
  }
  .main-wrapper .main_container .first_section .v_box {
    position: relative;
    height: 50vh;
  }
  .main-wrapper .main_container .first_section .t_box_text {
    flex-direction: column;
    align-items: baseline;
    bottom: 29%;
    gap: 10px;
    padding: 0 15px;
    left: 0;
    width: 100%;
  }
  .main-wrapper .main_container .first_section .t_box_text h1 {
    font-size: 60px !important;
    line-height: 70px !important;
  }
  .main-wrapper .main_container .first_section .t_box_text .btn_box p {
    font-size: 2rem !important;
  }
  .main-wrapper .main_container .first_section .t_box_text .btn_box .btn_flex .watch {
    font-size: 1.8rem !important;
  }
  .main-wrapper .main_container .second_section .patch {
    display: none;
  }
  .main-wrapper .main_container .second_section .card_wrapper {
    position: absolute;
    top: -34%;
    bottom: auto;
    right: 5% !important;
    width: 42%;
    height: auto;
    left: inherit;
    z-index: 2;
    border-radius: 20px;
  }
  .main-wrapper .main_container .second_section .text_wrapper {
    position: relative;
    top: 0;
    left: 0;
    padding: 200px 15px 20px;
  }
  .main-wrapper .main_container .second_section .text_wrapper h1 {
    line-height: 70px !important;
    font-size: 60px !important;
  }
  .main-wrapper .main_container .second_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .second_section .text_wrapper .btn_flex .watch {
    font-size: 1.8rem !important;
  }
  .main-wrapper .main_container .second_section .card_wrapper_2 {
    position: relative;
    margin-top: 50px;
    bottom: 0;
    right: 0;
    left: 5%;
    width: 52%;
    height: auto;
    border-radius: 20px;
  }
  .main-wrapper .main_container .second_section .card_wrapper_2 .card_2 {
    -o-object-position: bottom;
       object-position: bottom;
    height: auto;
  }
  .main-wrapper .main_container .third_section {
    height: 65vh;
  }
  .main-wrapper .main_container .third_section .text_wrapper {
    width: 100%;
    padding: 20px 25px;
  }
  .main-wrapper .main_container .third_section .text_wrapper h1 {
    line-height: 70px !important;
  }
  .main-wrapper .main_container .fourth_section {
    width: 100%;
    z-index: 0;
  }
  .main-wrapper .main_container .fourth_section .text_wrapper {
    position: relative;
    top: 0;
    left: 0;
    padding: 400px 20px 30px;
  }
  .main-wrapper .main_container .fourth_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .fourth_section .card_wrapper {
    position: absolute;
    top: -17%;
    right: 20px;
    left: auto;
    height: 40vh;
    border-radius: 20px;
  }
  .main-wrapper .main_container .fourth_section .img_wrapper {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    gap: 30px;
    padding: 20px;
    justify-content: center;
  }
  .main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_1,
  .main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_2,
  .main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_3 {
    height: auto;
  }
  .main-wrapper .main_container .fourth_section .img_wrapper img {
    border-radius: 20px;
  }
  .main-wrapper .main_container .five_section {
    width: 100% !important;
    height: 95vh;
    z-index: 0;
  }
  .main-wrapper .main_container .five_section .text_wrapper {
    position: relative;
    padding: 160px 20px 0;
    top: 0;
    left: 0;
  }
  .main-wrapper .main_container .five_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .five_section .card_wrapper {
    position: relative;
    bottom: 0;
    right: 0;
    width: 50%;
    left: 0;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    z-index: 3;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 3rem;
  }
  .main-wrapper .main_container .six_section {
    padding-top: 30px;
    height: auto;
    width: 100% !important;
    z-index: 0;
  }
  .main-wrapper .main_container .six_section .text_wrapper {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px;
  }
  .main-wrapper .main_container .six_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .six_section .card_wrapper {
    position: relative;
    top: -50px;
    right: 0;
    width: 50%;
    margin: 0 20px 0 auto;
    height: auto;
    border-radius: 20px;
  }
  .main-wrapper .main_container .seven_section {
    height: 85vh;
  }
  .main-wrapper .main_container .seven_section .text_wrapper {
    width: 100%;
    padding: 20px;
  }
  .main-wrapper .main_container .seven_section .v_box {
    height: 85vh;
  }
  .main-wrapper .main_container .seven_section .v_box video {
    height: 100%;
  }
  .main-wrapper .main_container .eight_section {
    width: 100%;
    height: auto;
    background-color: #232323;
    margin-top: -3px;
  }
  .main-wrapper .main_container .eight_section .card_wrapper {
    position: absolute;
    top: -24%;
    left: 5%;
    width: auto;
    height: 61vh;
    border-radius: 20px;
    overflow: hidden;
    z-index: 3;
  }
  .main-wrapper .main_container .eight_section .text_wrapper {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 45vh;
    padding: 6rem 20px 5rem;
    background: rgb(255, 255, 255);
  }
  .main-wrapper .main_container .double_section .nine_section {
    height: auto;
  }
  .main-wrapper .main_container .ten_section {
    padding-bottom: 15rem;
    height: auto;
    text-align: center;
  }
  .main-wrapper .main_container .ten_section .btn_flex {
    display: flex;
    align-items: baseline;
    gap: 30px;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, 0px);
    top: unset;
  }
  .main-wrapper .main_container .ten_section .text_wrap {
    position: relative;
    top: 0;
    left: 0;
    padding: 4rem 20px;
    text-align: left;
  }
  .main-wrapper .main_container .ten_section .text_wrap p {
    width: 100% !important;
  }
  .main-wrapper .main_container .ten_section .img_wrap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    gap: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 40px;
    flex-wrap: wrap;
  }
  .main-wrapper .main_container .ten_section .img_wrap .img_box {
    width: 45%;
    height: auto;
    margin-top: 2rem;
  }
  .main-wrapper .main_container .ten_section .img_wrap .img_box p {
    font-size: 1.5rem !important;
    margin-top: 15px;
  }
  .main-wrapper .main_container .ten_section .btnn3 {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(0%);
    margin-top: 7rem;
    font-size: 1.5rem;
    padding: 20px;
  }
  .main-wrapper .main_container .eleven_section {
    padding: 20px;
  }
  .main-wrapper .main_container .eleven_section .text_wrapper {
    display: flex;
    margin: 0;
    align-items: flex-start;
    position: relative;
    top: 0;
    flex-direction: column;
    padding: 3rem 0 2rem;
  }
  .main-wrapper .main_container .eleven_section .address {
    position: relative;
    margin: 0;
    top: 0;
    margin-bottom: 3rem;
  }
  .main-wrapper .main_container .eleven_section .address .phone {
    display: block;
    margin: 10px 0px;
  }
  .main-wrapper .main_container .eleven_section .address h4 {
    font-size: 2rem !important;
    line-height: 40px;
  }
  .main-wrapper .main_container .eleven_section .address a {
    font-size: 2rem !important;
  }
  .main-wrapper .main_container .eleven_section .copyright {
    position: relative;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: self-start;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .main-wrapper .main_container .twelve_section {
    display: flex;
    align-items: center;
    z-index: 0;
  }
  .main-wrapper .main_container .twelve_section .text_wrapper {
    position: absolute;
    width: 100%;
    top: auto;
    left: 0%;
    bottom: 5%;
    padding: 0 20px;
  }
  .main-wrapper .main_container .twelve_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .twelve_section .card_wrapper {
    top: 5%;
    height: 50vh;
    border-radius: 20px;
  }
  .main-wrapper .main_container .thirteen_section {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    height: auto;
    padding: 20px 0;
    width: 100% !important;
    z-index: 0;
  }
  .main-wrapper .main_container .thirteen_section .text_wrapper {
    padding: 100px 20px;
  }
  .main-wrapper .main_container .thirteen_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .thirteen_section .card_wrapper {
    position: relative;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 3;
    display: flex;
    rotate: 0deg;
    gap: 10px;
    flex-direction: column;
  }
  .main-wrapper .main_container .thirteen_section .card_wrapper .row1 .img_wrapperr, .main-wrapper .main_container .thirteen_section .card_wrapper .row2 .img_wrapperr {
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
  .main-wrapper .main_container .thirteen_section .card_wrapper .row1 {
    transform: translateX(700px);
    animation: moveright 12s infinite;
    animation-direction: alternate;
    flex-direction: row;
  }
  @keyframes moveright {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-700px);
    }
  }
  .main-wrapper .main_container .thirteen_section .card_wrapper .row2 {
    transform: translateX(700px);
    animation: moveright1 12s infinite;
    animation-direction: alternate;
    flex-direction: row;
    margin-top: 0px;
  }
  @keyframes moveright1 {
    0% {
      transform: translateX(-700px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .main-wrapper .main_container .thirteen_section .i_btn {
    right: auto;
    top: 70%;
  }
  .main-wrapper .main_container .thirteen_section .i_btn span {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .swiper {
    padding-top: 0px !important;
  }
  .swiper .swiper-button-next {
    background: white;
    border-radius: 50%;
    position: absolute !important;
    top: 40% !important;
  }
  .swiper .swiper-button-next::after {
    font-size: 20px;
    color: #E9B56D;
    font-weight: 800;
  }
  .swiper .swiper-button-prev {
    background: white;
    border-radius: 50%;
    position: absolute !important;
    top: 40% !important;
  }
  .swiper .swiper-button-prev::after {
    font-size: 14px;
    color: #E9B56D;
    font-weight: 800;
  }
  .about .img_container p {
    font-size: 4.2vw !important;
  }
  .about .logo {
    margin: 0 0 30px 0px !important;
  }
  body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
    background: var(--light);
    overflow-x: hidden;
    position: relative;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
  }
  .modal .modal-title {
    font-size: 1.8rem !important;
  }
  .modal .modal-body .input_form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .btnn,
  .btnn2 {
    font-size: 1rem;
  }
  .watch {
    font-size: 1rem !important;
  }
  .main-wrapper {
    width: 100%;
    height: auto;
  }
  .main-wrapper .menu {
    display: none;
  }
  .main-wrapper .box {
    display: none;
  }
  .main-wrapper .main_container {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
  }
  .main-wrapper .main_container .logo {
    top: 15px;
    left: 10px;
    width: 118px;
    z-index: 11;
  }
  .main-wrapper .main_container .ham {
    position: fixed;
    z-index: 10;
    right: 6%;
    top: 3% !important;
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    padding: 5px;
  }
  .main-wrapper .main_container .first_section {
    height: 120vh;
  }
  .main-wrapper .main_container .first_section .v_box {
    position: relative;
    height: 50vh;
  }
  .main-wrapper .main_container .first_section .t_box_text {
    flex-direction: column;
    align-items: baseline;
    bottom: 35%;
    gap: 10px;
    padding: 0 15px;
    left: 0;
    width: 100%;
  }
  .main-wrapper .main_container .first_section .t_box_text h1 {
    font-size: 38px !important;
    line-height: 50px !important;
  }
  .main-wrapper .main_container .first_section .t_box_text .btn_box p {
    font-size: 1rem !important;
  }
  .main-wrapper .main_container .first_section .t_box_text .btn_box .btn_flex .watch {
    font-size: 1rem !important;
  }
  .main-wrapper .main_container .second_section .patch {
    display: none;
  }
  .main-wrapper .main_container .second_section .card_wrapper {
    position: absolute;
    top: -30%;
    bottom: auto;
    left: 25%;
    right: 5%;
    height: auto;
    z-index: 9;
    border-radius: 20px;
  }
  .main-wrapper .main_container .second_section .text_wrapper {
    position: relative;
    top: 0;
    left: 0;
    padding: 200px 15px 20px;
  }
  .main-wrapper .main_container .second_section .text_wrapper h1 {
    line-height: 40px !important;
    font-size: 35px !important;
  }
  .main-wrapper .main_container .second_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .second_section .text_wrapper .btn_flex .watch {
    font-size: 1rem !important;
  }
  .main-wrapper .main_container .second_section .card_wrapper_2 {
    position: relative;
    margin-top: 50px;
    bottom: 0;
    right: 0;
    left: 5%;
    width: 80%;
    height: auto;
    border-radius: 20px;
  }
  .main-wrapper .main_container .second_section .card_wrapper_2 .card_2 {
    -o-object-position: bottom;
       object-position: bottom;
    height: auto;
  }
  .main-wrapper .main_container .third_section {
    height: 65vh;
  }
  .main-wrapper .main_container .third_section .text_wrapper {
    width: 100%;
    padding: 20px 25px;
  }
  .main-wrapper .main_container .fourth_section {
    width: 100%;
    height: 270vh;
    z-index: 0;
  }
  .main-wrapper .main_container .fourth_section .text_wrapper {
    position: relative;
    top: 0;
    left: 0;
    padding: 400px 20px 30px;
  }
  .main-wrapper .main_container .fourth_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .fourth_section .card_wrapper {
    position: absolute;
    top: -115px;
    right: 20px;
    left: auto;
    height: 50vh;
    border-radius: 20px;
  }
  .main-wrapper .main_container .fourth_section .img_wrapper {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    gap: 30px;
    flex-direction: column;
    padding: 20px;
  }
  .main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_1,
  .main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_2,
  .main-wrapper .main_container .fourth_section .img_wrapper .card_wrapper_3 {
    height: auto;
  }
  .main-wrapper .main_container .fourth_section .img_wrapper img {
    border-radius: 20px;
  }
  .main-wrapper .main_container .five_section {
    width: 100% !important;
    z-index: 0;
  }
  .main-wrapper .main_container .five_section .text_wrapper {
    position: relative;
    padding: 120px 20px 0;
    top: 0;
    left: 0;
  }
  .main-wrapper .main_container .five_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .five_section .card_wrapper {
    position: relative;
    bottom: 0;
    right: 0;
    width: 60%;
    left: 0;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    z-index: 3;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 1rem;
  }
  .main-wrapper .main_container .six_section {
    height: 80vh !important;
    width: 100% !important;
    z-index: 0;
  }
  .main-wrapper .main_container .six_section .text_wrapper {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px;
  }
  .main-wrapper .main_container .six_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .six_section .card_wrapper {
    position: relative;
    top: 5%;
    right: 0;
    width: 60%;
    margin: 0 20px 0 auto;
    height: auto;
    border-radius: 20px;
  }
  .main-wrapper .main_container .seven_section {
    height: 85vh;
  }
  .main-wrapper .main_container .seven_section .text_wrapper {
    width: 100%;
    padding: 20px;
  }
  .main-wrapper .main_container .seven_section .v_box {
    height: 85vh;
  }
  .main-wrapper .main_container .seven_section .v_box video {
    height: 100%;
  }
  .main-wrapper .main_container .eight_section {
    width: 100%;
    height: auto;
    background-color: #232323;
    margin-top: -3px;
  }
  .main-wrapper .main_container .eight_section .card_wrapper {
    position: absolute;
    top: -7% !important;
    left: 5%;
    width: auto;
    height: 50vh;
    border-radius: 20px;
    overflow: hidden;
    z-index: 3;
  }
  .main-wrapper .main_container .eight_section .text_wrapper {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 45vh;
    padding: 6rem 20px 5rem;
    background: rgb(255, 255, 255);
  }
  .main-wrapper .main_container .double_section .nine_section {
    height: auto;
  }
  .main-wrapper .main_container .ten_section {
    padding-bottom: 8rem;
    height: auto;
    text-align: center;
  }
  .main-wrapper .main_container .ten_section .btn_flex {
    display: flex;
    gap: 30px;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    position: absolute;
    bottom: 2% !important;
    left: 50% !important;
    transform: translate(-50%, 10px);
    top: unset;
  }
  .main-wrapper .main_container .ten_section .text_wrap {
    position: relative;
    top: 0;
    left: 0;
    padding: 4rem 20px;
    text-align: left;
  }
  .main-wrapper .main_container .ten_section .text_wrap p {
    width: 100% !important;
  }
  .main-wrapper .main_container .ten_section .img_wrap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    gap: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 40px;
  }
  .main-wrapper .main_container .ten_section .img_wrap .img_box {
    width: auto;
    height: auto;
  }
  .main-wrapper .main_container .ten_section .img_wrap .img_box p {
    font-size: 1.5rem !important;
    margin-top: 15px;
  }
  .main-wrapper .main_container .ten_section .btnn3 {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(0%);
    margin-top: 2rem;
    font-size: 1rem;
  }
  .main-wrapper .main_container .eleven_section {
    padding: 20px;
  }
  .main-wrapper .main_container .eleven_section .text_wrapper {
    display: flex;
    margin: 0;
    align-items: center;
    position: relative;
    top: 0;
    flex-direction: column;
    padding: 3rem 0 2rem;
  }
  .main-wrapper .main_container .eleven_section .address {
    position: relative;
    margin: 0;
    top: 0;
    margin-bottom: 3rem;
  }
  .main-wrapper .main_container .eleven_section .address .phone {
    display: block;
  }
  .main-wrapper .main_container .eleven_section .copyright {
    position: relative;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: self-start;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .main-wrapper .main_container .twelve_section {
    display: flex;
    align-items: center;
    z-index: 0;
  }
  .main-wrapper .main_container .twelve_section .text_wrapper {
    position: absolute;
    width: 100%;
    top: auto;
    left: 0%;
    bottom: 5%;
    padding: 0 20px;
  }
  .main-wrapper .main_container .twelve_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .twelve_section .card_wrapper {
    top: 2%;
    height: 45vh;
    border-radius: 20px;
  }
  .main-wrapper .main_container .thirteen_section {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    height: auto;
    padding: 20px 0;
    width: 100% !important;
    z-index: 0;
  }
  .main-wrapper .main_container .thirteen_section .text_wrapper {
    padding: 40px 20px;
  }
  .main-wrapper .main_container .thirteen_section .text_wrapper h1 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .main-wrapper .main_container .thirteen_section .text_wrapper p {
    width: 100%;
  }
  .main-wrapper .main_container .thirteen_section .card_wrapper {
    position: relative;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 3;
    display: flex;
    rotate: 0deg;
    gap: 10px;
    flex-direction: column;
  }
  .main-wrapper .main_container .thirteen_section .card_wrapper .row1 .img_wrapperr, .main-wrapper .main_container .thirteen_section .card_wrapper .row2 .img_wrapperr {
    width: 200px;
    height: 200px;
    overflow: hidden;
  }
  .main-wrapper .main_container .thirteen_section .card_wrapper .row1 {
    transform: translateX(700px);
    animation: moveright 12s infinite;
    animation-direction: alternate;
    flex-direction: row;
  }
  @keyframes moveright {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-700px);
    }
  }
  .main-wrapper .main_container .thirteen_section .card_wrapper .row2 {
    transform: translateX(700px);
    animation: moveright1 12s infinite;
    animation-direction: alternate;
    flex-direction: row;
    margin-top: 0px;
  }
  @keyframes moveright1 {
    0% {
      transform: translateX(-700px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .main-wrapper .main_container .thirteen_section .i_btn {
    right: auto;
    top: 70%;
  }
  .main-wrapper .main_container .thirteen_section .i_btn span {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .about .logo {
    margin: 0 0 30px 0px !important;
  }
  h1 {
    font-size: 2rem !important;
    line-height: 40px !important;
  }
  .main-wrapper .main_container .second_section .text_wrapper {
    padding: 220px 15px 20px;
  }
  .main-wrapper .main_container .second_section .card_wrapper_2 {
    width: 65%;
  }
  .main-wrapper .main_container .third_section {
    height: 100vh;
  }
  .main-wrapper .main_container .third_section .text_wrapper h1 {
    font-size: 35px !important;
    line-height: 50px !important;
  }
  .main-wrapper .main_container .fourth_section {
    height: auto;
  }
  .main-wrapper .main_container .fourth_section .card_wrapper {
    top: -185px;
  }
  .main-wrapper .main_container .fourth_section .text_wrapper {
    padding: 250px 20px 0;
  }
  .main-wrapper .main_container .five_section .text_wrapper {
    padding: 100px 20px 0;
  }
  .main-wrapper .main_container .six_section {
    padding-top: 70px;
  }
  .main-wrapper .main_container .eight_section .card_wrapper {
    top: -20%;
  }
}
@media (min-width: 1400px) {
  .btnn3 {
    position: absolute;
    bottom: 10%;
  }
}/*# sourceMappingURL=responsive.css.map */