body {
    background-color: #FFFFFF;
}

/* first section */
div.first-section {
    background-image: url('../images/home-second.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    height: 450px;
    padding-top: 150px;
}

div.first-section div.box-one p.one {
    font-family: Nunito;
    font-size: 50px;
    font-weight: 500;
    /* line-height: 30px; */
    letter-spacing: -0.01em;
    color: white;
    padding-bottom: 50px;
}


div.first-section div.box-one a {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Nunito;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-decoration: none;
    background-color: #A0ACA5;
    color: #FFFFFF;
    transition: all 0.1s ease-in;
    border-radius: 20px;
}


div.first-section div.box-one a:hover {
    color: #A0ACA5;
    background-color: #FFFFFF;
    border: 2px solid #A0ACA5;
}


/* third section */
div.third-section div.card {
    height: 500px;
}

div.third-section div.card div.card-body p.card-text {
    font-family: Nunito;
    font-size: 18px;
    /* font-weight: 400; */
    letter-spacing: -0.01em;
    text-align: center;
}

div.third-section div.card div.card-body h5.card-title {
    font-family: Nunito;
    font-size: 25px;
    /* font-weight: 400; */
    letter-spacing: -0.01em;
    text-align: center;
} 

div.third-section div.card div.card-body a {
    text-decoration: none;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #A0ACA5;
    border-radius: 10px;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.01em;
}

div.third-section div.card div.card-body a:hover {
    color: #A0ACA5;
    background-color: white;
    border: 1px solid #A0ACA5;
}

div.third-section div.card {
    width: 100%;
}


/* fourth section */
div.fourth-section {
    margin-top: 60px;
}

div.fourth-section p.lead {
    font-family: Nunito;
    font-size: 30px;
    letter-spacing: -0.01em;
    text-align: center;
}

div.fourth-section p.mort {
    font-family: Nunito;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 40px;
}

div.fourth-section div.box-one {
    /* height: 100vh; */
    padding: 30px;  
    border: 1px solid #A0ACA5;
    border-radius: 20px;
}

div.fourth-section div.box-one p.one {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

div.fourth-section div.box-one form {
    display: flex;
    justify-content: space-between;
}

div.fourth-section div.box-one form div.form-one {
    /* border: 1px solid green; */
    width: 35%;
}

div.fourth-section div.box-one form div.form-two {
    /* border: 1px solid green; */
    width: 60%;
}

div.fourth-section div.box-one form div.form-one p.lable-one {
    font-family: Nunito;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 0px;
    color: #A2A2A2;
}

div.fourth-section div.box-one form div.form-one p.ok-one {
    margin-top: 10px;
}

div.fourth-section div.box-one form div.form-one input {
    height: 60px;
    width: 100%;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    background-color: #F5F5F5;
    padding-left: 20px;
    outline: none;
    color: #1A202C;
}

div.fourth-section div.box-one form div.form-one input::placeholder {
    color: #A2A2A2;
}

div.fourth-section div.box-one form div.form-one p.ok-two {
    margin-top: 10px;
}

div.fourth-section div.box-one form div.form-one select {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    outline: none;
    border-radius: 5px;
}

div.fourth-section div.box-one form div.form-two div.long-text-one {
    display: flex;
    border-bottom: 1px solid #A2A2A2;
    justify-content: space-between;
}

div.fourth-section div.box-one form div.form-two div.long-text-one p.ok-one {
    font-family: Nunito;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.01em;   
}

div.fourth-section div.box-one form div.form-two div.long-text-one p.ok-two {
    font-family: Nunito;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}


div.fourth-section div.box-one form div.form-two div.long-text-two {
    margin-top: 20px;
    display: flex;
    border-bottom: 1px solid #A2A2A2;
    justify-content: space-between;
}



div.fourth-section div.box-one form div.form-two div.long-text-three {
    margin-top: 20px;

}

div.fourth-section div.box-one form div.form-two div.long-text-two div.divided-one p {
    font-family: Nunito;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #A2A2A2;
}



div.fourth-section div.box-one form div.form-two div.long-text-three table thead tr th {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

div.fourth-section div.box-one form div.form-two div.long-text-three table tbody tr td {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #A2A2A2;
}

div.fourth-section div.box-one form div.form-two div.long-text-four {
    text-align: center;
    margin-top: 30px;
}


div.fourth-section div.box-one form div.form-two div.long-text-four button {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none;  
    border: 1px solid #A2A2A2;
    border-radius: 10px;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.01em;
    background-color: #000000;
    color: #FFFFFF;
}

div.fourth-section div.box-one form div.form-two div.long-text-four button:hover {
    border: 1px solid #A0ACA5;
    color: black;
    background-color: white;
}


div.fourth-section div.box-two-menect {
    border: 1px solid #A2A2A2;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    background-color: #000000;
    border-radius: 20px;
    text-align: center;
}

div.fourth-section div.box-two-menect p.text-one {
    font-family: Nunito;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

div.fourth-section div.box-two-menect p.text-two {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: white;
    margin-bottom: 60px;
    text-align: center;
}

div.fourth-section div.box-two-menect a {
    text-decoration: none;
    color: black;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.01em;
}

div.fourth-section div.box-two-menect a:hover {
    border: 1px solid white;
    color: white;
    background-color: #A0ACA5;
}

/* fifth section */
div.fifth-section {
    margin-top: 150px;
}

div.fifth-section p.menect-one {
    font-family: Nunito;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

div.fifth-section div.card {
    margin-top: 30px;
    height: 520px;
}

div.fifth-section div.card img {
    width: 85%;
    margin: 20px auto;
    border-radius: 5px;
}

div.fifth-section div.card div.card-body h5.card-title {
    font-family: Nunito;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

div.fifth-section div.card div.card-body p.card-text {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: -0.01em;
}

div.fifth-section div.card div.card-body a {
    width: 100%;
    background-color: #000000;
    font-family: Nunito;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: white;
}

div.fifth-section div.card div.card-body a:hover {
    background-color: white;
    border: 1px solid #A0ACA5;
    color: black;
}

/* sixth section */
div.sixth-section {
    margin-top: 100px;
}

div.sixth-section div.content {
    /* background-color: #A0ACA5; */
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
}

div.sixth-section div.box-one {
    padding: 20px;
}

div.sixth-section div.box-one img {
    /* display: none; */
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
}

div.sixth-section div.box-one div.first-block {
    display: flex;
    justify-content: space-between;
}

div.sixth-section div.box-one div.first-block p.one {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
    border-radius: 500px;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.01em;
    background-color: lightgray;
    color: #000000;
    cursor: pointer;
}

div.sixth-section div.box-one div.first-block p.two {
    margin-bottom: 0px;
    font-family: Nunito;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #ffffff;
    transition: opacity 0.7s ease-in;
}

div.sixth-section div.box-one div.first-block-details {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}

div.sixth-section div.box-one div.first-block-details p.one {
    border-left: 1px solid lightgray;
    margin-bottom: 0px;
    height: 100px;
}

div.sixth-section div.box-one div.first-block-details p.two {
    font-family: Nunito;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 0px;
    width: 53%;
    color: #ffffff;
    opacity: 1;
    transition: opacity 0.7s ease-in;
}

div.sixth-section div.box-two div.image img {
    width: 100%;
    border-radius: 10px;
    /* height: 100vh; */
}



/* fifth section */
div.seventh-section {
    margin-top: 100px;
}

div.seventh-section div.content-menect {
    border: 1px solid #A0ACA5;
    padding: 30px;
    border-radius: 20px;
}

div.seventh-section div.content-one div.image {
    border: 1px solid #A0ACA5;
    border-radius: 20px;
}

div.seventh-section div.content-one div.image img {
    width: 100%;
    border-radius: 20px;
}

div.seventh-section div.content-two p.first {
    font-family: Nunito;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

div.seventh-section div.content-two p.second {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin-bottom: 50px;
}

div.seventh-section div.content-two a {
    text-decoration: none;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #A0ACA5;
    border-radius: 10px;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.01em;
}

div.seventh-section div.content-two a:hover {
    border: 1px solid #A0ACA5;
    color: black;
    background-color: white;
}

/* eight section */
div.eight-section {
    margin-top: 100px;
}

div.eight-section p.asked {
    font-family: Nunito;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.01em;
}


div.eight-section div.content {
    border: 1px solid #A0ACA5;
    padding: 30px;
    border-radius: 20px;
}

div.eight-section div.content div.box-one {
    border-bottom: 1px solid black;
}

div.eight-section div.content div.box-one p.one {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

div.eight-section div.content div.box-one p.one span.span-one {
    font-family: Nunito;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

div.eight-section div.content div.box-one p.one span.span-two {
    font-size: 25px;
    font-weight: 500;
    color: black;
    transform: rotate(90deg);
}

div.eight-section div.content div.box-one p.two {
    margin-bottom: 10px;
    margin-top: 20px;
    display: none;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

#rotate-good {
    transform: rotate(270deg);
    transition: all 0.5s ease-in;
}

#rotate-good-again {
    transition: all 0.5s ease-in;
}

@media (max-width: 1202px) {

    div.nav div.box-only div.box-two a span.tracker {
        color : black;
        padding-bottom: 3px;
        border-bottom: 1px solid black;
    }

    div.fifth-section div.card {
        height: initial;
    }
    
}


@media (max-width: 1200px) {
    
    div.first-section div.box-one p.one {
        font-size: 60px;
    }

    div.sixth-section div.box-one div.first-block {
        display: flex;
        justify-content: left;
        flex-direction: column;
    }

    div.sixth-section div.box-one div.first-block p.one {
        margin-bottom: 15px;
    }

    div.sixth-section div.box-one img {
        display: block;
    }

    div.sixth-section div.box-two div.image img {
        display: none;
    }
}


@media (max-width: 1189px) {
    div.sixth-section div.box-one div.first-block p.one {
        background-color: transparent;
        color: white;
    }
}

@media (max-width: 990px) {
    
    div.third-section div.card {
        height: initial;
    }
}

@media (max-width: 768px) {
    /* div.fifth-section div.card {
        height: 680px;
    } */
    
    div.first-section div.box-one p.one {
        font-size: 55px;
    }

    div.first-section {
        height: 500px;
    }

    
    div.fourth-section p.one {
        font-size: 30px;
    }

    div.fourth-section div.box-one form {
        justify-content: center;
        flex-direction: column;
    }

    div.fourth-section div.box-one form div.form-one,
    div.fourth-section div.box-one form div.form-two {
        width: 100%;
    }

    div.fourth-section div.box-one form div.form-two {
        margin-top: 50px;
    }

    div.fourth-section div.box-one form div.form-one p.ok-one {
        margin-top: 30px;
    }

    div.fourth-section div.box-one form div.form-one p.ok-two {
        margin-top: 30px;
    }

    div.fourth-section p.mort {
        font-size: 30px;
    }

    div.fourth-section p.lead {
        font-size: 25px;
    }

    div.fourth-section div.box-one p.one {
        font-size: 30px;
    }

    div.fourth-section div.box-one form div.form-two div.long-text-three {
        overflow-x: scroll;
    }

    div.fourth-section div.box-two-menect p.text-one {
        font-size: 30px;
    }

    div.fourth-section div.box-two-menect p.text-two {
        font-size: 18px;
    }

    div.fifth-section p.menect-one {
        font-size: 35px;
    }

    div.fifth-section div.card div.card-body h5.card-title {
        font-size: 22px;
    }

    div.fifth-section div.card div.card-body p.card-text {
        font-size: 15px;
    }
    
}

@media (max-width: 740px) {
    /* div.first-section {
        height: 800px;
    }  */

    div.first-section div.box-one a {
        font-size: 20px;
    }

    /* div.fifth-section div.card {
        height: 600px;
    } */

}


@media (max-width: 580px) {
    
    div.first-section div.box-one p.one {
        font-size: 50px;
    }

    /* div.first-section {
        height: 720px;
    } */

    /* div.fifth-section div.card {
        height: 500px;
    } */

    
    div.fourth-section p.one {
        font-size: 25px;
    }

    div.sixth-section div.box-one div.first-block-details p.two {
        width: 80%;
    }

    div.seventh-section div.content-two p.first {
        font-size: 25px;
    }

    div.seventh-section div.content-two p.second {
        font-size: 16px;
    }    
    
}


@media (max-width: 480px) {
    
    div.first-section div.box-one p.one {
        font-size: 45px;
    }


    div.first-section div.box-one a {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 16px;
    }
    
}

@media (max-width: 425px) {

    div.first-section {
        height: 450px;
    }
    
    div.first-section div.box-one p.one {
        font-size: 40px;
    }

    div.fourth-section p.mort {
        font-size: 25px;
    }

    div.fourth-section p.lead {
        font-size: 20px;
    }

    div.fourth-section div.box-one p.one {
        font-size: 25px;
        text-align: center;
    }

    div.fourth-section div.box-one form div.form-two div.long-text-one p.ok-two {
        font-size: 25px;
    }

    div.fourth-section div.box-one form div.form-two div.long-text-three table thead tr th {
        font-size: 17px;
    }

    div.fourth-section div.box-one form div.form-two div.long-text-three table tbody tr td {
        font-size: 15px;
    }

    div.fourth-section div.box-two-menect p.text-one {
        font-size: 25px;
    }

    div.fourth-section div.box-two-menect a {
        font-size: 15px;
    }

    div.fifth-section p.menect-one {
        font-size: 30px;
    }

    
    div.eight-section div.content div.box-one p.one span.span-one {
        font-size: 20px;
    }

    div.eight-section div.content div.box-one p.one span.span-two {
        font-size: 20px;
    }
    
    div.eight-section div.content div.box-one p.two {
        font-size: 16px;
    }

    div.eight-section p.asked {
        font-size: 25px;
    }

}


@media (max-width: 400px) {
    
    div.first-section div.box-one p.one {
        font-size: 38px;
    }

}

@media (max-width: 375px) {
    div.fourth-section div.box-one form div.form-two div.long-text-four button {
        padding-left: 30px;
        padding-right: 30px;
    }

    div.fourth-section div.box-one form div.form-two div.long-text-one p.ok-two {
        font-size: 20px;
    }

    div.fourth-section div.box-two-menect p.text-two {
        font-size: 15px;
    }

    div.sixth-section div.box-one div.first-block-details p.two {
        width: 90%;
    }

    div.first-section div.box-one a {
        padding: 20px;
    }

    div.eight-section div.content div.box-one p.one span.span-one {
        font-size: 17px;
    }

    div.eight-section div.content div.box-one p.one span.span-two {
        font-size: 17px;
    }
    
}


@media (max-width: 320px) {

    div.first-section div.box-one p.one {
        font-size: 35px;
    }

    div.first-section {
        padding-top: 120px;
    }


}

