*{
    margin: 0;
    padding: 0;
}

body{
    background:white;
    line-height: 1.5;
}
header{
    z-index: 1000;
    top: 0;
    position: sticky;
    background: #026969;
    padding: 20px 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    font-size: 50px;
    font-weight: bold;
    color: white;
    font-style: oblique;
    text-decoration: none;
  
  }
  .logo img{
    height: 70px;
    width: auto;
    margin-left: 10px;
    border-radius: 50px;
    padding-top: 20px;
  }
  
  ul{
    list-style: none;
    background:white;
    border-radius: 30px;
  }ul li{
    display: inline-block;
    position: relative;
  }
  ul li a{
    display: block;
    padding: 20px 25px;
    color: black;
    text-decoration:none ;
    text-align: center;
    font-size: 20px;
  }
  ul li  ul.dropdown li{
    display: block;
  }
  ul li ul.dropdown {
    width: 100%;
    background: white;
    position: absolute;
    z-index: 999;
    display: none;
  }
  ul li a:hover{
    background:  #023e3a;
    }
    ul li:hover ul.dropdown{
        display: block;
    }


    
.fit{
    color:black;
    margin-top: 20px;
    font-size: 80px;
}
.fit2{
    color: black;
    margin-left: 15px;

}
.p1{
    color:black;
    font-size: 30px;}

    .spot{
    font-size: 30px;
    padding-top: 29px;
    }
    .li1{
        padding-left: 25px;
        font-size: 25px;
    }

.sport{
    border-top: solid 4px  #026969;
    padding: 25px 30px;
    background:white;
    text-align: center;
}
.title{
    padding-top: 25px;
font-size: 100px;
color:black;

}

.parent{
  text-align: center;
  margin: 15px;
  
    border-top:solid 4px #026969;
    margin-top: 30px;
}

.card{
    display: grid;
    grid-template-columns: repeat(3 ,1fr);
    grid-template-rows: repeat(2 , 1fr);
    gap: 5px;
    border-top:solid 4px #026969;
    border-bottom:solid 4px #026969;
}
.cont{
    width: 370px;
    height: 450px;
    background-color: white;
    border-radius: 12px;
    margin: 15px;
    text-align: center;
    border-top: solid 4px  #026969;
    border-bottom: solid 4px  #026969;
    margin: 15px;
    padding: 20px;
box-shadow: 0 0 15px;

}

.cont img{
    width: 340px;
    height: 330px;
    border-radius: 12px;
}

.hyd{
    border-top: solid 4px  #026969;
    border-bottom: solid 4px  #026969;
    margin: 15px;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
}

.img{
    float: inline-start;
     border-radius: 10px;
    width: 500px;
    height: 330px;
    margin: 20px;

}
.img2{
    float: right;
     border-radius: 10px;
    width: 500px;
    height: 490px;
    margin: 20px;
    object-fit: cover;
}
.food{
        margin: 15px;
        padding: 20px;
        background-color: white;
        border-radius: 15px;
        border-top: solid 4px  #026969;
        border-bottom: solid 4px  #026969;
}
.img22{
        float: right;
         border-radius: 10px;
        width: 510px;
        height: 520px;
        margin: 20px;
        object-fit: cover;
}
.img3{
    float: left;
         border-radius: 10px;
        width: 490px;
        height: 570px;
        margin: 20px;
        object-fit: cover;
}

.img45{
    float: left;
    border-radius: 10px;
   width: 510px;
   height: 475px;
   margin: 20px;
   object-fit: cover;
}
.img44{
    float: right;
    border-radius: 10px;
   width: 510px;
   height: 400px;
   margin: 20px;
   object-fit: cover;
}

.img43{
    float: left;
    border-radius: 10px;
   width: 510px;
   height: 400px;
   margin: 20px;
   object-fit: cover;
}

.footer{
        background-color: #026969;
        color:black;
        text-align: center;
        padding: 1rem;
        margin-top: 2rem;
    
}
h1{
    margin-top: 20px;
}
h2{
    margin-top: 20px;
}

.fa{
    margin-right: 6px;
    vertical-align: middle;
    font-size: 30px;
    color: black;
  }
.footer-par{
    font-size: 25px;
}