*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

body {
  font-family: Roboto;
  color: #444;
  font-size: 14px;
  line-height: 22px;
}

a[href=""]:hover {
  color: #333;
  text-decoration: none;
  color: #fff;
}

a {
  text-decoration: none;
}

p > strong {
  color: #7e57c2;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.col_ju {
  background-color: #7e57c2;
}

.col_ju .container nav {
  text-align: right;
  padding: 10px 0;
}

.col_ju .container nav a {
  margin: 0 10px;
  border-radius: 40px;
  color: #fff;
}

.banner {
  position: relative;
  background: #0000004d url(banner1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  background-blend-mode: overlay;
  background-position: right bottom;
}

.banner .bg {
  display: none;
}

.banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner .banner-content h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 300;
  line-height: normal;
}

.banner .banner-content p {
  color: #fff;
  font-size: 26px;
  margin: 20px 0;
  font-weight: 300;
  line-height: normal;
}

.banner .banner-content a {
  display: inline-block;
  background: #7e57c2;
  color: #fff;
  padding: 11px 20px;
  border-radius: 6px;
}

.banner .flex {
  align-items: center;
}

.banner .col {
  flex: 0 0 50%;
}

.banner .col:last-child {
  flex: 0 0 50%;
}

.form_get {
  max-width: 425px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  border: 5px solid #ffffff;
  margin-top: 15px;
}

.form_get form.form h2 {
  color: #000000;
  padding: 8px 12px;
  border-left: 4px solid #7e57c2;
  font-size: 22px;
  align-items: center;
  font-weight: 400;
}

.form_get form.form p {
  color: #444;
  margin: 0;
  margin-left: 15px;
}

.form_get form.form .form-group {
  position: relative;
  margin: 12px 0 0;
}

.form_get form.form .form-control {
  max-width: 500px;
  width: 100%;
  display: block;
  border: 0;
  height: 40px;
  border-radius: 0;
  background: transparent;
  padding: 15px 0 0;
  border-bottom: 1px solid #bebebe;
}

.form_get form.form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.form_get form.form .form-control:focus ~ label, .form_get form.form .form-control:valid ~ label {
  transform: translateY(-23px);
  font-size: 12px;
  opacity: 0.5;
}

.form_get form.form label {
  position: absolute;
  bottom: 0;
  transform: translateY(0);
  font-size: 14px;
  pointer-events: none;
  transition: all 1s ease;
}

.form_get form.form button {
  background: #7e57c2;
  color: #fff;
  border: 0;
  outline: none;
  padding: 14px 30px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
}

.packages_section {
  padding: 4rem 0;
}

.packages_section h1 {
  text-align: center;
  display: block;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: -3px;
}

.packages_section .heading {
  text-align: center;
}

.packages_section .heading h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 13px 0 50px;
  display: inline-block;
  border-bottom: 2px solid #6644b3;
  padding: 3px 8px 4px;
}

.packages_section .flex {
  justify-content: space-between;
}

.packages_section .item {
  flex: 0 0 32%;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  padding: 5px;
  box-shadow: 6px 6px 11px #00000036;
  transition: box-shadow .7s ease;
  margin-bottom: 30px;
}

.packages_section .item:hover {
  box-shadow: -6px -6px 11px #00000000;
}

.packages_section .item figure {
  position: relative;
}

.packages_section .item figure .dis_ct {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 7px 24px;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  background: linear-gradient(45deg, #7e57c2, #311B92);
  color: #fff;
}

.packages_section .item figure .dis_ct span {
  animation: blinking 1s infinite;
}

.packages_section .item .content h3 {
  font-weight: 800;
  font-size: 20px;
}

.packages_section .item .content h3 span {
  color: white;
  font-size: 12px;
  background: #7e57c2;
  padding: 3px 10px;
  border-radius: 40px;
  float: right;
}

.packages_section .item .content h5 {
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  margin: 0;
}

.packages_section .item .content h5 span {
  color: #7e57c2;
}

.packages_section .item .amities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 10px;
  border-top: 1px solid #d5d5d5;
  border: 1px solid #d5d5d5;
  margin: 8px 0;
  border-radius: 6px;
}

.packages_section .item .amities div {
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #7e57c2;
  border-radius: 30px;
  position: relative;
  padding: 4px;
}

.packages_section .item .amities div img {
  max-width: 26px;
  width: 100%;
  display: inline-block;
}

.packages_section .item .amities div p {
  position: absolute;
  top: 0;
  background: #7e57c2;
  color: #fff;
  padding: 2px 19px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2px;
  border-radius: 20px;
  border: 2px solid #fff;
  opacity: 0;
  width: 118px;
  transition: all 1s ease;
}

.packages_section .item .amities div:hover p {
  opacity: 1;
  top: -35px;
}

.packages_section .item .pricin {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 0;
  align-items: center;
}

.packages_section .item .pricin h5 {
  font-size: 20px;
}

.packages_section .item .pricin label {
  text-transform: capitalize;
  background: #7e57c2;
  padding: 2px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.packages_section .item .inclution {
  border-top: 1px solid #d5d5d5;
  border: 1px solid #d5d5d5;
  padding: 6px 10px;
  margin-top: 9px;
  border-radius: 6px;
}

.packages_section .item .inclution .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.packages_section .item .inclution .grid div button ~ ul {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.packages_section .item .inclution .grid div:last-child button {
  background: #7e57c2;
  border: 0;
  outline: none;
  padding: 8px 20px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.packages_section .item .inclution h6 {
  font-size: 20px;
  font-weight: 500;
}

.packages_section .item .inclution button {
  background: #2196F3;
  border: 0;
  outline: none;
  padding: 8px 20px;
  font-size: 20px;
  color: #fff;
}

@keyframes blinking {
  0% {
    color: #b1b1b1;
  }
  100% {
    color: #fff;
  }
}

.custom_pacje {
  padding: 4rem 0;
  text-align: center;
  background-image: url(../images/cu.jpg);
  margin-bottom: 4rem;
  background-color: #ffca9eba;
  background-size: cover;
  background-blend-mode: lighten;
}

.custom_pacje h2 {
  font-size: 35px;
  margin-bottom: 15px;
}

.custom_pacje h2 ~ h3 {
  margin-bottom: 5rem;
  font-weight: 500;
}

.custom_pacje h3 {
  margin-bottom: 5rem;
}

.custom_pacje .item {
  flex-basis: 25%;
  max-width: 25%;
}

.custom_pacje .item .icon {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #2196f3;
  overflow: hidden;
  padding: 10px;
  background: #f5f5f5;
  margin: 0 auto;
  border-top-color: white;
  border-bottom-color: white;
}

.custom_pacje .item .icon svg {
  height: auto;
  width: 110px;
  margin: 0 auto;
  display: block;
}

.custom_pacje .item .content h3 {
  margin: 10px 0;
}

.custom_pacje .confused h2 {
  margin: 0;
  margin-top: 3rem;
}

.custom_pacje .confused a {
  display: inline-block;
  background: #2196f3;
  color: #fff;
  padding: 11px 20px;
  margin-top: 20px;
  border-radius: 3px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border: 4px solid #fff;
  border-right: 0;
  border-left: 0;
  font-size: 17px;
}

.testimonial_section {
  padding: 0 0 3rem;
  text-align: center;
}

.testimonial_section h2 {
  font-size: 35px;
  margin-bottom: 3rem;
}

.testimonial_section .item .content {
  margin-top: 60px;
  padding: 20px;
  min-height: 240px;
  background: #2196f3;
  height: 100%;
  border-radius: 20px;
  text-align: left;
}

.testimonial_section .item .content img {
  max-width: 120px;
  border: 9px solid #fff;
  border-radius: 100px;
  position: absolute;
  left: auto;
  right: 0;
  top: 11px;
}

.testimonial_section .item .content h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin: 18px 0;
  border-left: 3px solid;
  display: inline-block;
  padding: 3px 10px;
}

.testimonial_section .item .content p {
  color: #fff;
  line-height: 22px;
  font-weight: 300;
  font-size: 15px;
}

footer {
  background: #f5f5f5;
  padding: 2rem 0;
}

.whats_ap._polkk {
  position: fixed;
  bottom: 5%;
  z-index: 11;
  width: 20%;
  height: auto;
  left: 5%;
}

.whats_ap._polkk a {
  display: block;
}

body.model_active .ovelay_model, body.model_active #enquery_model {
  display: block;
}

body.detail_active .ovelay_model, body.detail_active div#details_model {
  display: block;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .banner .banner-content h1 {
    font-size: 33px;
    line-height: 30px;
  }
  .about_packages_section {
    text-align: center;
    padding: 20px 0;
  }
  .about_packages_section .col {
    display: none;
  }
  .about_packages_section .col:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .banner .flex .col {
    flex: 0 0 50%;
  }
  .banner .flex .col :last-child {
    flex: 0 0 50%;
  }
  .packages_section .item {
    flex: 0 0 49%;
    max-width: 49%;
  }
  footer .item {
    flex: 0 0 500%;
    max-width: 50%;
  }
  footer .item:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .social_links {
    margin-bottom: 2rem;
  }
  footer .social_links h3 {
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
  .col_ju .container nav {
    text-align: center;
    padding: 10px 0;
  }
  .banner {
    background: #444;
  }
  .banner .bg {
    display: block;
  }
  .banner .flex {
    flex-direction: column;
  }
  .banner .flex .col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .banner .flex .col .content {
    text-align: center;
    padding: 1rem 0;
  }
  .banner .flex .col .content h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .banner .flex .col .content p {
    color: #fff;
    font-size: 14px;
    margin: 8px 0;
    font-weight: 300;
  }
  .banner .flex .form_get {
    max-width: 100%;
  }
  .about_packages_section .content h2 {
    font-size: 22px;
  }
  .packages_section h2 {
    font-size: 22px;
  }
  .packages_section .heading h5 {
    margin: 7px 0 30px;
  }
  .packages_section .flex .item {
    flex: 0 0 49.5%;
    max-width: 49.5%;
  }
  .custom_pacje h2 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
  }
  .custom_pacje h2 ~ h3 {
    margin-bottom: 3rem;
    font-size: 14px;
    font-weight: 400;
  }
  .custom_pacje .item {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 16px;
  }
  .testimonial_section h2 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 400;
  }
  .form_enqury_model {
    height: 100%;
    overflow-y: scroll;
  }
  .form_enqury_model .flex {
    flex-direction: column;
    position: relative;
  }
  .form_enqury_model .flex .col {
    background: #8a67c8;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form_enqury_model .flex .col:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
  }
  .form_enqury_model .close {
    top: 7px;
    right: 7px;
    border: 2px solid #fff;
  }
  .form_enqury_model .content h2 {
    font-size: 26px;
  }
  .testimonial_section .item .content p {
    font-size: 16px;
  }
}

.banner .flex .col .content p.mob, .call_mob_now {
  display: none;
}

@media screen and (max-width: 675px) {
  .banner .bg {
    position: relative;
  }
  .form_enqury_model .flex .col:first-child {
    display: none;
  }
  .form_enqury_model {
    height: 100%;
    overflow-y: scroll;
    width: 90%;
    margin: 3% auto;
  }
  .form_details .col:last-child .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .call_mob_now {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px 0;
    text-align: center;
    background-color: #7e57c2;
    z-index: 11;
  }
  .call_mob_now a {
    padding: 5px 0;
    display: block;
    text-align: center;
    color: #fff;
  }
  .whats_ap._polkk {
    position: fixed;
    bottom: 50px;
    z-index: 11;
    left: 55%;
    width: 40%;
    height: auto;
  }
  .banner .bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    opacity: 0.5;
  }
  .banner-content .container .flex .col:first-child {
    position: absolute;
    top: 6%;
  }
  .banner .flex .col .content h1 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
  }
  .banner .flex .col .content p {
    display: none;
  }
  .banner .flex .col .content p.mob {
    display: block;
    color: #fff;
    font-size: 15px;
    margin: 8px 0;
    font-weight: 400;
  }
  .col_ju {
    display: none;
  }
  .banner .flex .col .content {
    text-align: center;
    padding: 1rem 6px;
  }
}

@media screen and (max-width: 599px) {
  .col_ju .container {
    padding: 0;
  }
  .col_ju .container nav {
    text-align: center;
    padding: 5px 0;
  }
  .col_ju .container nav a {
    margin: 0 4px;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
  }
  .packages_section .flex {
    flex-direction: column;
  }
  .packages_section .flex .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  footer .item:first-child {
    order: 1;
  }
  footer .item:nth-child(2) {
    order: 2;
  }
  footer .item:last-child {
    order: 0;
  }
  footer .form_get {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .testimonial_section .item .content img {
    max-width: 70px;
    top: 38px;
  }
}

@media screen and (max-width: 324px) {
  .banner .flex .col .content p.mob {
    display: block;
    color: #fff;
    font-size: 12px;
    margin: 8px 0;
    font-weight: 400;
  }
  .form_details .col:last-child .content {
    position: static;
    text-align: left;
    padding: 10px 0;
  }
  .form_enqury_model .close {
    top: -2px;
    right: -16px;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
  }
  div#enquery_model .form_get {
    padding: 0;
  }
}
/*# sourceMappingURL=main.css.map */