/* My code starts from here */

/* General */
* {
    margin: 0;
    padding: 0;
}

html { 
    height: 100%;
    font: normal 16px sans-serif;
    color: #555;
}

ul {
    list-style: none;
}
    
a {
    text-decoration: none;
    color: inherit;    
    opacity: 0.9;
}
    
a:hover{
    opacity: 1;
}
.headerVOffset {
    height: 50px;
}

/* Header */
.mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    z-index: 10;
    display: block;    
    background-color: rgb(92, 90, 90);
    color: #fff;
    padding: 10px 0 0 0px;   
}

/* Main Menu */
.menuList {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
}
.menuList li {
    display: inline;   
    flex-grow: 0.2;

}
.menuList li:first-child {
    flex-grow: 2;
    margin-left: 6rem;
    margin-right: 2rem;
    padding-right: 3em;

} 
.menuList li:last-child{
    margin-right: 2rem;
}

/* App Section  */
.appSectionBox {
    padding: 4em 8em 4em 8em;  
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
}
.oddAppRow {
    background-color: rgb(233, 231, 231);
}
.appTitle {
    color: #242525;
    text-transform: capitalize;
    font: normal 40px 'Arial';
    margin-bottom: 20px;   
}
.appDescription {
    margin: 2em;
}
.learnMoreLink{
    color: #0b64ad;
}
.shadow {
       box-shadow: 10px 10px 12px #888888;
}


/* Application page styles */
.appDetailsHeader{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 4em 8em 4em 8em; 
    margin-left: 3rem;
}
.appDetailsTitle {
    font: normal 30px 'Arial';
    color:#222222;
    margin-bottom: 13px;
   
}
.appDescription p {
   line-height: 1.5;
}

.marginHybrid{
    margin-right: 5em;
}


/* Store badge style */
.storeLinkBox {
    text-align: center;
    margin-top: 4em;
    margin-bottom: 4em;
}



/*Download section in hotel*/
.appDownloadsTitle{
    font: bold 20px 'Arial';
    color:#222222;
    margin-bottom: 32px;
    text-align: center;
}
.listTitle{
    font: bold 15px 'Arial';
    color:#222222;
    margin-bottom: 13px;
}
.downloadSection {
    margin:4em;
    line-height: 1.5;
}
.appDownloadContainer {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-around;
    
}
.appDownloadBox {
    display: flex;
    align-items: flex-start;
}
.appDownloadBox .marginEslyHotel{
    margin-right: 1em;
    margin-top: 1.5em;
}

.appDownloadListItem {
    margin-top: 20px;
}
.appDownloadDescription {
    max-width: 250px;
}

ul li a.btn{
    color: #fff;
    text-transform: uppercase;
    background-color: #2196f3;
    font-weight: 800;
    text-align: center;
    padding: 10px 22.5px;
}






/* Youtupe section*/

.appYoutube{
    width:50%;
    margin: auto;
    margin-bottom: 5rem;
    /* display: flex; */
    /* justify-content: center; */

}
.youtubeContainer {
    position: relative;
    width: 100%;
    height: 0;
    
    padding-bottom: 56.25%;
    
}
.youtubeVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 10px 10px 15px #888888;
}


/* footer part */
footer{
    margin-top: 3rem;
}
.footerNav{
    min-height: 100px;
}
.footerContainer{
    display: flex; 
    flex-direction: row;
    margin-top: 1em;
    margin-right: 12px;
    margin-left: 12px;
    flex-flow: row;
    justify-content: space-around;
    gap: 12px;
}
/* .footerSection {
    margin-bottom: 3em;
    margin-right: 3rem;
}

.footerSection:first-child{
    padding-right: 13rem;

}
.footerSection:last-child{
    padding-left: 19rem;
    
} */

.footerTitle {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2rem;
}
.footerLink {
    font-size: 14px;
    opacity: 0.8;
}
.footerLink a {
    color: black;
    text-decoration: none;
    list-style: none;
}
.footerLink a:hover{
    opacity: 1;
    text-decoration: underline;
}
.footerLink button {
    background: none;
    border: none;
    cursor: pointer;
}
.footerLink button:hover {    
    text-decoration: underline;
 }
.LangFont{
    color: #797676;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

}

.spaceAfterperiodOfyearsOnfooter{
    height:3em;
}

.periodOfyearsOnfooter{
    color: #797676;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: flex; 
    padding: 1em;
    justify-content: center;
}

.standardList {
    line-height: 2em;
}

.langIconHeader{
    display: inline-block;
    vertical-align: middle;
    line-height: 3.5em;
}

.helpContainer {
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 100%; 
    gap: 12px;    
    box-sizing: border-box; 
}
.leftPanel {
    background-color: #bababa;
    color: #333232;
    padding: 12px; 
}
.helpLink {
    text-decoration:underline;
    cursor: pointer;
    display: inline-block;
    padding: 4px;
}
.helpContentContainer {
    flex: 0.95;
    /* padding: 12px; */
}
.contentSectionSubtitle {
    font-weight: bold;
    font-size: 1.2em;
}


/****** Adaptive triggers ******/

@media only screen and (max-width: 750px) {
    .menuList {
       flex-flow: row wrap;
       align-items: center;
    }   
    .menuList li {
        display: none;
    }
    .menuList li:first-child {        
        text-align: center;  
        display: inline; 
        margin-left: 0px;
    }
    .footerContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }
    .footerTitle {
        text-align: center;
    }
    
    .helpContainer {
        padding: 20px;
        display: flex;
        flex-direction: column;
        width: 100%; 
        gap: 12px;    
        box-sizing: border-box; 
    }

    .appYoutube{
        width:80%;
        margin: auto;
        margin-bottom: 3rem;
    }
}

@media only screen and (max-width: 900px) {
    .appSectionBox {
        flex-flow: column;
        align-items: center;
        padding: 1em 4em 2em 4em;
    }
}


/* @media only screen and (max-width: 900px) {
    .appSectionBox {
        flex-flow: column;
        align-items: center;
        padding: 1em 4em 2em 4em;
    }
    .appTitle {
        text-align: center;
    }    
    .learnMoreLink {
        text-align: center;
    }  

    .appDetailsHeader {
        flex-flow: column;
        align-items: center;
        padding: 1em 4em 2em 4em;
        justify-content: center;
        margin-top: 2rem;
        margin-right: 3rem;
    }
    .appDetailsTitle {
        text-align: center;
        margin-left: 0px;
    }  
    .appDownloadContainer{
        flex-flow: column;
        align-items: center;
        padding: 3em 4em 3em 4em;
        justify-content: center;
    }
    .appDownloadBox{
        margin-bottom: 5rem;
    }
    
    
    

}


@media only screen and (max-width: 1030px) {

    .footerSection {
        margin-right: 3rem;
    }
    
    
    .footerSection:first-child{
        padding-right: 5rem;
    
    }
    
    .footerSection:last-child{
        padding-left: 5rem;
        
    }

}


@media only screen and (max-width: 1260px) {


    .footerSection:first-child{
        padding-left: 7rem;
    
    }
    
    .footerSection:last-child{
        padding-right: 5rem;
        
    }

}

@media only screen and (max-width: 1350px) {

    .footerSection:first-child{
        padding-left: 8rem;

    
    }
    
    .footerSection:last-child{
        padding-right: 5rem;
        
    }

}     */
       