@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {}

:root {
    --primary-color: #e82451;
    --secondary-color: #eb6124;
    --dark-color: #2c3145;
    --white-color: #ffffff;
}

html,
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
    position: relative;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 40px;
}

p {
    color: #5e6271;
}

hr {
    margin: 0 !important;
}

/* Navbar */

.navbar {
    padding: 0 !important;
    background-color: var(--white-color);
}

.navbar-collapse {
    height: 88px;
}

.navbar-brand img {
    height: 78px;
    width: 170px;
}

.navbar-nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.nav-item .nav-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 25px !important;
    color: var(--dark-color);
    font-weight: 500;
}

.nav-item .nav-link:hover {
    box-shadow: inset 0 -6.5em 0 0 var(--primary-color);
    color: var(--white-color) !important;
    transition: 0.5s;
}

.nav-item .active {
    color: var(--white-color) !important;
}

.nav-item .active {
    background-color: var(--primary-color);
}

/* First section */
.crl-background {
    background-image: url(assets/images/main-bg1.jpg);
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.crl-background2 {
    background-image: url(assets/images/main-bg2.jpg);
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.crl-background3 {
    background-image: url(assets/images/main-bg3.png);
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.item-carousel {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.item-width {
    max-width: 630px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.item-carousel h3 {
    color: #fff;
}

.item-carousel h1 {
    text-shadow: 0 0 5px #ffffff;
    color: var(--secondary-color);
}

.btn-primary {
    display: inline-block;
    padding: 14px 30px;
    color: #fff;
    border: none;
    border-radius: 23px;
    background-color: var(--primary-color);
    font-weight: 500;
}

.owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    left: 20px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    position: absolute;
    top: 40%;
    right: 20px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    transform: scale(2, 2);
    color: #ccc !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--primary-color) !important;
    transition: 0.3s;
}

.owl-theme .owl-nav [class*=owl-]:hover i {
    color: #fff !important;
}



/* second Section */
.second-section {
    padding: 80px 0;
}

.portfolio-box .portfolio-box-content {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.portfolio-box .portfolio-box-content .services-icon {
    height: auto;
    width: 100%;
}

.portfolio-box:hover .portfolio-box-content,
.portfolio-box:focus-within .portfolio-box-content {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.portfolio-box .portfolio-box-content .content-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    padding: 0 15px;
    z-index: 2;
}

.portfolio-box:hover .portfolio-box-content .content-inner,
.portfolio-box:focus-within .portfolio-box-content .content-inner {
    transform: scale(1);
    opacity: 1;
}

.portfolio-box .portfolio-box-content:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    background: #2c3145;
    border-radius: 50%;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
}

.portfolio-box:hover .portfolio-box-content:after,
.portfolio-box:focus-within .portfolio-box-content:after {
    transform: scale(1);
    opacity: .7;
    visibility: visible;
}

.portfolio-box .portfolio-box-content .content-inner .btn-primary {
    padding: 14px 24px;
    color: #fff;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0px auto 10px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
}

.section-title p {
    margin-top: 16px;
    color: #5e6271;
}

.portfolio-box h4 {
    margin-top: 20px !important;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    width: 190px;
    display: block;
    margin: 0 auto 20px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2:before,
.section-title h2:after,
.portfolio-box h4:before,
.portfolio-box h4:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: #F22853;
    border-radius: 100%;
    transition: all 0.4s ease 0s;
}

.portfolio-box h4:before,
.portfolio-box h4:after {
    bottom: -5px;
    width: 10px;
    height: 10px;
}

.second-section h2:before {
    bottom: -8px;
    width: 16px;
    height: 16px;
}

.second-section h2:after {
    bottom: -8px;
    width: 16px;
    height: 16px;
}

.section-title:hover h2:before,
.portfolio-box:hover h4:before {
    left: 100%;
}

.section-title:hover h2:after,
.portfolio-box:hover h4:after {
    right: 100%;
}

.portfolio-box p {
    margin-bottom: 14px;
}

.portfolio-box p.price {
    margin-bottom: 0;
}

/* breadcrumb */
.breadcrumb {
    background-image: url(assets/images/breadcrumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    margin: 0;
}

.breadcrumb-list {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    flex-direction: column;
}

.breadcrumb-list .links .active {
    color: var(--primary-color);
}

.breadcrumb-list .links a {
    color: var(--white-color);
    font-size: 18px;
}

/* About */
.about-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

.heading-ab {
    font-size: 24px;
    font-weight: 400;
}

.purple {
    color: #800080;
    font-weight: 600;
}

.yellow {
    color: #ff9900;
}


/* Join Us */
.heading-ju {
    font-size: 22px;
    font-weight: 400;
}

.anchor-hr a {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

/* Products */
.products {
    margin: 20px 0;
}

/* contact */
.contact {
    margin: 20px 0;
}

form {
    margin: 30px 0;
    border-radius: 5px;
}

label {
    display: block;
    margin-bottom: 8px;
    /* font-weight: bold; */
    color: #5e6271;
}

.small-label {
    font-size: 13px;
    color: #5e6271;
}

input,
textarea {
    width: 100%;
    padding: 8px;
    /* margin-bottom: 10px; */
    border: 1px solid #ccc;
    border-radius: 3px;
}

.contact-btn {
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #eeeeee;
    color: #333;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.contact-btn:hover {
    background-color: #b4b4b4;
}

.space-btm {
    margin-bottom: 20px;
}

.contact iframe {
    margin: 30px 0;
    width: 100%;
    height: 300px;
}

/* Footer */
.footer {
    background-color: #e5fab1;
}

.footer p {
    margin: 0 !important;
    padding: 40px 0;
}

.chatnow a {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ccc;
    padding: 10px;
    border-radius: 20px;
}

.chatnow a p {
    margin: 0 !important;
}

.chatnow a img {
    height: 30px;
}

.top {
    position: fixed;
    right: 50px;
    bottom: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.top:hover {
    background-color: var(--white-color);
    transition: 0.3s;
}

.top img {
    height: 30px;
}


@media only screen and (max-width: 992px) {

    .navbar-collapse {
        height: auto;
    }

    .navbar-nav {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}