.abot{
    margin: 10px;
}
body{
    margin: 0;
    padding: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      scroll-behavior: smooth;
}
.home{
    height:600px;
    width:100%;
    background-image: url("fvg.jpeg");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 50px;
    box-shadow:0px 0px 15px;
    
}
.logo{
    margin-right: 20%;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
nav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background-color: rgba(240, 248, 255, 0.897);
      box-shadow:0px 0px 15px;
}
ul{
    display: flex;
    list-style: none;
    margin-left: 40%;
    justify-content: center;
    align-items: center;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}
li{
    margin: 40px;
    font-size: larger;
    
}
.btn{

    height: 40px;
    width: 550px;
    border-radius: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: rgb(49, 25, 25);
   color: aliceblue;
}
.book{
    width: 30%;
    margin-left: 9%;
  display: flex;
  flex-direction:column;
}
.bookk{
    width: 25%;
    height: 40px;
    border-radius: 30px;
    border: none;
    background-color: rgb(49, 25, 25);
    color: aliceblue;
    transition: 300ms;
    cursor: pointer;
}
.bookk:hover{
width: 26%;
height: 42px;
}
.one{
    font-weight: 700;
    font-size: 50px;
    color: rgb(231, 231, 231);
}
.ex{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(167, 167, 167);
       font-size: 30px;
}
.two{
color: rgb(255, 255, 255);;
   font-size: 20px;
}
.service{
     height:auto;
    width:100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ppt{
color: aliceblue;
    height: 40px;
    width: 100px;
   position: relative;
 background-color: rgb(49, 25, 25);
   top:20px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-weight: 600;
   transition: 300ms;
   border-radius: 5px;
}
.ppt:hover{
    width: 130px;
}
.fp{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}
span{
  font-size: 20px;
  font-weight: 200;
}
.places{
   
    width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pic{
    display: flex;
    flex-direction: column;
    align-items: center;
     border-radius: 5px;
    margin:40px;
    height: 300px;
    width: 20%;
    box-shadow:0px 0px 5px;
    transition: 1s;
    cursor: pointer;
}
.pic:hover{
    box-shadow: 0px 0px 15px;
}
.pp{

    width: 100%;
    height: 200px;
}
.ppp{
    width: 100%;
    height: 100%;
}


.about{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;



}

.team{
    display: flex;
justify-content: center;
align-items: center;
    width: 100%;
    height: 500px;
    margin: 10px;

}
.tim{
       display: flex;
       flex-wrap: wrap;
justify-content: center;
align-items: center;
    margin: 50px;
    height: 300px;
    width: 250px;
      box-shadow:0px 0px 7px;
      transition: 1s;
      cursor: pointer;
}
.tim:hover{
     box-shadow:0px 0px 15px;
}
.ttt{
height: 300px;
width: 250px;
}
.an{
    display: flex;
    flex-direction: column;
justify-content: center;
align-items: center;
    height: 100px;
    width: 200px;
    position: relative;
    border-radius:15px ;
    top: -90px;
    background-color: rgba(127, 255, 212, 0.671);
    color: rgb(37, 37, 37);
}



footer{
    width: 100%;
    background-color: rgb(221, 221, 221);
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    box-shadow:0px 0px 15px;
}
 

.f{
    height: 170px;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.ll{
    font-size: 20px;
}
ol{
    list-style: none;
    gap: 1px;
    font-size: 10px;
}
.com{
    color: rgb(63, 0, 122);
    font-size: 10px;
}


/* Mobile Styles (Up to 600px) */
@media (max-width: 600px) {

    nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: auto;
        width: 100%;
        margin: 0;

    }
    .logo{
        display: flex;
        justify-content: center;
        
    }

    ul {
        flex-direction: column;
        margin-left: 0;
        padding: 0;
    }

    li {
        margin: 10px 0;
    }

    .btn {
        width: 200px;
    }

    .home {
        height: auto;
       display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .book {
        width: 90%;
        margin-left: 0;
        align-items: center;
        margin-bottom: 5px;
    }

    .bookk {
        width: 60%;
    }

    .ex {
        font-size: 24px;
    }

    .one {
        font-size: 30px;
    }

    .two {
        font-size: 16px;
    }

    .places {
        width: 100%;
    }

    .pic {
        width: 80%;
        height: auto;
    }

    .pp {
        height: auto;
    }

    .ppp {
        width: 100%;
        height: auto;
    }

    .team {
        flex-direction: column;
        height: auto;
    }

    .tim {
        margin: 20px 0;
    }

    footer {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
    }

    .f {
        width: 90%;
        border: none !important;
        margin: 10px 0;
        text-align: center;
    }
}

/* Tablet Styles (600px - 900px) */
@media (max-width: 900px) {
    ul {
        margin-left: 10%;
        flex-wrap: wrap;
    }

    .btn {
        width: 250px;
    }

    .places {
        width: 100%;
        flex-direction: column;
    }

    .pic {
        width: 70%;
    }

    .team {
        flex-wrap: wrap;
        height: auto;
    }

    .tim {
        width: 80%;
        height: auto;
    }

    .ttt {
        width: 100%;
        height: auto;
    }

    .an {
        top: -70px;
        width: 80%;
    }

    footer {
        flex-wrap: wrap;
        height: auto;
    }

    .f {
        width: 45%;
        margin: 10px;
    }
}
