@import "bootstrap/scss/_reboot.scss";
:root {
    --primary: #003121;
    --bg: #e0e0e0;
    --txt: #283739;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
}
.footer {
    background-color: var(--primary);
}

body {
    font-family: "Poppins", sans-serif;
    background-color: var(--bg);
    color: #fff;
    max-height: 720px;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem 7%;
    background-color: var(--primary);
    border-bottom: 1px solid #6d6d6d;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.navbar img {
    max-width: 150px;
    padding: 0;
}
.navbar .navbar-nav a {
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 1rem;
    text-decoration: none !important;
}
.navbar .navbar-nav a:hover {
    color: #87a922;
}

.navbar .navbar-nav a:after {
    content: "";
    display: block;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid #87a922;
    transition: linear 0.2s;
    transform: scaleX(0);
    text-decoration: none !important;
}
.navbar .navbar-nav a:hover::after {
    transform: scaleX(0.5);
}
.navbar .navbar-extend a {
    color: #fff;
    margin: 0 0.5rem;
    text-decoration: none !important;
}
.navbar .navbar-extend a:hover {
    color: #87a922;
    transition: linear 0.2s;
}

#menu {
    display: none;
    text-decoration: none !important;
}

/* Landing Page */
.landing {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url("../img/slider3.jpg");
}

.landing::after {
    content: "";
    display: flex;
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    background: linear-gradient(
        0deg,
        rgba(1, 1, 3, 1) 8%,
        rgba(255, 255, 255, 0) 50%
    );
}

.landing .content {
    align-items: center;
    padding: 1.2rem 7%;
    max-width: 80rem;
}
.landing .content h1 {
    font-size: 4.5em;
    color: #a2c11c;
    text-shadow: 1px 1px 3px rgba(1, 1, 1, 0.5);
}
.landing .content h2 {
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 5px 5px 9px rgba(1, 1, 1, 0.5);
}

.landing .content .cta {
    font-size: 1.5rem;
    margin-top: 1rem;
    display: inline-block;
    padding: 1rem 3rem;
    color: #fff;
    background-color: #a2c11c;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #616161;
    font-weight: bold;
}
.landing .content .cta:hover {
    color: #fff;
    background-color: var(--primary);
    border-radius: 5px;
    box-shadow: 1px 1px 1px #616161;
    font-weight: bold;
}
.landing .content .cta:after {
    color: #1d1d1d;
    background-color: var(--primary);
    border-radius: 5px;
    box-shadow: 1px 1px 1px #616161;
    font-weight: bold;
}

/* Rating */
.Rating {
    padding-top: 15vh;
    min-height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.Rating .content {
    align-items: center;
    padding: 1.2rem 7%;
    background: fixed;
}

.Rating .content h1 {
    font-size: 3rem;
    color: #1d1d1d;
    text-align: center;
    justify-content: space-between;
}
.Rating .content .procedure {
    font-size: 1.5rem;
    color: #1d1d1d;
    word-spacing: 2px;
    text-align: left;
    justify-content: space-between;
    border-radius: 25px;
    background: #b7bbb7;
    padding: 20px;
}
.Rating .content a li {
    margin-left: 1.5rem;
    font-size: 1.5rem;
    color: #1d1d1d;
    text-align: left;
    justify-content: space-between;
}
.Rating .content a li span {
    font-weight: bold;
}

.Main-value h2 label {
    text-shadow: black;
}
/*Bootsrtap trial*/

/* Media Queries */
/* Laptop */
@media (max-width: 1366px) {
    html {
        font-size: 75%;
    }
}

/* Tablet */
@media (max-width: 800px) {
    html {
        font-size: 60%;
    }
    .navbar img {
        max-width: 100px;
        padding: 0;
    }
    #menu {
        display: inline-block;
    }
    .navbar .navbar-nav {
        position: absolute;
        top: 100%;
        right: -100%;
        background-color: #114232;
        width: 30rem;
        height: 100vh;
    }
    .navbar .navbar-nav.active {
        right: 0;
    }
    .navbar .navbar-nav a {
        color: #ffffff;
        display: block;
        margin: 1.5rem;
        padding: 0.5rem;
        font-size: 2rem;
    }
    .navbar .navbar-nav a:after {
        transform-origin: 0 0;
    }
    .navbar .navbar-nav a:hover::after {
        transform: scaleX(0.2);
    }
}

/* Smartphone */
@media (max-width: 450px) {
    html {
        font-size: 55%;
    }
    .navbar img {
        max-width: 75px;
        padding: 0;
    }
    #menu {
        display: inline-block;
    }
    .navbar .navbar-nav {
        position: absolute;
        top: 100%;
        right: -100%;
        background-color: #114232;
        width: 30rem;
        height: 100vh;
    }
    .navbar .navbar-nav.active {
        right: 0;
    }
    .navbar .navbar-nav a {
        color: #ffffff;
        display: block;
        margin: 1.5rem;
        padding: 0.5rem;
        font-size: 2rem;
    }
    .navbar .navbar-nav a:after {
        transform-origin: 0 0;
    }
    .navbar .navbar-nav a:hover::after {
        transform: scaleX(0.2);
    }
}
