@media(max-width:2000px) {
    body {
        flex-direction: column;
        background-color: white;
    }
}

@media(min-width:1000px) {
    body {
        flex-direction: column;
        background-color: white;
    }
}

.first-section {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted rgb(187, 163, 167);

}

.logo {
    width: 20px;
    margin-left: 40px;

}

.logo img {
    width: 150px;
}

.menu-area>ul {
    list-style: none;
    display: flex;
    margin-right: 40px;

}

.menu-area ul li {
    position: relative;
}

.dropdown {
    position: absolute;
    left: 0;
    top: 70%;
    background-color: #f5ebeb;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    width: 150px;
}

.dropdown li {
    margin-bottom: 2px;
}

.menu-area ul li:hover .dropdown {
    display: block;
}

.menu-area ul li a {

    padding: 5px 10px;
    border-radius: 3px;
    display: block;
}

.menu-area ul li a:hover {
    color: black;
    background-color: #f5ebeb;
}


.menu-area ul li a {
    margin-right: 20px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;

}



/* 2nd */




.left-banner img {
    width: 540px;
}

.left-banner {
    position: relative;
    margin-top: 100px;
    margin-right: 0px;
}

.content h1 {
    font-size: 35px;

}

.content {
    position: absolute;
    top: 240px;
    left: 110px;
    color: #fff;
    text-align: justify;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    visibility: visible;
    cursor: pointer;


}


.left-banner:hover.content {
    visibility: visible;

}

.anchor2 {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 10px;

}

.second-section {
    display: flex;

}

.photo-album {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 100px;
}

.image img {
    width: 120%;
    height: 230px;
    object-fit: cover;
}

.item {
    width: 300px;
    margin-right: 10px;
    position: relative;
}

.second-section2 {
    display: flex;
    justify-content: center;

}

.right-content {
    position: absolute;
    top: 50px;
    left: 95px;
    color: #fff;
    text-align: center;
    margin-top: 0;
}

.content2 {
    position: absolute;
    top: 40px;
    left: 60px;
    color: #fff;
    text-align: center;
    margin: -10px;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.75);
    width: 160px;
    height: 130px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
    z-index: 0;
    visibility: hidden;
    cursor: pointer;
}

.item:hover .content2 {
    visibility: visible;
}

.content2 h1 {
    font-size: 20px;
}

.content2 a {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 7px;
}

/* 3rd */





.photo-album3 {
    display: grid;
    grid-template-columns: repeat(3, 35%);
    padding: 70px 0px 0px 0px;
    margin-top: 50px;
    margin-left: 20px;
}

.photo-album3 h1 {
    font-size: 25px;
    color: black;
}

.photo-album3 h5 {
    color: rgb(187, 163, 167);
}

.photo-album3 .rating .stars {
    display: flex;

    position: absolute;
    right: 960px;
    top: 1162px;
    font-size: 18px;

}

.photo-album3 .rating2 .stars2 {
    display: flex;

    position: absolute;
    right: 500px;
    top: 1162px;
    font-size: 18px;

}

.photo-album3 .rating3 .stars3 {
    display: flex;
    position: absolute;
    right: 45px;
    top: 1162px;
    font-size: 18px;

}


ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul {
    display: block;
}

/* 4th */

.photo-album4 {
    display: grid;
    grid-template-columns: repeat(3, 35%);
    padding: 70px 0px 0px 0px;
    margin-top: 50px;
    margin-left: 20px;
}

.photo-album4 h1 {
    font-size: 25px;
    color: black;
}

.photo-album4 h5 {
    color: rgb(187, 163, 167);
}

.photo-album4 .rating .stars {
    display: flex;

    position: absolute;
    right: 960px;
    top: 1782px;
    font-size: 18px;

}

.photo-album4 .rating2 .stars2 {
    display: flex;

    position: absolute;
    right: 500px;
    top: 1782px;
    font-size: 18px;

}

.photo-album4 .rating3 .stars3 {
    display: flex;

    position: absolute;
    right: 45px;
    top: 1782px;
    font-size: 18px;

}


ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul {
    display: block;
}

/* fifth */

.footer-area {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    padding: 50px 0px 50px 35px;
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 30px;
    background-color: rgba(0, 0, 0, 0.788);
    color: #fff;
    width: 100%;


}

.fifth-section {
    margin: -40px;

}

footer {
    text-align: center;
}

.icon .socials {
    display: flex;
    justify-content: center;

}

.footer-area footer {
    justify-items: center;
}

.robin {
    background-color: rgba(0, 0, 0, 0.788);
    color: #fff;
    padding: 40px;
    border-top: 0.5px solid #ffffff4b;
    margin-left: 40px;

}