body{
    margin: 0;
    padding: 0;
    
}


.top-bar{
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: orangered;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar ul{
  
    width: 80%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    font-weight: 900;
    color: aliceblue;
    
}
.top-bar a{
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 90px;
    border-radius: 5px;
    text-decoration: none;
    
}
.top-bar a:nth-child(4){
    background-color: rgb(16, 235, 16);
}
.top-bar a:hover{
    background-color: rgb(16, 235, 16);
}
.header{
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(to right,rgba(255, 166, 0, 0.322),rgba(11, 207, 11, 0.788));
    background-position: center;
    background-size: cover;
    position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
    
}
.header .container{
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 70%;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(to right,rgba(213, 216, 38, 0.699),rgba(11, 207, 11, 0.514)),url(pics/undraw_best-place_dhzp\ \(1\).png);
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 4%;
    justify-content: center;
}
.container p{
    font-weight: 900;
    font-size: 20px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.534);
    color: wheat;
}


.social-media {
    height: 80px;
    width: 100%;
    background-color: rgba(15, 24, 15, 0.212);
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 4%;
    justify-content: space-evenly;
    position: sticky;
   

}

.social-media button{
    width: 90px;
    height: 90px;
    border-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    justify-content: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.685);
    color: aliceblue;
    font-weight: 900;
    font-size: 10px;
}
.social-media button img{
    height: 35px;
    width: 35px;
    border-radius: 20px;
    transition: 6s;
}
.social-media button:hover{
    box-shadow: 0 0 5px rgb(9, 240, 9),
    0 0 25px, 0 0 50px rgb(21, 228, 21),
    0 0 100px rgb(9, 240, 9), 0 0 200px rgb(9, 240, 9);
    transform: rotate(20deg);
}

.mail{
    margin: 30px;
    height: 80px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;


}
.mail a{
    width: 100%;
    text-decoration: none;
}
.mail button{
    color: aliceblue;
    font-size: 20px;
    width: 80%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.253);
    border-radius: 10px;
    display: flex;
    border-left: 2px solid rgb(11, 241, 11);
    border-top: 3px solid red;
    border-right: 3px solid orange;
    border-bottom: 3px solid blue;
    flex-direction: row;
    align-items: center;
    column-gap: 25px;
    justify-content: center;

}
.mail button:hover{
    background-color: rgba(13, 14, 13, 0.815);
    cursor: pointer;
    transition: 1s;
}


.mail button img{
    height: 40px;
    width: 50px;
}
/*location*/
.location{
    width: 100%;
    height: 100vh;
    background-color: rgb(190, 243, 169);
    position: relative;
    margin-top: 10px;
}

.location .location-pic{
    width: 100%;
    height: 50%;
    background-image: linear-gradient(rgba(0, 128, 0, 0.137),rgba(224, 241, 222, 0.288)),url(pics/directino.png);
    background-position: center;
    background-size: contain;
   
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.location .location-pic .locatedAT{
    width: 60%;
    height: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(51, 253, 0);
    border-radius: 20px;

}
.location .location-pic h3{
    margin-bottom: -20px;
}

.location .location-pic p{
    padding: 20px;
    color: aliceblue;
    font-size: 20px;
    font-weight: 900;
}

.location .map{
    display: flex;
    justify-content: center;
    align-items: center;
}

.location .map iframe{
    width: 100%;
}


/*footer*/

.footer{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to right,rgba(38, 46, 38, 0.959),rgba(29, 28, 27, 0.925)),url(pics/logo.png);
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    row-gap: 20%;
    align-items: center;
    justify-content: center;
}

.footer .contacts{
    width: 40%;
    height: 80%;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}
.footer ul{
    background-color: #70b9761a;
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    justify-content: center;
    list-style: none;
    text-align: center;
    border-radius: 20PX;
    font-size: 20px;
    color: aliceblue;
    padding-left: 10px;
}
.footer ul a{
    color: blue;
}

.footer .copy{
    width: 100%;
    height: 10%;
    background-color: rgba(199, 228, 218, 0.575);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
}


/*media query for mobile devices*/

@media only screen and (max-width: 767px){
    .header h1{
        opacity: 0;
    }
    .header .container h1{
        
        font-size: 20px;
    
    }
    .top-bar{
        justify-content: flex-start;
    }
    .top-bar ul{
        width: 80%;
        justify-content: left;
        font-size: 11px;
        column-gap: 15px;
    }
    .top-bar a{
        width: 150px;
        padding: 2px;
    }
    .header .container{
        flex-direction: column;
        width: 95%;
        height: 90%;
        padding-bottom: 30px;
      
    }
    .header .container .logo{
        width: 100%;
        height: 60%;
        border-style: none;
    }
    .header .container .intro{
        width: 100%;
        height: 40%;
        justify-content: flex-start;
        padding-bottom: 30px;
    }
    
    .header .container .logo img{
        height: 80px;
        width: 80px;
    }

    .header .container .intro p{
        font-size: 15px;
        
    }
    .midle{
        flex-direction: column;
    }
    .midle .photo{
        width: 100%;
        height: 20%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .midle .photo img{
        height: 250px;
        width: 250px;
    }
    .midle .p{
        width: 100%;
        align-items: flex-start;
    }

    .footer .contacts{
        width: 70%;
    }


    .social-media button{
        height: 40px;
        width: 40px;
        font-weight: 500;
        font-size: 7px;
    }
    .social-media button img{
        height: 30px;
        width: 30px;
        border-radius: 20px;
        transition: 6s;
        margin-top: -15px;
    }
    .location .location-pic .locatedAT{
        width: 90%;

    }
    .location .location-pic p{
        
        font-size: 15px;
    }
    .mail{
        width: 100%;
    }
    .mail button{
        flex-direction: column;
        margin-left: 30px;
    }

}