@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazirmatn-Bold.ttf') format('truetype');
    font-weight: 700; /* Normal weight */
    font-style: normal;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazirmatn-Regular.ttf') format('truetype');
    font-weight: 400; /* Bold weight */
    font-style: normal;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazirmatn-Light.ttf') format('truetype');
    font-weight: 300; /* Bold weight */
    font-style: normal;
}
.form-control:focus, textarea:focus, input:focus{
    outline: none!important;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
body, p, span {
    font-family: 'Vazirmatn', sans-serif;
    font-weight:300;
}
h1, h2, h3 {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 700; /* Bold */
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active, #menu-bar.navbar-custom.sticky .nav-link.active {
    color: #ffffff;
    border-bottom: .25rem solid #eefb13; 
}
.nav-link{
    color: #ffffff;
    font-size:14px;
    
}
.transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust transparency */
    color: white;
    z-index: 10;
    padding: 15px;
    font-size: 1.5rem;
    text-align: center;
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white; /* Ensure the text color contrasts with the background */
}
.carousel-item img {
    height: 100vh; /* Full screen height */
    object-fit: cover; /* Ensure the image covers the entire carousel */    
}
.carousel-indicators .nav-btns {
    /* width: 65px;
    height: 65px; */
    padding: 5px; 
    text-indent: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: no-repeat;
    opacity: 1;
    color: #fff;
    transition: all .35s ease;
    position: relative;
    cursor: pointer;
}
.nav-circle {
    height: 50px;
    width: 50px;
    position: absolute;
}
.nav-circle .background {
    fill: transparent;
    /*stroke: #1abc9c; */
    transition: all 1000ms ease;
}
.nav-circle .foreground{
    fill: transparent;
    stroke-dasharray: 377;
    stroke-dashoffset: 377;
    stroke: #eefb13;
    transform-origin: 50% 50%;
    transform: rotate(-270deg);
    transition: all 1000ms ease;
}
.nav-circle:hover, .carousel-indicators .nav-btns.active .nav-circle {
    cursor: pointer;    
}    
.nav-circle:hover .background, .carousel-indicators .nav-btns.active .nav-circle .background {
    stroke: transparent;
}
.nav-circle:hover .foreground, .carousel-indicators .nav-btns.active .nav-circle .foreground {
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
}

 .carousel-indicators .nav-btns span.nav-no, .carousel-indicators .nav-btns.active span.nav-c, .carousel-indicators .nav-btns:hover span.nav-c {
    display: none;
}
.carousel-indicators .nav-btns.active span.nav-no, .carousel-indicators .nav-btns:hover span.nav-no {
    display: block;    
} 
/* Custom Button */
.btn-new {
    background-color:#eefb13;
}
.btn-new:hover {
    background-color:#000000;
    color:#ffffff;
}
.bottom-border{
    border-bottom:2px solid rgb(68, 68, 68);
}
.bg-1 {
    background-color:#e3e3df;
}
.bg-2 {
    background-color:#232323;
}
.bg-3 {
    background-color:#232323;
}
.bg-4 {
    background-color:#eefb13;
}
.fs-7 {
    font-size:12px;
    color: #b7b7b7;
}
.fs-8 {
    font-size:18px;
    color: #989898;
}
.fs-9 {
    font-size:16px;
    color: #b7b7b7;
}
.fs-10 {
    font-size:18px;
    color: #000000;
}
.claculator .form-control {
    color: #ffffff!important;
    /*border-bottom:2px solid #3d3d3d!important;*/
}
.claculator .form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
    border-bottom:3px solid #eefb13!important;
}
.claculator .form-control::placeholder {
    color: #999999; /* Your desired color */
    opacity: 0.5;
}
.form-select {
    color: #999999!important;
    /*border-bottom:2px solid #3d3d3d!important;*/
}
.form-select:focus{
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
    border-bottom:3px solid #eefb13!important;
}
.service:after, .footer-title:after, .link-border:after, .event.active:after, .event:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 8px;
    width: 0;
    transition: width .35s ease-out;
    background-color: #eefb13;
}
.link-border:after{
    height: 3px;
    width: 4px;
}
.event.active:after {
    height: 12px;
    bottom: 18px;
    width: 100%;
}
.footer-title:after{
    width: 10px;
}
.service:hover:after, .footer-title:hover:after, .link-border:hover:after, .event:hover:after {
    width:100%;
}
.event{
    font-size:82px;
    color:#2125291f;
}
#vision h1:hover {
    cursor: webkit-grab; 
    cursor: grab;
}
.footer-title {
    cursor: -webkit-grab; 
    cursor: grab; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #eefb13;
}
#menu-bar .dropdown-menu {
    display: none; /* Hide dropdown menu by default */
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /* background-color: rgb(255, 255, 255);
    border-radius: 0.25rem; */
    min-width: 160px;
}
#menu-bar .dropdown:hover .dropdown-menu {
    display: block; /* Show dropdown menu on hover */
}
#menu-bar .dropdown-item{
    font-size: 14px;
    padding-bottom: 13px;
}
#menu-bar:hover .dropdown-item{
    background-color: #3f3e3e;
}
#menu-bar .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 100%;
    padding: 20px;
    /* margin-top: 14px; */
    background-color: #3f3e3e;
}
.dropdown-item {
    display: inline;
     color: #ffffff; 
}
.dropdown-item:hover {
    display: inline;
     color: #e2d40a; 
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Initially hidden */
    padding: 20px 27px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000; /* Ensures the button stays on top of other elements */
    background-color:#eefb13;
    border:1px solid #eefb13;
}
/* Button visibility on scroll */
#back-to-top.show {
    display: block;
}
/* Basic button styling */
#whatsapp-button {
    position: fixed;
    bottom: 20px; /* Distance from the bottom */
    left: 20px; /* Distance from the left */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px; /* Adjust size as needed */
    height: 60px; /* Adjust size as needed */
    border-radius: 50%;
    background-color: #25D366; /* WhatsApp color */
    color: #fff;
    font-size: 24px; /* Icon size */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000; /* Ensures the button stays on top of other elements */
    text-decoration: none;
    transition: background-color 0.3s;
    border:0px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    /* background-color: #ffffff; */
}
.navbar-toggler {
    background-color: #ffffff;
}
.custom-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .custom-dots button {
    background-color: #ccc;
    border: none;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
  }
  .custom-dots button.active {
    background-color: #333; /* Active dot style */
  }
/* Media Query */
@media only screen and (max-width: 767px) {
    .event{
        font-size:40px;
        color:#2125291f;
    }
    .event.active:after {
        height: 12px;
        bottom: 3px;
        width: 100%;
    }
     .transparent-header{
       background-color: #ffffff!important;
       padding: 5px;

    } 
    .nav-link{
        color:#000000;
        align-items: start!important;
        text-align: left;
    }
    .navbar-expand-lg .navbar-nav .nav-link.active {
        color:#000000!important;
    }
    .gap-5 {
        gap: 1rem !important;
    }
    .collapse{
        border-top:1px solid #000000;
    }
    .count-border {
        border-top:2px solid #000000!important;
            border-left:2px solid #000000!important;
            border-bottom:2px solid #000000!important;
            border-right:2px solid #000000!important;
            --mask: radial-gradient(circle 20px at 20px 20px, transparent 20px, #000 21px) -20px -20px;
            -webkit-mask: var(--mask);
            mask: var(--mask);   
    }
    
    /* .carousel-caption h1, span{
        text-align: center;
    } */
}