@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Alfa+Slab+One&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body,
html {
    height: 100%;
    margin: 0;
    overflow: hidden;
    scroll-behavior: smooth;
}

button,
button:focus,
button:focus-visible {
    box-shadow: none;
    outline: none;
    border: none;
}

/* slide styling */

.slide {
    height: 100%;
    position: relative;
    color: white;
    min-height: 650px;
    overflow: hidden;
}


#slide0 {
    background: #262626;
}

#slide1 {
    background: #A3B1B4;
}

#slide2 {
    background: #F3BE67;
}

/* navdot styling */

#navdot {
    position: fixed;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    opacity: 0.5;
    z-index: 5;
}

#navdot li {
    height: 10px;
    width: 10px;
    border: solid 2px black;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
}

#navdot li.active {
    background: black;
}


.shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.shape3 {
    position: absolute;
    right: 0;
    bottom: -400px;
    height: 900px;
}

.shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 700px;
}

.logo1 {
    position: absolute;
    left: 30px;
    top: 35px;
}

.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: 100%; */
    position: relative;
    z-index: 1;

}

.title1 {
    font-family: "Alfa Slab One", serif;
    font-size: 97.51px;
    font-weight: 400;
    line-height: 110.51px;
    letter-spacing: -0.01em;
    color: #886FFF;

}

.h-100 {
    height: 100%;
}

.title3 {
    font-family: "Alfa Slab One", serif;
    font-size: 97.51px;
    font-weight: 400;
    line-height: 110.51px;
    letter-spacing: -0.01em;
    color: white;
    -webkit-text-stroke: 1px black;

}

.title2 {
    color: #F35331;
    font-size: 97.51px;
    font-weight: 400;
    line-height: 110.51px;
    letter-spacing: -0.01em;
    font-family: "Libre Baskerville", serif;
    text-shadow: 3px 3px #000000;
    -webkit-text-stroke: 1px black;

}

.title2 span {
    font-family: "Alfa Slab One", serif;
}

.mx1067 {
    max-width: 1067px;
    padding: 16px;
    width: calc(100% - 32px);
}

.info,
.info2 {
    font-family: "Albert Sans", serif;
    font-size: 25.03px;
    font-style: italic;
    font-weight: 400;
    line-height: 35.04px;
    letter-spacing: -0.04em;

}

.info span {
    color: #886FFF;
    font-size: 60px;
}

.info2 span {
    -webkit-text-stroke: 1px black;
    color: #F35331;
    font-size: 60px;
    text-shadow: 1px 1px #000000;
}

.info3 span {
    color: #F09F1C;
}

.info2 {
    margin-bottom: 40px;
}

.btn {
    background: #886FFF;
    border-radius: 70px;
    border: 8px solid #3C3C3C;
    box-shadow: 0px 15px 0px 0px #3C3C3C;
    width: fit-content;
    font-family: "Alfa Slab One", serif;
    font-size: 68.75px;
    font-weight: 400;
    line-height: 77.91px;
    padding: 10px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.btn span {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    line-height: 77.91px;
    letter-spacing: -0.04em;

}

.btn .arrowdown {
    padding: 12px 40px;
    border-radius: 50px;
    background-color: #262626;
    box-shadow: 0px 0px 10.7px 2px #886FFF inset, 0px 0px 12.9px 0.5px #FFFFFF;
    overflow: hidden;
    position: relative;
}

.arrowdown img {
    position: relative;
    transition: all 0.3s
}

.btn:hover .arrowdown img {
    transform: translate(-65px, 65px);
}
.swiper-pagination{
    display: none;
}
.arrowdown img:last-child {
    position: absolute;
    transform: translate(10px, -60px);

}

.btn:hover .arrowdown img:last-child {
    transform: translate(-51px, 10px);
}

.anchor {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.btn2 {
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

/* Ensure swiper container takes up full width */
.swiper-container {
    width: calc(100% - 40px);
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #000000;
    box-shadow: 0px 4px 0px 0px #000000;
    border-radius: 15px;
    margin-bottom: 50px;
}

iframe {
    width: 100%;
    height: 370px;
}

.swiper-slide img,
.swiper-slide iframe {
    border: 1px solid #000000;
    border-radius: 15px;
    width: 670px;
    height: 364px;
    object-fit: cover;

}

.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    font-size: 20px;
}

.swiper-pagination {
    bottom: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background-color: white;
}

.slidebtn {
    display: none;
}

.slide2 {
    height: 100vh;
    overflow: auto;
}

.slide2::-webkit-scrollbar {
    display: none;
}

.noflex {
    align-items: start;
    margin-top: 50px;
    margin-bottom: 90px;
}

.btngrid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.btn3 {
    position: relative;
}

footer {
    background-color: black;
    padding: 100px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlogo {
    font-family: "Albert Sans", serif;
    font-size: 25.57px;
    font-style: italic;
    font-weight: 500;
    line-height: 28.98px;
    letter-spacing: -0.04em;
    color: white;
}

.social {
    display: flex;
    gap: 10px;
}

/* #footer {
    position: fixed;
    bottom: -100px; 
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    transition: bottom 0.3s ease; 
  } */

.slide3 {
    position: absolute;
    transform: translateY(300px);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    z-index: 5;
    min-height: unset;
}

@media (max-height:900px) {
    #navdot{
        display: none;
    }
    .slide3 {
        position: static;
    }
    .slide{
        height: unset;
    }
    body,
    html {
        height: 100%;
        margin: 0;
        overflow: unset;
        scroll-behavior: smooth;
    }

    .flexcenter {
        align-items: unset;
        height: unset;
        margin-top: 50px;
    }

    .title1,
    .title2,
    .title3 {
        font-size: 70.51px;
        line-height: 80.51px
    }

    .info,
    .info2 {
        font-size: 18px;
        line-height: 22px;
    }

    .info span,
    .info2 span {
        font-size: 40px;
    }

    .btn {
        margin-top: 30px;
        font-size: 40px;
        font-weight: 400;
        line-height: 77.91px;
        border: 4px solid #3C3C3C;
        box-shadow: 0px 8px 0px 0px #3C3C3C;
    }

    .btn .arrowdown {
        padding: 12px 25px;
        height: 40px;
        border-radius: 30px;
    }

    .arrowdown img {
        transform: translate(0px, -18px);
        width: 30px;
    }

    .arrowdown img:last-child {
        transform: translate(30px, -30px);
    }

    .btn:hover .arrowdown img {
        transform: translate(-54px, 25px);
    }

    .btn:hover .arrowdown img:last-child {
        transform: translate(-30px, 5px);
    }

    .shape1 {
        height: 500px;
    }

    .logo1 {
        height: 50px;
    }

    .info2 {
        margin-bottom: 25px;
    }

    .swiper-container {
        height: unset;
        margin-bottom: 30px;
        padding: 20px;
    }

    .btn2 img,
    .btn3 img {
        height: 70px;
        display: block;
    }

    .shape2 {
        height: 500px;
    }

    footer {
        padding: 50px 30px;
    }

    footer img {
        height: 50px;
    }

    .social img {
        width: 40px;
        height: 40px;
    }

    .shape3{
        height: 500px;
        bottom: -200px;
    }
    .textlogo {
        font-size: 18px;
    }

    .slide3 {
        height: unset;
        transform: translateY(0);
    }

    .introsection {
        height: 100%;
        align-items: center;
        margin-top: 0;
    }
    
}
@media (max-width:1099.98px) {
    #navdot{
        display: none;
    }
    .slide3 {
        position: static;
    }
    .swiper-slide img, .swiper-slide iframe{
        width: 100%;
        height: 100%;
    }
    .swiper-slide{
        height: unset;
    }
    .title1,
    .title2,
    .title3 {
        font-size: 50.51px;
        line-height: 55.51px
    }

    .info,
    .info2 {
        font-size: 16px;
        line-height: 22px;
    }

    .info span,
    .info2 span {
        font-size: 22px;
    }

    .btn{
        transform: scale(0.8);
    }
    .flexcenter{
        padding-top: 70px;
    }
    .introsection{
        margin-top: 0px;
        padding-top: 0;
    }
    .introsection .introsection{
        margin-top: 50px;
    }
    .swiper-container {
        height: unset;
        margin-bottom: 30px;
        padding: 16px;
        padding-bottom: 50px;
    }
    .title2 i{
       display: block;
    }
    .btn2 img, .btn3 img {
        height: 50px;
    }
    .btngrid{
        flex-direction: column;
        gap: 20px;
    }
    #slide2{
        /* overflow: unset;
        z-index: 66; */
    }
    footer{
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .swiper-pagination{
        display: block;
        bottom: 14px !important;
    }
    .swiper-pagination-bullet{
        background-color: white;
        opacity: 1;
        transition: all 0.3s;
    }
    .swiper-pagination-bullet-active{
        width: 20px;
        border-radius: 10px;
        background-color: #F35331;
    }
    .custom-swiper-slider .swiper-pagination-bullet{
        opacity: 0.5;
        background-color: white;
    }
    .custom-swiper-slider .swiper-pagination-bullet-active{
        opacity: 1;
    }
}
@media (max-width:1099.98px) {
    .btn{
       margin-top: 20px;
    }
}