@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=Inter:wght@100..900&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+Condensed:ital,wght@0,100..900;1,100..900&family=Style+Script&display=swap");
@media (min-width: 1320px) {
  .container {
    width: 1320px;
    margin: auto;
  }
}
body {
  margin: 0px;
  padding: 0px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > div:nth-of-type(1) {
  display: flex;
  align-items: center;
}
header > div:nth-of-type(1) > img {
  margin-left: 15px;
  width: 167px;
  height: 32px;
}
header > div:nth-of-type(1) > p {
  margin-left: 30px;
  padding: 12px 13px 12.13px 47px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #757575;
}
header > div:nth-of-type(2) {
  display: flex;
  align-items: center;
}
header > div:nth-of-type(2) > a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #05073c;
}
header > div:nth-of-type(2) > a:nth-of-type(1) {
  margin: 11px 42.8px 11.13px 20px;
}
header > div:nth-of-type(2) > a:nth-of-type(2) {
  margin: 11px 42.8px 11.13px 20px;
}
header > div:nth-of-type(2) > a:nth-of-type(3) {
  margin: 11px 42.8px 11.13px 20px;
}
header > div:nth-of-type(2) > button {
  padding: 12px 21px 12.08px 21px;
  border-radius: 40px;
  margin-left: 29.8px;
  border: none;
  background-color: #eb662b;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 28px;
  text-align: center;
}

#form {
  margin-bottom: 105px;
  padding-bottom: 15px;
  width: 880px;
  padding-left: 15px;
  padding-right: 15px;
}
#form > h2 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
}
#form > p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 28px;
  text-align: left;
}
#form > div:nth-of-type(1) {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  padding-right: 357.98px;
}
#form > div:nth-of-type(1) > p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

#f_cards > h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 29px;
  letter-spacing: 0em;
  line-height: 45px;
  text-align: left;
}

#form_btn > button {
  width: 203.31px;
  height: 62px;
  text-align: center;
  background-color: #eb662b;
  border: none;
  border-radius: 12px;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}

#cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 149px;
}
#cards > div {
  padding: 11px 0px 0px 0px;
  width: 300px;
  height: 375.31px;
  border: 1px solid rgb(192, 192, 192);
  border-radius: 12px;
}
#cards > div > img {
  margin: 0px 11px 0px 11px;
}
#cards > div > div {
  border-top: 1px solid rgb(199, 199, 199);
  display: flex;
  justify-content: space-between;
  margin: 0px 21px 11px 21px;
}
#cards > div > div > div {
  padding-left: 21px;
}
#cards > div > div > div > p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
}
#cards > div > p:nth-of-type(1) {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 24px;
  color: #717171;
  text-align: left;
  margin: 10px 0px 5.99px 42px;
}
#cards > div > p:nth-of-type(2) {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 24px;
  color: #05073c;
  text-align: left;
  margin: 10px 0px 0px 101px;
}
#cards > div > h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
  margin: 0px 29.6px 10px 21px;
}

footer {
  background-image: url(./aditya_image/Footer.png);
  background-size: cover;
}
footer > div {
  height: 655.13px;
  padding-bottom: 80.1px;
}
footer > div > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  padding: 94.31px 0px 64.82px 80px;
  border-bottom: 1px solid #fccbb6;
}
footer > div > div:nth-of-type(1) > p:nth-of-type(1) {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 38px;
  text-align: left;
}
footer > div > div:nth-of-type(1) > p:nth-of-type(2) {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 32px;
  margin-right: 169.8px;
  text-align: left;
}
footer > div > div:nth-of-type(2) {
  display: grid;
  grid-template-areas: "q1 q1 q2 q3 q4 q4 ";
}
footer > div > div:nth-of-type(2) > div {
  margin-right: 100.7px;
  margin-top: 39.99px;
}
footer > div > div:nth-of-type(2) > div > h4 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
footer > div > div:nth-of-type(2) > div > p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
footer > div > div:nth-of-type(2) > div:nth-of-type(1) {
  width: 439.98px;
  height: 390px;
  padding: 0px 0px 0px 15px;
  grid-area: q1;
}
footer > div > div:nth-of-type(2) > div:nth-of-type(1) > p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
footer > div > div:nth-of-type(2) > div:nth-of-type(2) {
  width: 128.23px;
  height: 390px;
  grid-area: q2;
}
footer > div > div:nth-of-type(2) > div:nth-of-type(3) {
  width: 119.59px;
  height: 390px;
  grid-area: q3;
}
footer > div > div:nth-of-type(2) > div:nth-of-type(4) {
  width: 330px;
  height: 390px;
  grid-area: q4;
}
footer > div > div:nth-of-type(2) > div:nth-of-type(4) > p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

#copywrite {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#copywrite > p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

@media (min-width: 1320px) {
  .container {
    width: 1320px;
    margin: auto;
  }
}
#ritwik_outside_container {
  display: flex;
}

#ritwik_container {
  font-family: "Inter", sans-serif;
  width: 880px;
  height: auto;
  padding: 15px;
  box-sizing: border-box;
}
#ritwik_container > div:nth-child(1) {
  width: 850px;
  height: 50px;
  display: flex;
  justify-content: space-between;
}
#ritwik_container > div:nth-child(1) > div {
  width: 25%;
  height: 50px;
  display: flex;
}
#ritwik_container > div:nth-child(1) > div > div:nth-child(1) {
  width: 50px;
  height: 50px;
  border: 1px solid #e7e6e6;
  border-radius: 12px;
}
#ritwik_container > div:nth-child(1) > div > div:nth-child(2) > p {
  margin: 2px 0px 3px 10px;
  font-family: "Inter", sans-serif;
}
#ritwik_container > div:nth-child(1) > div > div:nth-child(2) > p:nth-child(1) {
  font-size: 14px;
}
#ritwik_container > div:nth-child(1) > div > div:nth-child(2) > p:nth-child(2) {
  font-size: 13px;
  color: #717171;
}
#ritwik_container #tour_overview {
  width: 850px;
  height: auto;
  margin-top: 60px;
}
#ritwik_container #tour_overview > h1 {
  font-size: 29px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  margin: 0%;
}
#ritwik_container #tour_overview > p {
  width: 844.72px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
#ritwik_container #tour_overview > h2 {
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}
#ritwik_container #tour_overview > ul > li {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
#ritwik_container #tour_overview > ul {
  margin-bottom: 59px;
}
#ritwik_container #included {
  margin-top: 60px;
  width: 850px;
  height: auto;
}
#ritwik_container #included > h1 {
  font-size: 29px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  margin: 0%;
}
#ritwik_container #included #included_list {
  width: 100%;
  margin-top: 20px;
  height: auto;
  display: flex;
  margin-bottom: 60px;
}
#ritwik_container #included #included_list > div {
  width: 50%;
  height: 100%;
}
#ritwik_container #included #included_list > div:nth-child(1) > div {
  display: flex;
}
#ritwik_container #included #included_list > div:nth-child(1) > div > div {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #eff7f1;
}
#ritwik_container #included #included_list > div:nth-child(1) > div > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  width: 296px;
  margin: 0px 0px 23px 10px;
}
#ritwik_container #included #included_list > div:nth-child(2) > div {
  display: flex;
}
#ritwik_container #included #included_list > div:nth-child(2) > div > div {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #ffe5e5;
}
#ritwik_container #included #included_list > div:nth-child(2) > div > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  width: 296px;
  margin: 0px 0px 23px 10px;
}

#ritwik_ticket {
  font-family: "Inter", sans-serif;
  width: 360px;
  height: 840.5px;
  border-radius: 12px;
  margin-left: 65px;
  border: 1px solid #e7e6e6;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 31px;
  box-sizing: border-box;
}
#ritwik_ticket > div:nth-child(1) {
  margin-bottom: 20px;
}
#ritwik_ticket > div:nth-child(2) {
  width: 298px;
  height: 143px;
  border-radius: 12px;
  border: 1px solid #dddddd;
}
#ritwik_ticket > div:nth-child(2) > div {
  width: 100%;
  height: 49%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  display: flex;
  border-left: none;
  border-right: none;
  border-top: none;
}
#ritwik_ticket > div:nth-child(2) > div > div:nth-child(1) {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 12px;
}
#ritwik_ticket > div:nth-child(2) > div > div:nth-child(2) > p {
  margin: 0px 0px 1px 10px;
}
#ritwik_ticket > div:nth-child(2) > div > div:nth-child(2) > p:nth-child(1) {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
#ritwik_ticket > div:nth-child(2) > div > div:nth-child(2) > p:nth-child(2) {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
#ritwik_ticket > div:nth-child(2) > div:nth-child(2) {
  border-bottom: none;
}
#ritwik_ticket > div:nth-child(3) > h2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 25px;
}
#ritwik_ticket > div:nth-child(3) > div {
  margin-bottom: 27px;
  display: flex;
}
#ritwik_ticket > div:nth-child(3) > div > div:nth-child(1) > span:nth-child(1) {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}
#ritwik_ticket > div:nth-child(3) > div > div:nth-child(1) > span:nth-child(2) {
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}
#ritwik_ticket > div:nth-child(3) > div > div:nth-child(2) > div {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #e7e6e6;
}
#ritwik_ticket > div:nth-child(3) > div > div:nth-child(2) {
  display: flex;
  margin-left: 25px;
}
#ritwik_ticket > div:nth-child(3) > div > div:nth-child(2) > span {
  margin: 0px 10px 0px 10px;
}
#ritwik_ticket > div:nth-child(4) > h2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 25px;
}
#ritwik_ticket > div:nth-child(4) > div:nth-of-type(1) {
  margin-bottom: 18px;
}
#ritwik_ticket > div:nth-child(4) > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 22px;
}
#ritwik_ticket > div:nth-child(4) > div {
  display: flex;
}
#ritwik_ticket > div:nth-child(4) > div > span {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 10px;
}
#ritwik_ticket > div:nth-child(4) > div > div {
  width: 18px;
  height: 18px;
  border: 1px solid #05073c;
  border-radius: 4px;
}
#ritwik_ticket > div:nth-child(5) > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
}
#ritwik_ticket > div:nth-child(5) > div:nth-child(1) > p {
  margin: 3px;
}
#ritwik_ticket > div:nth-child(5) > div:nth-child(2) {
  width: 298px;
  height: 56px;
  background-color: #eb662b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

#ritwik_itinerary {
  font-family: "Inter", sans-serif;
  width: 880px;
  height: auto;
  padding: 15px;
  box-sizing: border-box;
}
#ritwik_itinerary > div {
  width: 850px;
  height: auto;
}
#ritwik_itinerary > div > h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0px;
}
#ritwik_itinerary > div > div > div:first-child > div,
#ritwik_itinerary > div > div :last-child > div {
  width: 30px;
  height: 30px;
  background-color: #eb662b;
  border-radius: 30px;
}
#ritwik_itinerary > div > div > div:first-child > p,
#ritwik_itinerary > div > div :last-child > p {
  margin-top: 4px;
}
#ritwik_itinerary > div > div > div {
  display: flex;
  margin-bottom: 45px;
}
#ritwik_itinerary > div > div > div > div {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 3px solid #eb662b;
}
#ritwik_itinerary > div > div > div > p {
  margin-left: 15px;
  margin-top: 0px;
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
#ritwik_itinerary #ritwik_extra_para {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 30px;
  width: 580px;
  margin-bottom: 30px;
  margin-top: 0px;
}

@media (min-width: 1320px) {
  .container {
    width: 1320px;
    margin: auto;
  }
}
.bg .container .sub_container {
  width: 880;
  margin: 15px;
  font-family: "Inter", sans-serif;
}
.bg .container .sub_container h1 {
  font-size: 29.53px;
  line-height: 45px;
  font-weight: 700;
  color: #05073c;
}
.bg .container .sub_container table {
  width: 850px;
}
.bg .container .sub_container table thead tr {
  height: 78.5px;
}
.bg .container .sub_container table thead tr th {
  text-align: start;
  padding-left: 90px;
  font-weight: 600;
  font-size: 15.5px;
  background: rgba(235, 102, 43, 0.1019607843);
  line-height: 24px;
  color: #05073c;
}
.bg .container .sub_container table thead tr th p {
  font-weight: 400;
  margin: 0;
  font-size: 14.65px;
  line-height: 22.5px;
}
.bg .container .sub_container table thead tr th:nth-of-type(2) {
  padding-left: 9.8px;
  box-sizing: border-box;
}
.bg .container .sub_container table tbody tr {
  height: 78.5px;
}
.bg .container .sub_container table tbody tr td {
  font-weight: 600;
  font-size: 15.5px;
  background: rgba(231, 190, 173, 0.1019607843);
  line-height: 24px;
  color: #05073c;
}
.bg .container .sub_container table tbody tr td p {
  font-weight: 400;
  margin: 2px;
  font-size: 14.65px;
  line-height: 22.5px;
}
.bg .container .sub_container table tbody tr td:nth-of-type(odd) {
  width: 343px;
  box-sizing: border-box;
  padding-left: 90px;
}
.bg .container .sub_container table tbody tr td:nth-of-type(even) {
  box-sizing: border-box;
  padding-left: 9.8px;
}
.bg .container .sub_container .baba_incon > .span-main {
  width: 880px;
  display: flex;
}
.bg .container .sub_container .baba_incon > .span-main > .ma {
  width: 40px;
  height: 40px;
  margin-top: 30px;
}
.bg .container .sub_container .baba_incon > .span-main > .f {
  height: 30px;
  margin-top: 35px;
  margin-left: 5px;
  padding-top: 7.5px;
  box-sizing: border-box;
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #05073c;
  font-family: "Inter", sans-serif;
}
.bg .container .sub_container .baba_incon > .span-main > .f1 {
  height: 30px;
  margin-top: 35px;
  margin-left: 643.53px;
  padding-top: 7.5px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}
.bg .container .sub_container .baba_incon > .b-h4 {
  height: 30px;
  margin-top: 15px;
  padding-top: 8px;
  margin-left: 95px;
  color: #05073c;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
.bg .container .sub_container .baba_incon > .sec-b3 {
  width: 831.47px;
  height: 48.13px;
  margin-top: 14px;
  color: #05073c;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.bg .container .sub_container .baba_incon > .baba-img > img:nth-of-type(1) {
  margin-top: 24.12px;
  width: 130px;
  height: 130px;
  border-radius: 12px;
  padding-bottom: 20px;
}
.bg .container .sub_container .baba_incon > .baba-img > img:nth-of-type(2) {
  margin-left: 5px;
  margin-top: 24.12px;
  width: 130px;
  height: 130px;
  border-radius: 12px;
  padding-bottom: 20px;
}
.bg .container .sub_container .baba_incon > .baba-img > img:nth-of-type(3) {
  margin-left: 5px;
  margin-top: 24.12px;
  width: 130px;
  height: 130px;
  border-radius: 12px;
  padding-bottom: 20px;
}
.bg .container .sub_container .baba_incon .my-div .first-span {
  padding-top: 20px;
}
.bg .container .sub_container .baba_incon .my-div .first-span > .s1 {
  width: 48.72px;
  height: 28.13px;
  margin-top: 20px;
  margin-left: 26px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.bg .container .sub_container .baba_incon .my-div .first-span > .s2 {
  width: 48.72px;
  height: 28.13px;
  margin-top: 20px;
  margin-left: 40.8px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.bg .container .sub_container button {
  border: 1px solid #eb662b;
  width: 222.14px;
  border-radius: 12px;
  height: 62px;
  margin-top: 30px;
  color: #eb662b;
  background: #fff;
}

#ritwik_available {
  font-family: "Inter", sans-serif;
  width: 880px;
  height: auto;
  margin-bottom: 60px;
}
#ritwik_available > h1 {
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 15px;
}
#ritwik_available #ritwik_calender {
  width: 504px;
  height: 305.25px;
  box-shadow: 0px 0px 5px 0px #8798ad;
  margin-left: 15px;
  border-radius: 5px;
  padding: 22px 15px 22px 15px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
#ritwik_available #ritwik_calender > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ritwik_available #ritwik_calender > div:nth-child(1) > p {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  margin: 0px;
}
#ritwik_available #ritwik_calender > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
#ritwik_available #ritwik_calender > div:nth-child(2) > p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  word-spacing: 8px;
  color: #eb662b;
}
#ritwik_available #ritwik_calender > div:nth-child(3) > div {
  display: flex;
  justify-content: space-between;
}
#ritwik_available #ritwik_calender > div:nth-child(3) > div > p {
  margin-top: 0px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  word-spacing: 21px;
}
#ritwik_available #ritwik_calender > div:nth-child(3) div:nth-child(1) {
  margin-left: 140px;
}
#ritwik_available #ritwik_calender > div:nth-child(3) div:nth-child(3) > p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  word-spacing: 18px;
}
#ritwik_available #ritwik_calender > div:nth-child(3) div:nth-child(4) > p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  word-spacing: 17px;
}
#ritwik_available #ritwik_calender > div:nth-child(3) div:nth-child(5) > p {
  text-align: center;
  word-spacing: 12px;
}

.shivani_img {
  width: 1290px;
  height: 510px;
  padding: 0px 15px 0px 15px;
  display: grid;
  gap: 10px;
  position: relative;
  margin-bottom: 40px;
  grid-template-areas: "q1 q1 q2 q2" "q1 q1 q3 q4";
}
.shivani_img > img:nth-of-type(1) {
  grid-area: q1;
}
.shivani_img > img:nth-of-type(2) {
  grid-area: q2;
}
.shivani_img > img:nth-of-type(3) {
  grid-area: q3;
}
.shivani_img > img:nth-of-type(4) {
  grid-area: q4;
}
.shivani_img > span > button {
  position: absolute;
  top: 600px;
  left: 50px;
}

#col_auto > h2 {
  width: 758.37px;
  height: 108px;
  margin-top: 22px;
  margin-left: 15px;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  color: #05073C;
}
#col_auto > button:nth-of-type(1) {
  width: 96.61px;
  height: 40px;
  top: 10px;
  left: 15px;
  padding: 11px, 15.8px, 11px, 16px;
  border-radius: 200px;
  background: rgba(235, 102, 43, 0.0509803922);
  color: #EB662B;
  margin-top: 34.25px;
  margin-left: 15px;
  font-family: "Inter", sans-serif;
  border: none;
}
#col_auto > button:nth-of-type(2) {
  width: 145.05px;
  height: 40px;
  padding: 11px, 15.8px, 11px, 16px;
  border-radius: 200px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-left: 10px;
  margin-top: 34.25px;
  border: none;
  font-family: "Inter", sans-serif;
}
#col_auto > div {
  display: flex;
  justify-content: space-between;
  margin-left: 120px;
  margin-right: 14.8px;
}
#col_auto > div > div > div > p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  color: #05073C;
}
#col_auto > div > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  gap: 40.8px;
}
#col_auto > div > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  gap: 55.8px;
}

#btm_nav {
  display: flex;
  justify-content: space-between;
}
#btm_nav > div > p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
}

#pp {
  width: 140.88px;
  height: 46px;
  top: 444px;
  left: 1130px;
  padding: 13px, 20.8px, 13px, 21px;
  border-radius: 200px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  background: #05073C;
  color: #FFFFFF;
}

#tour {
  width: 850px;
  border-bottom: 1px solid rgb(224, 222, 222);
  padding: 0px 15px 0px 15px;
}
#tour > h2 {
  width: 135.33px;
  height: 45px;
  top: 1804.5px;
  left: 15px;
  font-family: "Inter", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
}
#tour > img {
  width: 850px;
  height: 550px;
  margin-bottom: 60px;
}

#FAQ {
  padding: 0px 15px 0px 15px;
  width: 850px;
  border-bottom: 1px solid #E7E6E6;
  box-sizing: border-box;
}
#FAQ > h2 {
  width: 58.15px;
  height: 45px;
  top: 3041.75px;
  left: 15px;
  font-family: "Inter", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 40px;
}
#FAQ > div:nth-of-type(1) {
  width: 805px;
  left: 15px;
  border-radius: 12px;
  border: 1px solid #E7E6E6;
  padding: 16px 21px 16px 22px;
  margin-bottom: 20px;
}
#FAQ > div:nth-of-type(1) > p:nth-of-type(1) {
  color: #05073C;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
#FAQ > div:nth-of-type(1) > p:nth-of-type(2) {
  color: #05073C;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
#FAQ > div:nth-of-type(2) {
  width: 805px;
  top: 3313.12px;
  left: 15px;
  margin-bottom: 20px;
  padding: 16px 21px 16px 22px;
  border-radius: 12px;
  border: 1px;
  border: 1px solid #E7E6E6;
}
#FAQ > div:nth-of-type(2) > p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
}
#FAQ > div:nth-of-type(3) {
  width: 805px;
  top: 3313.12px;
  left: 15px;
  margin-bottom: 20px;
  padding: 16px 21px 16px 22px;
  border-radius: 12px;
  border: 1px;
  border: 1px solid #E7E6E6;
}
#FAQ > div:nth-of-type(3) > p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
}
#FAQ > div:nth-of-type(4) {
  width: 805px;
  padding: 16px 21px 16px 22px;
  margin-bottom: 60px;
  border-radius: 12px;
  border: 1px;
  border: 1px solid #E7E6E6;
}
#FAQ > div:nth-of-type(4) > p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
}/*# sourceMappingURL=style.css.map */