.main-part {
  background-image: url(https://www.rmcad.edu/wp-content/uploads/2024/12/shutterstock_2176161815-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  height: 950px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  text-align: left;
}
header h1{
    margin-left: 29px;
    font-family: Georgia, serif;
}
/*
.logo{
   background-color: rgba(255, 255, 255, 0.8);
    color: rgba(0,0,0,0.8);
    text-decoration: none;
    font-family: Georgia, serif;
    font-size: 35px;
    font-weight: bold;
    padding: 15px;
    border-radius: 80px 20px;
}*/

nav ul {
  list-style: none;
  display: flex;
  justify-content: end;
}
nav li {
  margin: 0 30px;
}
nav a {
  color: white;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 500;
}
nav a:hover{
    color: dimgrey;
}
nav .button {
  background-color: #0056b3;
  padding: 15px 20px;
  border-radius: 10px;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.hero-text h2 {
    margin-top: 200px;
  text-align: center;
  font-size: 6rem;
  width: 40%;
  font-weight: bold;
}
.search-bar {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
  border: 2px solid white;
  border-radius: 20px;
}
.search-bar input,
.search-bar select {
  padding: 18px;
  margin: 0 20px;
  border: none;
  border-radius: 10px;
}
.icon-mainpart{
    color: white;
    background-color: orangered;
}
.search-bar button {
  padding: 10px 20px;
  background-color: orangered;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.sec1 {
  padding: 50px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
.img-name{
    display: flex;
}
.bi{
    color:orangered;
    background-color: white;
    border: none;
    border-radius: 10px;
}
.sm{
    position: relative;
    left: 50px;
    bottom: 25px;
}
.name{
    margin: 0;
    font-size: 30px;
}

.paris-img-part {
  display: grid;
  place-items: end;
  margin-right: 50px;
}
.image-paris {
  height: 650px;
  width:500px;
  border: none;
  border-radius: 20px;
}
.offer-h5 {
  margin: 0;
  letter-spacing: 3px;
  color: orangered;
  font-size: 25px;
}
.h2 {
  margin: 0;
  font-size: 60px;
  width: 70%;
}
.lorem {
  margin-top: 40px;
  font-size: 1rem;
  width: 60%;
}
.days {
  font-size: 1.4rem;
}
.rating {
    margin: 0;
    color: orangered; /* Gold color for stars */
    margin-bottom: 10px;
    font-size: 30px;
}
.rat-pri{
    display: flex;
    justify-content: space-between;
}

.user-interaction {
    display: flex;
    align-items: center;
    width: 230px;
    background-color: white;
    border: 1px solid white;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    right: 220px;
    top: 20px;
    box-shadow: 10px 10px 5px #f0efef;
}

.like-btn {
    margin-top: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    background-color: orangered;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    right: 30px;
    bottom: 40px;

}

.user-images {
    display: flex;
    align-items: center;
}

.user-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid white;
    margin-left: -10px; /* Overlap user images */
}

.add-user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
     border: 3px solid white;
    background-color: #ffccbc; /* Light-colored background */
    cursor: pointer;
    font-size: 1.2em;
    position: relative;
    right: 15px
}
.button--primary {
  background-color: orangered;
  color: white;
  padding: 13px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.button--secondary {
  background-color: aliceblue;
  place-items: end;
  color: orangered;
  padding: 13px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  margin-left: 10px;
}
.sec2 {
  padding: 140px;
  margin-top: 50px;
}
.image-place {
  height: 600px;
  width: 480px;
  border: none;
}
.h22 {
 margin-left: 30px;
  font-size: 60px;
  width: 40%;
}
.top-container {
  margin-bottom: 50px;
}
.img-container {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
}
.heading-img {
  margin: 29px 0 0 0;
  padding: 0;
  font-family: Arial, sans-serif;
  width: 60%;
  font-size: 24px;
}
.btn {
  background-color: white;
  color: orangered;
  border: none;
  padding: 20px;
  font-size: 20px;
  border-radius: 5px;
  align-content: end;
}

.sec3 {
  padding: 50px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

.client-img-part {
  display: grid;
  place-items: end;
  margin-right: 50px;
}
.small-text{
    margin-top: 20px;
}
.image-client {
  height: 560px;
  width: 470px;
  border: none;
  border-radius: 20px;
}
.offer-h5 {
  margin-left: 30px;
  letter-spacing: 3px;
  color: orangered;
  font-size: 25px;
}
.h2 {
  margin-top: 15px;
  font-size: 60px;
  width: 70%;
}
.lorem {
  margin-top: 40px;
  font-size: 1rem;
  font-weight: 200;
  font-family: Arial, Helvetica, sans-serif;
  word-spacing: 3px;
  line-height: 2rem;
  width: 60%;
}
.response-h5{
    color: orangered;
    letter-spacing: 3px;
    font-size: 25px;
    margin-left: 100px;
    margin-top: 50px;
}
.days {
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.image-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-left: 70px;
  margin-right: 70px;
}
.img-foot {
  height: 550px;
  width: auto;
  border: none;
  border-radius: 20px;
}
footer {
  margin: 50px 300px 50px 300px;
  height: 300px;
  border: none;
  border-radius: 30px;
  background-color: #091a88;
}
.footer-typ {
  text-align: center;
  padding: 70px;
  color: white;
}
footer h3 {
    margin: 0;
  font-size: 40px;

}
.head-icn{
    height: 20%;
    position: relative;
    left: 25%;
}
footer h5 {
    margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
}
.icon-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inp {
    margin:0;
  padding: 20px;
  border: none;
  border-radius: 10px;

}
.input{
    width: 300px;
}
.button {
  padding: 20px;
  border: none;
  border-radius: 10px;
  background-color: orangered;
  color: white;
}
.icls{
    background-color: orangered;
    color: white;
    border: none;
    padding: 20px;
    border-radius: 30px;
}
