@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* VARIABLES */

:root {
    --white: #FFF;
    --black: #000;
}

html {
    scroll-behavior: smooth; /* Enables smooth scrolling */
}

h1,h2,h3,h4,h5,h5,p,a,button {
    font-family: "Roboto", sans-serif !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Wrapper */
.wrapper {
    position: relative;
    max-width: 500px;
	min-height: 2620px;
    margin-left: auto;
    margin-right: auto;
    background: url('../img/background.png') no-repeat center center/cover;
}


.wrapper .home-banner {
    position: relative;
    height: 202px;
}

.wrapper .home-banner .carousel-item img {
    height: 202px;
    object-fit: cover;
}

.wrapper .app-container {
    max-width: 338px;
    margin-left: auto;
    margin-right: auto;
}

/* Card Slider */

#cardSlider .card {
    background-color: transparent !important;
}

#cardSlider .owl-nav,
#cardSlider .owl-dots {
    display: none !important;
}

.card-link{
	text-decoration:none;
}

/* Form Section */

.form-section input {
    color: var(--white) !important;
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
    border: 1px solid #FFFFFF4D !important;
    backdrop-filter: blur(19px); /* Apply blur effect */
    -webkit-backdrop-filter: blur(19px); /* Support for Safari */
}

.form-section input:focus {
    background-color: transparent;
}

 ::placeholder {
    color: var(--white) !important;
}


#whatsappBtn {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    right: 0;
    bottom: 0;
    width: 360px;
    text-align: end;
    z-index: 100;
}
#whatsappBtn span{
    width: 50px;
    height:50px;
    background-color: green;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
    color: #fff;
    margin-bottom:30px;
}
#whatsappBtn span i{
    font-size: 35px;
}

/* TXT */

.txt-white {
    color: var(--white);
}


/* FONTS */

.font-24 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.font-20 {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.font-20-1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.font-14 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.font-12 {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.font-10 {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.obj-fit {
    object-fit: cover;
}

@media only screen and (min-width: 450px) {
    #whatsappBtn {
        width: 450px;
    }
}
@media only screen and (min-width: 600px) {
    #whatsappBtn {
        width: 470px;
    }
}