@import url("https://fonts.googleapis.com/css2?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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  /* font-family: "Crimson Text", serif; */
}

:root {
  --blue: #0a1744;
  --yellow: #edb02b;
  --lightblue: #0961b6;
  --skin: #e6b073;
  --grey: #7f8a99;
}

/* @font-face {
    font-family: MyriadPro;
    src: url(../font/MyriadPro-Bold.woff);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: MyriadPro;
    src: url(../font/MyriadPro-It.woff);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: MyriadPro;
    src: url(../font/MyriadPro-Regular.woff);
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: cali;
    src: url(../font//Californian-FB.ttf);
    font-weight: 600;
    font-display: swap;
} */

html {
  /* --ff: MyriadPro, sans-serif; */
}

input:focus {
  border: none;
  outline: none;
}

/* topbar start */
.topbar {
  background: var(--blue);
  line-height: 64px;
}

.topbar .topbar-left {
  border-right: 1px solid #1a2a62;
}
.topbar .topbar-right {
  border-left: 1px solid #1a2a62;
  display: flex;
  justify-content: space-between;
}

.topbar .topbar-right .form_Wrap {
  width: 56%;
}

.topbar .container {
  margin: 0 0;
}

.topbar .topbar-left a {
  color: #fff;
  text-decoration: none;
  font-family: var(--ff);
  font-size: 12px;
  padding: 0 0px;
}

.topbar .topbar-left a:first-child {
  border-right: 1px solid #1a2a62;
  padding-right: 16px;
}

.topbar .topbar-left a i {
  color: var(--yellow);
  font-size: 13px;
  margin-right: 4px;
}

.topbar .topbar-left a i.fa-phone-volume {
  color: var(--skin);
}

.topbar .topbar-left .left_inner_wrapp {
  /* display: flex;
  justify-content: space-around; */
}

/* right */
.topbar .topbar-right form {
  display: inline-block;
  display: flex;
  justify-content: space-between;
}

.topbar .topbar-right form button {
  background: transparent;
  border: none;
  color: #fff;
}

.topbar .topbar-right form input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0px 30px;
  font-size: 15px;
  width: 95%;
}

.topbar .topbar-right form input::placeholder {
  color: #e9e7e7;
}

.topbar .topbar-right form label i {
  color: #e9e7e7;
}

.topbar .topbar-right .loginn {
  background: var(--yellow);
  display: inline-block;
  padding: 1px 0;
}

.topbar .topbar-right .loginn a {
  color: #fff;
  padding: 0px 26px;
  text-decoration: none;
  line-height: 0;
  font-size: 15px;
}
.topbar .topbar-right .loginn a i {
  margin-right: 4px;
}

.topbar .topbar-right .loginn a.btn-login {
  border-right: 1px solid #fff;
}

/* topbar end */

/* navbar start */
.nav-banner {
  position: relative;
}

.boxxxxx {
  position: absolute;
  left: -4px;
  top: -74px;
  background: #0961b6;
  clip-path: polygon(0 0, 72% 0%, 68% 77%, 0 63%);
  padding: 100px 0;
  height: 90px;
  width: 300px;
  z-index: 9999;
}

.navbarr {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 20px;
  /* backdrop-filter: blur(4px); */
}

.navbarr .navbar .navbar-nav {
  gap: 33px;
}

.navbar .navbar-brand {
  position: absolute;
  left: -20px;
  top: -71px;
}

.navbar .navbar-brand img {
  clip-path: polygon(0 0, 100% 0%, 88% 99%, 0 88%);
  background: var(--yellow);
  padding: 30px;
  /* padding: 54px 20px 54px 20px; */
  padding: 48px 26px 54px 10px;
  width: 215px;
  box-shadow: rgba(116, 114, 114, 0.15) 1.95px 1.95px 2.6px;
}

.navbar {
  line-height: 60px;
}

.navbar .navbar-nav .nav-item {
  margin: 0 10px;
}

.navbar .navbar-nav .nav-link.active {
  color: #e6b073;
}

.navbar .navbar-nav .nav-link {
  display: inline;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px !important;
  font-size: 14px;
  font-weight: 700;
}

.navbar .navbar-nav .nav-btnn {
  background: var(--yellow);
  color: #fff;
  display: inline-block;
  padding: 10px 20px !important;
  margin-left: 45px;
  line-height: 25px;
}

.navbar .navbar-nav .social-icon a {
  background: #fff;
  color: #7f8a99;
  display: inline-block;
  line-height: 25px;
  transition: 0.5s;
}

.navbar .navbar-nav .social-icon a:hover {
background: var(--yellow);
color: #fff;
}

.navbar .navbar-nav .social-icon a i.fa-facebook-f {
  padding: 14px 17px !important;
}

.navbar .navbar-nav .social-icon a i.fa-twitter {
  padding: 14px 14px !important;
}

.navbar .navbar-nav .social-icon a i.fa-youtube {
  padding: 14px 13px !important;
}

.navbar .navbar-nav .toggler {
  margin-top: 9px;
}

.navbar .navbar-nav .toggler a {
  display: inline-block;
  margin-left: 18px;
  text-decoration: none;
}

.navbar .navbar-nav .toggler a i {
  color: #000;
  font-size: 40px;
  color: #fff;
}

/* banner */
.top-bannerrr {
  position: relative;
}

.top-bannerrr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 133px;
  background: #0c0a0a8c;
  filter: blur(75px);
}
.top-bannerrr .carousel-item {
  position: relative;
}

.top-bannerrr .carousel-item .caption {
  position: absolute;
  left: 140px;
  top: 180px;
  z-index: 9999;
}

.top-bannerrr .carousel-item .caption span {
  font-size: 38px;
  /* font-size: 40px; */
  color: #fff;
}

.top-bannerrr .carousel-item .caption p {
  /* font-size: 135.99px; */
  font-size: 90px;
  color: #fff;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  line-height: 95px;
}

.top-bannerrr .carousel-item .caption a {
  border: 3px solid #fff;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  transition: 0.25s;
}

.top-bannerrr .carousel-item .caption a:hover {
    background: var(--yellow);
    border-color: var(--yellow);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background: transparent !important;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
  font-size: 25px;
  background: #fff;
  padding: 15px;
  color: #908d8d;
  opacity: 0.8;
}

.top-bannerrr .carousel-control-prev,
.top-bannerrr .carousel-control-next {
  width: 10%;
}

.top-bannerrr .carousel-control-prev {
  left: -20px;
}

/* navbar end */

/* about us start */
.about-us {
  padding: 90px 0 0;
}

.about-us .about-text {
}

.about-us .about-text .abt-inside {
  display: flex;
}

.about-us .about-text .abt-inside .abt-inside-img {
}

.about-us .about-text .abt-inside .abt-inside-img img {
}

.about-us .about-text .abt-inside .abt-inside-title {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-us .about-text .abt-inside .abt-inside-title h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  /* color: #4d4b4b; */
  color: var(--grey);
}

.about-us .about-text .abt-inside .abt-inside-title p {
    font-size: 46px;
    line-height: 47px;
  font-family: "Crimson Text", serif;
  color: #000;
}

.about-us .about-text .abt-inside .abt-inside-title span {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  color: var(--blue);
}

.about-us .about-text .esta {
  font-size: 16px;
  /* color: #4d4b4b; */
  color: var(--grey);
  margin-top: 20px;
  padding: 0 20px 0 0;
}

.about-us .about-text .esta:first-letter {
    font-size: 32px;
    initial-letter: 2 2;
    padding-right:10px ;
    font-weight: 500;
    color: #000;
    font-family: "Crimson Text", serif;
}

.about-us .about-text .esta-btn {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--blue);
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s;
}

.about-us .about-text .esta-btn:hover {
    color: var(--yellow);
}

.about-us .about-text .esta-btn:hover i{
    color: var(--yellow);
}

.about-us .about-text .esta-btn i {
  color: var(--blue);
  transition: 0.5s;
}

.about-us .abt-form {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  transform: translateY(-160px);
  background: #fff;
}

.about-us .abt-form .form-header {
}

.about-us .abt-form .form-header h2 {
  text-align: center;
  font-family: "Crimson Text", serif;
  margin-bottom: 25px;
  color: #000;
}

.about-us .abt-form .form-header label {
  text-transform: uppercase;
  color: var(--grey);
  margin: 10px 0;
}

.about-us .abt-form .form-header input {
  border: 1px solid #dedcdc;
  display: block;
  width: 100%;
  padding: 13px;
}

.about-us .abt-form .form-header select {
  width: 100%;
  padding: 13px 0;
  color: var(--grey);
  border: none;
}

.about-us .abt-form .form-header select:focus-visible {
  border: none;
  outline: none;
}

.about-us .abt-form .form-header .select_wrap {
  border: 1px solid #dedcdc;
  padding: 0 10px;
}

.about-us .abt-form .form-header button {
  background: var(--yellow);
  color: #fff;
  width: 100%;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: 10px 0;
  margin-top: 20px;
}

.about-us .abt-form .form-header .date-adlt {
  display: flex;
}

.about-us .abt-form .form-header .date-adlt .dattee {
  margin-right: 10px;
}

.about-us .abt-form .form-header .date-adlt .adult .adult_input_wrap {
  display: flex;
}

.about-us .abt-form .form-header .date-adlt .adult .adult_input_wrap input {
  text-align: center;
}

.about-us .abt-form .form-header .date-adlt .adult .adult_input_wrap button {
  margin: 0;
  background: transparent;
  color: #000;
}
.about-us
  .abt-form
  .form-header
  .date-adlt
  .adult
  .adult_input_wrap
  button:first-child {
  border-top: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #dedcdc;
}

.about-us
  .abt-form
  .form-header
  .date-adlt
  .adult
  .adult_input_wrap
  button:last-child {
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #dedcdc;
}

/* about us end */

/* experience start */
.experience {
  padding: 50px 0 80px;
  background: linear-gradient(to bottom, #0961b6 0% 50%, #fff 50% 100%);
}

.heading_center {
  position: relative;
}

.heading_center h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.heading_center p {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 30px;
  font-family: "Crimson Text", serif;
}

.heading_center::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%);
  display: block;
  width: 70px;
  height: 7px;
  background: url(../images/experience/title-separator.png) left center
    no-repeat;
}

/* owl */
.experiencee {
  margin-top: 50px;
}

.experiencee .owl-theme .service-block {
  margin-bottom: 0;
}

.experiencee .service-block .inner-box:hover{
    transform: translateY(-10px);
}

.experiencee .service-block .lower-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 35px 40px;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0px 0px 3px 3px;
  z-index: 1;
}

.experiencee .service-block .inner-box {
  position: relative;
  display: block;
  padding-bottom: 72px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.experiencee .service-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 5px;
}

.experiencee .service-block .image-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 120%;
  left: -10%;
  height: 50px;
  background: #ffffff;
  border-top: 7px solid transparent;
  -ms-transform: rotate(-17deg);
  -webkit-transform: rotate(-17deg);
  transform: rotate(-10deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.experiencee .service-block .image-box img {
  height: 100%;
  object-fit: cover;
}

.experiencee .service-block .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  transform: scale(1);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #edb02b !important;
  transform: scale(0.85);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 2rem !important;
}

.experiencee .service-block .lower-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin-left: 40px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}

.experiencee .service-block .lower-content {
  position: relative;
  display: block;
  background: #ffffff;
  /* padding: 40px 40px 25px; */
  padding: 22px 40px 25px;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0px 0px 3px 3px;
  z-index: 1;
  min-height: 180px;
}

.experiencee .service-block .lower-content .icon-box {
  position: absolute;
  right: 30px;
  top: -45px;
  width: 90px;
  height: 90px;
  background: #061138;
  color: #d5ae82;
  text-align: center;
  font-size: 42px;
  line-height: 90px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.experiencee .flaticon-yacht-1:before {
  content: "\f1e0";
}

.experiencee .service-block .lower-content h4 {
  position: relative;
  color: #061138;
  margin-bottom: 20px;
}

.experiencee .service-block .lower-content h4 a {
  font-family: "Crimson Text", serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 38px;
  color: #000;
}

.experiencee .default-link {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--blue);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  /* -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; */
}

.experiencee .default-link i{
    margin-right: 4px;
}
/* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{ */
/* .owl-carousel .owl-dots.disabled, */
.owl-carousel .owl-dots {
  /* display: block !important; */
  /* text-align: center; */
  /* margin: 0 auto; */
}
.owl-carousel .owl-dots.active {
  /* display: block !important; */
  /* text-align: center; */
  /* margin: 0 auto; */
}
/* .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
} */
/* experience end */

/* explore start */
.explore-plan {
  padding: 50px 0 80px;
  background: #f0f3f7;
  position: relative;
}

.explore-plan .owl-carousel .owl-nav button.owl-next, .explore-plan .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 40%;
    width: 50px;
    border: 1px solid;
    font-size: 36px;
    border-color: #bbc1ca;
    color: #bbc1ca;
    
}

.explore-plan .owl-carousel .owl-nav button.owl-next:hover, .explore-plan .owl-carousel .owl-nav button.owl-prev:hover{
    background: transparent;
    border-color: var(--yellow);
    color: var(--yellow);
}

.explore-plan .owl-carousel .owl-nav button.owl-next{
    right: -36%;
}

.explore-plan .owl-carousel .owl-nav button.owl-prev{
    left: -36%;
}

.explore-plan .heading_center h2,
.explore-plan .heading_center p {
  color: #000;
}

.explore-plan .explore-plan-head {
  background: #fff;
}

/* card */
.explore-plan .explore-plan-head .explore-plan-box {
  position: relative;
  overflow: hidden;
}

.explore-plan .explore-plan-head .explore-plan-box .disocunt {
  position: absolute;
  left: -47px;
  top: 23px;
  background: #be1935;
  color: #fff;
  transform: rotate(-50deg);
  width: 150px;
  text-align: center;
  padding: 4px 20px;
}

.explore-plan .explore-plan-head .explore-plan-text {
  position: relative;
  padding: 10px 20px 28px 0;
}

.explore-plan .explore-plan-head .explore-plan-text .addwist .wishlist_added i {
  color: red;
}
.explore-plan .explore-plan-head .explore-plan-text .addwist button {
    border: none;
    background: transparent;
}

.explore-plan .explore-plan-head .explore-plan-text .addwist i {
  font-size: 24px;
  color: #e0dfdf;
}

.explore-plan .explore-plan-head .explore-plan-text h2 {
  text-align: left;
  color: #000;
  font-size: 38px !important;
  margin-bottom: 10px;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  margin-top: 7px;
  text-transform: none;
}

.explore-plan .explore-plan-head .explore-plan-text .heading_title_wrapp{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}

.explore-plan .explore-plan-head .explore-plan-text span {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--blue);
}

.explore-plan .explore-plan-head .explore-plan-text small {
  font-size: 12px;
}

.explore-plan .explore-plan-head .explore-plan-text .rating_wrapper{

}

.explore-plan .explore-plan-head .explore-plan-text i.fa-star {
  color: var(--yellow);
  font-size: 15px;
}



.explore-plan .explore-plan-head .explore-plan-text p {
  font-size: 16px;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 18px;
  color: var(--grey);
  margin-top: 7px;
  font-family: "poppins", serif;
}

.explore-plan .explore-plan-head .explore-plan-text p i.fa-clock {
  color: #e6b073;
  margin-right: 4px;
}

.explore-plan .explore-plan-head .explore-plan-text p i.fa-user {
  color: #e6b073;
  margin-right: 4px;
}

.explore-plan .explore-plan-head .explore-plan-text a.onlinebok {
  border: 1px solid #d3d0d0;
  color: var(--blue);
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  line-height: 30px;
  margin-right: 15px;
  font-weight: 600;
  margin-top: 14px;
}

.explore-plan .explore-plan-head .explore-plan-text i.fa-circle-info {
  border: 1px solid #d3d0d0;
  color: var(--blue);
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
  line-height: 30px;
}
.explore-plan .explore-plan-head .explore-plan-text .bok-btn {
  text-align: right;
}
.explore-plan .explore-plan-head .explore-plan-text .bok-btn span {
  color: var(--grey);
  font-size: 14px;
}
.explore-plan .explore-plan-head .explore-plan-text .bok-btn .price {
  font-style: italic;
  color: var(--blue);
  font-weight: 5 00;
}

.explore-plan .explore-more-btn {
  text-align: center;
  margin-top: 40px;
}
.explore-plan .explore-more-btn a {
  border: 1px solid var(--blue);
  color: var(--blue);
  background: transparent;
  text-decoration: none;
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  transition: 0.5s;
}
.explore-plan .explore-more-btn a:hover {
    background: var(--yellow);
    border-color: var(--yellow);
    color: #fff;
}
/* explore end */

/* quality start */
.quality {
  padding: 100px 0;
  background: var(--lightblue);
}

.quality .quality-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quality .quality-box .quality-img {
  padding: 10px;
  transform: rotate(45deg);
  border: 1px solid #fff;
}

.quality .quality-box .quality-img img {
  width: 80px;
  transform: rotate(-45deg);
}

.quality .quality-box .quality-title {
  margin-left: 50px;
  color: #fff;
}

.quality .quality-box .quality-title h3 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
}

.quality .quality-box .quality-title p {
}

.quality .quality-box .quality-title a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
}

.quality .quality-box .quality-title a i {
  margin-right: 8px;
}

/* quality end */

/* price and plan start */
.plan-price {
  padding: 100px 0;
  background: url(../images/plan-price-bg.png) no-repeat;
  background-position: -100px;
  background-size: 45%;
}
.headingg {
  position: relative;
  margin-bottom: 30px;
}

.headingg h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.headingg p {
  text-transform: uppercase;
  color: #000;
  font-size: 34px;
  font-family: "Crimson Text", serif;
  font-weight: 600;
}

.headingg::after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: -20px;
  transform: translate(-50%);
  display: block;
  width: 70px;
  height: 7px;
  background: url(../images/experience/title-separator.png) left center
    no-repeat;
}

/* card */
.plan-price .plan-price-head {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 27px 36px;
  border-bottom: 7px solid var(--yellow);
  margin-top: 40px;
  background: #fff;
  transition: 0.5s;
}

.plan-price .plan-price-head:hover{
    transform: translateY(-10px);
}

.plan-price .plan-price-head .plan-price-box {
  text-align: center;
}

.plan-price .plan-price-head .plan-price-box h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Crimson Text", serif;
}

.plan-price .plan-price-head .plan-price-box p {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--grey);
}

.plan-price .plan-price-head .plan-price-box span {
  font-size: 60px;
  color: var(--yellow);
  font-weight: bold;
}
.plan-price .plan-price-head .plan-price-box small {
  font-size: 20px;
  text-transform: uppercase;
}

.plan-price .plan-price-head .plan-price-box span i {
  font-size: 22px;
  font-weight: 700;
  margin: 0px -10px;
}

.plan-price .plan-price-head .special-offer {
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.plan-price .plan-price-head .special-offer {
  text-align: center;
  color: var(--grey);
}

.plan-price .plan-price-head .special-offer p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 1px;
  /* background: #bbbbbb; */
  background: linear-gradient(
    to right,
    #bbb 0% 30%,
    transparent 30% 70%,
    #bbb 70% 100%
  );
  width: 100%;
}

.plan-price .plan-price-head ul {
  padding-left: 0;
}

.plan-price .plan-price-head ul li {
  list-style: none;
  margin-bottom: 15px;
  color: var(--grey);
}

.plan-price .plan-price-head ul li:last-child {
  margin-bottom: 0;
}

.plan-price .plan-price-head ul li i {
  color: var(--yellow);
  font-weight: 700;
  font-size: 14px;
  margin-right: 4px;
}

/* price and plan end */

/* testimonial start */
.testimonial {
  padding: 50px 0 80px;
  background: var(--lightblue);
}

.testimonial h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.testimonial p {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 34px;
  font-family: "Crimson Text", serif;
  font-weight: 500;
}

.testimonial .separator {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  display: block;
  width: 70px;
  height: 7px;
  background: url(../images/experience/title-separator.png) left center
    no-repeat;
}

.testimonial .testimonial-head {
  display: flex;
  background: #fff;
  padding: 40px 30px;
  position: relative;
  margin: 20px;
}

.testimonial .testimonial-head .tri {
  position: absolute;
  right: -16px;
  top: 10px;
  background: #b09373;
  padding: 8px 20px;
  z-index: -1;
  transform: rotate(22deg);
}

.testimonial .testimonial-head .fixd-title {
  position: absolute;
  right: -18px;
  top: 20px;
  background: var(--yellow);
  padding: 8px 20px;
}

.testimonial .testimonial-head .fixd-title i {
  color: #fff;
}

.testimonial .testimonial-head .testimonial-head-img {
  text-align: center;
}

.testimonial .testimonial-head .testimonial-head-img i {
  font-size: 60px;
  margin-top: 30px;
  color: #bbb;
}

.testimonial .testimonial-head .testimonial-head-title {
  margin-left: 20px;
}

.testimonial .testimonial-head .testimonial-head-title h3 {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  color: var(--blue);
}

.testimonial .testimonial-head .testimonial-head-title span {
  text-transform: uppercase;
  color: var(--grey);
}

.testimonial .testimonial-head .testimonial-head-title .line {
  width: 20%;
  background: #d1d0d0;
  height: 1px;
  display: block;
  margin: 16px 0;
}

.testimonial .testimonial-head .testimonial-head-title p {
  font-size: 20px;
  text-transform: none;
  text-align: start;
  color: var(--grey);
  margin-bottom: 0px;
  font-family: "Crimson Text", serif;
}

/* testimonial end */

/* news-update start */
.news-update {
  padding: 50px 0;
  background: #fff;
}

.news-update h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.news-update p {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
  font-size: 34px;
  font-family: "Crimson Text", serif;
  font-weight: 600;
}

.news-update .separator {
  position: absolute;
  left: 1%;
  bottom: 0;
  display: block;
  width: 70px;
  height: 7px;
  background: url(../images/experience/title-separator.png) left center
    no-repeat;
}

.news-update .news-btn {
  /* color: var(--blue);
    border: 1px solid var(--blue);
    text-decoration: none;
    padding: 10px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 60px; */
  margin-top: 60px;
  border: 1px solid var(--blue);
  color: var(--blue);
  background: transparent;
  text-decoration: none;
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  transition: 0.5s;
}

.news-update .news-btn:hover {
    background: var(--yellow);
    border-color: var(--yellow);
    color: #fff;
}

/* card */
.news-update .news-box {
  display: flex;
  margin-bottom: 40px;
  gap: 30px;
}
.news-update .news-box:last-child {
  margin-bottom: 0;
}
.news-update .news_box_wrapp {
    margin: 24px 0 25px;
}

.news-update .news-box .news-img {
  position: relative;
}

.news-update .news-box .news-img .title-fix {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 6px 12px;
  text-align: center;
}

.news-update .news-box .news-img .title-fix p {
  font-weight: 800;
  font-family: "Crimson Text", serif;
  color: var(--blue);
  font-size: 18px !important;
  margin-bottom: 0;
  line-height: 18px;
}
.news-update .news-box .news-img .title-fix p span {
  color: var(--grey);
  font-weight: 600;
  font-size: 16px !important;
  font-family: "Crimson Text", serif;
}

.news-update .news-box .news-img img {
  width: 191px;
  height: 191px;
  object-fit: cover;
}
.news-update .news-box .news-title {
}

.news-update .news-box .news-title span {
  text-transform: uppercase;
  color: var(--grey);
  margin-right: 20px;
}

.news-update .news-box .news-title span i {
  color: var(--grey);
  margin-right: 4px;
}

.news-update .news-box .news-title h2 {
  font-family: "Crimson Text", serif;
  text-transform: none;
  font-size: 30px;
  margin: 10px 0 29px;
  color: var(--blue);
}

.news-update .news-box .news-title p {
  text-transform: none;
  color: var(--grey);
  font-size: 16px;
  font-family: "poppins", serif;
  margin-bottom: 20px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-update .news-box .news-title a i {
  color: var(--blue);
  transition: 0.5s;
  margin-right: 4px;
}

.news-update .news-box .news-title a {
  color: var(--blue);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
}

.news-update .news-box .news-title a:hover {
    color: var(--yellow);
}

.news-update .news-box .news-title a:hover i{
    color: var(--yellow);
}

/* form */
.news-update .news-form {
  margin-top: 24px;
  background: var(--lightblue);
  padding: 54px 36px;
  text-align: center;
}

.news-update .news-form h2 {
  font-family: "Crimson Text", serif;
  color: #fff;
  font-size: 30px;
}

.news-update .news-form p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}

.news-update .news-form input {
  display: block;
  width: 100%;
  padding: 14px;
  margin-bottom: 22px;
  font-style: italic;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  color: var(--grey);
  border: none;
}

.news-update .news-form button {
  background: var(--yellow);
  color: #fff;
  border: none;
  outline: none;
  width: 100%;
  padding: 18px 20px;
  text-transform: uppercase;
}

/* news-update start */

/* footer start */
.footer {
  background: var(--blue);
  padding: 70px 0;
}

.footer .footer-brand {
    padding-right: 55px;
}

.footer .footer-brand img {
}

.footer .footer-brand p {
  color: #fff;
  margin-top: 20px;
}

.footer .footer-brand a {
  color: #fff;
  display: block;
  text-decoration: none;
  margin: 10px 0;
}

.footer .footer-brand a i {
  color: #e6b073;
  margin-right: 4px;
}

.footer .footer-brand .social-media-f {
  display: flex;
}

.footer .footer-brand .social-media-f a {
  background: #232b47;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  transition: 0.5s;
}
.footer .footer-brand .social-media-f a:hover{
    background: var(--yellow);
}

.footer .footer-brand .social-media-f a i {
  color: #fff;
}


.footer .footer-brand .social-media-f a i.fa-wifi {
  transform: rotate(40deg);
}

.footer .footer-links {
    margin: 46px 0 0;
}

.footer .footer-links h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Crimson Text", serif;
}

.footer .footer-links .line {
  width: 20%;
  background: #0b0d78;
  height: 1px;
  display: block;
  margin: 16px 0;
}

.footer .footer-links .footer-links-div {
  display: flex;
}

.footer .footer-links .footer-links-div .ftr-one {
}

.footer .footer-links .footer-links-div .ftr-one ul {
  padding-left: 0;
}

.footer .footer-links .footer-links-div .ftr-one ul li {
  list-style: none;
}

.footer .footer-links .footer-links-div .ftr-one ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 15px 0;
  font-size: 15px;
  transition: 0.5s;
}
.footer .footer-links .footer-links-div .ftr-one ul li a:hover {
    color: var(--yellow);
}

.footer .footer-links .footer-links-div .ftr-one ul li a i {
    margin-right: 4px;
}

.footer .footer-gallery {
    margin: 46px 0 0;
}

.footer .footer-gallery h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Crimson Text", serif;
}

.footer .footer-gallery .line {
  width: 20%;
  background: #0b0d78;
  height: 1px;
  display: block;
  margin: 16px 0;
}

.footer .footer-gallery .galry {
  display: flex;

  flex-direction: column;
  /* flex-wrap: wrap; */
  margin: 30px 0 0;
}

.footer .footer-gallery .galry img {
  gap: 3;
}

/* copyrigth */
.footer-2 {
  background: var(--blue);
  padding: 20px 0;
  border-top: 1px solid #1a2a62;
}
.footer-2 p {
  margin-bottom: 0;
  color: #fff;
}
/* footer end */

