@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.header {
    display: flex;
    justify-content: center;
    height: 80px;
    margin-top: 35px;
}

.get-started {
    margin-top: 30px;
    /* height: 480px; */
    background-color: #FFF3F0;
    -webkit-box-shadow: 0px 0px 5px 0px #e0e0e0;
    -moz-box-shadow: 0px 0px 5px 0px #e0e0e0;
    box-shadow: 0px 0px 5px 0px #e0e0e0;
}

.get-started .image {
    /* height: 480px; */
}

.get-started .image img {
    height: 100%;
    width: 100%;
}

.get-started .details {
    margin-top: 30px;
}

.lhn {
    line-height: 0;
    margin-top: 40px !important;
}

.button-jus {
    display: flex;
    justify-content: space-evenly;
}

.btn-primary {
    background-color: #FF958C;
    border-color: #FF958C;
    border-radius: 20px;
    padding: 8px 25px;
}

.btn-primary:hover {
    background-color: #f8887e;
    border-color: #f8887e;
}

.btn-streched {
    padding: 8px 45px;
}

.specialize {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    font-size: 30px;
}

.features .image {
    /* height: 300px; */
    text-align: center;
}

.features .image img {
    /* height: 90%; */
    width: 100%;
}

.features .image a {
    color: #000;
    text-decoration: none;
    margin-top: 2rem;
    font-size: 18px;
    font-weight: bold;
}

.friendors {
    margin-top: 4rem;
}

.friendors .head {
    background-color: #FF958C;
    height: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.friendors .about {
    height: 320px;
}

.friendors .about .image {
    /* height: 300px; */
    width: 100%;
}

.friendors .about .image img {
    height: 100%;
    width: 100%;
}

.friendors .about .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.friendors .butth {
    padding-top: 2rem;
    background-color: #FF958C;
    padding-bottom: 2rem;
}

.friendors .butth h3 {
    padding-bottom: 2rem;
}

.friendors .butth .btn-primary {
    background-color: #FEEDE5;
    border-color: #FEEDE5;
    color: #000;
}

.friendors .butth .btn-primary:hover {
    background-color: #f5cfbe;
    border-color: #f5cfbe;
}

.commitment {
    background-color: #FEEDE5;
    font-weight: bold;
    text-align: center;
    padding: 20px 50px;
}

.copyright {
    background-color: #FEEDE5;
    text-align: center;
    padding-top: 2rem;
}

.copyright .copy {
    border-top: 1px solid #EEDFD8;
    color: #ADA6A3;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
}

.copyright .sof {
    font-size: 22px;
}

.footer {
    background-color: #014A89;
    color: #fff;
    padding: 20px 10px;
}

.footer footer {
    margin-left: 5rem;
}

.footer footer a {
    text-decoration: none;
    color: #fff;
}

.footer footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.no-line-height {
    margin-bottom: 0 !important;
}

.display-flex {
    display: flex;
}

.copyright .social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.copyright .social ul li {
    display: inline;
    padding: 8px;
}

.copyright .social ul li svg {
    color: #ADA6A3;
}

@media only screen and (min-width: 995px) {
    .col-md-0 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0;
        flex: 0 0 0;
        max-width: 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 995px) {
    .get-started {
        height: 530px;
    }

    .get-started .image {
        height: 530px;
    }
}

@media only screen and (max-width: 767px) {
    .get-started {
        height: 530px;
    }

    .get-started .image {
        height: 380px;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        /* padding: 0 !important; */
        margin: 0 !important;
    }
}

@media only screen and (max-width: 450px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .footer footer {
        margin-left: 0 !important;
    }

    .footer footer ul li {
        display: inline;
        width: 50%;
        padding: 0 13px;
    }

    .footer p {
        padding: 10px;
        font-size: 21px;
    }

    .commitment {
        padding: 20px 20px;
    }

    .commitment p {
        text-align: justify;
        text-justify: inter-word;
    }

    .header {
        height: 65px;
    }

    .get-started {
        padding: 10px;
        min-height: 530px;
        padding-bottom: 20px;
        overflow: hidden;
        height: 1%;
    }

    .specialize {

        margin-top: 2rem;
    }

    .specialize p {
        font-size: 18px;
        text-align: center;
    }

    .features .image {
        padding: 10px 40px;
        text-align: center;
    }

    .features .image img {
        margin-bottom: 5px;
    }

    .friendors .head h2 {
        font-size: 21px;
    }

    .friendors .about {
        padding: 10px;
        overflow: hidden;
        height: 1%;
    }
}