@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Dancing+Script:wght@400..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=VT323&display=swap');
* {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: italic;
    padding: 0;
    margin: 0;
}
html{
    scroll-behavior: smooth;
}
a{
    color: white;
    text-decoration: none;
}
/*
.body {
    background-image: 
    linear-gradient(to right, #01022d, #000000);
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
/* Start of main page */
/*.container {
    background-image: 
    linear-gradient(to right, hwb(234 4% 76% / 0.539)30%, hwb(223 4% 93% / 0.498)),
    url(Umayyad\ Mosque.jpg) ;
    background-repeat: no-repeat;
    background-position: center ;
    width: 90%;
    height: 90%;
}
.container:hover {
    background-image: 
    linear-gradient( hwb(234 4% 76% / 0.539)30%, transparent),
    url(Umayyad\ Mosque.jpg) ;
    
}  
.content {
    color:white;  
    height: 50vh;
    width: 50vw;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 .content h1{
    
    font-weight: 200px;
    text-transform: uppercase;
    font-size: 80px;
    color: white;
}
.content p{
   margin-left: 20px;
    padding: 20px 0;
    font-size: 18px;
}
*/ 
header {
    position: absolute;
    top: 10px;
    right: 10px;
}

.logo {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
} 
ul li{
    
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    
}
ul a {
    border-bottom: 2px solid transparent;
    
}
ul a:hover {
    border-bottom-color: white;
}
.nav-bar .active{
    background-color:hwb(234 34% 47% / 0.726);
    padding: 3px 5px;
    border-radius: 10px; 
}


.body .container #particles-js{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient( rgba(10, 15, 61, 0.8), rgba(10, 12, 18, 0.8)),url(Umayyad\ Mosque.jpg) ;
    background-position: center ;
}
#particles-js h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-transform: uppercase;
    font-size: 80px;
    color: white;
}



.content .btn button, #attraction button, #contact .btn {
    color:#040648;
    font-size: 16px;
    padding: 3px 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    
}
.content button:hover, #attraction button:hover , #contact .btn:hover{
    background-color: transparent;
    border-color: white;
    color: white;
}


@media (max-width:950px){
    .content{
        flex-direction: column;
        width: 80%;
    }
    .content h1, .content p, .content button{
        
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header{
        flex-direction:column ;
        display: flex;
        justify-content: center;
    }
    #attraction .attraction-items{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 80%;
    }
    #attraction .attraction-items img{
        width: 100px;
        height: 100px;
    }
}
/* End of main page */

/* Start of Home */

.container1{
    max-width: 1100px;
    margin: auto;

}
.home {
    height: 80vh;
    display: flex;
    justify-items: center;
    align-items: center;

}
.home .title h1 , #attraction #title h1, #food #title h1, #Architecture-Art .title h1{
    text-align: center;
    margin: 15px 0;

    font-size: 30px;
}
.home .title h1{
    color:#040648;
}

.home .title h4{
    text-align: center;
    margin-bottom: 15px;
    color:#040648;
    font-size: 20px;
}
.home .home-content{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.home .home-content #video{
    border: 5px solid #353769;
    
}
.home .home-content p{
    color: #3f405c;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 20px;
}
.home .home-content a{
    color: #5141de;
    text-decoration: none;
  }
.home .home-content  a:hover {
    color:DarkBlue;
  }
/* End of Home */
/* Attraction start*/
#attraction{
    height: 80vh;
    display: flex;
    justify-content: center;
    background: url(attraction-background.jpg);
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
#attraction #title h1, #Architecture-Art .title h1{
    color: white;
}

#attraction img{
    width: 200px;
    height: 200px;
    border-radius: 360px;
}
#attraction .attraction-items{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
#attraction .attraction-items h3{
    font-size: 25px;
    margin: 15px 0;
    color: white;
}
#attraction .attraction-items p{
     font-size: 14px;
     padding: 0 20px;
     font-weight: 300;
     margin-bottom: 15px;
     color: white;       
}
#attraction button a{
    color:#040648;
}
#attraction button a:hover{
    color: white;
}
/* Attraction End*/
/*food start*/
#food{
    background: #f4f4f4;
    padding: 15px 0;

}
#food #title p{
    text-align: center;
    font-size: 14px;
    color: #474865;
    margin-bottom: 10px;
}
#food .food-items{
    display: flex;
    justify-content: center;
    align-items: center;
}
#food .food-items-left, #food .food-items-right{
    width: 40%;
}
#food .food-items .food-item{
    display: flex;
    justify-content:center ;
    align-items: center;
    margin: 40px;   
}
#food .food-items .food-item img{
    width: 80px;
    height: 80px;
    border-radius: 360px;
    margin-right: 20px;
    transition:transform 0.3s;
}
#food .food-items .food-item img:hover{
    transform: scale(3);
}

#food .food-items .food-item h3{
    color:#040648 ;
    border-bottom: 1px dashed #c2bdbd;
    padding: 10px;
}
#food .food-items .food-item p{
    margin-top: 10px;
}

/*Architecture*/
#Architecture-Art{
    background: url(attraction-background.jpg);
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}

#Architecture-Art .container1 img{
    width: 280px;
    height: 200px;
    border-radius: 15px;
    margin: 20px;
    box-shadow: 0 10px 10px #3f405c;
    opacity: 0.7;
    transition:all 0.3s;
}

#Architecture-Art .container1 img:hover {
    opacity: 1;
}
.container1 .img-architecture{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
/*contact*/
.contact-info a{
    color: #040648;
}
#contact{
    padding: 100px 0;
    background: #f4f4f4;
}
#contact .container1{
    max-width: 900px;
}
#contact .contact-content{
    display: flex;
    justify-content:space-evenly ;
    align-items: center;
}
#contact .contact-content .contact-info div {
    margin: 30px;
    line-height: 1.7;
}
#contact .contact-content .contact-info h3{
    font-size: 28px;
    color: #040648;
    margin-bottom: 10px;

}
#contact .contact-content .contact-info p{
    color: #9a9a9a;

}
#contact .contact-content .contact-info i{
    margin-right: 5px;

}
form{
    width: 50%;

}
form input{
    display: block;
    width: 100%;
    padding: 20px 15px ;
    margin: 20px 0;
}
#contact .btn {
    background-color: #040648;
    color: white;
    font-size: 16px;
    padding: 3px 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    
}
#contact .btn:hover{
    background-color: transparent;
    border-color: #040648;
    color: #040648;
}

.footer{
    background: #040648;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;

}