/* all stuff */
body {
    overflow-x: hidden !important;
}

/* Fonts part */
@font-face {
    font-family: 'Samim';
    src: url(../font/Samim.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Samim';
    src: url(../font/Samim-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Shabnam';
    src: url(../font/Shabnam.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Shabnam';
    src: url(../font/Shabnam-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Shabnam';
    src: url(../font/Shabnam-Light.ttf);
    font-weight: light;
}

@font-face {
    font-family: 'Cinema';
    src: url(../font/Cinema.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Sahel';
    src: url(../font/Sahel.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Sahel';
    src: url(../font/Sahel-Bold.ttf);
    font-weight: bold;
}

/* @font-face {
    font-family: 'Sahel';
    src: url(../font/Sahel-Black.ttf);
    font-weight: black;
  } */

@font-face {
    font-family: 'Montserrat';
    src: url(../font/Montserrat-VariableFont_wght.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../font/Montserrat-Italic-VariableFont_wght.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url(../font/Lato-Regular.ttf);
    font-weight: normal;
}

/* IMPORTANT ****************************************************
  other lato versions are available in the path but i didn't add it
  **************************************************** IMPORTANT */

/* @font-face {
    font-family: 'Irannastaliq';
    src: url(../font/);
    font-weight: normal;
  } */

.font-samim {
    font-family: 'Samim' !important;
}

.font-samim-bold {
    font-family: 'Samim' !important;
    font-weight: bold;
}

.font-shabnam {
    font-family: 'Shabnam';
}

.font-cinema {
    font-family: 'Cinema';
}

.font-sahel {
    font-family: 'Sahel';
    font-weight: bold;
}

.font-mont {
    font-family: 'Montserrat';
}

.font-lato {
    font-family: 'Lato';
}

/* .font-nastaliq {
    font-family: 'Irannastaliq';
  } */



/* section one */
#header {
    background: none;
    background-color: transparent;
    height: 100px;
    position: relative;
    bottom: -100px;
    margin-top: -100px;
    z-index: 2;
}

#header .container-fluid {
    padding: 0 90px;
}

#header .navbar-nav {
    position: absolute;
    right: 200px;
}

.navbar-brand {
    height: 30px !important;
    position: relative;
    bottom: 5px;
}

#header li {
    display: inline-block;
    position: relative;
    color: #0087ca;
}

#header li::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

#header li:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#cooperation {
    background-color: transparent;
    /* display: flex; */
    display: none;
    border: 1px solid #144B24;
    font-size: 13px;
    font-family: 'Samim';
    color: #144B24;
    border-radius: 0;
    transition-duration: 0.2s;
}


#cooperation:hover {
    background-color: white;
    border-color: white;
    color: black;
}

#cooperation:hover img {
    content: url('../img/arrow.png');
}

#cooperation img {
    height: 20px;
    margin-right: 5px;
}

#cooperation-2 {
    font-size: 13px;
    font-family: 'Samim';
    color: white;
    background-color: #5F4119;
    border-radius: 0;
    transition-duration: 0.2s;
    /* display: flex; */
}

#cooperation-2 i img {
    display: inline-block;

}

#cooperation-2:hover {
    background-color: white;
    color: black;
}

#cooperation-2:hover img {
    content: url('../img/arrow.png');
}

#cooperation-2 img {
    height: 20px;
    margin-right: 5px;
}

#aboutus {
    background-color: transparent;
    font-size: 13px;
    font-family: 'Samim';
    font-weight: bold;
    color: #684B22;
    text-decoration: underline;
    transition-duration: 0.2s;
    margin-right: 20px;
    border-radius: 0;
}

#aboutus:hover {
    border-top: 1px solid #684B22 ;
    border-bottom: 1px solid #684B22;
}

#first-look {
    position: relative;
}

#first-look #index {
    background-image: url("../img/main.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    height: 100vh;
    margin-bottom: 10vh;
    border-left: 10px solid white;
}

#first-look #text-box {
    position: relative;
    top: 20vh;
    right: 10vw;
}

#first-look #text-box h1 {
    color: #144B24;
}

#first-look #text-box h1 span {
    color: #FBA314;
}

#first-look #text-box #sub {
    color: #a2a2a2;
    /* margin-bottom: -5px; */
}

#first-look #text-box #text {
    width: 450px;
    font-size: small;
    color: black;
    margin-right: 0;
    direction: rtl;
}





/* section two */
#brands li img {
    width: 100px;
    padding: 0 20px;
}

#brands-div {
    /* background-color: #0b2913; */
    background-color: #144B24;
}

main {
    transform: rotate(4deg);
    left: -10px;
    width: 102vw;
}

#sec-2 {
    position: relative;
    /* top: 50px; */
}

#sec-2 h1 {
    position: relative;
    z-index: 9;
    right: 20vw;
    /* color: #0b2913; */
    color: #144B24;
    /* top: -10px; */
}

#sec-2 p {
    position: relative;
    z-index: 9;
    left: 10vw;
    color: black;
    font-size: 13px;
    width: fit-content;
    margin-top: 20px;
    /* top: -10px; */
}

#aboutus-2 {
    background-color: transparent;
    display: flex;
    font-size: 13px;
    font-family: 'Samim';
    color: black;
    text-decoration: underline;
    border-radius: 0;
    transition-duration: 0.2s;
    font-weight: bold;
    /* position: absolute; */
}


/* #aboutus-2:hover {
    border-right: 1px solid black;
    border-left: 1px solid black;
} */

#aboutus-2:hover img {
    top: 0px;
    right: 2px;
}

#aboutus-2 img {
    height: 15px;
    position: relative;
    top: 2px;
    /* font-weight: bold !important; */
    /* margin-right: 5px; */
}


/* section three */
#sec-3 {
    position: relative;
    top: 150px;
}

#location {
    /* height:200px; */
    position: relative;
}

#location #text-container {
    padding-top: 1.25rem;
    padding-right: 1.25rem;
}

#location #map-container {
    padding: 0 !important;
}

#location .location-col {
    /* aspect-ratio: 10/9.03; */
    position: relative;
    background-color: #144B24;
}

#location img {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#sec-3 h1 {
    color: white;
}

#sec-3 #address {
    color: white;
    font-size: 11px;
    /* font-weight: 100; */
}

#sec-3 #phone {
    color: white;
    font-size: 13px;
    font-family: 'Montserrat', 'Samim';
}

#sec-3 #fax {
    color: white;
    font-size: 13px;
    font-family: 'Montserrat', 'Samim';
}

#sec-3 #mail {
    color: white;
    font-size: 13px;
    font-family: 'Montserrat', 'Samim';
}

#sec-3 small {
    color: #FBA314;
}

/* #sec-3 #loc-icon {
    width: 60px;
    height: auto;
    position: absolute;
    right: -130px;
    bottom: 100px;
    z-index: 10;
    padding: 5px;
} */

/* #aboutus-3 {
    background-color: transparent;
    display: flex;
    margin-left: auto !important;
    padding-right: 0 !important;
    font-size: 13px;
    font-family: 'Samim';
    color: white;
    text-decoration: underline;
    border-radius: 0;
    transition-duration: 0.2s;
    font-weight: bold;
}

#aboutus-3:hover img {
    top: 0px;
    right: 2px;
}

#aboutus-3 img {
    height: 15px;
    position: relative;
    top: 2px;
} */

#about-container {
    position: relative;
    right: 40px;
    top: 40px;
}

#about-container h1 {
    color: #FBA314;
}




/* section four */
#sec-4 {
    position: relative;
    top: 300px;
}

#sec-4 .row {
    width: 85%;
}

#about-us-picture {
    width: 100%;
    height: auto;
    margin-top: -40px;
}

#about-us-text {
    position: relative;
}

#about-us-text h1 {
    line-height: 1;
    color: #144B24;
}

#about-us-text h1 span {
    color: #FBA314;
}

#about-us-text p {
    color: black;
    font-size: 13px;
    width: 80%;
    margin-left: 20%;
}

#about-us-text img {
    position: absolute;
    right: 50px;
    top: 155px;
}

#about-us-possibilities p {
    color: black;
    width: 80%;
    /* font-size: 15px; */
}

#about-us-possibilities span {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 5px;
}

#brands-intro {
    margin-top: 120px;
}

#brands-intro small {
    font-family: 'Shabnam';
    font-weight: bold;
    position: absolute;
    right: 0;
    color: black;
    font-size: 16px;
    bottom: -35px;
}

#brands-intro span {
    font-family: 'Shabnam';
    position: absolute;
    right: 0;
    text-decoration: underline;
    color: black;
    font-size: 10px;
    bottom: -50px;
}


/* products part starts here */
#product-1 {
    background-image: url('../img/logos/ramak-org.png');
}
#product-1:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/ramak-black.png');
}

#product-2 {
    background-image: url('../img/logos/shana-org.png');
}
#product-2:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/shana-black.png');
}

#product-3 {
    background-image: url('../img/logos/damdaran-org.png');
}
#product-3:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/damdaran-black.png');
}

#product-4 {
    background-image: url('../img/logos/telavang-org.png');
}
#product-4:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/telavang-black.png');
}

#product-5 {
    background-image: url('../img/logos/shamana-org.png');
}
#product-5:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/shamana-black.png');
}

#product-6 {
    background-image: url('../img/logos/paak-org.png');
}
#product-6:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/paak-black.png');
}

#product-7 {
    background-image: url('../img/logos/roozane-org.png');
}
#product-7:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/roozane-black.png');
}

#product-8 {
    background-image: url('../img/logos/gadook-org.png');
}
#product-8:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/gadook-black.png');
}

#product-9 {
    background-image: url('../img/logos/greene-org.png');
}
#product-9:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/greene-black.png');
}

#product-10 {
    background-image: url('../img/logos/zagros-org.png');
}
#product-10:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/zagros-black.png');
}

#product-11 {
    background-image: url('../img/logos/dolphin-org.png');
}
#product-11:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/dolphin-black.png');
}

#product-12 {
    background-image: url('../img/logos/safapakhsh-org.png');
}
#product-12:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/safapakhsh-black.png');
}

#product-13 {
    background-image: url('../img/logos/salehi-org.png');
}
#product-13:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/salehi-black.png');
}

#product-14 {
    background-image: url('../img/logos/bigbear-org.png');
}
#product-14:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/bigbear-black.png');
}

#product-15 {
    background-image: url('../img/logos/mahgoon-org.png');
}
#product-15:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/mahgoon-black.png');
}

#product-16 {
    background-image: url('../img/logos/ladan-org.png');
}
#product-16:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/ladan-black.png');
}

#product-17 {
    background-image: url('../img/logos/tehranbooran-org.png');
}
#product-17:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/tehranbooran-black.png');
}

#product-18 {
    background-image: url('../img/logos/origami-org.png');
}
#product-18:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/origami-black.png');
}

#product-19 {
    background-image: url('../img/logos/shilane-org.png');
}
#product-19:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/shilane-black.png');
}

#product-20 {
    background-image: url('../img/logos/delpazir-org.png');
}
#product-20:hover {
    background-color: #FBA314;
    background-image: url('../img/logos/delpazir-black.png');
}
/* products part ends here */

.long-brand-col {
    background-color: #f2f2f2;
    margin-bottom: 70px;
    /* width: 100%; */
    aspect-ratio: 1/1;
    position: relative;
    /* for products */
    transition-duration: 0.3s;
    background-position: center;
    background-size: 60px;
    background-repeat: no-repeat;
}

.long-brand-col:hover {
    cursor: pointer;
}

.short-brand-col {
    background-color: #f2f2f2;
    /* width: 100%; */
    height: fit-content;
    aspect-ratio: 3/2 !important;
    position: relative;
}

.short-brand-col img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    padding: 50px;
}

.long-brand-col img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 160px;
    padding: 50px;
    transition-duration: 0.3s;
}



/* last section : footer */
#sec-5 {
    position: relative;
    top: 450px;
    padding-bottom: 50px;
}

#footer {
    background-color: rgb(29, 107, 51);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.inp {
    background-color: transparent;
    background: none;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0px;
    font-family: 'Shabnam';
    font-size: 13px;
    padding-right: 0;
    padding-bottom: 10px;
    outline: 0;
    /* outline: none !important; */

}

.inp::placeholder {
    color: #d7d7d7;
}

.inp:focus {
    outline: none !important;
    background-color: black;
    border: none;
}

#cooperation-3 {
    background-color: transparent;
    display: flex;
    border: 1px solid white;
    font-size: 13px;
    font-family: 'Samim';
    color: white;
    border-radius: 0;
    transition-duration: 0.2s;
    margin-top: 70px;
    float: right;
}


#cooperation-3:hover {
    background-color: white;
    color: black;
}

#cooperation-3:hover img {
    content: url('../img/arrow.png');
}

#cooperation-3 img {
    height: 20px;
    margin-right: 5px;
}

#cooperation-form {
    width: 90%;
}

#coop-check {
    border: 1px solid #d7d7d7;
    background-color: #144b24;
    border-radius: 0;
}

.form-check {
    position: relative;
}

.form-check label {
    font-family: 'Shabnam';
    font-size: 11px;
    color: #d7d7d7;
    position: absolute;
    right: 25px;
    top: 5px;
}

#copyright {
    float: left;
    margin-top:
        80px;
    font-size:
        12px;
    color: #144B24;
    margin-right: auto;
    text-align: left;
    direction: ltr;
}

#contact-info {
    background-image: url(../img/black-texture.png);
    background-size: cover;
    border-bottom-right-radius: 10px;
    min-height: 500px;
    /* position: relative; */
}

#contact-info h1 {
    color: #fff;
    font-family: 'Sahel';
    font-weight: bolder;
    font-size: 30px;
}

#contact-info h2 {
    color: #d7d7d7;
    font-family: 'Sahel';
    font-size: 20px;
    color: #FBA314;
}

#contact-info .row {
    /* position: absolute; */
    /* width: auto; */
    position: relative;
    top: 150px;
}

.address-2 {
    color: #d7d7d7;
    font-size: 11px;
    /* font-weight: 100; */
}

.address-3 {
    display: none;
    /* font-weight: 100; */
}

#contact-info ul {
    position: relative;
    font-size: 12px;
    font-family: 'Samim';
    /* float: left; */
}

#contact-info ul li a {
    color: white;
}

#contact-info ul li a:hover {
    color: #919191;
}

#appdownload {
    background-color: transparent;
    display: flex;
    border: 1px solid white;
    font-size: 13px;
    font-family: 'Samim';
    color: white;
    border-radius: 0;
    transition-duration: 0.2s;
}


#appdownload:hover {
    background-color: white;
    color: black;
}

#appdownload:hover img {
    content: url('../img/staff-black.png');
}

#appdownload img {
    height: 20px;
    margin-right: 5px;
}

#webapp {
    background-color: transparent;
    display: flex;
    border: 1px solid white;
    font-size: 13px;
    font-family: 'Samim';
    color: white;
    border-radius: 0;
    transition-duration: 0.2s;
}


#webapp:hover {
    background-color: white;
    color: black;
}

#webapp:hover img {
    content: url('../img/webapp-black.png');
}

#webapp img {
    height: 20px;
    margin-right: 5px;
}

/* #footer-hand {
    max-width: 400px;
} */



/* * * * * * * * * * * * * * * * * */
/* RESPONSIVITY PART IS DOWN HERE! */
/* * * * * * * * * * * * * * * * * */



@media only screen and (max-width:768px) and (min-width:601px) {

    /* header */
    #header .container-fluid {
        padding: 0 40px;
    }

    /* header */
    #header .navbar-nav {
        position: absolute;
        right: 150px;
    }

    #first-look #text-box h1 {
        font-size: 50px;
    }    

    #first-look #text-box #text {
        width: 300px;
    }    
}

@media only screen and (max-width:600px) {

    /* header */
    #header .navbar-nav {
        display: none;
        visibility: hidden;
    }

    /* header */
    #header .container-fluid {
        padding: 0 40px;
    }

    #sec-2 p {
        /* left: 10vw; */
        font-size: 10px;
    }

    #contact-info {
        min-height: 600px;
    }

    .address-3 {
        color: #d7d7d7;
        font-size: 11px;
        display: block;
    }

    #email-2 {
        display: none;
    }

    #first-look #text-box {
        top: 0;
        margin-bottom: 100px;
    }

    #first-look #text {
        width: 90% !important;
    }

    #first-look #index {
        height: 100vw;
    }
}

@media only screen and (max-width:530px) {
    #webapp {
        font-size: 10px;
    }

    #appdownload {
        font-size: 10px;
    }
}

@media only screen and (max-width:1200px) {
    /* first text */
    #first-look #text-box {
        right: 5vw;
    }
    
    #first-look #text-box #text {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }   

    #about-us-picture {
        margin-top: 0;
    }
}

@media only screen and (max-width:1200px) and (min-width:769px) {
    #first-look #text-box h1 {
        font-size: 60px;
    }    
}


@media only screen and (max-width:940px) and (min-width:769px) {
    #first-look #text-box #text {
        width: 350px;
    }    
}

@media only screen and (min-width:769px) {
    #location .location-col {
        aspect-ratio: 10/9.03;
    }
}

@media only screen and (max-width:768px) {
    #about-us-text h1 {
        margin-bottom: 3rem !important;
    }

    #about-us-text img {
        top: 110px !important;
        right: 30px;
    }

    #about-us-possibilities p {
        width: 100%;
    }

    #about-us-text p {
        width: 100%;
        margin-left: 0 !important;
    }

    #about-us-text {
        width: 100%;
        margin-left: 0 !important;
    }

    #sec-3 {
        margin-top: 80vw;
    }

    main {
        transform: rotate(4deg);
        left: -10px;
        width: 107vw;
    }
    
    #location {
        margin-top:100px;
    }

    #location #text-container {
        text-align: center !important;
        height: fit-content !important;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    #about-container {
        right: 0 !important;
        top: 0 !important;
    }

    .long-brand-col small {
        font-size: 12px !important;
    }

    #about-us-picture {
        margin-left: 10px;
    }
}

@media only screen and (max-width:1120px) and (min-width:1000px) {
    #about-container {
        right: 20px;
        top: 20px;
    }
}

@media only screen and (max-width:999px) and (min-width:881px) {
    #about-container {
        right: 10px;
        top: 10px;
    }

    #sec-3 #phone {
        font-size: 11px;
    }
    
    #sec-3 #fax {
        font-size: 11px;
    }
    
    #sec-3 #mail {
        font-size: 11px;
    }

}

@media only screen and (max-width:880px) and (min-width:769px) {
    #about-container {
        right: 0.5% !important;
        top: 0.5% !important;
    }
    
    #sec-3 #phone {
        font-size: 11px;
    }
    
    #sec-3 #fax {
        font-size: 11px;
    }
    
    #sec-3 #mail {
        font-size: 11px;
    }

    #sec-3 h1 {
        font-size: 25px;
    }
}

@media only screen and (min-width:1261px) {
    #about-us-possibilities p {
        font-size: 15px !important;
    }
}
@media only screen and (max-width:1180px) {
    /* #footer-hand #appdownloadlink {
        float: none !important;
        margin: auto;
        text-align: center;
    } */

    /* #footer-hand #appdownload {
        float: none !important;
        margin: auto;
        text-align: center;
    } */
    
    #footer-hand ul {
        float: none !important;
        margin: auto;
        text-align: center;
        margin-top: 20px;
    }

    #contact-info .row {
        top: 100px;
    }
}

@media only screen and (max-width:1260px) and (min-width:992px) {
    #about-us-possibilities p {
        font-size: 13px !important;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    #about-us-text h1 {
        margin-bottom: 3rem !important;
    }

    #about-us-text img {
        top: 40%;
    }

    #about-us-possibilities p {
        width: 100%;
    }
}

@media only screen and (max-width:991px) {
    #about-us-picture {
        margin-top: 40px;
    }
}

@media only screen and (max-width:1000px) {
    #first-look #index {
        background-size: cover;
        background-position: top center;
    }
}

@media only screen and (min-width:992px) {
    .product {
        width: 20%;
    }
}








/*  
To Response:
✔ header 
✔ first image
✔ first look
✔ first look in mobile
✔ brands
✔ fasele amoodi too gooshi
✔ contact
✔ about
✔ footer
✔ all brands
scroll
*/