*{
    margin: 0;
}
body{
    background-color: #000000;
    background-image: url("images/pexels-vijay-putra-64738.jpg");
}
header{
    width: 100%;
    height: 100px;
    background-image:linear-gradient(to top,#000000,#000000);
    display: flex;
    align-items: center;
    justify-content: left;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: black;
    color: rgba(255, 217, 0, 0.336);
}

header ul {
    text-align: left;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Aldrich', sans-serif;
    margin-left: 110px;
}
header IMG{
    position: relative;
    left:0px;
    width: 7%;
}
header a{
    text-align: center;
    text-decoration: none;
    font-size: 40px;
    margin-left: 50px;
    color:gold
}
.dropbtn{
    font-family: 'Aldrich', sans-serif;
    /* margin-left: 240px; */
}
.dropbtn:hover{
    transform: scale(1.2);
   
}
header li:hover{
    transform: scale(1.2);

}
.dropdown{
    width: 100px;
}
.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 320px;
  }

  .dropdown-content a {
    color: black;
    text-decoration: none;
    width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom:10px;
  }
  .dropdown-content img{
    width: 20px;
    align-items: center;
  }
  .dropdown-content a:hover {

    background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;z-index: 30;}
  
  .dropdown:hover .dropbtn {background-color: #3e4f8e00;}

.carousel-inner img{
    width: 800px;
    height: 700px;
}
.carousel-item h3{

    font-size: 40PX;

}
.home{
    margin-top: 100px;
    background-color: black;
    color: gold;
}
ul:hover a{
    filter: blur(2px);
}
ul a:hover{
    filter: blur(0);
    transform: scale(1.1);
    color:gold;
}
.history{
    width: 100%;
    height:100vh;
    background-color: black;
    color: gold;
    background-color: black;
    color: gold;
}
.history p{
    font-family: 'Aldrich', sans-serif;
    text-align: justify;
    padding: 20px;
    font-size: 30px;
}
 h5{
    padding-top: 90px;
    background-color:black;
    margin: 0px;
}
h1{
    font-family: 'Aldrich', sans-serif;
    font-size: 50px;
    margin: 30px;
}
.attract {
    /* margin-top: 50px; */
    width: 100%;
    background-color: black;
    color: gold;
}
.images{
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.images>div{
    padding: 30px;
    width:90%;
    height:300px;
    text-align: justify;
    display: flex;
    
    margin-bottom: 50px;
}
.images>div:hover{
    background-color: #dddddd38;
    border: 2px rgb(221, 211, 211) solid;
    box-shadow: 20px 20px 30px rgba(128, 128, 128, 0.568) ;
    border-radius: 20px;
}

.images>div:hover img{
    border: 1px solid rgb(221, 211, 211);
    border-radius: 20px;
}
.images div img{
    width:25%;
    text-align: right;
    float: right;
    margin-bottom: 20px;
}
.images .content{
    margin: 10px;
}
.about{
    width: 100%;
    height: 100vh;
    text-align: justify;
    padding: 20px;
    background-color: black;
    color: gold;
}
.about a{
    font-weight: 900;
}
.about a{
    color: blue;
    text-decoration: none;
}
.about a:hover{
    color:#EA5753;
}
.about iframe{
    position: relative;
    left: 800px;
    bottom: 390px;
    width: 500px;
    height: 300px;
}
.about h3{
    font-family: 'Aldrich', sans-serif;
    font-size: 40px;
    color:blueviolet;
}
.about p{
    font-family: 'Aldrich', sans-serif;
    font-size: 20px;
}
.about b{
    font-family: 'Aldrich', sans-serif;
}
.about h4{
    font-family: 'Aldrich', sans-serif;
    font-size: 25px;
    text-decoration: underline;
}
#copy{
    text-align: center;
    font-size: 20px;
    background-color: black ;
}
