@import url("../elements/iphonelandscape.css");
@import url("../forms/iphonelandscape.css");
@import url("../tables/iphonelandscape.css");
@import url("../social/iphonelandscape.css");
@import url("../errors/iphonelandscape.css");
@import url("../profile/iphonelandscape.css");
@import url("../../../notifications/css/iphonelandscape.css");
@import url("../../../user/css/iphonelandscape.css");
@import url("../../../search/css/iphonelandscape.css");
@import url("../../../cart/css/iphonelandscape.css");
@import url("../../../slider/css/iphonelandscape.css");
@import url("../../../effects/css/iphonelandscape.css");
@import url("../../../popup/css/iphonelandscape.css");
@import url("../../../shop/css/iphonelandscape.css");
@import url("../../../ads/css/iphonelandscape.css");
@import url("../../../products/css/iphonelandscape.css");
@import url("../../../comments/css/iphonelandscape.css");
@import url("../../../faqs/css/iphonelandscape.css");
@import url("../blog/iphonelandscape.css");
@import url("../../../feedback/css/iphonelandscape.css");
@import url("../../../reviews/css/iphonelandscape.css");



#overall {
    padding: 0;
    overflow-x: hidden;
}

#intro {
    width: 100%;
}


#intro > div:nth-child(1) > span:nth-child(3) {
    top: 80px;
    left: 40px;
    z-index: 3;
    width: 40%;
}


#intro > div:nth-child(1) > span:nth-child(3) > span:nth-child(2) {
    display: block;
    min-height: 20px;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -1px;
    color: #222;
}


#intro > div:nth-child(1) > span:nth-child(3) > span:nth-child(4) > a {
    width: 60%;
 
}


#intro > div:nth-child(1) > span:nth-child(1) {

    min-height: 10px;
    position: absolute;
    z-index: 3;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    width: 93%;
}


#values {
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
    padding: 1em 0;
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
}


#intro > div:nth-child(2) {
    display: block;
    min-height: 120px;
    max-height: unset;
    position: relative;
    z-index: 1;
    background: -webkit-linear-gradient(to right, transparent, #e4e8f7, transparent);
    background: -moz-linear-gradient(to right, transparent, #e4e8f7, transparent);
    background: linear-gradient(to right, transparent, #e4e8f7, transparent);
}



#intro > div:nth-child(1) > span:nth-child(2) {
    display: block;
    height: 375px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


#threetier {
    margin: 0 auto;
    width: 95%;
 
}

#bottomside {
    display: flex;
    justify-content: space-between;
    width: 80%;
 
}

.centrage {
  
    margin: 0 auto;
    width: 95%;
  
}


#topapats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


.sects3 > div > span:nth-child(1) > img, .sects2 > span:nth-child(1) > img, .sects > span:nth-child(1) > img {
    display: block;
    width: 185%;
 
}


.sects3 > div > span:nth-child(2), .sects2 > span:nth-child(2) {
    width: 50%;
}


.sects3 > div > span:nth-child(2) {
    width: 75%;
    color: #FFF;
    font-weight: 800;
}


#footer > div:nth-child(2) > span > span:nth-child(2) {
    width: 40%;
}


#content {
    display: block;
}

#content > span:nth-child(1) {
    overflow: hidden;
    padding: 2em;
    width: 100%;
}


#content > span:nth-child(2) {
    display: block;
    width: 100%;
}


#side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    min-height: 300px;
    width: 100%;
  
}


#intros {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    min-height: 300px;
    height: unset;
}


#intros > span:nth-child(1) {
    padding: 1em;

    min-height: 350px;
 
 
}


#verifyconsole {
    display: block;
    margin: 0 auto;
    min-height: 10px;
    width: 56%;
 
}




#topmast {
    width: 100%;

}


#menu > span:nth-child(2) > span:nth-child(1) {
    display: none;
}


#menu > span:nth-child(2) > span:nth-child(2) {
    width: 60%;
}


#maincontent {
    display: block; 
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FFF;
}

#maincontent > div {
    margin: 0;
    padding: 2em 1em;
}


#maincontent > div > span:nth-child(1) {
    display: block;
    width: 45%;
}


#maincontent > div > span:nth-child(2) {
 
    width: 45%;
   
 
}