:root {
    --primaryColor: #e50914;
    --secondColor: #3a86ff;
    --bgColor: #1e1e1e;
    --secbgColor: #121212;
    --accentColor: #2a2a2a;
    --whiteColor: #fff;
    --darkColor: #000;
    --textFont: "Inter", sans-serif;
    --headingFont: "Merriweather", serif;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--textFont) !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--headingFont) !important;
}

img {
    display: block;
    max-width: 100% !important;
}
/*
.hidden {
    transition: 0.5s ease;
    transform: translatey(50px);
    opacity: 0;
}

.show {
    transform: translatey(0);
    opacity: 1;
}
*/

.section-containers {
    margin-top: 3rem;
}

.contents {
    width: 1200px;
    max-width: 90%;
    margin-inline: auto;
}

/* ---- Header Section ---- */

header {
    background-color: var(--accentColor);
    width: 100%;
    margin-inline: auto;
}

/* Navigation */
.navigation {
    width: 70%;
    height: 100%;
    color: var(--darkColor);
    background-color: var(--bgColor);
    position: fixed;
    top: 0;
    right: -100%;
    border-radius: 100% 0 0 100%;
    transition: 0.5s ease !important;
}

.nav-item {
    transition: 0.5s ease 0.5s !important;
}

.navs-links {
    margin-top: 20%;
    padding-left: 2% !important; /* ==== Need Change on Big screens ==== */
}

.nav-link {
    color: var(--whiteColor) !important;
}

.nav-btn {
    font-size: 1.2rem;
    background: none !important;
}

.nav-open {
    background-color: transparent !important;
    border: none;
    color: var(--whiteColor) !important;
    font-size: 1.5rem;
}

.nav-close {
    position: absolute;
    top: 2%;
    right: 10%;
    border: none;
    font-size: 2.5rem;
    color: var(--whiteColor);
}

.navbar-brand a {
    text-decoration: none;
    color: white;
}

.logo-tag {
    color: var(--primaryColor);
}

.contact-link {
    width: fit-content !important;
    background-color: var(--primaryColor) !important;
    border: 1px solid var(--primaryColor) !important;
}

.contact-link:hover {
    background-color: transparent !important;
    color: var(--whiteColor) !important;
}

/* ---- Hero Section ---- */

.hero {
    width: 100%;
    height: 100vh;
    --hbg-color: var(--secbgColor);
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.4)), url(../assets/heroimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



#typewriter {
    border-right: 3px solid var(--primaryColor);
    width: fit-content;
}

.hero-img {
    position: relative !important;
}

.hero-img img {
    width: 350px;
    height: 350px;
    border-radius: 50% !important;
}

.hero-contact {
    border: 1px solid var(--primaryColor) !important;
    background-color: var(--primaryColor) !important;
    color: var(--whiteColor) !important;
    transition: 0.5s ease;
}

.hero-contact:hover {
    background-color: transparent !important;
}

/* ---- Solution Section ----- */

.effective-icons {
    color: var(--whiteColor);
    background-color: var(--primaryColor);
}


/* ---- Services Section ---- */

#services {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../assets/ui-ux-representations-with-laptop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--whiteColor);
}

.services {
    min-height: 80vh;
}

.service-box {
    background-color: var(--secbgColor);
}

.service-img {
    width: 50px;
}

.service-box h3 {
    color: var(--primaryColor) !important;
    text-align: center;
}

.service-box p {
    text-align: center;
}

.services a {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    width: fit-content;
    border: 1px solid var(--primaryColor) !important;
}

/* ---- Portfolio Section ---- */

.portfolio-container {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    position: relative;
    transition: 2s linear;
}

.pt-cont1 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../assets/jilinternational.org_\(Laptop\).png);
}

.pt-cont2 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../assets/mobius.png);
}

.pt-cont3 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../assets/coffee\ shot.png);
}

.pt-cont4 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../assets/dental\ shot.png);
}

.portfolio-content {
    width: 100%;
    position: absolute;
    bottom: 5%;
}

.portfolio-btn {
    color: var(--whiteColor);
    background-color: var(--secondColor);
    border: none;
    box-shadow:0 4px 8px var(--secondColor);
    text-decoration: none;
    cursor: pointer;
    transition:0.5s ease;
}

.portfolio > a {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    width: fit-content;
    border: 1px solid var(--primaryColor) !important;
}

.portfolio-btn:hover {
    transform: translateX(5px);
}

.portfolio-container:hover {
    background-position: center 100%;
}


/* ---- About Section ---- */
/*
.about-text {
    background-image: url(../assets/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vh;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);

}
*/

#about {
    background-image: url(../assets/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--whiteColor);
}

.about-img-cont {
    border-radius: 10px;
    border: 2px dotted var(--secondColor);
    width: fit-content !important;
}

.about-img img {
    width: 300px;
    border-radius: 10px;
}

.about-text p {
    line-height: 1.8;
}

/* ---- Blog Section ---- */

.blog-box {
    box-shadow: 0 0 8px #e1e1e1;
    border-radius: 10px;
}

.blog-divider {
    width: 50%;
    height: 2px;
    background-color: var(--secondColor);
    margin: 2rem auto;
}

.blog-link {
    position: relative;
}

.blog-link::after {
    content: "";
    width: 80%;
    height: 2px;
    background-color: var(--secondColor);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
}

.blog > a {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    width: fit-content;
    border: 1px solid var(--primaryColor) !important;
}

/* ---- Contact Section ---- */

#contact {
    background-color: var(--primaryColor);
    
}

.contacts {
    background: rgba(255,255,255,0.2);
    height: 100% !important;
    
}

.contact-form {
    background-color: var(--whiteColor);
    border-radius: 10px;
}

.contact-form #message {
    height: 8rem !important;
}

#form-btn {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border: 1px solid var(--primaryColor);
    transition: 0.3s ease;
}

#form-btn:hover {
    background-color: transparent;
    color: black;
}

.social-media {
    border-left: 2px solid var(--whiteColor);
}

.socials {
    background-color: var(--whiteColor) !important;
    position: relative;
    width: fit-content;
    margin-block: 10px;
}

.socials span {
    position: relative;
    z-index: 2;
}

.socials::after {
    content: "";
    width: 0;
    height: 90%;
    background-color: var(--primaryColor) !important;
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translatey(-50%);
    border-radius: 50px;
    transition: 0.3s ease;
}

.socials:hover::after {
    width: 92%;
}

/* ---- Footer Section ---- */

footer {
    background-color: var(--secbgColor);
}

.whatsapp-btn-cont {
    position: fixed;
    bottom: 5%;
    right: 1%;
    z-index: 12;
    width: fit-content;
    border-radius: 50%;
    background-color: #25D366;
}

.whatsapp-btn {
    cursor: pointer;
    color: var(--whiteColor) !important;
    font-size: 1.5rem !important;
}