@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}
#preloader {
background:#000 url(https://ik.imagekit.io/g4aopxvm26/poloholidays_website/animation_500_li66pgu4.gif?updatedAt=1685203784076) no-repeat center center;
background-size:18%;
height:100vh;
width:100%;
position:fixed;
z-index:110
}

@media (max-width:768px) {
#preloader {
background-size:40%
}
}
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 98;
}
.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 12px;
  }
  .whatsapp_float {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 10px;
    font-size: 35px;
  }
}
/* header1 section css complete */
.header2 {
  position: sticky;
  top: 0px;
  z-index: 99;
  background-color: #ffe500;
}
.header2 .logo-text {
  font-size: 35px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  text-shadow: 0px 0px 8px #f3f3f3;
  display: inline-block;
  margin-left: -10px;
}
.header2 .navbar-toggler {
  border: 1px solid black;
  padding: 0;
  background-color: transparent;
  border-radius: 10px;
  box-shadow: none;
  color: transparent;
}
.header2 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header2 img {
  height: 60px;
  width: 60px;
}
.header2 .drop-list {
  display: flex;
  text-align: center;
}
.header2 .drop-list div {
  padding: 5px 20px;
}
@media (max-width: 576px) {
  .header2 .drop-list div {
    padding: 5px 0px;
  }
}
.header2 .navbar {
  padding-left: 30px;
  padding-right: 30px;
}
.header2 nav li a {
  color: rgb(0, 0, 0);
}
.header2 .call {
  padding: 2px 15px;
}
.header2 .call a {
  color: rgb(0, 0, 0);
  transition: all 0.3s;
}
.header2 .call:hover {
  border: 2px dotted #ffddd2;
}
.nav1 {
  position: relative;
}
.nav1::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: #ff0000;
  top: 35px;
  transition: all 0.3s ease-in;
}
.nav1:hover::before {
  width: 45px;
  height: 3px;
}
.nav4 {
  position: relative;
}
.nav4::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: #ff0000;
  top: 35px;
  transition: all 0.3s ease-in;
}
.nav4:hover::before {
  width: 35px;
  height: 2px;
}
.nav3 {
  position: relative;
}
.nav3::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: #ff0000;
  top: 35px;
  transition: all 0.3s ease-in;
}
.nav3:hover::before {
  width: 85px;
  height: 2px;
}
.dropdown-menu {
  background-color: #ffddd2 !important;
}
.dropdown-item {
  color: #000000 !important;
}
.dropdown-item:hover {
  background-color: #a4724f !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .header2 .call {
    padding: 0px 0px;
  }
  .header2 {
    position: sticky;
    top: 0px;
  }
  .header2 img {
    margin-left: -45px;
  }
  .header2 button {
    margin-right: -40px;
  }
}
@media (max-width: 576px) {
  .header2 .logo-text {
    font-size: 30px;
  }
}
/* header2 section css complete */
.header3 {
  width: 100%;
  height: 75vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/sub-goa\ \(3\).jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header3 h3 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  text-align: center;
}
.header3 p {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 14px;
}
@media (min-width: 280px) and (max-width: 576px) {
  .header3 h3 {
    font-size: 35px;
  }
  .header3 p {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .header3 h3 {
    font-size: 50px;
  }
  .header3 p {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header3 h3 {
    font-size: 55px;
  }
  .header3 p {
    font-size: 19px;
  }
}
/* header3 section css complete */
.contact-form{
  padding-top: 100px;
  width:100%;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
}
.contact-form img {
  width: 100%;
  height: 508px;
  margin-left: 40px;
  transition: all 0.4s;
}
.contact-form img:hover {
  transform: scale(1.02);
}
.contact-form .contactform {
  width: 90%;
  padding: 33px;
  background-color: #ffe500;
  box-shadow: 0px 0px 10px #afaeae;
}
.contact-form .contactform h4 {
  font-size: 33px;
  color: #333;
  font-weight: 700;
}
.contact-form .contactform .inputbox {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.contact-form .contactform .inputbox input,
.contact-form .contactform .inputbox select {
  background-color: transparent;
  width: 100%;
  padding: 5px 0px;
  font-size: 16px;
  margin: 10px 0px;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}
.contact-form .contactform .inputbox span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}
.contact-form .contactform .inputbox input:focus ~ span,
.contact-form .contactform .inputbox input:valid ~ span {
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}
.contact-form .contactform .inputbox input[type="submit"] {
  width: 200px;
  background-color: #000000;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}
.contact-form .contactform .inputbox input[type="submit"]:hover {
  border: 2px solid black;
  background-color: transparent;
  color: #000000;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-form .contactform {
    width: 90%;
    margin: 0px auto;
  }
  .contact-form img {
    height: 506px;
    margin-left: 49px;
  }
}
@media (max-width: 992px) {
  .contact-form .contactform {
    width: 80%;
    margin: 0px auto;
  }
  .contact-form img {
    display: none;
  }
}
@media (max-width: 500px) {
  .contact-form .contactform {
    width: 90%;
    margin: 0px auto;
    padding: 15px 25px;
  }
  .contact-form img {
    display: none;
  }
  .contact-form .contactform .inputbox {
    margin-top: 5px;
  }
}
.contactform #name-error,
.contactform #email-error,
.contactform #phone-error {
  color: red;
  position: absolute;
  top: 30px;
  font-size: 14px;
  right: -370px;
}
/* .contactform #message-error{
    color: red;
    position: absolute;
    right: -370px;
    top: 30px;
    font-size: 14px;
  } */
#submit-error {
  color: red;
}

.contactform #name-error i,
.contactform #email-error i,
.contactform #phone-error i {
  color: seagreen;
  font-size: 20px;
}
/* .contactform #message-error i{
    color: seagreen;
    font-size: 20px;
  } */
@media (min-width: 992px) and (max-width: 1200px) {
  .contactform #name-error,
  .contactform #email-error,
  .contactform #phone-error {
    top: 5px;
    right: -250px;
  }
  /* .contactform #message-error{
    top: 30px;
    right: -200px;
  } */
}
@media (min-width: 768px) and (max-width: 992px) {
  .contactform #name-error,
  .contactform #email-error,
  .contactform #phone-error {
    top: 5px;
    right: -370px;
  }
  /* .contactform #message-error{
    top: 35px;
    right: -300px;
  } */
}
@media (min-width: 576px) and (max-width: 768px) {
  .contactform #name-error,
  .contactform #email-error,
  .contactform #phone-error {
    top: 5px;
    right: -250px;
  }
  /* .contactform #message-error{
      top: 30px;
      right: -200px;
    } */
}
@media (min-width: 440px) and (max-width: 576px) {
  .contactform #name-error,
  .contactform #email-error,
  .contactform #phone-error {
    top: 5px;
    right: -250px;
  }
  /* .contactform #message-error{
        top: 30px;
        right: -200px;
      } */
}
@media (max-width: 440px) {
  .contactform #name-error,
  .contactform #email-error,
  .contactform #phone-error {
    top: 5px;
    right: -120px;
  }
  /* .contactform #message-error{
          top: 30px;
          right: -80px;
        } */
}
/* contact-form section css complete */
.hero {
  padding-top: 70px;
}
.hero .box2 {
  box-shadow: 0px 0px 10px rgb(167, 166, 166);
  padding: 10px;
  margin: 0px auto;
  margin-bottom: 25px;
  border-radius: 5px;
}
.hero .para6 {
  color: red;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
}
.hero .para7{
  font-size: 16px;
  color: #393838;
  padding: 0px 60px;
  padding-bottom: 20px;
  text-align: justify;
  font-weight: 500;
}
@media (min-width:768px) and (max-width:992px){
  .hero .para7{
    padding: 0px 10px;
  }
}
.hero img {
  width: 100%;
  height: auto;
  margin-right: 20px;
}
.hero a{
  text-decoration: none;
}
.hero .para2 {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  padding-left: 80px;
}
.hero .para3 {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #706e6e;
  margin-top: -10px;
  padding-left: 80px;
}
.hero .para4 {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #8b8a8a;
  margin-top: -10px;
  padding-left: 80px;
}
.hero .icon-logo {
  padding-left: 80px;
  margin-top: -10px;
}
.hero .icon-logo i {
  font-size: 20px;
}
.hero p a {
  text-decoration: none;
  font-size: 20px;
  color: rgb(255, 255, 255);
  background: #000000;
  padding: 10px 25px;
  transition: all 0.3s;
  line-height: 45px;
  border-radius: 5px;
}
.hero p .link2 {
  text-decoration: none;
  font-size: 20px;
  color: rgb(255, 255, 255);
  background: #f83f3f;
  padding: 10px 25px;
  transition: all 0.3s;
  line-height: 45px;
}
.hero p a:hover {
  border: 1px solid #000000;
  background: transparent;
  font-size: 22px;
  color: #000000;
}
@media (max-width: 768px) {
  .hero .para2 {
    padding-left: 20px;
    padding-top: 10px;
  }
  .hero .para3 {
    padding-left: 20px;
  }
  .hero .para4 {
    padding-left: 20px;
  }
  .hero .para7{
    padding: 0px 10px;
  }
  .hero .icon-logo {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .hero p a {
    margin-left: 20px;
  }
}
@media (max-width: 500px) {
  .hero {
    overflow-x: hidden;
  }
  .hero .box2 {
    box-shadow: 0px 0px 10px rgb(167, 166, 166);
  }
  .hero .para7{
    font-size: 15px;
    padding: 0px 10px;
    text-align: left;
  }
}
.hero .box11{
  margin: 0px auto;
  padding-top: 20px;
}
.hero .box11 .para8{
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 700;
  text-shadow: 5px 5px 5px #d9d8d8;
  padding-bottom: 10px;
}
.hero .box11 li{
  padding-left: 50px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  list-style-type:square;
}
.hero .box11 li span{
  color: #ffc107;
  font-weight: 700;
}
.hero .box11 .para9{
  font-size: 16px;
  color: #000;
  line-height: 22px;
}
.hero .box12{
  margin: 0px auto;
  padding-top: 20px;
}
.hero .box12 .para10{
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 700;
  text-shadow: 5px 5px 5px #d9d8d8;
}
.hero .box12 .para11{
  color: #616060;
  font-size: 15px;
  margin-top: -10px;
}
.hero .box12 ul .list2{
  font-size: 16px;
  padding-left: 10px;
  color: #000;
  list-style-type: square;
}
.hero .box13{
  margin: 0px auto;
  padding-top: 20px;
}
.hero .box13 .para12{
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 700;
  text-shadow: 5px 5px 5px #d9d8d8;
}
.hero .box13 .para13{
  font-size: 16px;
  color: #000;
  line-height: 22px;
}
/* hero section css complete */
.slider {
  padding-top: 70px;
  text-align: center;
}
.slider h2 {
  color: #000000;
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 50px;
  text-align: center;
  text-shadow: 5px 5px 5px #d9d8d8;
}
.slider .swiper {
  width: 80%;
  height: 80%;
}

.slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider .swiper-slide img {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .slider .swiper {
    width: 90%;
    height: 90%;
  }
}
/* slider section css complete */
.banner2 {
  padding-top: 30px;
  text-align: center;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/banner2-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner2 .box4 h5 {
  color: white;
  font-size: 37px;
}
.banner2 .box4 p {
  color: white;
  font-size: 16px;
  padding: 0px 150px;
}
@media (max-width: 768px) {
  .banner2 .box4 p {
    padding: 0px 0px;
  }
}
.banner2 .box4 a {
  text-decoration: none;
  font-size: 20px;
  color: rgb(0, 0, 0);
  background: #ffddd2;
  padding: 10px 25px;
  border-radius: 50px;
  transition: all 0.3s;
}
.banner2 .box4 a:hover {
  border: 1px solid #ffddd2;
  background: transparent;
  font-size: 22px;
  color: #ffddd2;
}
/* banner2 section css complete */
.footer {
  padding-top: 70px;
  background-color: #e8e7e3;
  padding-bottom: 50px;
  overflow-x: hidden;
}
.footer .box7 {
  width: 80%;
  margin: 0 auto;
  border-right: 1px solid black;
}
@media (max-width: 576px) {
  .footer .box7 {
    width: 100%;
  }
}
.footer .box7 img {
  width: 90px;
  height: 90px;
  margin: 0px 20px;
  transition: all 0.3s;
}
.footer .box7 img:hover {
  transform: scale(1.1);
}
.footer .box7 p {
  font-size: 14px;
  color: black;
  transition: all 0.3s;
  padding: 10px 20px;
}
.footer .box7 p:hover {
  font-size: 16px;
  color: rgb(64, 65, 65);
}
.footer .box7 .icon-badge {
  padding: 0px 20px;
}
.footer .box7 a {
  text-decoration: none;
  color: black;
  font-size: 25px;
  padding: 0px 4px;
}
.footer .box7 a .fa-square-whatsapp {
  transition: all 0.3s;
}
.footer .box7 a .fa-square-whatsapp:hover {
  color: rgb(8, 235, 23);
  transform: scale(1.6);
}
.footer .box7 a .fa-square-facebook {
  transition: all 0.3s;
}
.footer .box7 a .fa-square-facebook:hover {
  color: rgb(45, 38, 243);
  transform: scale(1.6);
}
.footer .box7 a .fa-youtube {
  transition: all 0.3s;
}
.footer .box7 a .fa-youtube:hover {
  color: rgb(246, 30, 30);
  transform: scale(1.6);
}
.footer .box7 a .fa-square-twitter {
  transition: all 0.3s;
}
.footer .box7 a .fa-square-twitter:hover {
  color: rgb(19, 180, 239);
  transform: scale(1.6);
}
.footer .box7 a .fa-square-instagram {
  transition: all 0.3s;
}
.footer .box7 a .fa-square-instagram:hover {
  color: rgb(255, 0, 234);
  transform: scale(1.6);
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer .box7 img {
    margin: 0px 10px;
  }
  .footer .box7 p {
    padding: 10px 10px;
  }
  .footer .box7 .icon-badge {
    padding: 0px 10px;
  }
  .footer .box7 a {
    padding: 0px 1px;
  }
}
@media (max-width: 767px) {
  .footer .box7 {
    border-right: none;
    border-bottom: 1px solid black;
  }
}
.footer .box8 {
  width: 80%;
  margin: 0 auto;
  border-right: 1px solid black;
}
@media (max-width: 576px) {
  .footer .box8 {
    width: 100%;
  }
}
.footer .box8 h4 {
  color: black;
  font-size: 28px;
  text-transform: capitalize;
  text-decoration: underline;
  padding: 10px 20px;
}
.footer .box8 p a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  padding: 10px 20px;
  transition: all 0.3s;
}
.footer .box8 p a:hover {
  color: red;
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer .box8 {
    border-right: none;
    border-bottom: 1px solid black;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer .box8 {
    height: 266px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer .box8 {
    height: 250px;
  }
}
.footer .box9 {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .footer .box9 {
    width: 100%;
  }
}
.footer .box9 p {
  font-size: 14px;
  color: black;
  transition: all 0.3s;
  padding: 10px 20px;
}
.footer .box9 p:hover {
  font-size: 16px;
  color: rgb(64, 65, 65);
}
.footer .box9 h4 {
  color: black;
  font-size: 28px;
  text-transform: capitalize;
  text-decoration: underline;
  padding: 10px 20px;
}
.footer .box9 a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  padding: 10px 20px;
  transition: all 0.3s;
}
.footer .box9 a:hover {
  color: red;
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer .box9 {
    border-bottom: 1px solid black;
  }
}
.footer .box10 {
  text-align: center;
  padding-top: 70px;
  line-height: 15px;
}
.footer .box10 .para2 {
  font-size: 20px;
  color: #605f5d;
}
.footer .box10 .para2 a {
  color: #605f5d;
  text-decoration: underline;
}
.footer .box10 .para3 {
color:#605f5d;
text-decoration:none;
padding-right: 10px;
}
/* footer section css complete */
