@import url('../../fonts/all.css');
@import url('../../expatrwanda/animations.css');

.header {
    height: 100vh;
    position: relative;
    /* clip-path: polygon(0 0, 100% 0, 100% 90vh, 0 100%); */
    overflow: hidden;
}

.header div.main-conts{
    height: 100%;
    background-size: cover;
    background-position: top;
    transition: background-size 2s ease;
    background-repeat: no-repeat;


}

.brand-box {
    position: relative;
    top: 40px;
    left: 0px;
}

@media only screen and (max-width: 768px) {
  .desktop-menu {
        display: none;
  }
  .mobile-menu {
        display: block;
  }
}

@media only screen and (min-width: 768px) {
  .desktop-menu {
    display: block;
  }
  .mobile-menu {
    display: none;
  }
}

.desktop-menu-list{
    position: relative;
    top:-30px;
}

.desktop-menu-list .brand img {
    height: 90px;
}

/* Top navigation social media styles

#################################################################################################################
*/

.topSocialMedias {
    text-align: right;
    padding: 0 30px 0 0;
}
.topSocialMedias ul {
    padding: 0;
    margin: 0;
}

.topSocialMedias ul li {
    display: inline;
}

.topSocialMedias ul li a {
    position: relative;
    top:0;
    transition: all 0.3s;
    font-size: 30px;
    text-decoration: none;
    color: #fff;

}
.topSocialMedias ul li a:hover {
    text-decoration: none;
    top:-3px;
    color: #ddd;

}

/* end of Top navigation social media styles

#################################################################################################################
*/


.pip-new-navigation{
    padding: 0;
    margin: 0;
    position: relative;
    top:50px;
    
}
.pip-new-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.pip-new-navigation ul li{
    display: inline;
}
.pip-new-navigation ul li a{
    color: #fff;
    padding: 10px 18px;
    transition: all 1s;
    border-radius: 5px 5px 0 0;
    font-weight: normal;
    font-size: 17px;
    font-family: simply_rounded;

}
.pip-new-navigation ul li a:hover,.pip-new-navigation ul li a.active{
    text-decoration: none;
    color: #231f20;
    background-color: #fff;
}

.pip-new-navigation-dropdown {
    width: 100%;
    position: absolute;
    display: none;
    padding: 0 50px 0 50px;
    z-index: 1000;
}

.pip-new-navigation-dropdown .pip-new-navigation-dropdown-container{
    background-color: #fff;
    position: relative;
    top:30px;
    opacity: 0;
    transition: all 0.5s;

}
.pip-new-navigation-dropdown-container{
                padding: 10px;
}

.hamburger {
     margin-left: auto;
     color: #fff;
     cursor: pointer;
}

.nav-drill {
     margin-top: 50px;
     transform: translateX(100%);
}
 .nav-is-toggled .nav-drill {
     transform: translateX(0);
}
 .nav-is-toggled::after {
     opacity: 1;
     visibility: visible;
}
.nav-drill {
     display: flex;
     position: fixed;
     z-index: 100;
     top: 0;
     right: 0;
     width: 250px;
     height: 100vh;
     background-color: #fff;
     overflow-y: auto;
     overflow-x: hidden;
     -webkit-overflow-scrolling: touch;
     transition: 0.45s;
}

.nav-items {
     flex: 0 0 100%;
}

.nav-expand-content {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     transform: translateX(100%);
     background-color: #daf9f4;
     transition: 0.3s;
     visibility: hidden;
}
 .nav-expand-content .nav-item:not(:last-child) {
     border-bottom: solid 1px #20b49c;
}

.nav-link {
     display: block;
     padding: 0.875em 1em;
     background-color: #fff;
     color: #20b49c;
     font-size: 1rem;
     line-height: 1.5em;
     font-weight: 300;
}
 .nav-expand-content .nav-link {
     background-color: #daf9f4;
}
 .nav-expand-content .nav-back-link {
     display: flex;
     align-items: center;
     background-color: #20b49c !important;
     color: #fff;
}
 .nav-expand-content .nav-back-link::before {
     content: 'chevron_left';
     margin-right: 0.5em;
     font-family: 'Material Icons';
}
 .nav-expand-link {
     display: flex;
     justify-content: space-between;
}
 .nav-expand-link::after {
     content: 'chevron_right';
     flex: 0 1 auto;
     font-family: 'Material Icons';
}
 .nav-expand.active > .nav-expand-content {
     transform: translateX(0);
     visibility: visible;
}
 .nav-expand .nav-expand-content {
     background-color: #daf9f4;
}
 .nav-expand .nav-expand-content .nav-link {
     background-color: #daf9f4;
}
 .nav-expand .nav-expand-content .nav-expand-content {
     background-color: #aff1e6;
}
 .nav-expand .nav-expand-content .nav-expand-content .nav-link {
     background-color: #aff1e6;
}
 .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
     background-color: #84e9d9;
}
 .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
     background-color: #84e9d9;
}
 .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
     background-color: #59e1cb;
}
 .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
     background-color: #59e1cb;
}


ul.packages-level, ul.packages-destination{
    padding: 20px;
    margin: 0;
    list-style: none;
}
ul.packages-level li , ul.packages-destination li {
    display: inline;
}

ul.packages-level li a {
    color: #fff;
    font-weight: normal;
    background-color: #f5883c;
    padding: 10px 30px 10px 30px;
    border-radius: 20px;
    border: 2px solid #fff;
    transition: all 1s ease;

}
ul.packages-destination li a {
    color: #f5883c;
    font-weight: normal;
    background-color: #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 20px;
    border: 2px solid #f5883c;
    transition: all 1s ease;
}

ul.packages-level li a .assiabagde{
    color: #f5883c;
    background-color: #ffffff;
}

ul.packages-level li a:hover .assiabagde{
    color: #ffffff;
    background-color: #f5883c;
}

ul.packages-destination li a:hover .assiabagde{
    color: #f5883c;
    background-color: #ffffff;
}
ul.packages-level li a:hover{
    border: 2px solid #f5883c;
    color: #f5883c;
    background-color: #ffffff;
    text-decoration: none;
}

ul.packages-destination li a:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: #f5883c;
    text-decoration: none;
}
.accom-top-grid{
                
    min-height: 200px;
    padding: 1em 0 1em 1em;
    overflow-y: hidden;

}

.accom-top-grid .accom-top-grid-overlay{
    background-color: rgba(0,159,225,0.5);
    min-height: 200px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.accom-top-grid .accom-top-grid-overlay-color{
    background-size: cover;
    min-height: 200px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 10px 10px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
    position: relative;
    top:0;
    overflow: hidden;
}
.accom-top-grid .accom-top-grid-overlay-color:hover {
    top:-10px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.7);
    transform: scale(.9);
}
.accom-top-grid .accom-top-grid-overlay-color .accom-top-grid-contents {
    height: auto;
    position: relative;
    top:150px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;


}

.accom-top-grid .accom-top-grid-overlay-color:hover .accom-top-grid-contents{
    top:100px;
}

.accom-top-grid .accom-top-grid-overlay-color .accom-top-grid-contents a  {
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 6px #000;
}

.accom-top-grid .accom-top-grid-overlay-color .accom-top-grid-contents a:hover,
.destination-slids-conts-overlay a:hover {
    text-decoration: none;
    color: #f5883c;

}
.accom-top-grid .accom-top-grid-overlay-color .accom-top-grid-contents-decript{
    position: relative;
    top:300px;
    transition: all 0.3s ease;
    font-size: .7em;
    text-align: justify;
    padding: 1em;
}

.accom-top-grid .accom-top-grid-overlay-color:hover .accom-top-grid-contents-decript{
    top:100px;
}

.small-accomd-list{
    padding: 10px 0 0 0;
}

.small-accomd-list .small-accomodations{
    padding: 10px; background-color: #333;height: 70px; overflow: hidden;
    transition: all 0.5s ease;
}

.small-accomd-list .small-accomodations:hover{
    background-color: #444;
}

.small-accomd-list .small-accomodations img{
    width: 50px; float: left; border-radius: 50%;
}

.small-accomd-list .small-accomodations a{
    position: relative; left: 5px;
    color: #f5883c;
}

.small-accomd-list .small-accomodations a:hover{
    text-decoration: none;
    color: #fff;
}

.small-accomd-list .small-accomodations{
    color: #fff;
    font-size: .7em;
    text-align: justify;
}

div.all-accodation-menu{
    cursor: pointer;
}
div.all-accodation-menu.active .small-accomodations{
    background-color: #444;
    transform: scale(0.9);
}

div.all-accodation-menu.active:hover .small-accomodations{
    background-color: #444;
    border: 1px solid #333;
}

.destination-slids {
    padding: 10px 0 0 0;

}

.destination-slids-conts{
    height: 230px;
    background-size: cover;
    background-position: center center;
}
.destination-slids-conts-overlay{
    height: 230px;
    background-color: rgba(0,159,225,0.3);

}

.destination-slids-conts-overlay h4{
    font-size: 2em;
    margin: 10px;
}

.destination-slids-conts-overlay a{
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 6px #000;
}

.destination-slids-conts-overlay ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

.destination-slids-conts-overlay ul li a {
    color: #fff;
    font-weight: normal;
    color: #f5883c;
    text-shadow: none;
    font-size:.7em;
}

.text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-primary {
    color: #fff;
    text-transform: uppercase;
    backface-visibility: hidden;
    margin-bottom: 30px;
}
/* .heading-primary-main {
    display: block;
    font-size: 40px;
    font-weight:900;
    letter-spacing: 5px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    position: relative;
    left: 0;
    opacity:1;
    transition: all .3s ease;
    font-family: simply_rounded;
    text-transform: uppercase;
}
.heading-primary-sub {
    display: block;
    font-size: 15px;
    margin-top: 30px;
    text-transform: lowercase;
    transition: all .3s ease;
    transform: translateY(0);
} */

.heading-primary-main {
    display: block;
    font-size: 30px;
    font-weight:900;
    letter-spacing: 5px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    position: relative;
    left: 0;
    opacity:1;
    transition: all .3s ease;
    font-family: simply_rounded;
    text-transform: uppercase;
}

.heading-primary-sub {
    display: block;
    font-size: 25px;
    margin-top: 30px;
    font-weight: 20px;
    text-transform: lowercase;
    transition: all .3s ease;
    position: relative;
    top:0;
}

.theLinkingOf{
    opacity: 1;
    transition: all .3s ease;
    position: relative;
    top: 0;
}

.section-header{
    margin: 10px 0 10px 10px;
    padding: 25px;
    background-color: var(--main-color-dark-transp);
}
