EVOLUTION-NINJA
Edit File: style.css
hr{ color: #0082C4; opacity: 1; } .header { /* background-color: #bfc9d3; */ padding: 6px; } .header-main{ background-color: aliceblue; } .logo-img { width: 80%; margin-top: -12px; } .logo-img-div { height: 55px; } .contact { margin-top: 8px; } .email { margin-top: 0px; } .icons { font-size: 35px; margin-top: 10px; color: #106689; } .icon-head { color: rgb(19, 158, 223); } .fa-phone { margin-top: 18px; } .cols { border-right: 1px solid #ffffff; } .mail-link { color: black; text-decoration: none; } /* ================================ CONTENT LOAD ANIMATIONS ================================ */ /* Common fade-up animation */ @keyframes fadeUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } /* Icon pulse animation */ @keyframes iconPulse { 0% { transform: scale(1); } 50% { transform: scale(1.15); } 100% { transform: scale(1); } } /* Header animation */ .header { animation: fadeUp 0.8s ease-in-out forwards; } /* Logo animation */ .logo-img { opacity: 0; animation: fadeUp 0.8s ease forwards; animation-delay: 0.2s; } /* Contact text animation (one by one) */ .contact h6, .contact a { opacity: 0; animation: fadeUp 0.6s ease forwards; } /* Delay sequence */ .contact h6:nth-child(1) { animation-delay: 0.4s; } .contact h6:nth-child(2), .contact a { animation-delay: 0.6s; } .contact h6:nth-child(3) { animation-delay: 0.8s; } /* Icons animation */ .icons { animation: iconPulse 1.5s infinite ease-in-out; } /* Smooth hover effect */ .icons:hover { color: #0d4f6f; transform: scale(1.2); transition: 0.3s ease; } .phone-link { color: black; text-decoration: none; } .phone-link:hover, .mail-link:hover { color: #106689; text-decoration: underline; } /* =============================== NAVBAR BASE ================================ */ .navbar-main { /* background: linear-gradient(90deg, #7ec8e3, #4aa3df); */ padding: 10px 0; } .navbar-cont{ background-color: #32b2e6; padding: 13px; /* border-radius: 50px; */ } /* Nav links */ .navbar-main .nav-link { color: #fff; font-weight: 500; padding: 10px 15px; transition: all 0.3s ease; } /* Hover */ .navbar-main .nav-link:hover { background-color: rgba(255, 255, 255, 0.3); color: #083b5c; border-radius: 6px; } /* Active */ .navbar-main .nav-link.active { background-color: #fff; color: #106689; border-radius: 6px; } /* Toggle button */ .navbar-toggler { border: 1px solid #fff; } .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } /* =============================== OFFCANVAS ================================ */ .offcanvas { background: linear-gradient(180deg, #4aa3df, #7ec8e3); } .offcanvas-title { color: #fff; font-weight: 600; } .offcanvas .nav-link { color: #fff; margin-bottom: 6px; } .offcanvas .nav-link:hover { background-color: rgba(255, 255, 255, 0.25); border-radius: 6px; } /* =============================== CAROUSEL BASE FIX ================================ */ #carouselExampleCaptions { width: 100%; max-height: 85vh; /* desktop height */ overflow: hidden; } /* Carousel items */ #carouselExampleCaptions .carousel-item { height: 85vh; position: relative; } /* Carousel images */ #carouselExampleCaptions img { width: 100%; height: 100%; object-fit: cover; /* prevents stretching */ } /* =============================== CAPTION STYLING ================================ */ .carousel-caption { bottom: 20%; animation: fadeUp 1s ease forwards; } .carousel-caption h5 { font-size: 2.5rem; font-weight: 600; animation: slideRight 1s ease forwards; } .carousel-caption p { font-size: 1.2rem; animation: slideLeft 1s ease forwards; } /* =============================== INDICATORS ================================ */ .carousel-indicators button { background-color: #fff; opacity: 0.5; } .carousel-indicators .active { opacity: 1; } /* =============================== CONTROLS ================================ */ .carousel-control-prev-icon, .carousel-control-next-icon { filter: brightness(0) invert(1); } /* =============================== ANIMATIONS ================================ */ @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes slideRight { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } } @keyframes slideLeft { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } } /* content css............................... */ .content-col-6 { padding:48px; } .content-col-3 img{ position: relative; /*left: -109px;*/ top: 40px; } .turb_h5 { font-family: Inter; font-weight: 700; font-style: Bold; font-size: 20px; line-height: 100%; letter-spacing: 0%; color: rgba(0, 130, 196, 1); } .welc_h2 { font-family: Poppins; font-weight: 500; font-style: Medium; font-size: 40px; line-height: 100%; letter-spacing: 0%; color: rgba(0, 130, 196, 1); } .welc_p { font-family: Poppins; font-weight: 300; font-style: Light; font-size: 18px; line-height: 100%; letter-spacing: 0%; } .we_p { font-family: Poppins; font-weight: 400; font-style: Regular; font-size: 23px; line-height: 100%; letter-spacing: 0%; } .with_p { font-family: Poppins; font-weight: 400; font-style: Regular; font-size: 23px; line-height: 100%; letter-spacing: 0%; } .content-main { margin-top: 85px; background-color: azure; } a:link, a:visited { text-decoration: none; letter-spacing: 1px; padding: 0 0 5px 0; } .find-size { border-bottom: 2px solid rgba(0, 130, 196, 1); text-decoration: none; color: white; } .details { text-align: center; margin-top: 100px; color: rgba(0, 130, 196, 1); font-family: 'EB Garamond', serif; } .find-btn{ background-color: #0082C4; } .find-btn:hover{ background-color:#0082C4; } .find-size:hover{ color: #eef0f1; text-decoration: none; } .details-partner { text-align: center; margin-top: 60px; color: rgb(27, 27, 27); letter-spacing: normal; font-size: 20px; } .cont-img { margin-top: 50px; } .img-fluid { margin: 0 0 18px; padding: 20px; } .caption { margin: 0 4px; padding: 20px; text-decoration: none; font-size: 24px; } .connect-size { font-size: 15px; } .about-container { margin-top: 30px; } .about-section { min-height: 100vh; box-sizing: inherit; display: flex; width: 100%; } .about-left { /* background-color: #2aa387; */ background-color: #4aa3df; color: #fff; padding: 60px 70px; display: flex; flex-direction: column; justify-content: center; } .about-left h4 { font-weight: 600; margin-bottom: 25px; } .about-left p { font-size: 14px; line-height: 1.8; margin-bottom: 18px; } .about-image { width: 50%; } .about-image img { width: 100%; height: 100%; object-fit: cover; /* KEY LINE */ } .contact-us { margin-top: 10px; } .contact-section { min-height: 85vh; background: url("../images/carousel-image-1\ \(1\).png") center center / cover no-repeat; position: relative; display: flex; align-items: center; justify-content: center; padding: 20px; } .contact-section::before { content: ""; position: absolute; top: 0; left: 0; inset: 0; background: rgba(0, 0, 0, 0.35); } /* Contact box */ .contact-box { position: relative; background: #fff; max-width: 800px; width: 100%; padding: 22px 30px; border-radius: 4px; text-align: center; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); } .contact-title { color: #fff; position: absolute; top: 45px; bottom: 5px; left: 50%; transform: translateX(-50%); font-size: 32px; font-weight: 500; /* z-index: 1; */ } .office-title { font-weight: 600; margin-bottom: 10px; } .company-name { font-size: 22px; font-weight: 500; margin: 25px 0 15px; } .contact-links a { display: inline-block; margin: 5px 10px; color: #0a7c6b; text-decoration: none; font-weight: 500; } .contact-links a:hover { text-decoration: underline; } /* gallery part */ .gallery { display: inline-block; border: 1px solid hsl(0, 0, 60%); margin: 5px; } .gallery .description { padding: 10px; text-align: center; } .gallery:hover { border: 1px solid hsl(0, 0, 20%); } /* footer starts */ .footer-main { background-color: #d3dfe7; padding: 60px 0 40px; font-size: 13px; color: #555; } .footer-links a { margin: 0 15px; color: #1aa393; text-decoration: none; font-weight: 500; font-size: 15px; } .footer-links a:hover { text-decoration: underline; } .company-name { font-weight: 600; letter-spacing: 1px; margin-bottom: 10px; color: #000; } .company-address { max-width: 800px; margin: 0 auto 10px; line-height: 1.6; } .company-contact a { color: #1aa393; text-decoration: none; font-weight: 500; } .company-contact a:hover { text-decoration: underline; } .footer-main hr { margin: 30px 0; border-color: #ddd; } .footer-bottom { font-size: 12px; color: #777; } /* =============================== RESPONSIVE FIX ================================ */ @media (max-width: 992px) { #carouselExampleCaptions, #carouselExampleCaptions .carousel-item { height: 70vh; } .carousel-caption h5 { font-size: 2rem; } } @media (max-width: 576px) { #carouselExampleCaptions, #carouselExampleCaptions .carousel-item { height: 60vh; } .carousel-caption { bottom: 15%; } .carousel-caption h5 { font-size: 1.5rem; } .carousel-caption p { font-size: 1rem; } } /* Force show caption on mobile */ @media (max-width: 767px) { .carousel-caption { display: block !important; bottom: 10%; padding: 10px; } .carousel-caption h5 { font-size: 1.3rem; } .carousel-caption p { font-size: 0.9rem; } } @media (max-width: 768px) { .about-left { padding: 40px 25px; } .about-right { min-height: 350px; } } @media (max-width: 576px) { .contact-box { padding: 30px 20px; } .contact-title { font-size: 24px; top: 30px; } .about-image img { width: auto; } .find-size { bottom: 10px; } } /* Desktop spacing */ @media (min-width: 992px) { .navbar-nav.flex-row .nav-link { margin: 0 8px; } } /* responsive codes.................... */ @media only screen and (max-width:600px) { .logo-img-div { margin-top: 18px; } .mail { margin: 20px -12px 0 0; position: relative; left: -26px; } .icons { position: relative; top: 22px; left: 44px; } } @media only screen and (min-width:700px) and (max-width:900px) { .logo-img-div { margin-top: 18px; } .mail { margin: 20px -12px 0 0; position: relative; left: 26px; } .icons { position: relative; top: 22px; left: 11px; } } @media only screen and (min-width:900px) and (max-width:1200px) { .logo-img { margin-top: 10px; } .mail { position: relative; left: 11px; } }