@import url('https://fonts.googleapis.com/css?family=Lato|Raleway|Raleway+Dots&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lexend+Deca|Lexend+Mega&display=swap');
html, body, header, #intro {
    height: 100%;
    background: #857f79;

   /* font-family: "Lato"; */
    font-family: 'Lexend Mega', sans-serif;
    font-weight: 300;
    font-size: 16px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/*** Header Styles ***/
.top-nav-collapse{

}
.nav-link{
    /*  font-size: 1.5em !important; */
    border-radius: 5%;
    border:1px solid #b2b3b1;
}

a{
    font-family: "Poppins";
    font-weight: 300;
    font-size: 16px;
    color: #b2b3b1;
}
a:hover{
    background-color: rgba(150, 124, 127, 0.35);
    color: #eeeeee;
}

footer{
    margin-bottom: 0;
    padding-bottom: 0;
}
footer.page-footer {
    bottom: 0;
    color: #b2b3b1;
}
footer.page-footer a{
    color: #b2b3b1;
}
.foot-weight-div{
    weight: 250 px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Raleway";
    font-weight: 300;

}
p, li{
    font-family: "Raleway";
    font-weight: 300;
    font-size: 20px;
  /*  color: #16426d;*/
    font-weight: bold;
}

i {

}
.btn_top{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #d1cdae;
    color: #fff;
    cursor: pointer;
    padding: 10px 40px;
    border-radius: 10px;
}
.btn_top:hover{
    background-color: #cfd2ac;
}
.btn_quest{
    bottom: 20px;
    right: 40px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #d1cdae;
    color: #fff;
    cursor: pointer;
    padding: 10px 40px;
    border-radius: 10px;
}
.btn_quest:hover{
    background-color: #cfd2ac;
}
.sideBar_item{
    min-height: 45px;
}
#menuVertical{
    width: 71px;
    height: auto;
    position: fixed;
    z-index: 5;
    transition: .3s;
}
#menuVertical ul{
    display: flex;
    width: 150px;
    height: auto;
    margin: 0;
    padding: 10px;
    list-style: none;
    position: relative;
}
#menuVertical ul li{
    display: flex;
    width: 150px;
    position: relative;
    margin-bottom: 10px;
}
#menuVertical ul li a{
    position: relative;
    display: flex;
    width: 198px;
    height: auto;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #876532;
    line-height: 1em;
    text-shadow: 2px 2px 3px #0d0d0d;
}
#menuVertical a:hover, #menuVertical ul li:hover a {
    background-color: #967e59;
    color: #fff;
    padding: 5px;
}
#menuVertical ul li ul{
     position: absolute;
     top: 0px;
     left: 150px;
     display: none;
     width: auto;
 }
#menuVertical ul li:hover ul{
     display: block;

}
#menuVertical ul li ul li a{
     white-space: nowrap;
     text-transform: none;
     width: auto;
     padding: 10px 20px;
     display: block;
 }

#intro{
    background: url(../Video/cloud.jpg) no-repeat center center;
    background-size: cover;
}
#info{
    background: url(../image/test1.jpg) no-repeat center center;
    background-size: cover;
}


.carousel-inner{

}
.carousel-inner img{
    height: 100%;
    width: 100%;
}
.carousel-caption{
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    text-shadow: 1px 1px 10px #000000;
}
.carousel-inner-company{
    height: 500px;
}
.carousel-inner-company img{
    height: 50%;
    width: 150%;
    margin-left: -30px;
}
.carousel-caption-company{
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    text-shadow: 1px 1px 10px #000000;
}
.svr{
    color: #0c9c0d;
}


.p-0{
    padding: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    height: 50px;
    width: 50px;
    color: #0d0d0d;
}
@media (max-width: 760px) {
    .navbar:not(.top-nav-collapse){
        background: #24355C
    }
}
.map-container{
    overflow:hidden;
    padding:3.25%;
    position:relative;

}
.map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.myTable {
    color: #a00010;

}
.myTable th{
    font-weight: bold;
    font-size: 26px;
    font-family: "Raleway";
    text-align: center;
}
.myTable p{
    font-weight: bold;
    font-size: 26px;
    font-family: "Raleway";
    text-align: center;
    color: #fff;
}
.priceTable{
    border-spacing: 2px 10px;
    font-weight: bold;
    border-collapse: separate;
}
.priceTable th{
    padding: 10px 20px;
    background: #343a40;
    color: #a00010;
    border: 4px solid;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
}

.priceTable thead tr {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.priceTable tbody td {
    vertical-align: middle;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border: 2px solid #56433D;
}

.slideshow-container{
position: relative;
    margin: auto;
    z-index: -1;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius:  0 3px 3px 0;
}
.next{
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover{
    background-color: rgba(0,0,0,0.8);
}

#fixed {
    height: 300px;
    border-top: 4px solid #56433D;
    border-bottom: 4px solid #56433D;
    background: url("../image/TitleSand.jpg") no-repeat center center fixed;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
#fixed1{
    height: 300px;
    border-top: 4px solid #56433D;
    border-bottom: 4px solid #56433D;
    background: url("../image/BackgroundSand.png") no-repeat center center fixed;
    background-blend-mode: multiply;
    background-color: darkgray;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
#fixed2{
    height: 300px;
    border-top: 4px solid #56433D;
    border-bottom: 4px solid #56433D;
    background: url("../image/Tho.png") no-repeat center center fixed;
    background-blend-mode: multiply;
    background-color: darkgray;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
#fixedHistory{
    height: 300px;
    border-top: 4px solid #56433D;
    border-bottom: 4px solid #56433D;
     background: url("../image/History1.png") no-repeat center center fixed;
     background-blend-mode: multiply;
     background-color: darkgray;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
 }

.infinity-slider-wrap{
    border: 2px solid #a00010;
    width: 650px;
    height: 350px;
    margin: auto;
    position: relative;
}
.infinity-slider{
    width: 650px;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.infinity-slider img{
    width: 650px;
    height: 350px;
    position: absolute;
    opacity: 1;
    transition: all ease 1s;
}
.infinity-slider .opacity0{
    opacity: 0;
}
.btn-infinity-up, .btn-infinity-down{
    width: 36px;
    height: 36px;
    background: url("../image/OneP.png");
    background-size: contain;
}
.btn-infinity-down{
    background: url("../image/ThoP.png");
    background-size: contain;
}
.myVideo{
    width: 85%;
}
#fotoPresent{
    position: relative;
    background: url("../img/FotoPresent.png") no-repeat center top ;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.proba1{
    display: grid;
    width: 40%;
    height: 20%;
    grid-template-rows: 50px 50px 50px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    margin: 0;
    float: right;
}
.titleFirme{
    position: absolute;
    top: 70px;
    right: 220px;
}

.titleFirme p{
    position: relative;
    top: 120px;
    font-size: 4vw;
    color: whitesmoke;
}

.titleFirme h2{
    font-size: 5vw;
    color: whitesmoke;
}
.bl1{
    position: absolute;
    top: 300px;
    right: 50px;
    display: none;
}
.bl2{
    position: absolute;
    top: 470px;
    right: 150px;
    display: none;
}
.bl3{
    position: absolute;
    top: 670px;
    right: 305px;
    display: none;
}
.numberFirme{
    position: relative;
    bottom: 10px;
    font-size: 140px;
    color: whitesmoke;
}
.textImg{

    font-size: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    color: whitesmoke;
}

#counter{
    position: absolute;
    right: 100px;
    bottom: 20px;
}


.company1 p, li {
    font-weight: bold;
    font-family: 'Lexend Mega', sans-serif;
}
.carousel-item img{
    width: 100%;
    height:100%;
}
#carouselExamplePride{

}
#carouselExamplePride a:hover{
    background-color: transparent !important;
}
.redQuest{
    font-size: large;
    color: #a00010;
    font-family: "Raleway";
}
.blue-btn{
    background-color: #55acee;
    box-shadow: 0px 5px 0px 0px #3C93D5;
}
.popup{
    display: none;
    position: relative;
    z-index: 100;
    margin: 0 25% 0 25%;
    width: 50%;
}
.card-body{
    background: url("../image/sand.png");
}

.modal-content{
    border-radius: 12px 12px 12px 12px;
}
.modal-header{
    background-color: #967e59;
    align-items: center;

}
#exampleModalLabel.modal-title h5{
    color: red;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
}
