.zivaBeach {
    margin-top: 20px;   
}.swissText {
    text-align: center;
    font-size: 90%;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 3% 0;
}
.montBlanc {
    margin-top: 20px;
}
.genOldTown {
    margin-top: 40px;
}
.niceLetters {
    font-weight: bold;
    color: #444;
    font-size: 1.2em;
}
.introImage {
    margin-top: 10px;
}
.noteUnder {
    text-align: center;
    margin-top: 10px;
}
.separation {
    margin-top: 60px;
}
.jholeMain {
    
    border-radius: 10px;
}
.imageMain {
    margin-top: 10px;
}
.cnTow {
    width: 48%;
    height: 550px;
    float: right;
}
.torText {
    width: 48%; 
    height: 550px;
    float: left;
    margin-left: 10px; 
}
.torSection {
    margin-top: 20px;
}
.pool {
    float: right;
}
.leftPool {
    float: left;
}
.stAugustine_Slider {
    margin-top: 5px;
}
.stAugustin_Colonial{
    margin-top: 50px;
}
.dxbImg {
    margin-top: 10px;
    background-color: white;
    padding: 15px;
    font-size: 1.5em;
    font-style: italic;  
    -moz-box-shadow: inset 0 0 20px gold;
    -webkit-box-shadow: Inset 0 0 20px gold;
    box-shadow: inset 0 0 20px gold;
}
.dxbText {
    margin-top: 20px;
    background-color: white;
    padding: 15px;
    font-style: italic;   
}
.w3-container  {
    margin-top: 20px;
}
.bos-photo {
    margin-top: 10px;
}
.bos-intro, .bos-intro-new, .munGen {
    text-align: center;
    font-style: italic;
    margin: auto;
    font-size: 1.3em;
    box-shadow: inset 0 0 20px rgb(5, 94, 42);
    padding: 15px;
    border-radius: 5px;  
}
.bos-history {
    margin-top: 20px;
    font-size: 1.5em;
}
.bos-intro-new {
    margin-top: 20px;
}
/* .bosAccordion {
    margin-top: 40px;
   
}
.bosAccordion .contentBX {
    position: relative;
    margin: 10px 10px;
}
.bosAccordion .contentBX .label {
    position: relative;
    background: #0a7827;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.bosAccordion .contentBX .label::before {
    content: '+';  
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.5s;
    transform: translateY(-50%);
}
.bosAccordion .contentBX .content {
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    display: none;
    overflow: hidden; 
    transition: 0.5s;
    overflow-y: auto;
      
}
.bosAccordion .contentBX.active .content {
    display: block;
    height: 150px; 
   padding: 10px; 
} 
.bosAccordion .contentBX.active .label::before {
    content: '-'
} */
.munAccord {
    width: 90%;
    max-width: 1200px;
    margin: 2rem auto;
}
.munAccordItem {
    background-color: gold;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.munAccordItemHeader {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.munAccordItemHeader::after {
    content: "\003E";  /*see https://www.w3schools.com/cssref/css_entities.php*/
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
}
.munAccordItemHeader.active::after {
    content: "\003C";
}
.munAccordItem-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /*display: none;*/
    /*padding: 1rem;*/
    /*line-height: 1.5rem;*/
    /*border-top: 3px solid;*/
    /*border-image: linear-gradient(to right, transparent, #008f68, transparent) 1;*/
}

.munAccordItem-body-content {
      padding: 1rem;
      line-height: 1.5rem;
      border-top: 3px solid;
      border-image: linear-gradient(to right, transparent, #008f68, transparent) 1; 
}
/*
.munAccordItemHeader.active + .munAccordItem-body {
  /* display: block;
  max-height: 300px;
}*/

.munGen {
    margin-top: 20px;
    background-color: white;
    padding: 15px;
    font-size: 1.5em;
    font-style: italic;  
    -moz-box-shadow: inset 0 0 10px gold;
    -webkit-box-shadow: Inset 0 0 10px gold;
    box-shadow: inset 0 0 10px gold;
}

/*Begining of franks.html*/
.fraIntro {
    width: 90%;
    margin: auto;
    padding: 15px;
    -moz-box-shadow: inset 0 0 20px rgb(41, 39, 39);
    -webkit-box-shadow: Inset 0 0 20px rgb(41, 39, 39);
    box-shadow: inset 0 0 20px rgb(41, 39, 39);
    border-radius: 5px; 
    font-size: 1.3em;
    font-style: italic; 
}
.fraGen {
    margin-top: 20px;
    background-color: white;
    padding: 15px;
    font-size: 1.5em;
    font-style: italic;  
    -moz-box-shadow: inset 0 0 10px rgb(0, 102, 255);
    -webkit-box-shadow: Inset 0 0 10px rgb(0, 102, 255);
    box-shadow: inset 0 0 10px rgb(0, 191, 255);
 
}
.fraAccord {
    width: 90%;
    max-width: 1200px;
    margin: 2rem auto;
}
.fraAccordItem {
    background-color: rgb(167, 155, 245);
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
}
.fraAccordItemHeader {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.fraAccordItemHeader::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
} 
.fraAccordItemHeader.active::after {
    content: "\002D";
}
.fraAccordItem-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.fraAccordItem-body-content {
    padding: 1rem;
      line-height: 1.5rem;
      border-top: 3px solid;
      border-image: linear-gradient(to right, transparent, #8f0000, transparent) 1; 
}
.fra-title {
    margin-top: 50px;
    text-align: center;
}
.fraSection {
    margin-top: 20px;
    text-align: center;    
}
.homeSlider {
    margin-top: 20px;
}
.gridHome {
   display: grid; 
   grid-template-columns: repeat(4, 1fr);
   /* grid-template-columns: repeat(4, calc((100vw - 5rem)/4)); */
   grid-gap: 1rem;
   grid-template-rows: auto;
   margin: 1rem 0;
   padding: 0 1rem;
}
.homeOne-content {
  /* background-image: url(../Images/Germany/frank3A.jpg);  
  background-repeat: no-repeat;
  color: white;
  padding: 10px;
  padding-top: 125px;
  padding-bottom: 125px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 25px; */
}
.home-content > img {
   width: 100%;
   height: auto; 
   display: block; /*getting rid of the gap between text and an image/*/

}
.label {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0 1rem;
    margin: 0;
    /* background-color: hsla(0, 0%, 0%, 0.64); */
    color: white;
    margin-top: -4rem;
    position: relative;
}
.houAccordItem {
    background-color: rgb(24, 9, 127);
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
}
.houAccord {
    width: 90%;
    max-width: 1200px;
    margin: 2rem auto; 
}

.houAccordItemHeader {
    color: white;
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;

}
.houAccordItemHeader::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
}

.houAccordItemHeader.active::after {
    content: "\002D";
}

.houAccordItem-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}
.houAccordItem-body-content {
    color: white;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #d1c0ec, transparent) 1; 

}
.houSpace {
    margin-top: 20px;
    font-size: 1.3rem;
    text-align: center;
}
.houGen, .sinInfo {
    /* text-align: center; */
    margin-top: 20px;
    background-color: white;
    padding: 15px;
    font-size: 1.5em;
    font-style: italic;  
    -moz-box-shadow: inset 0 0 10px rgb(0, 102, 255);
    -webkit-box-shadow: Inset 0 0 10px rgb(0, 102, 255);
    box-shadow: inset 0 0 10px rgb(0, 191, 255);

}
.houImages {
    margin-top: 20px;
    text-align: center;
}
.separationLine {
    margin-top: 30px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #4d08bb, transparent) 1; 
}
.bosAccord {
    width: 90%;
    max-width: 1280px;
    margin: 2rem auto;
}
.bosAccordItem {
    background-color:#0a7827;
    color: #fff;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
}
.bosAccordItemHeader {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.bosAccordItemHeader::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
} 
.bosAccordItemHeader.active::after {
    content: "\002D";
}
.bosAccordItem-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.bosAccordItem-body-content {
    padding: 1rem;
      line-height: 1.5rem;
      border-top: 3px solid;
      border-image: linear-gradient(to right, transparent, #e0ec34, transparent) 1; 
}

/*Singapore update*/
.container {
    margin-top: 20px;
}
.tab_box {
   width: 100%;
   display: flex;
   justify-content: space-around;
   align-items: center;
   border-bottom: 2px solid rgba(229,229,229);
   position: relative;
   margin-top: 30px;
  
}
.tab_box .tab_btn {
   font-size: 20px;
   font-weight: 600;
   color: #919191;
   background: none;
   border: none;
   padding: 10px;
   cursor: pointer;
}
.content_box {
    padding: 20px;
}
.content_box .content {
    display: none;
    animation: moving .5s ease;
}
@keyframes moving {
    from{transform: translateX(50px); opacity: 0;}
    to{transform: translateX(0px); opacity: 1};
}
.content_box .content.active {
    display: block;
}
.content_box .content h2 {
    margin-bottom: 10px;
}
.tab_box .tab_bt.active {
    color: #7360ff;
}
.line {
    position: absolute;
    top: 40px;
    left: 120px;
    width: 80px;
    height: 5px;
    background-color: #7360ff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
.gardensBay {
    width: 30%;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
    -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
    box-shadow: inset 0 0 20px rgb(148, 144 , 144);
    float: right;
    margin-left: 45px;
    padding: 10px;
    font-size: 1.1rem;
    background-color: aliceblue;
    font-style: italic;
    cursor: pointer;
}
.read-more-btn {
    color: #0983e4;
}
.read-more-text {
    display: none;
}
.read-more-text--show {
    display: inline;
}
.sinSlide {
    margin-top: 10px;
}
.sinFactOne {
    width: 48%;
    text-align: center;
    float: left;
}
.sinFactTwo {
    width: 48%;
    text-align: center;
    float: right;
}
.sinAccordItem {
    background-color: rgb(24, 9, 127);
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
}
.sinAccord {
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto; 
}

.sinAccordItemHeader {
    color: white;
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;

}
.sinAccordItemHeader::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
}

.sinAccordItemHeader.active::after {
    content: "\002D";
}

.sinAccordItem-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}
.sinAccordItem-body-content {
    color: white;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #d1c0ec, transparent) 1; 

}
.sinPlaces {
    margin-top: 50px;
    text-align: center;
}

/* Read more Read less start */

.read-more-container {
    display: flex;
    flex-direction: column;
    color: #111;
}
.container {
    padding: 2rem;
    /*background-color: #fff;*/
    border-radius: 2px;
    line-height: 1.4rem;
}
.read-more-btn {
    margin-top: 10px;
    color: black;
    padding: 15px 40px;
    float: right;
    background-color:#EDC9AF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    border-radius: 5px;
}
.read-more-text {
    display: none;
}
.read-more-text--show {
    display: inline;
} 

/*Read More Read Less end */

.sinSlideTwo {
    margin-top: 20px;
}

.homeImgs {
    display: inline-block;
    margin: 5px;
    box-shadow: -1px 0 10px #000;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(33, 16, 71);
    background-size: cover;
    transition: .3sec ease;
    
}
.homeImgs:hover {
    transform: scale(1.2); 
}



.home-text-h2 {
    color: #ffff;
    font-size: 2.1em;
    margin: 15px;
}
.home-text-h3 {
    color: #ffff;
    font-size: 1.3em;
    margin: 15px;
    width: 275px;

}
.newHome-section {
    text-align: center;
}


/*Morocco modification - start*/
.morocco-Intro {
    margin-top: 30px;
    font-size: 1.2em;
 }
 
.morAccord {
    width: 90%;
    max-width: 1200px;
    margin: 2rem auto;
}
.morAccordItem {
    background-color: #EDC9AF;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
}
.morAccordItemHeader {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.morAccordItemHeader::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
} 
.morAccordItemHeader.active::after {
    content: "\002D";
}
.morAccordItem-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.morAccordItem-body-content {
    padding: 1rem;
      line-height: 1.5rem;
      border-top: 3px solid;
      border-image: linear-gradient(to right, transparent, #e84641, transparent) 1; 
}
.morSepLine {
    margin-top: 30px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #EDC9AF, transparent) 1; 

}

/*Morocco modification - end*/

/* For all pages: Scroll to the top*/
.scroll-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
/* to hide the button when page first loaded*/
.scroll-container:before {
    content: '';
    display: block;
    height: 100vh;
    pointer-events: none;
}
/* fixes to right bottom of page*/
.scroll-container a {
    position: sticky;
    top: 88vh;
    cursor: pointer;
    font-size: 20px;
}



@media only screen and (min-width: 150px) and (max-width: 600px) {
    .torText {
        width: 100%;
        height: 800px;
    }
    .cnTow {
        width: 100%;
    }
    .gridHome {
        display: inline;
    }
    .home-content {
        margin-left: 30px;
        padding: 30px;
    }
    .container, .tab-box {
        width: 90%;
    }
    .marinaBay, .riverWalk, .gardensBay {
        width: 100%;
    }
    .sinFactOne, .sinFactTwo, .sinInfo {
        width: 100%;
    }
    .line {
        left: 10px;
    }
 
    
}
