* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
button {
    text-transform: capitalize !important;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.bottom_img img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    cursor: pointer;
    border: 5px solid #cacaca;
}

.bottom_img {
    position: absolute;
    bottom: 40px;
    z-index: 99;
    width: 100%;
    right: 30px;
}

.swiper-slide {
    background: transparent;
}

.bottom_img .swiper-slide {
    width: 150px !important;
}

.bottom_img .swiper-wrapper {
    justify-content: end;
}

.bottom_img .mySwiper .swiper-slide {
    opacity: unset;
}

.pagination {
    position: absolute;
    bottom: 220px;
    right: 45px;
    z-index: 999;
    display: flex;
    gap: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    position: unset !important;
}

.home_slide-main {
    position: relative;
}

.pagination img {
    width: 45px;
    cursor: pointer;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 20px 40px;
}

.log_btn {
    background: #3ABEFF;
    border: none;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
}

.foot_main ul {
    padding: 0;
    display: flex;
    gap: 20px;
    margin: 0;
    align-items: baseline;
}

.foot_main ul li {
    list-style: none;
}

.foot_main ul li a {
    text-decoration: none;
    color: #fff;
}

.foot_main ul li a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.foot_main {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(7.5px);
    padding: 10px 30px 10px 15px;
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}

.modal_content input {
  width: 100%;
  margin-bottom: 15px;
  padding: 6px 15px;
  margin-top: 5px;
  border-radius: 8px;
  border: 1px solid #BEBEBF;
  font-size: 16px;
  line-height: 2;
  color: #929295;
}

.copy {
    color: #fff;
}

.copy a {
    font-weight: bold;
}

.two-main {
  display: flex;
  gap: 20px;
}

.head_popup h5 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.modal-body {
  padding: 20px 35px 35px 35px !important;
}

.modal_content p {
  margin-top: 13px;
  margin-bottom: 0;
  text-align: center;
  color: #BEBEBF;
}
.modal_content p span {
  color: #3ABEFF;
  font-weight: bold;
}

.modal_content p span a {
  color: #3ABEFF;
  text-decoration: none;
}

.left_logo img {
  width: 10%;
}

@media(max-width: 1600px) {
    .bottom_img img {
        width: 120px;
        height: 120px;
    }
    
    .foot_main{
        padding: 5px 30px 10px 15px;
    }

    .pagination img {
        width: 38px;
        height: 38px;
    }

    .log_btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .modal_content input {
        font-size: 14px;
    }

    .modal_content label {
        font-size: 14px;
    }
    .copy {
      font-size: 12px;
    }
    .two-main span {
      font-size: 12px;
    }
    .foot_main ul li a img {
      width: 15px;
      height: 15px;
    }
    .pagination img{
        width: 35px;
        height: 35px;
    }
    .bottom_img .swiper-slide{
        width: 120px !important;
    }
    .pagination{
        bottom: 180px;
    }
}

@media(max-width: 1500px) {
    .bottom_img {
        bottom: 60px;
    }
      .pagination {
    bottom: 200px;
  }
}

@media(max-width: 991px) {
    .foot_main ul {
        flex-direction: column;
    }
      .bottom_img {
    bottom: 110px;
  }
  .pagination {
      position: absolute;
      bottom: 270px;
  }
}

@media(max-width: 605px) {
    .bottom_img img {
        width: 100px;
        height: 100px;
    }

    .bottom_img .swiper-slide {
        width: 120px !important;
    }

    .bottom_img {
        bottom: 155px;
        right: 5px;
    }

    .pagination {
        bottom: 295px;
    }

    .pagination img {
        width: 30px;
        height: 30px;
    }

    .pagination {
        right: 20px;
    }

    .foot_main ul {
        flex-direction: column;
    }

    .foot_main {
        width: 100%;
        clip-path: unset;
    }
}