.bg-img {
    /* The image used */
    background-image: url("../img/home/home000.jpg");
    height: 750px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Needed to position the navbar */
    position: relative;
}

/*Start more info*/
.modal-content{
    background-image: linear-gradient(-90deg, #d38312, #FF00FF);
    z-index: 9999 !important;
}
.modal-header{
    color: #fff;
}
.modal-body{
    color: #fff;
}
.modal-footer{
    color: #fff;
}
.btn{
    background-color: #FF00FF !important;
    color: #fff !important;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
    margin-left: 20px ;
    border-radius: 50px !important;
}
/*End more info*/


/*--Start Infor of page home--*/
.row{
    margin-left: 20px !important;
    text-align: center;
}
#more{
    display: none;
}
/*--End Infor of page home--*/


  /*--HOLIDAY--*/
.row > .column {
    padding: 0 8px;
} 
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    float: left;
    width: 25%;
}
h2, h1{
    color: #FF00FF;
}
.carousel{
    margin: 5px 280px 5px 280px;
}
@media (max-width:900px) {
    .carousel{
      margin: 5px 160px 5px 160px;
    }
}
@media (max-width:600px) {
    .carousel{
      margin: 5px 60px 5px 60px;
    }
}
  /* The Modal (background)
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
} */




