body {
  padding: 0;
  margin: 0;
}
body::-webkit-scrollbar {
  display: none;
}
.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 20%;
  gap: 5px;
  margin: 0 100px 0 100px;
  text-align: center;
}

.title img {
  height: 40px;
  width: 40px;
}

.title__head {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.title__nav {
  display: flex;
  gap: 10px;
  cursor: pointer;
  li {
    list-style: none;
  }
}
.nav {
  padding: 5%;
}

.nav:hover {
  background-color: rgb(235, 141, 141);
  border-radius: 30px;
  font-weight: bolder;
}

.nav__forum {
  padding: 5%;
}

.nav__forum:hover {
  color: green;
  text-decoration: underline;
}

.langsign {
  display: flex;
  gap: 30px;
  cursor: pointer;
}

.title__lang {
  display: flex;
  align-items: center;
  gap: 10px;
}

.line {
  height: 25px;
  border: solid black 0.5px;
  color: gray;
  opacity: 0.1;
}

.title__signin {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.signin__sign {
  background-color: black;
  color: white;
  border-radius: 20px;
  padding: 10px;
}

.question {
  text-align: center;
  font-size: 70px;
}
.navbar {
  display: flex;
  gap: 20px;
  justify-content: center;
  overflow-x: auto;
}
.navb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  min-width: 90px;
}
.navb:hover {
  text-decoration: underline 3px;
  cursor: pointer;
}
.searchbar {
  display: flex;
  align-items: center;
  border: 1px solid gray;
  width: 60%;
  margin: 20px 30px 40px 30px;
  border-radius: 40px;
  padding-left: 5px;
  margin-left: 230px;
}

.searchbar input {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 5px;
  font-size: 18px;
  flex-grow: 1;
  margin-left: 5px;
}

.searchbar button {
  background-color: rgb(64, 241, 64);
  padding: 15px;
  border-radius: 40px;
  width: fit-content;
  border: none;
  margin: 5px;
  font-weight: bold;
}

.searchbar button:hover {
  background: rgba(0, 128, 0, 0.8);
  cursor: pointer;
  color: white;
}

.saleimg {
  position: relative;
  margin: 0 100px 0 100px;
}

.saleimg img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

.saleimg__content {
  position: absolute;
  top: 50px;
  left: 10%;
  width: 400px;
  font-size: 20px;
  background-image: linear-gradient(to right, red, rgb(243, 7, 184), blue);
  /* -webkit-background-clip: text; */
  background-clip: text;
  color: transparent;
}

.saleimg__content span {
  background-color: white;
  color: red;
  padding: 5px;
  border-radius: 5px;
  font-weight: bolder;
}

.ai {
  background-color: white;
  color: blue;
  display: inline;
  padding: 2%;
  border-radius: 20px;
  font-weight: bolder;
}

.ai:hover {
  cursor: pointer;
}

.seaside {
  margin: 0 100px 0 100px;
}
.seasides::-webkit-scrollbar {
  display: none;
}

.seasides {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  margin-bottom: 40px;
}

.seasides__img {
  position: relative;
  cursor: pointer;
}

.seasides__img img {
  width: 270px;
  height: 300px;
  border-radius: 20px;
}

.seasides__img img:hover {
  opacity: 0.9;
}

.img-content {
  position: absolute;
  bottom: 5px;
  color: white;
  left: 20px;
  font-size: 20px;
}

.chennai {
  margin: 0 100px 0 100px;
}

.madras {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  text-align: center;
}

.madras::-webkit-scrollbar {
  display: none;
}

.madras__img img {
  width: 270px;
  height: 300px;
  border-radius: 20px;
}

.madras__img img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.madras__content h3,
h4,
p {
  margin: 0;
  padding: 0;
}

.madras__content p {
  color: gray;
}

.madras__content:hover {
  cursor: pointer;
  text-decoration: underline;
}

.explore-more {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: rgb(235, 231, 231);
  height: 500px;
}

.more {
  margin: 0 100px 0 100px;
}

.more__content::-webkit-scrollbar {
  display: none;
}

.more h2 {
  padding-top: 20px;
}

.more__img img {
  width: 360px;
  height: 300px;
  border-radius: 30px;
}

.more__img img:hover {
  cursor: pointer;
  opacity: 0.8;
}

.more__img h3:hover {
  text-decoration: underline;
  opacity: 0.8;
  cursor: pointer;
}

.more__content {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  padding: 20px;
  text-align: center;
}

.sponcer {
  background-color: rgb(235, 231, 231);
  margin: 0 100px 0 100px;
  display: flex;
  height: 500px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 2% 5% 2% 5%;
  gap: 5%;
}

.poster {
  height: 85%;
  width: 60%;
}

.sponcer__contant img {
  height: 30px;
}

.sponcer__contant {
  width: 300px;
}

.logo span {
  text-decoration: underline;
  cursor: pointer;
}

.sponcer__contant button {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 30px 10px 30px;
  border-radius: 40px;
  cursor: pointer;
}

.sponcer__contant button:hover {
  opacity: 0.8;
}

.footer {
  background-color: rgb(235, 231, 231);
  height: auto;
  width: 100%;
  margin-top: 70px;
  padding: 0;
}
.aboutus h2 {
  margin: 2%;
}
.aboutus {
  display: flex;
  padding: 20px 100px 20px 100px;
  justify-content: space-around;
}
.aboutus p {
  margin: 5%;
}
.aboutus p:hover {
  text-decoration: underline;
  cursor: pointer;
  color: blue;
  opacity: 0.8;
}
.aboutus__logo img {
  height: 60px;
  width: 60px;
  padding: 0 0 0 100px;
}
.aboutus-2 {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.last {
  width: 95%;
}
.links {
  display: flex;
  gap: 5%;
  padding-top: 0;
  margin-top: 0;
  color: blue;
}
.links p:hover {
  cursor: pointer;
  text-decoration: underline;
  color: brown;
}

@media screen and (max-width: 1000px) {
  .title {
    margin: 0 30px 0 30px;
    align-items: center;
  }
  .question {
    text-align: center;
    font-size: 50px;
    margin-top: 10px;
  }
  .searchbar {
    width: 60%;
    height: 40px;
    margin: 20px auto;
    padding-left: 10px;
  }
  .searchbar button {
    width: 100px;
    padding: 5px;
    font-size: 16px;
  }
  .searchbar input {
    width: 100%;
    padding-top: 5px;
  }
  .signin__sign {
    padding: 5px;
    font-weight: bold;
    width: 70px;
  }

  .navbar {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    margin: 0 40px;
    gap: 8px;
    justify-content: center;
  }
  .navb {
    min-width: 100px;
    flex-shrink: 0;
  }
  .navbar::-webkit-scrollbar {
    display: none;
  }
  .saleimg {
    margin: 0 30px 0 30px;
  }
  .seaside {
    margin: 0 30px 0 30px;
  }
  .chennai {
    margin: 0 30px 0 30px;
  }
  .more {
    margin: 0 30px 0 30px;
  }
  .madras__img {
    margin-bottom: 10px;
  }

  .more__img {
    margin-bottom: 10px;
  }
  .sponcer {
    width: 80%;
    height: auto;
    margin: 5%;
  }
  .sponcer__img img {
    height: 300px;
    width: 300px;
  }
  .aboutus__logo img {
    padding-left: 0;
    padding: 5%;
  }
}

@media screen and (max-width: 812px) {
  .title {
    margin: 0 20px 0 20px;
    align-items: center;
  }
  .navbar {
    justify-content: flex-start;
    align-items: center;
    margin: 0 5px;
    gap: 8px;
    overflow-x: auto;
    width: auto;
  }
  .nav {
    min-width: 90px;
    flex-shrink: 0;
  }
  .title__head h1 {
    margin-right: 0;
    text-align: center;
  }
  .saleimg img {
    height: 350px;
  }
  .saleimg__content {
    width: 60%;
    font-size: 16px;
    top: 30px;
  }
  .title__nav {
    display: none;
  }
  .title__signin {
    align-items: center;
  }
  .navbar {
    align-items: center;
    margin: 0 auto;
  }
  .sponcer__img img {
    height: 250px;
    width: 250px;
  }
  .sponcer {
    margin: 5%;
  }
  .aboutus {
    padding: 0;
    width: 70%;
  }
  .aboutus__logo img {
    padding: 0;
  }
  .aboutus-2 {
    gap: 5px;
    width: 70%;
  }
  .links {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 641px) {
  body {
    font-size: x-small;
  }
  body p {
    margin-bottom: 10px;
    margin-top: 0;
  }
  body h2 {
    margin: 0;
    margin-top: 10px;
  }
  .title {
    margin: 0 10px 0 10px;
  }
  .langsign {
    gap: 5px;
  }
  .question {
    font-size: 40px;
    margin-top: 10px;
  }
  .title__nav {
    display: none;
  }
  .navbar {
    justify-content: flex-start;
    margin: 0 20px;
    gap: 15px;
  }
  .navb {
    gap: 2px;
  }
  .title__signin {
    flex-direction: column;
    align-items: center;
  }
  .searchbar {
    width: 90%;
    height: 40px;
  }
  .searchbar input {
    width: 80%;
    font-size: 16px;
    padding-top: 8px;
  }
  .searchbar button {
    width: 80px;
    padding: 5px;
    font-size: 16px;
  }
  .saleimg {
    margin: 0 20px 0 20px;
  }
  .ai {
    display: inline-block;
    margin-top: 10%;
  }
  .saleimg img {
    height: 250px;
  }
  .saleimg__content {
    width: 70%;
    height: auto;
    font-size: 10px;
    top: 20px;
    line-height: 150%;
  }
  .seasides {
    margin-bottom: 30px;
  }
  .seaside {
    margin: 0 20px 0 20px;
  }
  .seaside h2,
  p {
    font-size: 16px;
  }
  .seasides__img img {
    width: 200px;
    height: 200px;
  }
  .chennai {
    margin: 0 20px 0 20px;
  }
  .chennai h2,
  p {
    font-size: 16px;
  }
  .madras__content p,
  h3,
  h4 {
    font-size: 14px;
  }
  .madras__img img {
    width: 200px;
    height: 200px;
  }
  .more {
    margin: 0 20px 0 20px;
  }
  .more__img img {
    width: 200px;
    height: 200px;
  }
  .explore-more {
    height: fit-content;
    margin-top: 0;
  }
  .sponcer {
    margin: 0 20px 0 20px;
    height: auto;
    font-size: 10px;
    padding: 10px;
  }
  .sponcer__img img {
    height: 200px;
    padding: 10px;
  }
  .footer {
    margin: 20% 0 0 0;
    padding: 0;
  }
  .aboutus {
    margin-bottom: 10px;
    padding: 2% 0 1% 0;
    justify-content: center;
    width: 90%;
  }
  .aboutus-2 {
    padding-left: 30px;
    width: 80%;
  }
  .aboutus__logo img {
    padding: 0;
    height: 48px;
    width: 48px;
  }
  .links {
    gap: 5%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 320px) {
  .langsign h3 {
    font-size: x-small;
  }
  .signin__sign {
    font-size: x-small;
    font-weight: bolder;
  }
  .question {
    font-size: xx-large;
  }
  .navbar{
    gap: 3px;
  }
  .navbar h4 {
    font-size: small;
  }
  .searchbar {
    width: 80%;
  }
  .searchbar input {
    font-size: small;
  }
  .searchbar button {
    font-size: small;
  }
  .ai span {
    font-size: x-small;
  }
  .saleimg img {
    height: fit-content;
  }
  .saleimg__content {
    font-size: 8px;
  }
  .seaside h2,
  p {
    font-size: 12px;
  }
  .seasides__img img {
    width: 160px;
    height: 180px;
  }
  .chennai h2,
  p {
    font-size: 12px;
  }
  .madras__img img {
    width: 160px;
    height: 180px;
  }
  .madras h3,
  p,
  h4 {
    font-size: 12px;
  }
  .more h2,
  h3 {
    font-size: 12px;
  }
  .more__img img {
    width: 160px;
    height: 180px;
  }
  .sponcer__contant h1 {
    font-size: medium;
  }
  .text {
    display: none;
  }
  .sponcer__contant button {
    font-size: 12px;
    padding: 7px;
  }
  .last {
    display: none;
  }
  .footer {
    padding: 0;
  }
  .aboutus {
    padding-left: 7%;
  }
  .aboutus-2 {
    padding-left: 7%;
  }
}
