@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Inter:wght@100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shojumaru&family=Signika:wght@300..700&display=swap");
* {
  font-family: "Inter", sans-serif;
}

.container {
  width: auto;
  max-width: 1589px;
  margin: auto;
}

#header .navbar {
  max-width: 1320px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .navbar .nav-search {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 77px;
}
#header .navbar .nav-search input {
  font-family: Inter;
  font-weight: 400;
  font-size: 14.77px;
  border: 0;
  height: 20px;
  color: #757575;
}
@media screen and (max-width: 768px) {
  #header .navbar .nav-search {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #header .navbar .nav-search input {
    width: 100%;
    border-radius: 150px;
    height: 35px;
    width: 210px;
  }
}
#header .navbar .buttons {
  font-family: Inter;
  font-size: 14.77px;
  font-weight: 400;
  line-height: 28.13px;
  display: flex;
  align-items: center;
  gap: 63px;
}
@media screen and (max-width: 990px) {
  #header .navbar .buttons .hide {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  #header .navbar .buttons {
    margin: 10px 0px;
  }
  #header .navbar .buttons .hide {
    display: none;
  }
}
#header .navbar button {
  color: #fff;
  border: 0;
  background-color: #eb662b;
  font-family: "Inter", sans-serif;
  font-size: 14.3px;
  font-weight: 500;
  text-align: center;
  padding: 12px 21px 12px 21px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 200px;
}
@media screen and (max-width: 768px) {
  #header .navbar {
    flex-direction: column;
    align-items: center;
  }
}

#pradeep {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
#pradeep .phuket {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pradeep .phuket .left {
  font-family: Inter;
  font-size: 13.23px;
  font-weight: 400;
  line-height: 26.25px;
  text-align: left;
}
#pradeep .phuket .right {
  font-family: Inter;
  font-size: 13.34px;
  font-weight: 400;
  line-height: 26.25px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #pradeep .phuket {
    flex-direction: column;
    align-items: center;
  }
}
#pradeep .bestseller {
  font-family: Inter;
  font-size: 13.67px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0px;
}
#pradeep .bestseller button:nth-of-type(1) {
  text-align: center;
  color: #EB662B;
  border: 0px;
  padding: 11px 15.8px 11px 16px;
  border-radius: 25px;
}
#pradeep .bestseller button:nth-of-type(2) {
  padding: 11px 15.8px 11px 16px;
  border-radius: 200px;
  border: 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pradeep .bestseller {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}
#pradeep .tourheading {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
#pradeep .tourheading h1 {
  font-family: Inter;
  font-size: 39.69px;
  font-weight: 700;
  line-height: 56px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #pradeep .tourheading {
    width: 100%;
  }
  #pradeep .tourheading h1 {
    text-align: center;
  }
}
#pradeep .tourdata {
  display: flex;
  justify-content: space-between;
  border: 0;
}
#pradeep .tourdata .touranalysis {
  display: flex;
  gap: 20px;
  margin-left: 10%;
}
#pradeep .tourdata .buttons {
  display: flex;
  gap: 20px;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #pradeep .tourdata {
    flex-direction: column;
    align-items: center;
  }
}
#pradeep .destinationimages {
  position: relative;
  margin: 20px auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}
#pradeep .destinationimages .item1, #pradeep .destinationimages .item2, #pradeep .destinationimages .item3, #pradeep .destinationimages .item4 {
  width: 100%;
}
#pradeep .destinationimages .item1 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 4;
}
#pradeep .destinationimages .item2 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 4;
  grid-column-end: 6;
}
#pradeep .destinationimages .item3 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 4;
  grid-column-end: 5;
}
#pradeep .destinationimages .item4 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 5;
  grid-column-end: 6;
}
#pradeep .destinationimages .seeall {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: Inter;
  font-size: 14.65px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding: 13px 20.8px 13px 21px;
  border-radius: 200px;
  background-color: #05073C;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #pradeep .destinationimages .seeall {
    text-align: center;
    padding: 7px 10px 6px 10px;
    border-radius: 200px;
    background-color: #05073C;
    color: #fff;
  }
}

.section-3-main-container {
  position: relative;
}

.section-container {
  width: 60%;
  padding: 20px;
}

.section-3-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-in-section-3 {
  border: 1px solid rgb(197, 197, 197);
  width: 50px;
  height: 50px;
  border-radius: 12px;
}

.section-3-abdulla {
  display: flex;
  align-items: center;
}
.section-3-abdulla p {
  margin: 2px;
}

.section-3-text1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  font-size: 14.77px;
  color: #05073c;
}
@media (max-width: 508px) {
  .section-3-text1 {
    font-size: 12px;
  }
}
@media (max-width: 850px) {
  .section-3-text1 {
    font-size: 13px;
  }
}

.section-3-text2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  font-size: 13.45px;
  color: #717171;
}
@media (max-width: 408px) {
  .section-3-text2 {
    font-size: 8px;
  }
}
@media (max-width: 850px) {
  .section-3-text2 {
    font-size: 12px;
  }
}

.section-3-tour h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  font-size: 29.18px;
  font-weight: 700;
  line-height: 45px;
}
@media (max-width: 508px) {
  .section-3-tour h2 {
    font-size: 25px;
  }
}
@media (max-width: 850px) {
  .section-3-tour h2 {
    font-size: 27px;
  }
}
.section-3-tour p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  line-height: 28.13px;
}
@media (max-width: 508px) {
  .section-3-tour p {
    font-size: 12px;
  }
}
@media (max-width: 850px) {
  .section-3-tour p {
    font-size: 13px;
  }
}
.section-3-tour h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  font-size: 19.22px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 508px) {
  .section-3-tour h3 {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  .section-3-tour h3 {
    font-size: 17px;
  }
}
.section-3-tour ul {
  padding-left: 20px;
}
.section-3-tour ul li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  line-height: 28.13px;
}
@media (max-width: 508px) {
  .section-3-tour ul li {
    font-size: 12px;
  }
}
@media (max-width: 850px) {
  .section-3-tour ul li {
    font-size: 13px;
  }
}

.section-3-border {
  border-bottom: 1px solid #e7e6e6;
  margin-top: 6%;
  margin-bottom: 6%;
}

.section-3-list {
  display: flex;
  align-items: center;
  align-items: baseline;
  gap: 115px;
}

.section-3-list1 ul,
.section-3-list2 ul {
  list-style-type: none;
  padding-left: 0px;
}
.section-3-list1 li,
.section-3-list2 li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  line-height: 28.13px;
}
.section-3-list1 ul li::before,
.section-3-list2 ul li::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 24px;
  margin-right: 10px;
  margin-top: 23px;
}

.section-3-list1 ul li::before {
  background-color: #eff7f1;
}

.section-3-list2 ul li::before {
  background-color: #ffe5e5;
}

.section-itinerary h2 {
  margin: 0;
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.section-itinerary-list {
  border-left: 1px dashed #eb662b;
  padding-left: 24px;
  margin-left: 10px;
}
.section-itinerary-list p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  line-height: 30px;
  position: relative;
  margin-left: 20px;
}
.section-itinerary-list .long-para {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  font-size: 12.53px;
  line-height: 28.13px;
}
.section-itinerary-list p::before {
  content: "";
  position: absolute;
  left: -52px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 18px;
  border: 2px solid #eb662b;
}
.section-itinerary-list p.long-para::before {
  display: none;
}
.section-itinerary-list p:first-child::before,
.section-itinerary-list p:last-child::before {
  width: 20px;
  height: 20px;
  background-color: #eb662b;
  left: -55px;
}
@media (max-width: 768px) {
  .section-itinerary-list {
    margin-left: 5px;
  }
  .section-itinerary-list p {
    margin-left: 0;
  }
  .section-itinerary-list p::before {
    left: -32px;
  }
  .section-itinerary-list p:first-child::before,
  .section-itinerary-list p:last-child::before {
    left: -35px;
  }
}

.section3-card {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 23%;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #e7e6e6;
  position: absolute;
  right: 4%;
  top: 70px;
}
.section3-card h5 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  font-size: 17.44px;
  font-weight: 500;
  line-height: 27px;
}
.section3-card .section3-card-head p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  font-size: 18.75px;
  font-weight: 500;
  line-height: 37.5px;
  text-align: left;
}
.section3-card .section3-card-head p span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  line-height: 28.13px;
}
.section3-card .section-3-abdulla {
  border: 2px solid #e7e6e6;
  width: 89%;
  padding: 12px;
  border-radius: 10px;
}
.section3-card .section-3-abdulla .box-in-section-card {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background-color: #f5f5f5;
  margin-right: 10px;
}
.section3-card .section-3-adult {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section3-card .section-3-adult p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  line-height: 26.25px;
}
.section3-card .section-3-adult p span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  font-size: 13.34px;
  font-weight: 500;
  line-height: 26.25px;
}
.section3-card .section-3-adult .adult-circle {
  width: 15px;
  height: 15px;
  padding: 10px 9.8px 10px 10px;
  border-radius: 30px;
  border: 1px solid #d6d6d6;
}
.section3-card .section3-service-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3-card .section3-service-parent .rupee {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  line-height: 26.25px;
  margin-right: 15px;
}
.section3-card .section3-service-parent .section3-service-child {
  display: flex;
  align-items: center;
  gap: 5px;
}
.section3-card .section3-service-parent .section3-service-child .square {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #05073c;
}
.section3-card .section3-service-parent .section3-service-child p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  line-height: 28.13px;
}
.section3-card .section-last-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3-card .section-last-total p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  font-size: 20.88px;
  font-weight: 600;
  line-height: 33.75px;
  text-align: left;
}
.section3-card .section-3-button button {
  background-color: #EB662B;
  width: 100%;
  height: 5vh;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #05073c;
  font-size: 14.41px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  border: none;
  border-radius: 12px;
}
@media (max-width: 1200px) {
  .section3-card {
    width: 30%;
    padding: 20px;
  }
  .section3-card h5 {
    font-size: 14px;
  }
  .section3-card .section3-card-head p {
    font-size: 14px;
  }
  .section3-card .section3-service-parent .rupee {
    font-size: 14px;
  }
  .section3-card .section-last-total p {
    font-size: 14px;
  }
  .section3-card .section-3-button button {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .section3-card {
    top: 1450px;
    width: 90%;
    padding: 20px;
  }
  .section3-card h5 {
    font-size: 14px;
  }
  .section3-card .section3-card-head p {
    font-size: 14px;
  }
  .section3-card .section3-service-parent .rupee {
    font-size: 14px;
  }
  .section3-card .section-last-total p {
    font-size: 14px;
  }
  .section3-card .section-3-button button {
    font-size: 12px;
  }
}
@media (max-width: 508px) {
  .section3-card {
    margin-top: 550px;
    width: 80%;
    padding: 20px;
  }
  .section3-card .section3-card-head p {
    font-size: 14px;
  }
  .section3-card .section3-service-parent .rupee {
    font-size: 14px;
  }
  .section3-card .section-last-total p {
    font-size: 14px;
  }
  .section3-card .section-3-button button {
    font-size: 12px;
  }
}

.section-3-map h2 {
  font-family: Inter;
  font-size: 29.41px;
  font-weight: 700;
  line-height: 45px;
}
.section-3-map .parent-for-tour-map {
  position: relative;
}
.section-3-map .parent-for-tour-map img {
  width: 85%;
}
.section-3-map .parent-for-tour-map .child-for-tour-map {
  position: absolute;
  top: 0;
  left: 25%;
}
.section-3-map .parent-for-tour-map .child-for-tour-map img {
  width: 80%;
}
@media (max-width: 768px) {
  .section-3-map .parent-for-tour-map {
    margin-top: 900px;
  }
  .section-3-map .parent-for-tour-map h2 {
    margin-top: 500px;
  }
}
.section-3-map .section3-card {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 36%;
  border-radius: 12px;
  border: 1px solid #e7e6e6;
}
@media (max-width: 768px) {
  .section-3-map .parent-for-tour-map img {
    width: 100%;
  }
  .section-3-map .parent-for-tour-map .child-for-tour-map {
    left: 50px;
  }
}

@media (max-width: 500px) {
  .section-3-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .section-3-list1,
  .section-3-list2 {
    margin-bottom: 10px;
  }
  .section-3-list1 li,
  .section-3-list2 li {
    font-size: 16px;
  }
  .section-3-list1,
  .section-3-list2 ul li::before {
    margin-top: 10px;
  }
}
@media (max-width: 900px) {
  .section-3-list {
    gap: 0px;
  }
}
@media (max-width: 508px) {
  .section-container {
    width: 90%;
  }
  .section-3-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 850px) {
  .section-container {
    width: 80%;
  }
}
* {
  margin: 0px;
  padding: 0px;
}

#calendar {
  width: 880px;
  height: auto;
}
#calendar > h1 {
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: #05073C;
  margin-left: 15px;
  margin-top: 45px;
  margin-bottom: 15px;
}

#calendar_box {
  width: 504px;
  height: 305.25px;
  border: 0px solid #8798AD;
  box-shadow: 0px 0px 5px 0px #8798AD;
  border-radius: 5px;
  margin-left: 15px;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px;
}

#calendar > #b_top {
  width: 850px;
  height: 1px;
  border-bottom: 1px solid #E7E6E6;
  margin-left: 15px;
  margin-top: 10px;
}
#calendar > #b_bottom {
  width: 850px;
  height: 1px;
  border-bottom: 1px solid #E7E6E6;
  margin-left: 15px;
  margin-top: 0px;
}

.calendar-month {
  font-family: Inter;
  font-size: 13.34px;
  font-weight: 400;
  line-height: 26.25px;
  color: black;
  display: flex;
  justify-content: center;
}
.calendar-month > span {
  color: #EB662B;
  font-size: 13.34px;
  font-weight: 700;
  margin-top: 3px;
}
.calendar-month > #cm-left-arrow {
  position: relative;
  left: -62px;
}
.calendar-month > #cm-right-arrow {
  position: relative;
  left: 70px;
}

.calendar-thead {
  font-family: Inter;
  font-size: 12.49px;
  font-weight: 500;
  line-height: 24.38px;
  text-align: center;
  color: #EB662B;
}

tbody, tfoot > tr > td {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

td {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 7px;
  padding-bottom: 6px;
  text-align: center;
}

#calendar-day-9 {
  width: 20px;
  height: 15px;
  border-radius: 50%;
  background-color: #FFC107;
  color: white;
}

#faq-section {
  width: 880px;
  height: auto;
}
#faq-section > h1 {
  font-family: Inter;
  font-size: 29.18px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: #05073C;
  margin-left: 15px;
  margin-top: 45px;
  margin-bottom: 35px;
}

#faq-box-1 {
  width: 850px;
  height: 166.38px;
  border: 1px solid #E7E6E6;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 12px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.faq-box {
  width: 850px;
  height: 62px;
  border: 1px solid #E7E6E6;
  box-shadow: 0px;
  border-radius: 12px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.faq-box > p {
  font-family: Inter;
  font-size: 15.63px;
  font-weight: 500;
  line-height: 28px;
}

#faq-box-1 > p:nth-child(1) {
  font-family: Inter;
  font-size: 15.63px;
  font-weight: 500;
  line-height: 28px;
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#faq-box-1 > p:nth-child(2) {
  font-family: Inter;
  font-size: 14.53px;
  font-weight: 400;
  line-height: 28.13px;
  color: black;
  width: 784px;
  margin-left: 15px;
}

#faq-box-2 > p {
  height: 62px;
  display: flex;
  align-items: center;
  font-family: Inter;
  font-size: 15.75px;
  font-weight: 500;
  line-height: 28px;
  margin-left: 22px;
  color: black;
}

#faq-box-3 > p {
  height: 62px;
  display: flex;
  align-items: center;
  font-family: Inter;
  font-size: 15.75px;
  font-weight: 500;
  line-height: 28px;
  margin-left: 22px;
  color: black;
}

#faq-box-4 > p {
  height: 62px;
  display: flex;
  align-items: center;
  font-family: Inter;
  font-size: 15.75px;
  font-weight: 500;
  line-height: 28px;
  margin-left: 22px;
  color: black;
}

#border-bottom {
  width: 850px;
  height: 1px;
  border-bottom: 1px solid #E7E6E6;
  margin-left: 15px;
  margin-top: 60px;
}

#customer-review {
  width: 880px;
  min-height: 470px;
}
#customer-review > p {
  font-family: Inter;
  font-size: 29.53px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  margin-left: 15px;
  color: #05073C;
  margin-top: 50px;
  margin-bottom: 25px;
}

#c-review {
  width: 850px;
  height: auto;
  margin-left: 15px;
  margin-top: 5px;
  gap: 0px;
  border-radius: 12px;
  opacity: 0px;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
#c-review > div {
  width: 423px;
  height: 78.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#c-review > div > p {
  font-family: Inter;
  font-size: 15.88px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #05073C;
  margin-right: 30px;
}
#c-review > div > div {
  margin-left: 70px;
}
#c-review > div > div > p:nth-child(1) {
  font-family: Inter;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #05073C;
}
#c-review > div > div > p:nth-child(2) {
  font-family: Inter;
  font-size: 14.65px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
}
#c-review > #c-review-1 {
  background-color: #fdf0ea;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  grid-area: 1/1/2/3;
  width: 850px;
}
#c-review > #c-review-2 {
  background-color: #fdf0ea;
  border-top-right-radius: 12px;
}
#c-review > #c-review-3 {
  background-color: #fef9f7;
}
#c-review > #c-review-4 {
  background-color: #fef9f7;
}
#c-review > #c-review-5 {
  background-color: #fef9f7;
}
#c-review > #c-review-6 {
  background-color: #fef9f7;
}
#c-review > #c-review-7 {
  background-color: #fef9f7;
  border-bottom-left-radius: 12px;
}
#c-review > #c-review-8 {
  background-color: #fef9f7;
  border-bottom-right-radius: 12px;
}

.vibhor-container-1 .vibhors1-heading {
  display: flex;
  justify-content: space-between;
  gap: 658.53px;
}
.vibhor-container-1 .vibhors1-heading > div {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 17px;
}
.vibhor-container-1 .vibhors1-heading > p {
  color: #717171;
}
.vibhor-container-1 .vibhors1-heading > div {
  display: flex;
  gap: 20px;
}
.vibhor-container-1 .vibhors1-heading > img {
  width: 40px;
  height: 40px;
}
.vibhor-container-1 .vibhor-btn {
  font-family: Inter;
  font-size: 14.65px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  padding: 21px;
  color: #EB662B;
  border-color: none;
  background-color: white;
  border: 1px solid #EB662B;
  width: 222px;
  height: auto;
  top: 5229.25px;
  left: 15px;
  border-radius: 12px;
}
.vibhor-container-1 .vibhor-text-1 {
  margin-left: 7%;
  font-family: Inter;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  height: 30px;
  top: 4146.12px;
  left: 95px;
}
@media screen and (max-width: 768px) {
  .vibhor-container-1 .vibhor-text-1 {
    width: auto;
    height: auto;
  }
}
.vibhor-container-1 .vibhor-text-2 {
  width: 60%;
  height: auto;
  padding: 7px;
  font-family: Inter;
  font-size: 16.65px;
  font-weight: 400;
  line-height: 28.13px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .vibhor-container-1 .vibhor-text-2 {
    width: auto;
    height: auto;
  }
}
.vibhor-container-1 .vibhors1 {
  display: flex;
  gap: 20px;
}
.vibhor-container-1 .vibhor-text-3 {
  display: flex;
  gap: 55.8px;
  margin: 2%;
}

.comment-form > h2 {
  margin: 2%;
  font-size: 29.8px;
}

.comment-form > p:nth-of-type(1) {
  margin: 30px;
}

.comment-form .grid-text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px;
}

.comment-form .form-grid {
  display: grid;
  gap: 30px;
  grid-template-areas: "aa bb " "cc cc " "dd dd";
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .comment-form .form-grid {
    grid-template-areas: "aa" "bb" "cc" "dd";
  }
}

.comment-form .form-grid > div:nth-of-type(1) p {
  font-family: Inter;
  font-size: 15.38px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  width: auto;
  height: auto;
  border: 1px solid #E7E6E6;
  border-radius: 12px;
  padding: 20px 351px 19px 15px;
  grid-area: a;
}

.comment-form .form-grid > div:nth-of-type(2) p {
  font-family: Inter;
  font-size: 15.75px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  width: auto;
  height: auto;
  border: 1px solid #E7E6E6;
  border-radius: 12px;
  padding: 20px 355px 19px 15px;
  grid-area: b;
}

.comment-form .form-grid > div:nth-of-type(3) p {
  border: 1px solid #E7E6E6;
  grid-area: c;
  padding: 20px 803px 19px 15px;
  width: auto;
  height: auto;
  border-radius: 12px;
}

.comment-form .form-grid > div:nth-of-type(4) p {
  border: 1px solid #E7E6E6;
  grid-area: d;
  padding: 20px 760px 101px 15px;
  width: auto;
  height: auto;
  border-radius: 12px;
}

.comment-form .form-grid > div:nth-of-type(1) {
  grid-area: aa;
}

.comment-form .form-grid > div:nth-of-type(2) {
  grid-area: bb;
}

.comment-form .form-grid > div:nth-of-type(3) {
  grid-area: cc;
}

.comment-form .form-grid > div:nth-of-type(4) {
  grid-area: dd;
  height: 137px;
}

.vibhorbutton {
  width: 203px;
  height: 62px;
  background-color: #EB662B;
  color: white;
  border-radius: 12px;
  border: #EB662B;
  margin-top: 40px;
}

#top-trend .container {
  width: auto;
  max-width: 1320px;
  margin: auto;
}
#top-trend .container .outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-trend .container .outer > h2 {
  font-family: Inter;
  font-size: 29px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  color: #05073c;
  padding: 5px 0px 0px 15px;
}
#top-trend .container .outer > a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  padding: 21.88px 40.8px 0px 0px;
}
#top-trend .container .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0px 15px 0px 15px;
}
@media screen and (max-width: 768px) {
  #top-trend .container .inner {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
}
@media screen and (max-width: 508px) {
  #top-trend .container .inner {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }
}
#top-trend .container .inner > div {
  border: 1px solid #e7e6e6;
  border-radius: 12px;
  background-color: white;
}
#top-trend .container .inner > div > img {
  padding: 11px;
  border-radius: 12px;
  display: block;
}
#top-trend .container .inner > div > p:nth-of-type(1) {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400px;
  line-height: 24px;
  letter-spacing: 0em;
  padding: 10px 0px 0px 42px;
  margin: 0px;
  color: #717171;
}
#top-trend .container .inner > div > h3 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #05073c;
  margin: 0px;
  padding-left: 21px;
  max-width: 249.4px;
}
#top-trend .container .inner > div > p:nth-of-type(2) {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400px;
  line-height: 24px;
  letter-spacing: 0em;
  padding: 10px 0px 0px 101px;
  margin: 0px;
  color: #05073c;
  max-width: 54.59px;
}
#top-trend .container .inner > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 258px;
  margin: 14.3px 21px 11px 21px;
  border-top: 1px solid gray;
}
#top-trend .container .inner > div > div > span {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #05073c;
}
#top-trend .container .inner > div > div > div > span:nth-of-type(1) {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #05073c;
}
#top-trend .container .inner > div > div > div > span:nth-of-type(2) {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #05073c;
}

.footer {
  width: 100%;
  height: 655.13px;
  top: 7722.44px;
  left: 60px;
  border-radius: 12px;
  background-color: #fef7f4;
  color: #242553;
  margin: auto;
}
.footer > div {
  margin: auto;
  max-width: 1320px;
  width: 100%;
  height: 655.13px;
  top: 7722.44px;
  left: 300px;
}
.footer #lay1 {
  max-width: 1290px;
  width: 100%;
  height: 26px;
  padding: 94.31px 80px 64.82px 80px;
  border-bottom: 1px solid rgba(235, 102, 43, 0.1490196078);
  display: flex;
  justify-content: space-between;
  margin: auto;
  box-sizing: border-box;
}
.footer h2 {
  font-size: 20px;
  font-weight: 500;
}
.footer p {
  font-size: 14.41px;
  font-weight: 400;
}
.footer span {
  font-weight: bold;
}
.footer #flex {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
}
.footer #form > input {
  border-radius: 12px;
  padding-left: 21px;
  border: none;
  height: 60px;
  width: 220px;
}
.footer .footer-submit {
  border-radius: 12px;
  padding: 23px 30px;
  background-color: white;
  transform: translate(-20px);
  border: 0;
}
.footer .end > img {
  width: 38px;
  height: 24px;
  justify-content: end;
}

.copyrights {
  padding: 24px 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  font-size: 14.53px;
}/*# sourceMappingURL=styles.css.map */