body {
    margin: 0;
    padding: 0;
    background-color: #ff6325;
    color: white;
    height: 90vh;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}


/*---------- Font Weights ----------*/

.fw-light {
    font-weight: 300 !important;
}

.fw-regular {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semidold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-extrabold {
    font-weight: 800 !important;
}


/*---------- End Font Weights ----------*/


/*---------- Shared ----------*/

.container {
    padding: 10vh 5vw;
    max-width: 1500px;
}

.big-title {
    font-size: 60px;
    line-height: 120%;
}


/*---------- End Shared ----------*/

.download {
    max-width: 350px;
}


/*---------- Phone ----------*/

.phone-container {
    top: 0;
    position: fixed;
    height: 100vh;
    display: flex;
    right: 15%;
}

.phone-container>div {
    display: flex;
    flex-direction: column;
    margin: auto 0;
    width: 320px;
    max-height: 100%;
}

.phone {
    width: 280px;
    position: relative;
}

.phone>img {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -20px;
    width: 114%;
    /* height: 108%; */
}

.phone-slider {
    margin-top: 18px;
}

.slider-page>img {
    aspect-ratio: 5/10.8;
    width: 100%;
    object-fit: cover;
}


/*---------- End Phone ----------*/


/*---------- Support ----------*/

.form-control {
    font-size: 12px;
}

.form-control:focus,
.form-control:active {
    outline: none;
    box-shadow: none;
}

.contact-us-container button {
    color: white;
    border: none;
    border-radius: 10px;
    background-image: linear-gradient(105deg, yellow, rgb(206, 206, 2));
}

.contact-us-container button:hover {
    color: white;
}

.contact-us-container input {
    color: white;
    background: none;
    border: solid white 2px !important;
    border-radius: 10px !important;
}

.contact-us-container input:focus {
    color: white;
    background: none;
}

.contact-us-container textarea {
    color: white;
    background: none;
    border: solid white 2px !important;
    border-radius: 10px !important;
}

.contact-us-container textarea:focus {
    color: white;
    background: none;
}

.contact-us-container textarea::placeholder {
    color: white;
}

.contact-us-container input::placeholder {
    color: white;
}

.contact-us-container input {
    font-size: 15px;
}

.contact-us-container label {
    font-size: 15px;
}

.contact-us-container textarea {
    font-size: 15px;
}

.contact-us-container span {
    font-size: 13px;
}


/*---------- End Support ----------*/


/*---------- Media Queries ----------*/

@media (max-width: 1700px) {
    /*---------- Phone ----------*/
    .phone-container {
        right: 10%;
    }
    /*---------- Phone ----------*/
}

@media (max-width: 1399.98px) {
    /*---------- Phone ----------*/
    .phone-container {
        right: 8%;
    }
    .phone-container>div {
        width: 300px;
    }
    .phone {
        width: 260px;
    }
    .phone>img {
        position: absolute;
        top: 0;
        left: -19px;
        /* width: 115%; */
    }
    .phone-slider {
        margin-top: 18px;
    }
    .slider-page>img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 5/10.87;
    }
    /*---------- Phone ----------*/
}

@media (max-width: 1199.98px) {
    /*---------- Phone ----------*/
    .phone-container {
        right: 5%;
    }
    .phone-container>div {
        width: 280px;
    }
    .phone {
        width: 240px;
    }
    .phone>img {
        position: absolute;
        top: 0;
        left: -17px;
    }
    .phone-slider {
        margin-top: 15px;
    }
    .slider-page>img {
        width: 100%;
        object-fit: cover;
    }
    /*---------- Phone ----------*/
}

@media (max-width: 991.98px) {
    /*---------- Shared ----------*/
    .big-title {
        font-size: 50px;
    }
    /*---------- End Shared ----------*/
    /*---------- Phone ----------*/
    .phone-container>div {
        width: 260px;
    }
    .phone {
        width: 220px;
    }
    .phone>img {
        /* position: absolute;
        top: 0; */
        left: -16px;
        /* width: 115%;
        height: 108%; */
    }
    .phone-slider {
        margin-top: 15px;
    }
    /*---------- Phone ----------*/
}

@media (max-width: 767.98px) {
    /*---------- Phone ----------*/
    .phone-container {
        /* top: 0; */
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 10vh;
    }
    .phone-container>div {
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .form-control {
        font-size: 16px !important;
    }
}


/*---------- End Media Queries ----------*/