
/* ============================================

Ejaz Tanning Compent - www.ejaz.co.in
Design by Agnas Media - www.agnasmedia.com
Development by TWD Digital - www.twbdigital.com 
Enquiries: howdy@twbdigital.com

============================================ */




@font-face {
    font-family: Primary-Bold;
    src: url(../fonts/Ejaz-Primary-By-Agnas-Media-Bold.woff);
}

@font-face {
    font-family: Primary-Bold;
    src: url(../fonts/Ejaz-Primary-By-Agnas-Media-Bold.woff2);
}

@font-face {
    font-family: Primary-Regular;
    src: url(../fonts/Ejaz-Primary-By-Agnas-Media-Regular.woff);
}

@font-face {
    font-family: Primary-Regular;
    src: url(../fonts/Ejaz-Primary-By-Agnas-Media-Regular.woff2);
}

@font-face {
    font-family: Primary-Light;
    src: url(../fonts/Ejaz-Primary-By-Agnas-Media-Light.woff);
}

@font-face {
    font-family: Primary-Light;
    src: url(../fonts/Ejaz-Primary-By-Agnas-Media-Light.woff2);
}

@font-face {
    font-family: Accent-Bold;
    src: url(../fonts/Ejaz-Accent-By-Agnas-Media-Bold.woff);
}

@font-face {
    font-family: Accent-Bold;
    src: url(../fonts/Ejaz-Accent-By-Agnas-Media-Bold.woff2);
}

@font-face {
    font-family: Accent-Light;
    src: url(../fonts/Ejaz-Accent-By-Agnas-Media-Light.woff);
}

@font-face {
    font-family: Accent-Light;
    src: url(../fonts/Ejaz-Accent-By-Agnas-Media-Light.woff2);
}

:root{
    --black: #000;
    --gold: #e7c75e;
    --white: #fff;
    --grey: #f3f2f2;
}

*{
    box-sizing: border-box;
    font-family: Primary-Regular;
}

body{
    margin: 0 auto;
    padding: 0px;
    width: 100vw;
    display: block;
    float: left;
}

section{
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
}


header{
    font-family: Primary-Light;
    width: 100%;
    display: flex;
    float: left;
    margin: 0 auto;
    background-color: var(--black);
    color: var(--gold);
    justify-content: space-between;
    padding: 45px 20px 40px 20px;
}

header div{
    display: flex;
    justify-content: space-between;
    min-width: 30%;
}

header div.header-logo{
    width: 150px;
    min-width: 150px;
}

.dropdown-trigger{
    position: relative;
    display: block;
    text-decoration: none;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.09em;
    display: block;
    float: left;
    margin: 0 5px;
    cursor: pointer;
}

.menu-dropdown{
    position: absolute;
    display: none;
    background: #000;
    padding: 50px 20px 20px 20px;
    opacity: 0;
    transition: 0.5s;
}

.dropdown-trigger:hover .menu-dropdown{
    display: block;
    opacity: 100;
    transition: 0.5s;
}

.menu-dropdown a{
    display: block;
    float: left;
    clear: both;
    margin: 5px 0;
    line-height: 1.4em;
    position: relative;
}

.menu-dropdown a::after{
    position: absolute;
}


header a{
    text-decoration: none;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.09em;
    display: block;
    float: left;
    margin: 0 5px;
}

header a::after{
    content: ' ';
    background-color: var(--black);
    height: 1px;
    width: 20%;
    display: block;
    float: left;
    transition: 0.5s;
    margin-top: 2px;
}

header a:hover::after{
    width: 100%;
    transition: 0.5s;
    background-color: var(--gold);
}


.header-logo img{
    width: 110px;
    margin: 0 auto;
    display: block;
    position: absolute;
    background-color: var(--black);
    padding: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -30px;
}

section.banner{
    width: 100%;
    margin: 0 auto;
    display: flex;
    float: left;
    height: calc( 100vh - 90px);
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#home section.banner.one{
    background-image: url('../media/img/Ejaz-Tanning-Company-Leather-Garment-Manufacturer.jpg');
}

section.banner p.tagline{
    color: var(--gold);
    font-family: Accent-Light;
    font-size: 2.7em;
    letter-spacing: 0.04em;
    line-height: 1.3em;
    word-spacing: 0.09em;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

section.text-bar{
    width: 100%;
    display: block;
    float: left;
    margin: 0 auto;
    padding: 150px 10px;
    background-color: var(--white);
}

section.text-bar h1{
    color: var(--black);
    font-family: Accent-Light;
    font-size: 2.7em;
    letter-spacing: 0.04em;
    line-height: 1.3em;
    word-spacing: 0.09em;
    width: 60%;
    margin: 0 auto;
    text-align: center;

}

section.text-bar p{
    font-family: Primary-Light;
    font-size: 0.9em;
    max-width: 500px;
    text-align: center;
    margin: 50px auto;
}

section.text-bar a{
    text-decoration: none;
    color: var(--black);
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.09em;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 140px;
    font-family: Primary-Light;
}

section.text-bar a::after{
    content: ' ';
    background-color: var(--black);
    height: 1px;
    width: 100%;
    display: block;
    transition: 0.5s;
    margin-top: 2px;
}

section.text-bar a:hover::after{
    opacity: 0;
    transition: 0.5s;
    background-color: var(--white);
}

.half{
    width: 50%;
    margin: 0 auto;
    display: block;
    float: left;
}


#home .right-image-text{
    background-color: var(--grey);
    padding: 20px;
}

#home .right-image-text .half:nth-child(1){
    position: relative;
    height: 600px
}

#home .right-image-text .half:nth-child(1) div:nth-child(1){
    width: 300px;
    height: 400px;
    margin: 0 auto;
    display: block;
    float: left;
    background-image: url('../media/img/Ejaz-leather-jacket-manufacturing-facility-europe.jpg');
    background-size: cover;
    position: absolute;
    left: 5%;
}

#home .right-image-text .half:nth-child(1) div:nth-child(2){
    width: 300px;
    height: 400px;
    margin: 0 auto;
    display: block;
    float: left;
    background-image: url('../media/img/Ejaz-leather-tanning.jpg');
    background-size: cover;
    position: absolute;
    right: 5%;
    top: -50px;
}

#home .right-image-text .half:nth-child(1) div:nth-child(3){
    width: 400px;
    height: 300px;
    margin: 0 auto;
    display: block;
    float: left;
    background-image: url('../media/img/Ejaz-leather-apparel-inspection-and-designing.jpg');
    background-size: cover;
    position: absolute;
    left: 0px;
    right:0;
    bottom: -20px;
}

#home .right-image-text .half:nth-child(1) div:nth-child(3) video{
    width: 100%;
}

#home .right-image-text .half:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    height: 600px;
    padding-left: 5%;
}

.text-block h1{
    color: var(--black);
    font-family: Accent-Light;
    font-size: 2em;
    letter-spacing: 0.04em;
    line-height: 1.3em;
    word-spacing: 0.09em;
    width: 80%;
    text-align: left;

}

.text-block p{
    font-family: Primary-Light;
    font-size: 0.9em;
    max-width: 70%;
    text-align: left;
    margin: 50px 0;
}

.text-block a{
    text-decoration: none;
    color: var(--black);
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.09em;
    display: inline-block;
    text-align: left;
    font-family: Primary-Light;
}

.text-block a::after{
    content: ' ';
    background-color: var(--black);
    height: 1px;
    width: 100%;
    display: inline-block;
    transition: 0.5s;
    margin-top: 2px;
}

.text-block a:hover::after{
    opacity: 0;
    transition: 0.5s;
    background-color: var(--white);
}


section.featured-text{
    background-color: var(--white);
    padding: 100px;
}

#home section.featured-text{
    padding-top: 150px;
}

section.featured-text h1{
    font-family: Accent-Light;
    font-size: 3em;
    line-height: 1.2em;
}

section.featured-text p{
    line-height: 1.5em;
    padding-top: 2em;
}

section.featured-text.why-ejaz{
    padding-top: 0px;
}

section.featured-text.why-ejaz>div{
    background-size: cover;
    background-image: url('../media/img/why-ejaz-tannery-drums-leather-skins.jpg');
    width: 100%;
    float: left;
    background-position: bottom;
}

section.featured-text.why-ejaz div .half:nth-child(1){
    padding: 20px 40px;
}

section.featured-text.why-ejaz div .half:nth-child(1) h1{
    color: var(--white);
    font-family: Accent-Light;
    font-size: 2.5em;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.3em;
    word-spacing: 0.09em;
    text-align: left;
}

section.featured-text.why-ejaz div .half:nth-child(1) p{
    font-family: Primary-Light;
    font-size: 0.9em;
    max-width: 70%;
    text-align: left;
    color: var(--white);
    padding-top: 0px;
    margin-top: 20px;
}

section.featured-text.why-ejaz div .half:nth-child(1) p b{
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
}

section.featured-text.why-ejaz div .half:nth-child(1) a{
    text-decoration: none;
    color: var(--white);
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.09em;
    display: inline-block;
    text-align: left;
    font-family: Primary-Light;
    margin-top: 20px;
    padding-bottom: 20px;
}

section.featured-text.why-ejaz div .half:nth-child(1) a::after{
    content: ' ';
    background-color: var(--white);
    height: 1px;
    width: 100%;
    display: inline-block;
    transition: 0.5s;
    margin-top: 2px;
}

section.featured-text.why-ejaz div .half:nth-child(1) a:hover::after{
    opacity: 0;
    transition: 0.5s;
    background-color: var(--black);
}

#home section.video{
    background-color: var(--grey);
    padding: 200px 20%;
}

#home section.video video{
    width: 80%;
    display: block;
    margin: 0 auto;
}

#home section.video  img{
    width: 100%;
    display: block;
}

#home section.banner.two{
    background-image: url('../media/img/ejaz-tannery-organic-leather-skins-garment-manufacturer.jpg');
    flex-direction: column;
}

section.banner.two p.tagline{
    text-align: left;
    margin-left: 50px;
    width: 70%;
    float: left;
    clear: both;
}

.standard{
    width: 100%;
    display: block;
    float: left;
    padding-left: 50px;
    margin-top: 40px;
}

.standard a{
    text-decoration: none;
    color: var(--white);
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.09em;
    display: inline-block;
    text-align: left;
    font-family: Primary-Light;
    margin-top: 20px;
    padding-bottom: 20px;
}

.standard a::after{
    content: ' ';
    background-color: var(--white);
    height: 1px;
    width: 100%;
    display: inline-block;
    transition: 0.5s;
    margin-top: 2px;
}

.standard a:hover::after{
    opacity: 0;
    transition: 0.5s;
    background-color: var(--black);
}


section.banner.two a{
    color: var(--gold);
}

.standard a::after{
    background-color: var(--gold);
}


footer{
    background-color: var(--grey);
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    padding: 60px 40px;
}

footer .half h1{
    font-family: Accent-Light;
    letter-spacing: 0.07em;
}

footer .half:nth-child(1) p{
    width: 70%;
}

footer .half p{
    font-family: Primary-Light;
    font-size: 0.9em;
    line-height: 1.5em;
}

footer .half:nth-child(2){
    display: flex;
    justify-content: space-evenly;
}

footer ul{
    list-style: none;
}

footer ul li a{
    text-decoration: none;
    margin: 4px auto;
    display: inline-block;
    color: var(--black);
    font-size: 0.9em;
    letter-spacing: 0.09em;
    border: solid 1px transparent;
}

footer ul li a:hover{
    border-bottom: solid 1px var(--black);
    text-decoration: none;
}

footer .footer-menu-title{
    text-transform: uppercase;
    border-bottom: solid 2px var(--black);
    display: inline;
}

footer .copyright-tape{
    width: 100%;
    display: block;
    margin: 0 auto;
    float: left;
}

footer .copyright-tape p{
    font-size: 0.9em;
    letter-spacing: 0.04em;
    font-family: Primary-Light;
    padding-top: 20px;
}

footer a{
    color: #000;
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}

.about section.banner.one{
    background-image: url('../media/img/Ejaz-leathers-about-us.jpg');
    height: 50vh;
    min-height: 400px;
    background-position: center bottom;
    flex-direction: column;
}

#about section.banner.one{
    background-image: url('../media/img/Ejaz-leathers-about-us.jpg');
}

.about section.banner p.tagline{
    color: var(--black);
}

.about.bags section.banner p.tagline{
    color: var(--black);
    width: 70%;
    padding-bottom: 25px;
}


.about section.banner.one h2{
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.09em;
    margin-top: 180px;
}

.about section.banner.one h2::after{
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: var(--black);
    display: block;
    margin: 20px auto;
}

.about section.text-bar{
    padding: 0px 20px;
}

.about section.text-bar p{
    margin-top: 10px;
    line-height: 1.6em;
    max-width: 550px;
}

#about .right-image-text .half:nth-child(1) div:nth-child(1){
    font-size: 0.9em;
    background-color: var(--grey);
    padding: 10px;
    width: 300px;
    font-family: Primary-Light;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.1);
}

#about .right-image-text .half:nth-child(1) div:nth-child(1) li{
    font-family: Primary-Light;
    font-size: 1.1em;
}

#about .right-image-text .half:nth-child(1) div:nth-child(1) ul{
    padding-left: 20px;
}

#about .right-image-text .half:nth-child(1) div:nth-child(2){
    width: 500px;
    height: 350px;
    margin: 0 auto;
    display: block;
    background-image: url('../media/img/Ejaz-leather-garment-manufacturer-india-production-facility-chennai.jpg');
    background-size: cover;
    position: absolute;
    right: 0%;
    left: 0;
    z-index: -1;
}

#about .right-image-text .half:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    height: 600px;
    padding-left: 5%;
}

#about .right-image-text {
    padding: 50px;
}

#about .right-image-text .half:nth-child(1) {
    position: relative;
    height: 600px;
}

#about .text-block p{
    line-height: 1.5em;
}

#about section.featured-text.mission{
    background-color: var(--grey);
}

#about section.featured-text h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    margin-top: 100px;
    position: relative;
}

#about section.featured-text.mission h1:before{
    content: 'M';
    color: var(--black);
    font-weight: bold;
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 3.5em;
}

#about section.featured-text.vision h1:before{
    content: 'V';
    color: var(--black);
    font-weight: bold;
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 3.5em;
}

#about section.featured-text p{
    width: 80%;
    line-height: 1.8em;
    font-family: 'Primary-Light';
}

#about section.featured-text .half{
    display: flex;
    justify-content: center;
    align-items: center;
}

#about section.featured-text.mission .half, #about section.featured-text.vision .half{
    display: block;
}

#about section.featured-text.mission .half ul li, #about section.featured-text.vision .half ul li{
    font-weight: 100;
    font-family: 'Primary-Light';
}


#about section.banner.two{
    background-image: url('../media/img/ejaz-leather-apparel-manufacturing-facility.jpg');
    flex-direction: column;
}

#about section.banner.two p.tagline{
    color: var(--white);
    width: 60%;
    font-size: 3em;
}

section.icon-pointers{
    width: 100vw;
    background-color: var(--white);
}

section.icon-pointers .wrap{
    padding: 150px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

section.icon-pointers .wrap .pointer img{
    width: 80px;
    display: block;
    margin: 0 auto;
    opacity: 0.7;
}

section.icon-pointers .wrap .pointer p{
    text-align: center;
    font-size: 0.9em;
    width: 60%;
    margin: 20px auto;
    line-height: 1.6em;
}

#about .right-image-text.what-we-value{
    background-color: var(--grey);
}

#about .right-image-text.what-we-value .half:nth-child(1)::before{
    content: ' ';
    width: 85%;
    height: 540px;
    margin: 0 auto;
    display: block;
    border: solid 10px var(--white);
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0px;
}


#about .right-image-text.what-we-value .half:nth-child(1) div:nth-child(1){
    width: 80%;
    display: block;
    margin: 0 auto;
    background-size: cover;
    box-shadow: 35px 35px 40px rgba(0,0,0,0.4);
}

#about .right-image-text.what-we-value .half:nth-child(1) div:nth-child(1) video{
    width: 100%;
}

section.head-two-columns{
    padding: 50px;
}

section.head-two-columns h1{
    font-family: 'Accent-Light';
    text-align: center;
    font-size: 2.5em;
    width: 70%;
    margin: 50px auto;
    letter-spacing: 0.05em;
}

section.head-two-columns .wrap{
    margin: 60px auto;
    display: block;
    float: left;
}

section.head-two-columns img{
    width: 60%;
    min-width: 350px;
    display: block;
    margin: 0 auto;
}

section.head-two-columns .text{
    width: 60%;
    min-width: 350px;
    display: block;
    margin: 0 auto;
}

#about section.head-two-columns .text ul li{
    font-family: 'Primary-Light';
}

#about section.head-two-columns .text ul {
    line-height: 1.6em;
}

section.head-two-columns .text h6{
    text-align: center;
    font-family: 'Accent-Light';
    font-size: 1.2em;
    letter-spacing: 0.06em;
}

section.head-two-columns .text p{
    text-align: center;
    font-family: 'Primary-Light';
    font-size: 0.9em;
    line-height: 1.6em;
}

section.head-two-columns .text a{
    text-align: center;
    margin: 20px auto;
    display: block;
    width: 14em;
    border-bottom: solid 1px transparent;
    transition: 0.5s;
    font-size: 0.9em;
    padding-bottom: 5px;
    color: #000;
    text-decoration: none;
}

section.head-two-columns .text a:hover{
    border-bottom: solid 1px var(--black);
    transition: 0.5s;
}

#what-we-do section.banner.one{
    background-image: url('../media/img/about-us-Ejaz-leather-apparel-manufacturing.jpg');
}

#what-we-do.about section.text-bar{
    padding-bottom: 50px;
}


#what-we-do  .right-image-text.what-we-value{
    background-color: var(--grey);
}

#what-we-do .right-image-text {
    padding: 50px;
}

#what-we-do  .right-image-text.what-we-value .half:nth-child(1) div:nth-child(1){
    background-image: url('../media/img/Ejaz-Leathers-Private-Limited-Head-Offices.jpg');
    width: 60%;
    height: 600px;
    display: block;
    margin: 0 auto;
    background-size: cover;
    box-shadow: 35px 35px 40px rgba(0,0,0,0.4);
    background-position: center center;
}

#what-we-do  .right-image-text.what-we-value .text-block p{
    width: 50%;
    line-height: 1.8em;
}

#what-we-do  .right-image-text.what-we-value .text-block h1{
    font-size: 2.5em;
    margin-top: 50px;
}

#what-we-do  .right-image-text .slide-block{
    background-color: var(--white);
    width: 70%;
    float: right;
    padding: 50px;
    margin-top: 50px;
    margin-right: -50px;
}

#what-we-do  .right-image-text .slide-block p{
    font-family: Accent-Light;
    font-size: 1.6em;
    line-height: 1.8em;
}

section.image-text-columns h1.head-text{
    font-family: 'Accent-Light';
    text-align: center;
    font-size: 2em;
    line-height: 1.5em;
    width: 80%;
    margin: 100px auto;
    letter-spacing: 0.05em;
}


.image-text-columns .right-image-text .half:nth-child(1) div:nth-child(1) {
    background-image: url(../media/img/ejaz-leather-apparel-manufacturer-cutting_patterns.jpg);
    width: 500px;
    height: 500px;
    display: block;
    margin: 0 auto;
    background-size: cover;
    box-shadow: 35px 35px 40px rgba(0,0,0,0.4);
}

.bags .image-text-columns .right-image-text .half:nth-child(1) div:nth-child(1){
    height: 600px;
}

.image-text-columns .right-image-text .text-block p{
    line-height: 1.5em;
}

.text-block h6{
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #999;
}

.image-text-columns .right-image-text.design .half:nth-child(1) div:nth-child(1){
    background-image: none;
    box-shadow: none;
}

.image-text-columns .right-image-text.design .half:nth-child(2) div:nth-child(1){
    background-image: url(../media/img/Designing-leather-garments.jpg);
    width: 600px;
    height: 700px;
    display: block;
    margin: 0 auto;
    background-size: cover;
    box-shadow: 35px 35px 40px rgba(0,0,0,0.4);
    float: right;
    margin-right: -50px;
}


.image-text-columns .right-image-text.facility .half:nth-child(1) div:nth-child(1){
    background-image: url(../media/img/leather-jacket-manufacturer-india.jpg);
}

.tannery section.banner.two{
    background-image: url(../media/img/Ejaz-best-tannery-in-India-asia.jpg);
}

.tannery.bags section.banner.two{
    background-image: url(../media/img/bags-bg.jpg);
}

.about.tannery section.banner.two p.tagline{
    color: var(--white);
}

#what-we-do.tannery section.banner.one {
    background-image: url(../media/img/leather-tanning-india-luxury-leather-in-India-Ejaz-Tanning-company.jpg);
}


#what-we-do.tannery.bags section.banner.one {
    background-image: url(../media/img/ejaz-bags-division-banner.jpg);
}

.tannery .image-text-columns .right-image-text .half:nth-child(1) div:nth-child(1) {
    background-image: url(../media/img/leather-manufacturing-quality-inspection.jpg);
}

.tannery.bags .image-text-columns .right-image-text .half:nth-child(1) div:nth-child(1){
    background-image: url(../media/img/bags-10.jpg);
}

.image-gallery{
    width: 100%;
    margin: 0 auto;
    display: flex;
    float: left;
    justify-content: space-between;
    flex-direction: unset;
    flex-wrap: wrap;
    padding: 50px 100px;
}

.image-gallery .half{
    width: 50%
}

.full{
    width: 100%;
    display: block;
    float: left;
    margin: 0 auto;
}

.image-gallery .half:nth-child(1), .image-gallery .full, .image-gallery .half:nth-child(3), .image-gallery .half:nth-child(4){
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-gallery .half, .image-gallery .full{
    height: 500px;
    border: solid 20px #fff;
}

.tannery .image-gallery .half:nth-child(1){
    background-image: url(../media/img/Ejaz-leather-tanning-with-global-standards.jpg);
}

.tannery .image-gallery .half:nth-child(2){
    background-image: url(../media/img/luxury-leather-manufacturer-in-the-world-in-india-Ejaz.jpg);
}

.tannery .image-gallery .half:nth-child(3){
    background-image: url(../media/img/bag-saompl.jpg);
}

.tannery .image-gallery .half:nth-child(4){
    background-image: url(../media/img/Ejaz-Bags-Manufacturing-Production-Unit.jpg);
}

.tannery .image-gallery .full{
    height: auto;
}

.tannery.bags .image-gallery .half:nth-child(1){
    background-image: url(../media/img/bag-black.jpg);
}

.tannery.bags .image-gallery .half:nth-child(2){
    background-image: url(../media/img/ejaz-bags-3.jpg);
}

.tannery.bags .image-gallery.bags-gallery .half:nth-child(1), .tannery.bags .image-gallery.bags-gallery .half:nth-child(2){
    background-image: none;
    height: auto;
}

.tannery.bags .image-gallery.bags-writeup .half:nth-child(1){
    background-image: url(../media/img/ejaz-bags-6.jpg);
}

.tannery.bags .image-gallery.bags-writeup .half:nth-child(2){
    background-image: url(../media/img/ejaz-bags-7.jpg);
}

.image-gallery.bags-gallery h1{
    font-family: Accent-Light;
    font-size: 2em;
    letter-spacing: 0.04em;
    line-height: 1.3em;
    word-spacing: 0.09em;
    width: 80%;
    text-align: left;
}

.image-gallery.bags-gallery p{
    font-family: Primary-Light;
    font-size: 0.9em;
    max-width: 70%;
    text-align: left;
    margin: 50px 0;
    line-height: 1.5em;
}


.tannery.bags .image-gallery .full{
    height: auto;
}

#home.csr section.banner.one{
    background-image: url(../media/img/sustainability-and-csr.jpg);
}


.csr section.banner{
    flex-direction: column;
}

.csr section.banner h2{
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.09em;
    margin-top: 180px;
    color: var(--white);
}

.csr section.banner.one h2::after{
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: var(--white);
    display: block;
    margin: 20px auto;
}

.csr section.banner.one p{
    color: var(--white);
}

.csr section.banner.one p:nth-child(3){
    font-size: 0.9em;
    text-align: center;
    margin: 50px auto;
    margin-top: 25px;
    line-height: 1.6em;
    max-width: 550px;
}

.csr section.text-bar p{
    line-height: 1.8em;
    font-family: Primary-Regular;
    font-size: 0.9em;
    max-width: 50%;
    margin: 50px auto;
}

#home.csr .right-image-text .half:nth-child(1) div:nth-child(1){
    background-image: url(../media/img/sustainable-processes-environment-friendly-tanning.jpg);
    width: 100%;
    height: 100%;
}

.csr .right-image-text .text-block p{
    line-height: 1.8em;
    font-family: 'Primary-Regular';
    margin-left: 60px;
}

.csr section.featured-text{
    display: flex;
    justify-content: center;
    align-items: center;
}

.csr section.featured-text div{
    text-align: center;
}

.csr section.featured-text div h2{
    margin: 0 auto;
    font-size: 2.5em;
    font-family: 'Accent-Light';
    line-height: 1.5em;
}

.csr section.featured-text div p{
    width: 80%;
    margin: 20px auto;
    padding-top: 0px;
    text-transform: uppercase;
    font-size: 0.8em;
}

#home.csr .right-image-text{
    padding: 0px;
}

#home .right-image-text .half:nth-child(1) div:nth-child(1){
    left: 0px;
}

#home.csr .right-image-text.design{
    border: solid 40px var(--white);
    box-sizing: border-box;
}

#home.csr .right-image-text.design .half:nth-child(1) div:nth-child(1){
    background-image: none;
}

#home.csr .right-image-text.design .half:nth-child(2) div:nth-child(1){
    background-image: url('../media/img/sustainable-leather-apparel-manufacturer-in-the-world-Ejaz-Tanning-Company.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

#home.csr .right-image-text.design .half:nth-child(2){
    padding-left: 0px;
}

#home.csr .right-image-text.design .text-block h1{
    width: 100%;
    text-align: center;
    font-family: 'Primary-Regular';
    margin-top: 50px;
    color: #fff;
}

.csr .right-image-text.design .text-block p{
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 20%;
}

.csr .right-image-text.design .text-block p span{
    display: block;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.4em;
}

#home.csr .right-image-text.design{
    background-color: #62788b;
    color: #fff;
}

#home.csr section.video {
    background-color: var(--white);
    padding: 50px;
}

#what-we-do.infra section.banner.one{
    background-image: url('../media/img/ejaz-tanning-and-leather-garment-manufacturer-leed-certified.jpg');
}

#what-we-do.infra .right-image-text.what-we-value .text-block h1{
    font-size: 1.4em;
}

#what-we-do .right-image-text.what-we-value .half:nth-child(1) div:nth-child(1){
    background-image: url('../media/img/ejaz-best-leather-jacket-manufacturer-in-the-world.jpg');
    width: 100%;
    max-width: 650px;
    box-shadow: 35px 65px 50px 10px rgba(0, 0, 0, 0.4);
}

#what-we-do.about .right-image-text.what-we-value .half:nth-child(2) div{
    padding-left: 50px;
}

#what-we-do.infra .right-image-text.what-we-value .text-block{
    padding-left: 50px;
}

#what-we-do.infra .right-image-text.what-we-value .text-block h1, #what-we-do.infra .right-image-text.what-we-value .text-block p{
    width: 100%;
}

#what-we-do.infra .right-image-text.what-we-value .text-block p{
    max-width: 80%;
}

.infra-keypoints p.main-head{
    text-align: center;
    width: 50%;
    margin: 50px auto;
    margin-top: 100px;
}

.infra-keypoints img{
    display: block;
    width: 70%;
    max-width: 700px;
    margin: 0 auto;
}

.infra section.banner.two{
    background-image: url('../media/img/ejaz-preserving-the-value-of-craftsmenship.jpg');
    margin: 80px auto;
    margin-bottom: 20px;
}

.about.infra section.banner.two p.tagline{
    color: var(--white);
    text-align: center;
    float: none;
    margin: 0 auto;
}

.infra .image-text-columns .right-image-text .half:nth-child(1) div:nth-child(1){
    background-image: url('../media/img/craftsmenship-meets-state-of-the-art-infrasturcuture.jpg');
}

.infra .image-text-columns .right-image-text.design .half:nth-child(1) div:nth-child(1) {
    background-image: none;
    box-shadow: none;
}

.infra .image-text-columns .right-image-text.design .half:nth-child(2) div:nth-child(1){
    background-image: url('../media/img/leather-garment-cutting-and-designing.jpg');
}

.infra .image-text-columns .right-image-text.facility .half:nth-child(1) div:nth-child(1){
    background-image: url('../media/img/ejaz-bags-2.jpg');
}

.infra .half.text-block{
    padding-left: 70px;
}

.infra .image-text-columns .right-image-text.design .half:nth-child(1){
    padding-left: 0px;
}


/* Certifications */


.noteworthy-section {
    background-color: #f6f6f6; /* Light gray background - adjust as needed */
    padding: 100px 100px 150px 100px; /* Adjust padding as needed */
    text-align: center; /* Center the content */
}

.noteworthy-title {
    font-size: 2em; /* Adjust font size as needed */
    font-family: Accent-Light;
    margin-bottom: 70px;
    color: #333; /* Dark gray text color - adjust as needed */
}

.noteworthy-grid {
    display: flex;
    justify-content: center; /* Center the grid items horizontally */
    gap: 40px; /* Adjust spacing between items as needed */
    flex-wrap: wrap;
}

.noteworthy-item {
    background-color: #fff; /* Darker gray background for boxes - adjust as needed */
    color: #010101; /* White text color */
    padding: 30px; /* Adjust padding as needed */
    border-radius: 10px; /* Rounded corners for boxes */
    width: 250px; /* Fixed width for the boxes - adjust as needed */
    text-align: center; /* Center text within boxes */
}

.noteworthy-item img{
    border: solid 1px #fff;
    border-radius: 50%;
}

.noteworthy-icon {
    font-size: 48px; /* Adjust icon size as needed */
    margin-bottom: 15px; /* Adjust margin as needed */
}

.noteworthy-number {
    font-size: 32px; /* Adjust font size as needed */
    font-weight: bold;
    margin-bottom: 10px; /* Adjust margin as needed */
}

.noteworthy-description {
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 1.6em;
}

.noteworthy-source {
    font-size: 14px; /* Adjust font size as needed */
    margin-top: 15px; /* Adjust margin as needed */
    color: #ccc; /* Lighter gray for source text */
}

/* Responsive adjustments (example) */
@media (max-width: 900px) {
    .noteworthy-grid {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: center; /* Center items horizontally */
        gap: 20px; /* Reduce gap between items */
    }

    .noteworthy-item {
        width: 90%; /* Make boxes take up more width on smaller screens */
        max-width: 400px; /* Set a maximum width */
    }
}

.noteworthy-item {
    /* ... (previous styles) ... */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.noteworthy-item:hover {
    transform: translateY(-5px); /* Move up slightly on hover */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* More prominent shadow */
    background-color: #b2b2b2; /* Slightly lighter background on hover */
}

.noteworthy-item:hover .noteworthy-number {
     color: #fff; /* White number on hover */
}

.noteworthy-item:hover .noteworthy-description {
    color: #eee; /* Light gray description text on hover */
}

.noteworthy-item:hover .noteworthy-source {
    color: #ddd; /* Lighter gray source text on hover */
}


/* END CERTIFICAIONS */



nav[role="navigation"]{
    display: none;
}

.contact-form{
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

.copyright-tape a{
    color: #777;
}

.copyright-tape a:hover{
    color: #000;
}

section.featured-text.mission h1, section.featured-text.vision h1{
    font-size: 3em!important;
}























/* Hamburger code starts here */
/* Hamburger code starts here */
/* Hamburger code starts here */
/* Hamburger code starts here */
/* Hamburger code starts here */

#menuToggle
{
  display: block;
  /* You can also use relative/absolute here if you want to stay on the top */
  position: fixed;
  top: 45px;
  right: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

.phone-nav-logo{
    margin-bottom: 50px;
}

.phone-nav-logo img{
    width: 80px;
}

#menuToggle a
{
  text-decoration: none;
  color: var(--gold);
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 7px;
  position: relative;
  
  background: var(--gold);
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-1px, -0px);
  background: var(--gold);
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  max-width: 100vw;
  width: 100vw;
  max-height: 100vh;
  margin: -100px 0 0 calc(-100vw + 83px);
  padding: 70px;
  box-sizing: border-box;
  overflow-y: auto;
  background: var(--black);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menu li label
{
  cursor: pointer;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.what-we-do-sub-phone{
    padding-left: 25px;
}

.what-we-do-sub-phone a{
    display: block;
    font-size: 0.9em;
    margin: 15px 0;
}

nav[role="navigation"] a label{
    font-family: 'Primary-Light';
}



/* Hamburger code ENDS here */
/* Hamburger code ENDS here */
/* Hamburger code ENDS here */
/* Hamburger code ENDS here */
/* Hamburger code ENDS here */
/* Hamburger code ENDS here */













































/* ----------PHONE MEDIA----------- */
/* ----------PHONE MEDIA----------- */
/* ----------PHONE MEDIA----------- */
/* ----------PHONE MEDIA----------- */
/* ----------PHONE MEDIA----------- */
/* ----------PHONE MEDIA----------- */



@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2), @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2), @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2), @media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3), @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3), @media only screen 
  and (min-device-width : 375px) 
  and (max-device-width : 667px), @media only screen 
  and (min-device-width : 414px) 
  and (max-device-width : 736px), @media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) and (orientation : portrait) {


    nav[role="navigation"]{
        display: block;
    }

    .desktop-menu-wrap{
        display: none;
    }

    header{
        min-height: 110px;
    }


    section.banner p.tagline{
        width: 90%;
        font-size: 2.5em;
        text-align: left;
    }

    section.text-bar h1, .text-block h1{
        font-size: 1.8em;
        width: 95%;
    }

    section.text-bar{
        padding: 100px 10px;
    }

    .half{
        width: 100%;
    }

    #home .right-image-text .half:nth-child(1){
        height: auto;
    }

    #home .right-image-text .half:nth-child(1) div:nth-child(1), #home .right-image-text .half:nth-child(1) div:nth-child(2), 
    #home .right-image-text .half:nth-child(1) div:nth-child(3){
        float: left;
        display: block;
        position: inherit;
        width: 100%;;
        margin: 0 auto;
        left:0;
        right:0;
        margin-bottom: 50px;
    }

    #home .right-image-text .half:nth-child(2){
        margin-top: 150px;
        padding-bottom: 50px;
    }

    .text-block p{
        font-size: 1em;
        max-width: 90%;
        line-height: 1.5em;
    }

    #home section.featured-text{
        padding: 50px 30px;
    }

    section.featured-text h1{
        font-size: 1.8em;
        line-height: 1.5em;
        padding: 0px;
        margin: 0px;
    }

    section.featured-text p{
        padding-top: 20px;
    }

    #home section.featured-text{
        padding: 30px;
    }

    section.featured-text.why-ejaz div .half:nth-child(1){
        padding: 20px;
    }

    section.featured-text.why-ejaz div .half:nth-child(1) p{
        width: 90%;
    }

    #home section.video{
        padding: 0px;
    }

    footer{
        padding: 40px;
    }

    footer .half:nth-child(2){
        flex-direction: column;
    }

    footer .footer-menu-title{
        padding-top: 30px;
        display: inline-block;
    }

    footer ul{
        padding-left: 0px!important;
    }

    footer .copyright-tape p{
        line-height: 1.8em;
        font-size: 0.8em;
    }

    section.text-bar p{
        line-height: 1.6em;
    }

    .about section.text-bar p{
        text-align: left;
    }

    .about section.banner.one h2{
        text-align: left;
        width: 100%;
        margin-left: 50px;
    }

    .about section.banner.one h2::after{
        margin-left: 0px;
    }

    #about .right-image-text{
        padding: 20px;
    }

    #about .right-image-text .half:nth-child(1) div:nth-child(2){
        width: 100%;
        background-position: center;
    }

    #about .right-image-text .half:nth-child(1){
        height: auto;
    }

    #about .right-image-text .half:nth-child(2){
        height: auto;
        margin-top: 50px;
    }

    section.featured-text{
        padding: 20px;
    }

    #about section.featured-text p{
        text-align: center;
        width: 100%;
    }

    #about section.featured-text ul{
        text-align: center;
        list-style: none;
        margin-left: 0px;
        padding: 20px 0px;
    }

    #about section.featured-text.mission .half, #about section.featured-text.vision .half{
        text-align: center;
    }

    #about section.banner.two p.tagline, section.head-two-columns h1{
        font-size: 2em;
        width: 85%;
    }

    section.head-two-columns h1{
        margin-bottom: 0px;
    }

    section.icon-pointers .wrap{
        flex-direction: column;
        padding: 50px 20px;
    }

    section.head-two-columns{
        padding: 50px 20px;
    }

    section.head-two-columns img{
        min-width: auto;
        width: 80%;
        margin-top: 80px;
    }


    section.head-two-columns .text{
        min-width: auto;
        width: 95%;
        text-align: center;
    }

    section.head-two-columns .text ul{
        list-style: none;
        padding-left: 0px;
    }

    #about .right-image-text.what-we-value .half:nth-child(1) div:nth-child(1){
        margin-top: 220px!important;
        width: 100%;
    }


    #about .right-image-text .text-block p{
        margin-top: 400px;
    }

    #about .right-image-text.what-we-value .text-block p{
        margin-top: 0px;
    }

    .tannery section.banner p.tagline{
        font-size: 2em;
    }

    .about.tannery section.banner.two p.tagline{
        width: 85%;
    }

    #what-we-do .right-image-text{
        padding: 20px;
    }

    .image-text-columns .right-image-text .half:nth-child(1) div:nth-child(1){
        width: 90vw;
        height: 90vw;
    }

    .right-image-text.leather-production .text-block h6{
        margin-top: 80px;
    }

    .right-image-text.leather-production .text-block p{
        width: 100%;
    }

    .image-gallery{
        padding: 0px;
    }

    .image-gallery .half{
        width: 100%;
    }

    .noteworthy-section{
        padding: 20px;
    }

    #what-we-do .about section.banner p.tagline{
        font-size: 2em;
    }

    #what-we-do .right-image-text.what-we-value .half:nth-child(1) div:nth-child(1){
        height: auto;
    }

    #what-we-do .right-image-text.what-we-value .text-block p{
        width: 100%;
    }

    #what-we-do .right-image-text .slide-block{
        margin: 0 auto;
        width: 100%;
    }

    .image-text-columns .right-image-text.design .half:nth-child(2) div:nth-child(1){
        height: auto;
        width: 100%;
        margin-top: 300px;
    }

    #what-we-do .noteworthy-section{
        margin-top: 50px;
    }

    .about.bags section.banner p.tagline{
        width: 100%;
        padding-bottom: 25px;
        padding-left: 20px;
        font-size: 1.8em;
    }

    .about.bags section.banner.two p.tagline{
        padding-left: 0px;
    }

    .image-gallery.bags-gallery p{
        width: 90%;
        font-size: 1em;
        max-width: 90%;
    }

    .csr section.banner h2{
        text-align: left;
        width: 100%;
        padding-left: 20px;
    }

    .csr section.banner.one h2::after{
        margin-left: 0px;
    }

    .csr section.banner.one p:nth-child(3){
        text-align: left;
        font-size: 1em;
        padding-left: 20px;
    }

    .csr section.text-bar p{
        max-width: 100%;
    }

    .csr .right-image-text .text-block p{
        margin-left: 0px;
    }

    #home.csr .right-image-text .half:nth-child(2){
        margin-top: 50px;
    }

    #home.csr .text-block h1{
        margin-left: 0px!important;
    }

    .csr section.featured-text{
        flex-direction: column;
    }

    .csr section.featured-text div h2{
        margin-top: 30px;
    }

    #home.csr .right-image-text.design{
        border: 0px;
    }

    #home.csr section.video{
        padding: 0px;
    }

    .about.infra section.banner p.tagline{
        font-size: 2em;
    }

    #what-we-do.infra .right-image-text.what-we-value .text-block, #what-we-do.about .right-image-text.what-we-value .half:nth-child(2) div{
        padding-left: 0px;
    }

    #what-we-do.infra .right-image-text .slide-block p{
        font-size: 1.5em;
    }

    .infra-keypoints p.main-head{
        width: 100%;
    }

    .infra-keypoints img{
        width: 100%;
    }

    .infra section.image-text-columns h1.head-text{
        font-size: 1.5em;
    }

    .infra .image-text-columns .right-image-text .half:nth-child(1) div:nth-child(1){
        margin-top: 0px;
    }

    .infra .half.text-block{
        padding-left: 0px;
    }

    .infra .image-gallery .half, .infra .image-gallery .full{
        height: auto;
    }

    #home section.banner.one{
        background-position: -800px;
    }

    #home section.banner.two p.tagline{
        font-size: 1.8em;
    }

    #about section.featured-text.mission .half ul li, #about section.featured-text.vision .half ul li{
        margin-bottom: 10px;
    }

    section.banner.two p.tagline{
        margin-left: 20px;
    }

    #about section.head-two-columns .text ul li{
        margin-bottom: 15px;
    }

    .csr .right-image-text.design .text-block p{
        padding: 20px 30px;
    }

    #what-we-do.infra .image-text-columns .right-image-text .text-block p{
        margin-top: 0px;
    }

    #what-we-do.infra .right-image-text .luxy-el{
        margin-top: 120px;
    }

    #what-we-do.infra .right-image-text.facility .luxy-el{
        margin-top: 150px;
    }

    #what-we-do.infra .image-text-columns .right-image-text .text-block p.phone-custom-plug{
        margin-top: -80px;
        padding-bottom: 70px;
    }

    .contact-form iframe{
        height: 1050px;
    }

    .about.contact section.banner p.tagline{
        font-size: 1.8em;
    }


}

/* ---------- END PHONE MEDIA----------- */
/* ----------PHONE MEDIA----------- */
/* ----------PHONE MEDIA----------- */
/* ----------PHONE MEDIA----------- */
/* ----------PHONE MEDIA----------- */
/* ----------PHONE MEDIA----------- */
