@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Raleway:wght@400;500;600&family=Roboto:wght@300;400;500;700&family=Rubik:wght@300;400;500;600;700;800&display=swap');

:root {
    --color1: #064DA5;
    --color2: #404040;
    --color3: #CADDFF;
    --color4: #4A86F5;
    --color5: #fff;
    --color6: #000;
    --rubik: 'Rubik', sans-serif;
    --roboto: 'Roboto', sans-serif;
    --raleway: 'Raleway', sans-serif;
    --inter: 'Inter', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.header-text {
    font-family: 'Rubik';
    font-weight: 300;
    font-size: 15px;
    color: var(--color5);
    margin-left: 10px;
}

.upperheader {
    background: var(--color1);
}

.brand-logo {
    width: 30%;
}

.slider-nav {
    position: relative;
}

.navbar {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
}

.navbar-w {
    width: 85%;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-family: var(--rubik);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color5);
    white-space: nowrap;
}
.navbar-toggler{
    border-radius: 0px !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 3px var(--color1) !important;
}

.slider-nav .navbar-nav .dropdown-menu {
    position: absolute;
    border: none;
    border-radius: 0px;
    padding: 0px;
}

.slider-nav .dropdown:hover>.dropdown-menu {
    display: block;
}

.slider-nav .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.slider-nav .dropdown-menu li {
    position: relative;
}

.slider-nav .dropdown-menu .dropdown-item {
    font-family: var(--rubik);
    color: var(--color2);
    font-size: 16px;
    padding: 15px 0px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #e4e9ee;
}

.slider-nav .dropdown-menu .dropdown-item {
    background-color: transparent !important;
}

.slider-nav .dropdown-toggle::after {
    display: none !important;
}


.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    padding: 40px 15px;
    background-color: rgba(2, 2, 2, 0.2);
    border-radius: 5px;
    color: white;
}

.carousel-indicators {
    margin-bottom: 2rem !important;
}

.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    border: none !important;
    margin: 0px 4px !important;
    background-color: var(--color5) !important;
    transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease !important;
}

.carousel-indicators li.active {
    background-color: #4a86f5 !important;
    /* border: 1px solid #4a86f5 !important; */
    width: 30px !important;
    border-radius: 20% / 50% !important;
    transition: all 0.3s ease !important;
}

/*home about us  */

.why-header {
    font-family: var(--rubik);
    color: var(--color6);
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 29px;
    margin-bottom: 20px;

}

.addo-header {
    font-family: var(--rubik);
    color: var(--color1);
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 29px;
}

.before-border {
    position: relative;
}

.before-border::after {
    content: "";
    border-left: 1px solid #9f9f9f;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10%;
}

.home-text {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    color: var(--color2);
}

.header {
    font-family: var(--roboto);
    color: var(--color1);
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 29px;
}

.img-bg {
    position: relative;
}


.img-bg::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    z-index: -1;
    background-color: #f5f5f5;

}

.all-btn {
    font-family: var(--rubik);
    color: var(--color5);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    padding: 12px 30px;
    background-color: var(--color1);
    border: none;
}

/*home products  */

.home-products {
    background: url(../images/home-products-bg.png );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid #f5f8fb;
}

.img-box {
    position: relative;
    display: block;
}

.home-products-header {
    font-family: var(--rubik);
    color: var(--color1);
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    font-style: italic;
    line-height: 29px;
    position: absolute;
    top: 10%;
    left: 5%;
}

.btn-position {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

/* footer  */

.footer {
    background-color: var(--color1);
}

.footer-logo-w {
    width: 85%;
}

.footer-text {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: var(--color5);
}

.footer-header {
    color: var(--color5);
    margin-bottom: 30px;
}

.address-icons {
    width: 20px;
    margin-right: 10px;
}

.nav-list {
    list-style: none;
    padding: 0;
}

.footer-nav {
    font-family: var(--raleway);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: var(--color5) !important;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transform: color 0.5s ease;
}

.footer-nav::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -30%;
    background: #B68E29;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
    transition: 0.5s transform ease-in-out;
}

.footer-nav:hover {
    color: #B68E29 !important;
}

.footer-nav:hover::before {
    transform: scale3d(1, 1, 1);
}

.dev-section {
    background-color: var(--color2);
}

.dev-text {
    font-family: var(--inter);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: var(--color5);
}

/* about us  */

/* .banner{
    background-image: url(../images/pages-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 230px;
} */

.header-position {
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translate(0, -50%);
}

.header-size {
    color: var(--color5);
    margin-left: 15px;
    margin-bottom: 0;
}

.quick-link {
    color: var(--color5);
    text-decoration: none;
}

.quick-icon {
    width: 25px;
}

.about-us-header-bg {
    width: 66%;
}

.about-us-header-position {
    position: absolute;
    bottom: -30%;
    left: 0;
}

.about-us-text,
.v-m-text {
    font-family: var(--rubik);
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    color: var(--color2);
}

img.v-m-icon {
    width: 95px;
}

.v-m-header {
    font-family: var(--rubik);
    color: var(--color1);
    font-weight: 500;
    font-size: 30px;
    line-height: 29px;
}

/* products  */

.product-header {
    font-family: var(--rubik);
    color: var(--color1);
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 29px;
}

.product-title {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: var(--color6);
    margin: 15px 0;
}

/* contact us  */

.address-header {
    font-family: var(--roboto);
    color: var(--color5);
}

.contact-form-header {
    font-family: var(--rubik);
    font-weight: 300;
    color: var(--color4) !important;
}

.let {
    font-weight: 600;
    color: var(--color1) !important;
    margin-right: 5px;
}

.form-bg {
    background-color: #caddff;
}

.contact-form .form-label {
    color: var(--color6);
    font-family: var(--raleway);
    font-weight: 600;
    font-size: 16px;
}

.contact-form .form-control,
.contact-form .form-control::placeholder {
    color: #a9a9a9;
    font-family: var(--raleway);
    font-weight: 400;
    font-size: 15px;

}

.contact-form .form-control {
    border-radius: 4px !important;
    background-color: var(--color5) !important;
    padding: 0.5rem 0.75rem !important;
}

.contact-form .form-control:focus {
    box-shadow: none !important;
}

.form-btn {
    font-family: var(--rubik);
    color: var(--color5);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    padding: 12px 30px;
    background-color: var(--color1);
    border: none;
}
/* ===================================== */
/* media query responsive  */

@media screen and (max-width: 991px) {
    .navbar .navbar-nav .nav-item .nav-link{
        font-size: 14px;
    }
    .slider-nav .dropdown-menu .dropdown-item{
        font-size: 14px;
        padding: 10px 0px;
    }
    .why-header{
        font-size: 27px;
    }
    .addo-header,.header{
        font-size: 40px;
    }
    .home-text,.about-us-text, .v-m-text{
        font-size: 15px;
        line-height: 25px;
    }
    .all-btn,.form-btn{
        font-size: 14px;
        padding: 10px 20px;
    }
    .home-products-header{
        font-size: 25px;
    }
    .btn-position{
        left: 5%;
    }
    .footer-text,.footer-nav{
        font-size: 14px;
    }
    .about-us-header-bg{
        width: 90%;
    }
    .quick-link{
        font-size: 14px;
    }
    .header-size{
        font-size: 23px;
        margin-left: 10px;
    }
    .quick-icon {
        width: 20px;
    }
    .product-header{
        font-size: 40px;
    }
    .product-title{
        font-size: 17px;
    }
    .address-header{
        font-size: 18px;
    }
    .address-map .address-icons{
        vertical-align: top;
    }
    .address-map iframe{
        height: 350px !important;
    }
    .contact-form .form-label,
    .contact-form .form-control,
    .contact-form .form-control::placeholder{
        font-size: 15px;
    }
}

@media screen and (max-width: 820px) {
    .header-position{
        left: 9%;
    }
}
@media screen and (max-width: 768px) {
    .header-position{
        left: 7%;
    }
}
@media screen and (max-width: 766px) {
    .slider-nav .navbar-nav .dropdown-menu{
        min-width: 7rem !important;
    }
    .brand-logo{
        width: 40%;
    }
    .navbar-toggler{
        padding: 2px 10px !important;
    }
    .why-header{
        margin-bottom: 10px;
        font-size: 25px;
    }
    .before-border::after,.img-bg::after{
        display: none ;
    }
    .addo-header, .header, .product-header{
        font-size: 35px;
    }
    .dev-text{
        font-size: 14px;
    }
    .footer-logo-w {
        width: 75%;
    }
    .about-us-header-bg {
        width: 60%;
    }
    .about-us .addo-header{
        padding-left: 40px !important
    }
    .home-text, .about-us-text, .v-m-text{
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .v-m-header{
        font-size: 27px ;
    }
    .header-text{
        font-size: 14px;
    }
    .navbar{
        padding: 0px !important;
    }
    .navbar-toggler{
        margin: 3px 0px !important;
    }
    .quick-icon {
        width: 18px;
    }
    .quick-link {
        font-size: 12px;
    }
    .header-size {
        font-size: 20px;
        margin-left: 7px;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 13px;
    }
    .slider-nav .dropdown-menu .dropdown-item{
        font-size: 13px;
    }
    .carousel-indicators {
        display: none;
    }
    .footer-header {
        margin-bottom: 20px;
        font-size: 17px;
    }
}
@media screen and (max-width: 420px) {
    .why-header {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .addo-header, .header, .product-header {
        font-size: 30px;
    }
    .home-products-header {
        font-size: 20px;
    }
    .all-btn, .form-btn {
        font-size: 13px;
        padding: 8px 17px;
    }
    .footer-text, .footer-nav {
        font-size: 13px;
        line-height: 25px;
    }
    .dev-text {
        font-size: 13px;
    }
    .header-text{
        font-size: 13px;
    }
    .brand-logo {
        width: 50%;
    }
    .navbar-toggler {
        padding: 0px 7px !important;
    }
    .header-size {
        font-size: 18px;
        margin-left: 5px;
    }
    .quick-icon {
        width: 16px;
        vertical-align: top;
        margin-top: 3px;
    }
    .address-header {
        font-size: 16px;
    }
    .contact-form .form-label, .contact-form .form-control, .contact-form .form-control::placeholder {
        font-size: 13px;
    }
    .contact-form .form-control {
        padding: 0.35rem 0.75rem !important;
    }
    .about-us .addo-header {
        padding-left: 30px !important;
    }
    .about-us-header-position {
        bottom: -60%;
    }
    img.v-m-icon {
        width: 75px;
    }
}
@media screen and (max-width:360px) {
    .header-size {
        font-size: 16px;
        margin-left: 5px;
    }
    .quick-link {
        font-size: 10px;
    }
    .quick-icon {
        width: 15px;
        vertical-align: top;
        margin-top: 5px;
    }
    .col-lg-8.col-md-10.p-lg-0.p-md-0.p-5 {
        padding: 2.5rem !important;
    }
}
@media screen and (max-width:280px) {
    .brand-logo {
        width: 65%;
    }
    .navbar-toggler {
        padding: 0px 4px !important;
    }
    .addo-header, .header, .product-header {
        font-size: 25px;
    }
    .about-us-header-bg {
        width: 80%;
    }
    .about-us .addo-header {
        padding-left: 20px !important;
    }
    .home-text, .about-us-text, .v-m-text {
        font-size: 13px;
    }
    .footer-text, .footer-nav {
        font-size: 12px;
        line-height: 23px;
    }
    .address-header {
        font-size: 15px;
    }
    .col-lg-8.col-md-10.p-lg-0.p-md-0.p-5 {
        padding: 2rem !important;
    }
    .footer-header {
        margin-bottom: 20px;
        font-size: 17px;
    }
}