/* Custom Style sheet */

html {
    scroll-behavior: smooth;
}


/* Variables */

:root {
    --color-yellow: #5e71ff;
    --color-d-blue: #20274F;
}

.bg-yellow {
    background-color: var(--color-yellow);
}

.color-yellow {
    color: var(--color-yellow);
}

.btn-theme {
    background-color: var(--color-yellow);
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    box-shadow: none;
    margin: 0;
    transition: 0.5s ease;
}

.btn-theme:hover {
    transform: scale(1.1);
}

.btn-theme-2 {
    background-color: #ffffff;
    color: var(--color-d-blue);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    margin: 0;
    border: 1px solid #dddddd;
    padding: 10px 15px;
}

.theme-title {
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0px;
    color: var(--color-d-blue);
    text-align: center;
}

header {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 30px;
    z-index: 99;
}

header .navbar {
    box-shadow: none;
}

header .navbar .navbar-brand {
    color: var(--color-d-blue);
}

header .navbar .nav-link {
    color: var(--color-d-blue);
    margin: auto 15px;
    font-weight: 500;
}

header .navbar .nav-link.btn-theme {
    color: #ffffff;
}

.shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


/* Login Page */

.login-section {
    width: 100%;
}

.login-section .login-form {
    padding: 30px 80px;
    height: 100vh;
}

.login-section .login-form .form-section {
    margin-top: 60px;
}

.login-section .login-form .form-section .d-flex {
    margin-top: 60px;
}

.login-section .login-form .form-section p a {
    color: var(--color-yellow);
}

.login-section .login-form .form-section h1.h1 {
    color: var(--color-d-blue);
}

.login-section .login-form form .input-with-post-icon .fas {
    color: #cccccc;
}

.login-section .login-form form .input-with-post-icon input {
    border: 1px solid #cccccc;
    padding: 12px 10px;
    border-radius: 2px;
}

.login-section .login-form form .input-with-post-icon input:focus {
    border-color: var(--color-yellow);
    border-bottom: 1px solid var(--color-yellow) !important;
    box-shadow: none !important;
}

.login-section .login-form form .input-with-post-icon input:focus i.fas {
    color: var(--color-yellow);
}

.login-section .login-form .form-section button {
    width: 100%;
    margin: 5px 0;
    box-shadow: none;
    border: 1px solid var(--color-yellow);
}

.login-section .login-form .form-section button.btn-theme:hover {
    background-color: transparent;
    color: var(--color-yellow);
}

.login-section .login-form .form-section button.btn-google {
    border: 1px solid #dddddd;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--color-yellow);
}

.login-section .login-form .form-section button.btn-google:hover {
    border-color: var(--color-yellow);
}

.login-section .login-form .form-section button.btn-google img {
    width: 18px;
    margin-right: 10px;
}

.login-section .login-img {
    padding: 50px;
    height: 100vh;
    background-color: var(--color-yellow);
    display: flex;
    justify-content: center;
}

.login-section .login-img img {
    width: 70%;
}

main.content {
    width: 100%;
}


/* Home - section */

#home-section {
    width: 100%;
    height: 90vh;
    padding: 90px 20px 50px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: url(../img/banner.jpg);
    background-size: cover;
}

#home-section .title {
    width: 400px;
    margin-bottom: 35px;
    padding-left: 100px;
    color: var(--color-d-blue);
}

#home-section .title h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

#home-section .title h5 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

#home-section .title p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

#home-section button {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    box-shadow: none;
    padding: 10px 30px;
}


/* about - section */

#about-section {
    width: 100%;
    padding: 120px 20px 50px;
    overflow: hidden;
    position: relative;
}

#about-section:before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.04);
    width: 70%;
}

#about-section .title {
    width: 420px;
    margin: auto;
    margin-bottom: 35px;
    color: var(--color-d-blue);
}

#about-section .title h2 {
    font-family: 'Montserrat', sans-serif;
}

#about-section .title h5 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

#about-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 0px 3px 20px;
    border-left: 2px solid var(--color-yellow);
}


/* services - section */

#services-section {
    width: 100%;
    padding: 120px 20px 50px;
    overflow: hidden;
}

#services-section .title {
    width: 420px;
    margin: auto;
    margin-bottom: 35px;
    color: var(--color-d-blue);
}

#services-section .title h2 {
    font-family: 'Montserrat', sans-serif;
}

#services-section .title h5 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

#services-section .title h5::before {
    content: 'Services';
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 96px;
    color: rgba(0, 0, 0, 0.05);
}

#services-section .card {
    box-shadow: none;
    border: 1px solid #dddddd;
}

#services-section .card .card-body {
    font-family: 'Lato', sans-serif;
}

#services-section .card .card-body h4 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

#services-section .card .card-body ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

#services-section .card .card-body ul li {
    font-size: 12px;
    margin: 5px 0;
    font-family: 'Montserrat', sans-serif;
}

#services-section .card .card-body ul li i.fas {
    color: var(--color-yellow);
    border: 1px solid #dddddd;
    padding: 5px;
}


/* Testimonial - Section */

#testimonial-section {
    width: 100%;
    padding: 120px 20px 50px;
    overflow: hidden;
}

#testimonial-section .title {
    width: 420px;
    margin: auto;
    margin-bottom: 35px;
    color: var(--color-d-blue);
}

#testimonial-section .title h2 {
    font-family: 'Montserrat', sans-serif;
}

#testimonial-section .title h5 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

#testimonial-section .title h5::before {
    content: 'Testimonial';
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 96px;
    color: rgba(0, 0, 0, 0.05);
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    width: 90%;
}

.swiper-slide {
    text-align: center;
    font-style: italic;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #dddddd;
    font-size: 24px !important;
    padding: 20px 22px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #dddddd;
    font-size: 24px !important;
}

.swiper-pagination {
    bottom: -5px !important;
}


/* Contact - Section */

#contact-form {
    width: 100%;
    padding: 120px 100px 30px;
    overflow: hidden;
}

#contact-form .title {
    width: 420px;
    margin: auto;
    margin-bottom: 35px;
    color: var(--color-d-blue);
}

#contact-form .title h2 {
    font-family: 'Montserrat', sans-serif;
}

#contact-form .title h5 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

#contact-form .title h5::before {
    content: 'Contact';
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 96px;
    color: rgba(0, 0, 0, 0.05);
}

#contact-form .form-control {
    outline: none;
    padding: 20px !important;
    border-color: #232323;
    border-radius: 0;
    margin: 5px 0;
}

#contact-form select {
    outline: none;
    width: 100%;
    padding: 9.5px 10px !important;
    border-color: #232323;
    border-radius: 0;
    margin: 5px 0;
}

#contact-form .form-control:focus {
    box-shadow: none;
    border-color: var(--color-yellow);
}

#contact-form textarea.form-control {
    resize: none;
    margin: 25px 0;
}

#contact-form .btn {
    margin-top: 10px;
    padding: 10px 40px;
}


/* Hero Section */

#hero-section {
    width: 100%;
    padding: 120px 20px 50px;
    overflow: hidden;
    margin-top: 100px;
    position: relative;
}

#hero-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-pic.png);
    background-size: 100%;
    z-index: -3;
    opacity: 0.5;
}

#hero-section .title {
    width: 420px;
    margin-bottom: 35px;
    color: var(--color-d-blue);
    opacity: 1;
}

#hero-section .title h2 {
    font-family: 'Montserrat', sans-serif;
}

#hero-section .title h5 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}


/* Footer  */

footer {
    background-color: #ffffff;
    padding: 30px;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

footer .d-flex>.item>a,
footer .d-flex>a {
    color: var(--color-d-blue);
    font-size: 17px;
    font-weight: 500;
}

footer .d-flex>.item>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    margin-top: 10px;
}

footer .d-flex>.item>ul>li {
    padding: 2px;
}

footer .d-flex>.item>ul>li>a {
    color: var(--color-d-blue);
    font-size: 15px;
    font-weight: 400;
}

footer .d-flex>.item>ul>li>a:hover {
    text-decoration: underline;
}

footer ul.social-icon {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

footer ul.social-icon li {
    display: inline;
    margin: 10px;
}

footer ul.social-icon li a {
    border: 1px solid #dddddd;
    padding: 7px;
    width: 40px;
    color: var(--color-d-blue);
    display: inline-block;
    border-radius: 100px;
    transition: 0.3s;
}

footer ul.social-icon li:nth-child(1) a:hover {
    border-color: #0077B5;
    color: #0077B5;
}

footer ul.social-icon li:nth-child(2) a:hover {
    border-color: #55acee;
    color: #55acee;
}

footer ul.social-icon li:nth-child(3) a:hover {
    border-color: #3b5999;
    color: #3b5999;
}

footer ul.social-icon li:nth-child(4) a:hover {
    border-color: #e4405f;
    color: #e4405f;
}

@media only screen and (max-width:800px) {
    .login-section .login-form {
        padding: 20px 30px;
    }
    #home-section .title {
        padding-left: 70px;
    }
    #about-section .title {
        width: auto !important;
    }
    #testimonial-section .title {
        width: auto !important;
    }
    #contact-form .title {
        width: auto !important;
    }
}

@media only screen and (max-width:580px) {
    header {
        padding: 10px 5px;
    }
    .login-section .login-form {
        padding: 20px 30px;
        height: auto;
    }
    .login-section .login-img {
        padding: 30px 10px;
        height: auto;
        background-color: var(--color-yellow);
        display: flex;
        justify-content: center;
    }
    .login-section .login-img img {
        width: 70%;
    }
    #home-section .title {
        padding-left: 20px;
    }
    #about-section .title {
        margin-top: 30px;
    }
    #services-section .title {
        width: auto;
    }
    #services-section .title h5::before {
        font-size: 76px;
        bottom: -35px;
    }
    #services-section .card {
        margin-top: 20px;
    }
    #testimonial-section {
        padding: 70px 5px 20px;
    }
    #testimonial-section .title {
        width: auto !important;
    }
    #testimonial-section .title h5::before {
        font-size: 64px;
        bottom: -35px;
    }
    #contact-form .title h5::before {
        font-size: 76px;
        bottom: -35px;
    }
    #hero-section .title {
        width: auto !important;
    }
    .swiper-wrapper {
        width: 100%;
    }
    .swiper-slide {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .swiper-slide img {
        height: auto;
    }
    #contact-form {
        padding: 70px 5px 10px;
    }
}