@import url("../elements/ipad.css");
@import url("../forms/ipad.css");
@import url("../tables/ipad.css");
@import url("../errors/ipad.css");
@import url("../../../notes/css/ipad.css");
@import url("../../../comments/css/ipad.css");
@import url("../../../user/css/ipad.css");
@import url("../../../search/css/ipad.css");
@import url("../../../cart/css/ipad.css");
@import url("../../../slider/css/ipad.css");
@import url("../../../effects/css/ipad.css");
@import url("../../../feedback/css/ipad.css");
@import url("../blog/ipad.css");
@import url("../../../reviews/css/ipad.css");
@import url("../../../ads/css/ipad.css");

  



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


#mkgallery, #productgallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
 
 
}


.centrage {
    width: 96%;
}


#contentlist > span:nth-child(1) {
    display: block;
    min-height: 100px;
    padding: 6em 2em 2em 2em;
    /* background: #FFF; */
    margin: 0;
    width: 22%;
 
}


#contentlist > span:nth-child(2) {
    display: block;
    min-height: 300px;
    width: 76%;
 
}


.cvtabs {
    display: block;
    min-height: 1040px;
 
}



#intro {
    display: block;
    min-height: 500px;
    margin: 2em auto;
    width: 100%;
}


#intro > div:nth-child(1) > span:nth-child(3) {
    display: block;
    min-height: 10px;
    position: absolute;
    top: 110px;
    left: 100px;
    z-index: 3;
    width: 40%;
}


#threetier {
    margin: 0 auto;
    width: 99%;
    position: relative;
    z-index: 4;
}


#threetier > a,
#threetier > a > span:nth-child(1) {
    min-height: 420px;
    max-height: 450px;
}



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


#intros > span:nth-child(1) > span:nth-child(4) > span > a {
    display: block;
    padding: 0.7em 1em;
    margin: 0;
    min-height: 12px;
    font-size: 15px;
 
}


#intros > span:nth-child(1) > span:nth-child(4) > span > span {
    width: 100%;
}


#intros > span:nth-child(2) > span:nth-child(4) > a {
    display: block;
    background: #002d6bca;
    height: 78px;
    min-width: 130px;
    position: relative;
    overflow: hidden;
}


#intros > span:nth-child(2) > span:nth-child(4) {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    padding: 0.8em;
    background: #000000ca;
    min-height: 55px;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
 
}



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


#content > span:nth-child(1) {
    display: block;
    min-height: 800px;
    /* max-height: 1350px; */
    overflow: hidden;
    padding: 0;
    background: #FFF;
    margin: 0;
    width: 70%;
}


#content > span:nth-child(2) {
 
    width: 28%;
    padding: 1em 0;
 
}



#categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5em;
}





/* ------------------------- */


.proptop {
    display: flex;
    justify-content: flex-start;
    min-height: 10px;
    padding: 0;
    overflow: hidden;
    overflow-x: scroll;
}


.proptop > span {
    display: block;
    min-width: 230px;
} 


.proptop > span > span:nth-child(1){
    display: block;
    min-height: 10px;
    font-size: 15px;
    font-family: 'intermedium';

} 



/* ---------------------- */

#menu > div:nth-child(1) {
    width: 65%;
}

#menu > div:nth-child(2) {
    width: 35%;
}

#welcometxt > span:nth-child(1) {
    font-size: 40px;
}


#homemain > span:nth-child(1) {
    width: 50%; 
}


#homemain > span:nth-child(2) {
    width: 35%;
}


#homemain {
    padding: 20px 0 0 0;
}


#roomsinarea {
    display: block;
    min-height: 10px;
    margin: 0 auto;
    width: 95%;
    padding: 4em 0;

}


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

#roomsinarea > span:nth-child(2) {
    grid-template-columns: repeat(4, 1fr);
 
}


#footer > div:nth-child(2) {
    display: block;
    min-height: 490px;
    padding: 3em 0;
}

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



#footer > div:nth-child(2) > span {
    display: block;
    min-height: 10px;
    padding: 0;
    width: 94%;
}


#footer > div:nth-child(2) > span > span:nth-child(2) {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap */
    gap: 10px; /* Optional gap between items */
    width: 100%;
    min-height: 300px;
}



#footer > div:nth-child(2) > span > span:nth-child(2) > span {
    flex: 1; /* Default: items share available space */
    padding: 10px;
    /* background: lightblue; */
    text-align: center;
    height: unset;
    min-height: 100px;
}


 

#footer > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(1) {
    display: block;
    min-height: 10px;
    width: 100%;
}




#footer > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(3) {
    flex-basis: 100%;
}

#paycards {
    display: block;
    padding: 0.7em 0;
}


#app > span:nth-child(1) {
    text-align: left;

}
 
#app > span:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    color: #222;
    padding: 0;
    width: 60%;
}



#footer > div:nth-child(2) > span > span:nth-child(1) > span:nth-child(2) > span > a {
    font-size: 14px;
    font-family: 'intermedium';
    white-space: nowrap;
    color: #999;
}


.sects3 > div > span:nth-child(2) > span:nth-child(1) {
    font-size: 25px;
    line-height: 30px;
    padding: 0 0 0.5em 0;
    color: #fff;
}



.sects3 > div > span:nth-child(2) > span:nth-child(2) {
    font-weight: 100;
    font-family: 'interLightbeta';
    font-size: 14px;
}


.sects > span:nth-child(2) {
    width: 45%;
    position: absolute;
    top: 50px;
    left: 60px;
    z-index: 10;
}
 

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






#topmast {
    width: 90% !important;    
}


 
 

#movs {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;

}


#movs > div:nth-child(2) {
    display: block;
    position: absolute;
    height: unset;
    min-height: unset;
    max-height: 240px;
  
    top: unset;
    bottom: 180px;
    left: 60px;
    width: 60%;
    padding: 0;
    background: none;

}


.mtxt2 > span {
    font-size: 60px;
}


#movs > div:nth-child(1) {
    width: 100%;
}


.mtxt2 > small {
    font-size: 26px;
    color: #FFF;
}

#foots {
    margin: 0 auto;
    width: 90%;
}


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

.undermtxt > span > a > span:nth-child(1) {
    width: 84%;
    font-size: 18px;
    text-align: right;
    line-height: 22px;
 
}


.undermtxt > span > a > span:nth-child(2) {
    font-size: 25px;
}


#maincontent {
    width: 90%;
}


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

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


#map2sides {
    grid-template-columns: 1fr 1fr;
}



#shuttlemain > div:nth-child(2) {
    left: 5%;
    width: 68%;
}


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





.flexspace > div:nth-child(2) > span:nth-child(4) {
    width: 40%;
}


#threegrid > div:nth-child(2) {
    overflow: hidden;
    overflow-x: scroll;
}



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


#maincontent > span > main:nth-child(2) > a {
    font-size: 20px;
}



#movecover {
    display: block;
    margin: 0 auto;
    min-height: 100px;
    width: 95%;
 
}


.flexspace > div:nth-child(1) {
    width: 400px;
    height: 400px;
}