/*
Theme Name: Darwazay Garmiyan Theme
Theme URI: https://sizar.krd
Author: Azad Ehsan
Author URI: https://sizar.krd
Description: A Custom Theme for Darwazay Garmiyan Company Website.
Version: 1.0
License: GPLv2 or later
Text Domain: darwazay-garmiyan-theme
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'OptimaLTW02-Roman', sans-serif !important;
}

a {
    text-decoration: none;
}

.container-fluid {
    max-width: 1400px;
}

/* Navbar Styling */
.navbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
    background-color: white !important;
}

.nav-link {
    text-transform: uppercase;
    font-family: 'Lato', 'Open Sans', sans-serif;
    color: #232323 !important;
    font-weight: 400 !important;
    letter-spacing: 1.2px;
    font-size: 12px !important;
    line-height: 24px;
    padding: 14px 0;
    margin-right: 30px;
    display: inline-block;
}

.navbar .nav-link,
.navbar .navbar-brand {
    color: #fff !important;
    transition: color 0.3s ease;
}

.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand {
    color: #000 !important;
}

.scrolled-b {
    background-color: black !important;
    color: #fff;
}

.scrolled-b:hover {
    background-color: #444 !important;
    color: #fff;
}

/* Fullscreen Carousel */
.carousel-item img {
    object-fit: scale-down;
    height: 100vh;
}

img.carousel-logo {
    width: 200px;
    height: 100%;
    margin-bottom: 20px;
}

.carousel-caption {
    text-align: left;
    top: 30%;
    z-index: 2;
    align-self: anchor-center;
}

/* Center the indicators */
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    margin: 0;
}

/* Style the indicator buttons */
.carousel-indicators button {
    width: 14px !important;
    height: 14px !important;
    border-radius: 20%;
    background-color: #fff;
    border: none;
    transition: opacity 0.3s ease;
}

.carousel-indicators .active {
    background-color: #aaa;
    opacity: 1;
}

.carousel-indicators button:not(.active),
.carousel-indicators button:hover {
    opacity: 0.2;
}

.carousel-caption h1,
.carousel-caption p {
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.carousel-caption h1 {
    font-size: 46px;
}

.carousel-caption p {
    font-size: 22px;
}

.background-shade {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(160deg, rgba(2, 0, 36, 0.5) 10%, rgba(9, 9, 121, 0.1) 100%);
}

.navbar-toggler {
    border-radius: 0;
    border: 0;
    box-shadow: none !important;
}

.card {
    border-radius: 0;
    background: none;
    border: none;
}

.card a {
    color: black;
}

.card-title {
    font-size: 38px;
}

.post-image {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

a.py-2 {
    min-width: 200px;
}

#navbarBtn {
    font-family: 'Lato', 'Open Sans', sans-serif;
}

@media only screen and (max-width: 992px) {
    #navbarBtn {
        width: 100%;
    }
    
    .carousel-caption {
        text-align: center;
    }
}

.tagline {
    font-family: 'Lato', 'Open Sans', sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
}

.tagline span {
    margin-right: 10px;
    letter-spacing: 2px;
}

.tagline::after {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #ccc;
}

.post-btn {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lato', 'Open Sans', sans-serif;
    padding: 13px 15px;
    min-width: 200px;
    line-height: 24px;
}
