@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&amp;family=Tangerine:wght@400;700&amp;display=swap");

/* font-family: 'Raleway', sans-serif;
font-family: 'Tangerine', cursive; */

body {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #565656;
}
a {
    text-decoration: none;
}
a:hover {
    color: rgb(190, 29, 49);
}
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.btn {
    border-radius: 50px;
}
.bg-red {
    background-color: rgb(190, 29, 49);
}
.btn-primary {
    color: rgb(255, 255, 255);
    border-color: rgb(190, 29, 49);
    background-color: rgb(190, 29, 49);
}
.btn-primary:hover {
    border-color: rgba(207, 33, 55, 1) !important;
    background-color: rgba(207, 33, 55, 1) !important;
}
.form-group {
    padding: 0 0 20px;
}
.form-control {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 8px;
    font-size: 14px;
}
input.form-control {
    height: 45px;
}
.home-header {
    position: relative;
}
.site-header {
    width: 100%;
    z-index: 999;
    padding: 15px 0;
}
.top-head a {
    width: auto;
    padding: 0 10px 0 0;
    color: black;
}
.logo {
    position: absolute;
    background: #fff;
    width: auto;
    padding: 10px 20px;
    border-radius: 10px;
    top: 0;
    box-shadow: 0px 5px 5px #ccc;
    width: 150px;
}
.logo img {
    max-width: 100%;
}
.navigation {
    float: right;
}
.navigation ul.menu {
    display: flex;
}
.navigation ul li {
    padding: 0 20px;
}
.navigation ul li a {
    color: #2c2c2c;
    font-size: 16px;
    text-shadow: 1px 2px 3px #fff;
    font-weight: bold;
}
.navigation ul li a:hover {
    color: rgb(190, 29, 49);
}
.banner {
    position: relative;
}
.banner img {
    max-width: 100%;
}
.banner-text {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-text h2 {
    font-family: "Tangerine", cursive;
    font-size: 68px;
    font-weight: bold;
    color: #fff;
}
.banner-text h3 {
    font-weight: 400;
    color: #fff;
}

.banner .banner-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    padding: 0 40px;
    width: 100%;
    height: 0px;
}

.banner .banner-slider .owl-nav button {
    background: #fff;
    height: 50px;
    width: 50px;
    font-size: 54px;
    border-radius: 50px;
    border: none;
    box-shadow: 5px 5px 10px #0000003d;
    line-height: 0;
    position: relative;
}

.banner .banner-slider .owl-nav button span {
    display: none;
}

.banner .banner-slider .owl-nav button.owl-prev::before {
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
    top: 54%;
    left: 0;
    font-weight: 600;
    content: "\f104";
    color: #000;
    position: absolute;
    right: 0;
}
.banner .banner-slider .owl-nav button.owl-next {
    float: right;
}
.banner .banner-slider .owl-nav button.owl-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
    top: 54%;
    left: 0;
    font-weight: 600;
    content: "\f105";
    color: #000;
    position: absolute;
    right: 0;
}

.foot-nav ul li {
    float: left;
}
.foot-nav ul li a {
    color: #565656;
    font-size: 14px;
    margin: 0 10px 0 0;
}
.foot-nav ul li a:hover {
    color: rgb(190, 29, 49);
}

.foot-social a {
    background: #333;
    font-size: 13px;
    color: #fff;
    padding: 5px 0;
    border-radius: 30px;
    height: 28px;
    width: 28px;
    text-align: center;
    margin: 0 0 0 5px;
}

.foot-contact {
    padding: 20px 0 0;
}
.foot-contact ul li {
    padding: 0 0 0 10px;
    float: left;
}
.foot-contact ul li a {
    color: #565656;
}

.heading {
    font-family: "Tangerine", cursive;
    font-size: 54px;
    font-weight: bold;
}
.home-sec-1-img img {
    border-radius: 20px;
    max-width: 250px;
}
.home-sec-1-text h2 {
    font-size: 18px;
    font-weight: 500;
}

.home-sec-2,
.home-sec-3,
.home-sec-4,
.home-sec-5,
.home-sec-6,
.home-sec-7 {
    padding: 100px 0 0;
}
.home-sec-2 img,
.home-sec-4 img,
.rev-img img {
    border-radius: 20px;
}
.home-sec-2 p {
    font-size: 18px;
    list-style: 28.8px;
}

.home-sec-6 img {
    max-width: 50px;
}
.home-sec-6-left {
    max-width: 60px;
}

.review-sliders .owl-nav {
    top: 40%;
    padding: 0;
}
.review-sliders {
    padding: 0 40px;
}
.review-sliders .owl-nav button {
    width: 40px;
    height: 40px;
}
.review-sliders .owl-nav button.owl-prev {
    left: -30px;
}
.review-sliders .owl-nav button::before {
    font-size: 18px;
    top: 50%;
}
.review-sliders .owl-nav button.owl-next::before {
    right: 12px;
}

.team-social a {
    display: inline-block;
    background: #333;
    font-size: 13px;
    color: #fff;
    padding: 5px 0;
    border-radius: 30px;
    height: 28px;
    width: 28px;
    text-align: center;
    margin: 0 5px;
}

.gallery-box a {
    display: block;
    position: relative;
}
.gallery-box a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00000061;
    transform: scale3d(0, 0, 1);
    transition: 0.2s all ease;
}
.gallery-box a:hover::before {
    transform: scale3d(1, 1, 1);
}

.gallery-box a span.icon {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.2s all ease;
}

.gallery-box a:hover span.icon {
    opacity: 0.7;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
    .top-head {
        text-align: center;
    }
    .top-head a {
        float: none;
        display: inline-block;
    }
    .logo {
        position: relative;
        padding: 0;
        box-shadow: none;
        width: 90px;
        float: left;
    }
    .home-header {
        position: relative;
    }
    .banner-slider .item {
        height: 300px;
    }
    .banner-slider .item img {
        height: 100%;
    }
    .owl-nav button {
        display: none;
    }
    .banner-text {
        top: 50%;
    }
    .foot-nav ul li {
        float: left;
        padding: 0 10px 10px;
    }
    .heading {
        font-size: 36px;
    }
    .home-sec-2,
    .home-sec-3,
    .home-sec-4,
    .home-sec-5,
    .home-sec-6,
    .home-sec-7 {
        padding: 50px 0 0;
    }
    .review-slider-img img {
        max-width: auto;
        padding: 0 0 20px;
    }
    .navbar-collapse {
        position: absolute;
        top: 60px;
        background: #fff;
        right: 0;
        padding: 10px 20px;
        border: 1px solid #ccc;
        z-index: 9999;
    }
    .navigation ul li {
        padding: 5px 0;
    }
    .home-sec-2 img,
    .home-sec-4 img,
    .rev-img img {
        height: 200px;
    }
    .banner-text h2{font-size: 30px;}
    .home-sec-6-left {
    max-width: 100%;
    padding: 0 0 20px;
}
.home-sec-6{text-align:center}
}
