@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
* {
    margin: 0;
    padding: 0 !important;
}

.tilt-warp {
    font-family: "Tilt Warp", sans-serif !important;
}

.russo-one {
    font-family: "Russo One", sans-serif !important;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

/* @media (max-width: 390px) {
  header {
    height: 100% !important;
  }
}

@media (max-width: 576px) {
  header {
    height: 100% !important;
  }
  header section {
    height: 75vh !important;
  }
} */

@media (max-width: 390px) {
    header {
        height: 100% !important;
        padding-bottom: 50px !important;
    }

        header section {
            height: auto !important;
            flex-direction: column-reverse !important;
            margin-top: 150px !important;
        }

    .sect1 {
        flex-direction: column !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sect2, .sect3, .sect4 {
        flex-direction: column-reverse !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }

        .sect4 img {
            width: 97% !important;
        }

    .above {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 576px) {
    header {
        height: 100% !important;
        padding-bottom: 50px !important;
    }

        header section {
            height: auto !important;
            flex-direction: column-reverse !important;
            margin-top: 150px !important;
        }

    .sect1 {
        flex-direction: column !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sect2, .sect3, .sect4 {
        flex-direction: column-reverse !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }

        .sect4 img {
            width: 97% !important;
        }

    .above {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 768px) {
    header {
        height: 100% !important;
        padding-bottom: 50px !important;
    }

        header section {
            height: auto !important;
            flex-direction: column-reverse !important;
            margin-top: 150px !important;
        }

    .sect1 {
        flex-direction: column !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sect2, .sect3, .sect4 {
        flex-direction: column-reverse !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }

        .sect4 img {
            width: 97% !important;
        }

    .above {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 1140px) {
    header {
        height: 100% !important;
    }

        header section {
            height: 75vh !important;
        }
}

@media (min-width: 1440px) {
    header {
        height: 80vh !important;
    }

        header section {
            height: 75vh !important;
        }
}

footer {
    margin-top: 1% !important;
}

.btn-quote {
    background: #fff;
    height: 30px;
    font-weight: 500;
    margin-top: 15px !important;
    width: 100% !important;
}

    .btn-quote:hover {
        color: #fff !important;
    }


h1 {
    font-size: 30px !important;
}

h2 {
    font-size: 25px !important;
}

h3 {
    font-size: 20px !important;
}

    h3 a {
        color: #fff !important;
    }

.copyright {
    background: #191C37;
    padding: 15px 0px !important;
    margin-top: 20px;
}

    .copyright p {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .copyright a, .copyright a:hover {
        color: #fff;
    }
