:root {
    /* --color-light-blue: rgba(36, 95, 118, 0.15); */
    --color-light-blue: #DEE7EA;
    --color-green: #1DC690;
    --color-blue: #254f76;
}

*,
html,
body {
    font-family: 'Montserrat', sans-serif;
}

.bg-light-blue {
    background-color: var(--color-light-blue);
}

.bg-green {
    background-color: var(--color-green) !important;
}

.btn-theme {
    background-color: var(--color-green);
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 35px;
}


/* Header */

.header {
    padding: 10px 20px;
    font-weight: 500 !important;
}

.header .navbar-brand,
footer h5.logo {
    font-family: 'Merriweather', serif;
}

.header nav {
    box-shadow: none;
}

.header nav a {
    font-weight: 500;
    color: var(--color-blue);
    font-family: 'Montserrat', sans-serif;
}

.header.soon nav a {
    color: #ffffff;
}

.header .nav-item {
    margin: 5px 20px !important;
}

.header .nav-item:nth-child(4) {
    margin: 3px !important;
}

.header .nav-item:nth-child(4) .btn-theme {
    padding: 8px 25px;
    font-size: 16px;
}


/* search-section */

.search-section {
    margin-top: 85px;
    height: 470px;
    background: url(../img/bg-search.png);
    background-size: 100% 100%;
    padding: 100px 0;
    color: #ffffff;
    text-align: center;
}

.soon-section {
    margin: 0;
    height: 100vh;
    background: url(../img/soon.jpg);
    background-size: cover;
    padding-top: 130px;
}

.search-section h6 {
    font-weight: 300;
    color: #f2f2f2;
}

.soon-section h6 {
    color: #254f76;
    font-weight: 500;
    text-shadow: 0px 0px 20px black;
}

.soon-section p {
    font-weight: 500;
    text-shadow: 0px 0px 10px black;
}

.soon-section h1 {
    color: #1DC690;
    font-size: 48px;
    font-weight: 900;
    text-shadow: 0px 0px 10px white;
}

.search-section .input {
    position: relative;
}

.search-section .input input {
    background-color: #ffffff;
    padding: 22px 10px 22px 50px;
    border-radius: 0;
}

.search-section .input i.fas {
    position: absolute;
    z-index: 9;
    color: #333333;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
}

.search-section input:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--color-light-blue);
}

.search-section button {
    background-color: #254f76;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 35px;
}


/* category-swiper */

.category-swiper {
    padding: 60px 0 0px 0px;
    height: 200px;
    width: 100%;
}

.category-swiper .swiper-container {
    width: 96%;
    margin: auto;
    height: 120px;
    padding: 10px;
}

.category-swiper .swiper-container .swiper-wrapper {
    width: 80% !important;
}

.category-swiper .swiper-slide {
    background: #fff;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    position: relative;
}

.category-swiper .swiper-slide a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 70%;
    left: 20px;
}

.category-swiper .swiper-slide>a>h5 {
    align-self: center;
    color: var(--color-blue);
    font-size: 17px;
    font-weight: 700;
}

.category-swiper .swiper-slide>a>img {
    margin-right: 10px;
    align-self: center;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #cccccc;
    padding: 20px 22px !important;
    border-radius: 100px;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 24px !important;
    color: #ffffff;
}


/* about-section */

.about-section {
    padding: 70px 0;
}

.about-section ul {
    padding: 15px;
    list-style: none;
}

.about-section ul li {
    color: #333333 !important;
    font-weight: 300 !important;
}

.about-section ul li:before {
    content: '○';
    color: var(--color-green);
    font-weight: bold;
    display: inline-block;
    font-size: 28px;
    width: 1em;
    margin-left: -1em;
}

.about-section video {
    width: 100%;
    outline: none;
}


/* trusted-section */

.trusted-section {
    background-color: var(--color-light-blue);
    padding: 50px 0;
    text-align: center;
}


/* Projects-Section */

.project-section {
    padding: 60px 0;
    height: 660px;
    width: 100%;
    text-align: center;
}

.project-section .swiper-container {
    width: 96%;
    height: 450px;
    padding: 10px;
    margin-bottom: 50px;
}

.project-section .swiper-container .swiper-wrapper {
    width: 80% !important;
}

.project-section .swiper-slide {
    background: #fff;
}


/*Profile card 2*/

.card {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.profile-card-2 .card-img-block {
    /* float: left; */
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.profile-card-2 .card-img-block img {
    height: 250px;
    object-fit: cover;
}

.profile-card-2 .card-body {
    position: relative;
}

.profile-card-2 .profile {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    max-width: 100px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: 60px;
}

.profile-card-2 h5 {
    font-weight: 600;
    color: var(--color-blue);
}

.profile-card-2 .card-text {
    font-weight: 300;
    font-size: 15px;
}

.cate-extra {
    height: 500px;
}

.testimonial-section {
    padding: 100px 50px;
}

.testimonial-section .card {
    background-color: var(--color-blue);
    color: #fff;
}

.testimonial-section .card i.fas {
    font-size: 48px;
}

.testimonial-section .card .card-text {
    color: #ffffff;
}

.testimonial-section .card a {
    color: #fff;
}

footer {
    background-color: var(--color-light-blue);
    padding: 50px 0 5px;
    color: var(--color-blue);
    font-weight: 500;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul li {
    padding: 5px 0;
}

footer ul li a {
    text-transform: uppercase;
    color: var(--color-blue);
}


/* Responsive */

@media only screen and (max-width:580px) {
    .header {
        padding: 10px 0px;
    }
    .header .nav-item {
        margin: 5px 0px !important;
    }
    .search-section {
        margin-top: 75px;
        background-size: 300% 100%;
        background-position: center;
    }
    .soon-section {
        padding-top: 160px;
        background: url(../img/soon.jpg);
        background-size: cover;
        background-position: center;
        margin-top: 0;
    }
    .soon-section h1 {
        font-size: 36px;
        font-weight: 700;
    }
    .category-swiper .swiper-slide a {
        flex-direction: column !important;
        padding: 20px 10px;
        text-align: center;
    }
    .category-swiper .swiper-slide>a>h5 {
        font-size: 14px !important;
        margin-top: 10px;
        text-align: center;
    }
    .category-swiper .swiper-slide>a>img {
        margin-right: 0px;
    }
    .about-section ul {
        padding: 15px 0px 15px 15px;
        list-style: none;
    }
}