
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap');

:root {
    --primary: #0d6efd;
    --dark: #21252f;
    --body: #888;
    --white: #ffffff;
    --box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}

.nav-link{
    color: #e95b65 !important;
} 

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    color: var(--body);
}

h1,h2,h3,h4,h5,h6,
.display-4 {
    color: var(--dark);
    font-weight: 700;
}

a {
    color: var(--dark);
    text-decoration: none;
}

img {
    width: 100%;
}

.navbar {
    box-shadow: var(--box-shadow);
}

.logo {
    width: 160px;
}

.navbar .nav-link {
    font-size: 14px;
    font-weight: 700;
}

.navbar .nav-link.active {
    color: var(--primary) !important;
}

/* Navbar Styling */
.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.1);
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ffd1d1 !important;
}

.btn-light {
    border-radius: 20px;
    padding: 8px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-light:hover {
    background-color: #ffd1d1;
    color: #e95b65;
}

.btn {
    padding: 14px 18px;
    border-width: 2px;
    border-radius: 0;
}

.hero {
    /* background-image: url("../img/header-slider-1.jpg"); */
    background-color: cornflowerblue;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}

.hero::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color:rgb(172 201 200 / 80%);     */
    /* background-color: rgb(255 255 255 / 80%);  */
    z-index: -1;
}

section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.card-effect {
    box-shadow: var(--box-shadow);
    background-color: var(--white);
    padding: 25px;
    transition: all 0.35s ease;
}

.card-effect:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.iconbox {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: var(--white);
    font-size: 32px;
    border-radius: 100px;
    flex: none;
}


.service {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.service::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    background-color: var(--primary);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease;
}


.service:hover .iconbox {
    background-color: var(--white);
    color: var(--primary);
    
}

.service:hover h5,
.service:hover p {
    color: var(--white);;
    
}

#s1:hover::after {
    opacity: 1;
    top: 0;
    background-image: url(https://img.freepik.com/free-photo/child-holding-red-rubber-heart_1150-18566.jpg?t=st=1652345867~exp=1652346467~hmac=7275f07fb58c55f3b937ba5b444f0781a86c47efcee580decd3955d3a9bfb5dd&w=740);
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#s2:hover::after {
    opacity: 1;
    top: 0;
    background-image: url(https://img.freepik.com/free-photo/3d-medical-background-with-virus-cells-dna-strand_1048-8470.jpg?t=st=1652345845~exp=1652346445~hmac=3e0cb228e1a438f8ed35bad28a5045990c2c9a862fe739aa92c5eb451e37ffb2&w=740);
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#s3:hover::after {
    opacity: 1;
    top: 0;
    background-image: url(https://img.freepik.com/free-photo/paperwork_1098-18063.jpg?t=st=1652346046~exp=1652346646~hmac=ca84c924c82b5b747914adb5ff1e12f2fd6b5a4c006b2bdda57b66c2339b6e50&w=740);
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#s4:hover::after {
    opacity: 1;
    top: 0;
    background-image: url(https://img.freepik.com/free-photo/manager-supervisor-worker-discussing-about-production-results-new-strategy-factory-industrial-hall_342744-112.jpg?t=st=1652346248~exp=1652346848~hmac=a841fd68372e7195e3120145133eebd7352e2bda145460be178763d62dafc6c9&w=740);
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#s5:hover::after {
    opacity: 1;
    top: 0;
    background-image: url(https://img.freepik.com/free-photo/young-mum-teaching-child-count-home_329181-18986.jpg?t=st=1652346733~exp=1652347333~hmac=bdd77ad678732d53283be49d65e828879c51d4adf41f536714a4aa20b86c6f4a&w=740);
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#s6:hover::after {
    opacity: 1;
    top: 0;
    background-image: url(https://img.freepik.com/free-photo/judge-gavel-close-up-dark-surface-law-justice-legality-concept_93675-74449.jpg?w=740);
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.col-img {
    background-image: url(https://img.freepik.com/free-photo/young-woman-attend-courses-girl-student-studying-holding-notebooks-showing-thumb-up-approval-recommending-company-standing-blue-background_1258-70145.jpg?t=st=1652329232~exp=1652329832~hmac=50bf47cde35bdbf7c316455fc80dd30694c8360edf0b378a219fad3410c141c4&w=740);
    background-position: center;
    background-size: cover;
    min-height: 500px;
}

.project {
    position: relative;
    overflow: hidden;
}

.project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 20, 51, 0.8);
    padding: 30px;
    display: flex;
    align-items: flex-end;
    transition: all 0.4s ease;
    opacity: 0;
}

.project img {
    transition: all 0.4s ease;   
}

.project:hover .overlay{
    opacity: 1;
}

.project:hover img {
    transform: scale(1.1);
}


.pricing i {
    font-size: 20px;
    color: var(--primary);
}

.pricing ul li {
    margin-top: 8px;
}

.team-member img {
    width: 125px;
    height: 125px;
    border-radius: 100px;
}


.social-icons {
    display: flex;
    justify-content: center;
}
.social-icons a {
    width: 34px;
    height: 34px;
    background-color: var(--primary);
    border-radius: 2px solid var(--primary);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-left: 5px;
    transition: all 0.4s ease;
    border: 2px solid var(--primary);
}

.social-icons a:hover {
    color: var(--primary);
    background-color: transparent;
    border-color: var(--primarys);
}


form input.form-control {
    height: 56px;
}

form .form-control {
    border: transparent;
    border-radius: 0;
    background-color: rgba(0,0,0,0.02);
}


.footer-top {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: var(--dark);
}

.footer-top a {
    color: var(--body);
}

.footer-top a:hover {
    color: var(--white);
}

.footer-bottom {
    background-color: #242933;
}


/* Footer Styling */
footer {
    background: #1a1a1a;
    color: #fff;
}

footer a {
    color: #ddd;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #fff;
}

footer .list-inline-item a {
    font-size: 1.5rem;
    margin-right: 10px;
}

.footer-bottom {
    border-top: 1px solid #444;
}

.hero {
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.hero p {
    font-size: 1.2rem;
    line-height: 1.8;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.hero .btn-primary {
    background-color: #e95b65;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hero .btn-primary:hover {
    background-color: #d44b55;
    transform: scale(1.05);
}

.hero .btn-outline-light {
    border: 2px solid white;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.hero .btn-outline-light:hover {
    background-color: white;
    color: #e95b65;
    transform: scale(1.05);
}

.navbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.nav-link:hover {
    color: #ffc107 !important;
}

.hero h1 {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.btn-outline-light:hover {
    background-color: white;
    color: #2f8b92;
    border-color: white;
}
