@font-face {
    font-family: adir;
    src: url('../fonts/adir.ttf');
}

@font-face {
    font-family: cairo;
    src: url('../fonts/Cairo-VariableFont_wght.ttf');
}

body {
    font-family: adir ;
}

.logo img { 
    width: 110px;
}
.navbar-brand {
    background-color: #ffffffba;
    border-radius: 50%;
    padding: 5px;
}

.navbar {
    background-color: #2e2e36;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 4px solid #6AC758;
}

.navbar-light 
.navbar-nav 
.nav-link {
    color: #fff;
    margin-right: 15px;
    transition: all .2s ease-in-out;
}

.navbar-light 
.navbar-nav 
.nav-link:hover {
    color: #6AC758;
    box-shadow: 0px 2px 0px 0px #6AC758;
}

.navbar-light 
.navbar-nav 
.nav-link.active, 
.navbar-light 
.navbar-nav 
.show>.nav-link {
    color: #6AC758;
    box-shadow: 0px 2px 0px 0px #6AC758;
}

.nav-container {
    margin: 0 150px;
}

.navbar-nav {
    margin:auto;
}


.welcome {  
    width: 100%;
    background-color: #fff;
    border-bottom: 4px solid #6AC758;
    color: #000;
}

.welcome .main-text {
    width: 50%;
    margin: auto;
    margin-top: 200px;
    float: right;
}

.welcome-img {
    width: 100%;
    margin-top: 85px;
}

.main-text h1 {
    font-size: 60px;
}

.main-text p {
    font-size: 25px;
}



.content-box {
    width: 100%;
    font-size: 20px;
    padding-top: 100px;
    color: #fff;
    padding-bottom: 200px;
    overflow: hidden;
}


.content {
    margin-top: 50px;
    margin-top: 50px;
    background-color: #2e2e36;
    padding: 18px;
    width: 850px;
    text-align: center;
    border-bottom: 4px solid #6AC758;
    border-radius: 20px;
    font-weight: bolder;
}


footer {
    margin: auto;
    margin-top: 200px;
    width: 100%;
    background-color: #2e2e36;
    bottom: 0px;
    color: #fff;
    text-align: center;
    padding: 55px;
    font-size: 20px;
    font-weight: bold;
    border-top: 4px solid #6AC758;
}

.maintan {
    text-align: center;
}

.maintan a {
    display: block;
    background-color: #2e2e36;
    width: 200px;
    margin: auto;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.buttons-form {
    text-align: center;
    padding-top: 100px;
}

.buttons-form a {
    margin: 10px;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 25px;
    font-size: 25px;
    font-weight: bold;
    transition: all .2s ease-in-out;
}

.buttons-form a:hover {
    padding: 28px;
    font-size: 28px;
    box-shadow: 0px 0px 15px 0px #000;
    
}

.clients {
    text-align: center;
    margin-top: 100px;
}

.clients h3 {
    font-weight: bold;
}

.products-cards {
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.card {
    margin-top: 20px;
}

.card img {
    /* width: 286px; */
    height: 286px;
}


.main-text {
    text-align: center;
    color: #000;
}

.history {
    text-align: center;
}

.history svg {
    font-size: 50px;
    margin: 20px 0px;
    color: #6ac658;
}
.history-box {
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    background-color: #2e2e36;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 325px;
    border-right: 4px solid #6ac658;
    border-left: 4px solid #6ac658;
    display: inline-block;
}

.card .btn {
    width: 40%;
    margin: auto;
    margin-left: 0;
    border-radius: 0px;
    font-size: 18px;
    font-weight: bold;
    background-color: #2e2e36;
    border: none;
}

.agency {
    text-align: center;
    overflow: hidden;
}

.contact {
    text-align: center;
    padding: 50px;
    font-size: 23px;
    font-weight: bold;
}

.qr-code img {
    width: 230px;
}

.card-body p {
    margin-top: 15px;
}

.col-6 {
    width: 330px;
}

.contact-box {
    margin: auto;
}

.header-text {
    width: 50%;
    margin: auto;
    margin-left: 0px;
    text-align: center;
} 

.header-text h1{
    font-family: cairo;
    font-weight: bold;
    font-size: 50px;
}

.form-box {
    text-align: center;
    font-size: 20px;
    font-weight: bold;

}

.form-box p {
    margin-top: 32px;
}

.form-box .form-control, .form-box .form-select {
    margin:auto;
    width: 75%;
    text-align: center;
}


.form-box .btn {
    width: 200px;
    margin-top: 20px;
}


@media screen and (max-width: 600px) {
    .content {
        width: 350px;
    }

    .history svg {
        font-size: 27px;
        margin: 20px 0px;
    }

    .history-box {
        font-size: 10px;
        padding: 8px;
        width: 100px;
    }
    
    .agency img {
        width: 115px;
        overflow: hidden;
    }

    .header-button {
        padding-top: 10px;
    }

    .header-button a {
        font-size: 16px;
    }

    .welcome {
        overflow: hidden;
    }
    .welcome .main-text {
        width: auto;
        float: none;
    }

    .main-text h1 {
        font-size: 45px;
    }

    .welcome-img {
        float: none;
        width: 100%;
        margin: auto;
        margin-top: 50px;
    }

    .navbar-nav {
        margin: 0;
    }

    .nav-container {
        margin: auto;
    }

    .navbar-toggler {
        background-color: dimgray;
    }

    .col-6 {
        margin: auto;
    }

    .qr-code {
        overflow: hidden;
    }

    .header-text {
        width: auto;
    }
}

.colors {
    border:1px solid #000;
    height: 20px;
    width: 20px;
    margin: auto 10px;
    cursor: pointer;
}

.color-form {
    margin-top: 100px;
}
.color-input {
    width: 50%;
    margin: 20px auto;
}

.card-text {
    text-transform: capitalize;
}

