body {
    font-family: "Source Sans 3", sans-serif;
    height: 200vh;
}

.container {
    max-width: 1140px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

header {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    height: 91px;
}

header .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .logo img {
    margin: 0 14px;
    border-radius: 0px 0px 0px 0px;

}

header .logo .title {
    margin: 0 10px;
}

header .logo .title h1 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}

header .logo .title p {
    color: #E78235;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

header .call {
    text-align: right;
}

header .call .phone a {
    color: #000;
    font-size: 36px;
    text-decoration: none;
    font-weight: 700;
}

header .call .phone p {
    color: #F48622;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

#offer {
    margin-top: 92px;
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 3px solid #F48622;
    border-top: 3px solid #F48622;

}

#offer .title {
    display: none;
}

#offer h2 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    text-align: center;
}


#hero {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('./assets/hero-img.jpg');
    background-size: cover;
    padding: 60px 0;
}

#hero .features {
    list-style-type: none;
    padding: 0;
}

#hero .features li {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.82);
}

#hero .features li i {
    font-size: 40px;
    color: #F48622;
    margin-right: 10px;
}

#hero .form {
    padding: 15px;
    padding-bottom: 28px;
    background-color: #000;
    border-radius: 5px;
    border: 3px solid #F48622;
}

#hero .form h2 {
    color: #F48622;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

#hero .form form input {
    margin-bottom: 10px;
    background-color: #ffffff;
    border-color: #F48622;
    border-width: 2px 2px 2px 2px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px;
}

#hero .form form select {
    margin-bottom: 10px;
    background-color: #ffffff;
    border-color: #F48622;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px;
    border-width: 2px 2px 2px 2px;
}


#hero .form form button {
    width: 100%;
    background-color: #F48622;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0px;
    font-size: 1.2em;
    min-height: 47px;
    border: none;
}

#about {
    padding: 50px 0;
}

#about .content h2 {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}

#about .content h3 {
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    margin: 20px 0;
}

#about .content p {
    color: #000000;
    font-size: 20px;
    line-height: 1.3;
}

#about .content .services {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

#about .content .services li {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
}

#about .content .services li i {
    color: #F48622;
    font-size: 30px;
}

#about .imgcontainer img {
    width: 100%;
    object-fit: cover;
}

#about .imgcontainer h4 {
    width: 100%;
    color: #FFFFFF;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    background-color: #196EB1;
    padding: 10px 0;
}

#about .btns {
    display: block;
    text-align: center;
    margin: 10px 0;
}

#about .btns a {
    display: inline-block;
    font-size: 1.3em;
    font-weight: 600;
    fill: #FFFFFF;
    text-decoration: none;
    margin: 0 auto;
    color: #FFFFFF;
    background-color: #F48622;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px 15px 30px;
}

#featured {
    padding: 40px 0;
    background-color: #F1F6F9;
}

#featured .heading {
    text-align: center;
}

#featured .heading h2 {
    color: #000000;
    font-size: 42px;
    font-weight: 700;
    line-height: 34px;
}

#featured .heading p {
    text-align: center;
    color: #000000;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 20px;
}

#featured img {
    width: 100%;
    max-width: auto;
}

#featured .content h3 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 20px;
}

#featured .content p {
    color: #000000;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.3;

}

#featured .content .btns {
    width: 100%;
}

#featured .content .btns a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #F48622;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    color: #fff;
}

#contact {
    padding-top: 40px;
    padding-bottom: 80px;

    text-align: center;
    border-bottom: 4px solid #F48622;
}

#contact h2 {
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    line-height: 40px;
}

#contact p {
    color: #000000;
    margin: 15px 0;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.4em;
}

#contact .btns {
    width: 100%;
}

#contact .btns a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #F48622;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 60px 10px 60px;
    color: #fff;
}

footer {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #196EB1;
}

footer .logo {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer .logo img {
    margin: 0 24px;
    border-radius: 34px 34px 34px 34px;
}

footer .logo .title {
    margin: 0 10px;
}

footer .logo .title h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

footer .logo .title p {
    color: #E78235;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

footer .tagline p {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}


footer .call .phone {
    text-align: center;
}

footer .call .phone a {
    text-decoration: none;
    font-size: 36px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FFFFFF00;
    padding: 0px 0px 0px 0px;
}

footer .call .phone a span {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600;
}

footer .links ul {
    gap: 80px;
    margin-top: 62px;
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
    text-align: center;
}

footer .links ul li {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

footer .links ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width:768px) {

    header {
        height: auto;
    }

    header .logo img {
        width: 90px;
        height: auto;
    }

    header .logo .title {
        display: none;
    }

    header .call p {
        display: none;
    }

    header .call .phone a {

        font-size: 24px;
    }

    header .col-md-6:first-child {
        width: 20%;
    }

    header .col-md-6:last-child {
        width: 80%;
    }

    #offer {
        margin-top: 80px;
        padding: 0;
        border: none;
    }

    #offer h2 {
        padding: 10px 0;
        font-size: 28px;
    }

    #offer .title {
        display: block;
        text-align: center;
        padding: 10px;
        border: 4px solid #E78235;
    }

    #offer .title h1 {
        color: #000;
        font-size: 32px;
        font-weight: 700;
    }

    #offer .title p {
        color: #E78235;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
    }

    #hero {
        padding-bottom: 20px;
        padding-top: 0px;
    }

    #hero .form h2 {
        margin-bottom: 10px;
    }

    #hero .features {
        padding: 45px 0;
        margin: 0;
    }

    #hero .features li {
        font-size: 23px;
    }


    #hero .features li i {
        font-size: 30px;
        margin-right: 5px;
    }

    #hero .col-md-7 {
        padding-right: 0;
    }

    #hero .form form button {
        font-weight: 700;
        font-size: 1.4em;
        min-height: 55px;
    }

    #about {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    @keyframes createBox {
        from {
            transfrom: scale(1)
        }

        to {
            transfrom: scale(1.2)
        }
    }

    #about .content h2 {
        margin-top: 10px;
        font-size: 36px;
        line-height: 1.25em;
    }

    #about .content h3 {
        font-size: 23px;
        line-height: 1.25em;
    }

    #about .content p {
        font-size: 16px;
        line-height: 1.2em;
    }

    #about .content .services li {
        font-size: 20px;
        margin: 5px 0;
    }

    #about .content .services li i {
        font-size: 30px;
        margin-right: 5px;
    }

    #about .btns a {
        margin-top: 10px;
        animation: grow 1.2s ease-in infinite;
        padding: 10px 38px;
    }

    @keyframes grow {
        0% {
            transform: scale(1);
            background-color: #F48622;
        }

        50% {
            transform: scale(1.2);
        }

        100% {
            transform: scale(1);
        }
    }

    #about .btns a i {
        margin-right: 15px;
    }

    #about .imgcontainer {
        text-align: center;
    }

    #about .imgcontainer img {
        width: 100%;
    }

    #featured {
        padding-top: 40px;
        padding-bottom: 20px;
    }


    #featured .heading h2 {
        font-size: 36px;
    }


    #featured .heading p {
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 30px;
        line-height: 1.2;
    }

    #featured .content p {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0
    }

    #featured .content h3 {
        margin-top: 20px;
        font-size: 28px;
    }

    #featured .content .btns a {
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    #contact {
        margin: 0;
        padding: 40px 0;
        border-width: 4px;
    }

    #contact p {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 23px;
        line-height: 1.2;
    }

    #contact h2 {
        font-size: 43px;
    }


    #contact .btns a {
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    footer {
        padding: 50px 0;
    }

    footer .logo {
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    footer .tagline {
        text-align: center;

    }

    footer .tagline p {
        font-size: 12px;
    }

    footer .call .phone {
        margin-top: 20px;
    }

    footer .links ul {
        margin: 0;
        margin-top: 20px;
    }

    footer .links ul li {
        font-size: 12px;
    }

    footer .links ul li:first-child {
        display: none;
    }

    footer .logo img {
        margin: 0;
    }

}