body {
  margin: 0px;
  padding: 0px;
  color: #3a3a3c;
  font-size: 14px;
  line-height: 30px;
  overflow-x: hidden;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-image: url(../images/bg-img.jpg);background-size: contain;	
}
html {
  scroll-behavior: smooth;
}
ul, li {
  margin: 0px;
  padding: 0px;
}
a {
    color: #3a3a3c;
    text-decoration: none;
}


h1, h2, h3, h4 {
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
h5, h6 {
  margin: 0px;
}
p {
  margin: 0 0 15px;
}



.vertical-center {margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);    width: 100%;}

.clear {  clear: both;}
img { display: inline-block; max-width: 100%; }
ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.full-width { width: 100% !important; }


.relative { position: relative; }
.padding-tb-80 { padding: 80px 0px; }
.padding-top-80 { padding-top: 80px; }
.padding-btm-80 { padding-bottom: 80px; }

.full-width { width: 100%; }
.full-width a { display: block; }
.full-width button { width: 100%; }

.text-center { text-align: center; }

li { list-style: none; }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
}
.container { max-width: 1200px; }

.desktop-show { display: block; }
.mobile-show { display: none; }

/* Basic end */

/*---------- menu start ----------*/
.booking-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin: 0 !important;
    top: -35px;
    color: #f5e45c !important;
}
.logo-desktop {
    margin: 0 !important;
}
.logo-desktop img {
    height: 130px;
}
.top-menu {
    position: absolute;
    top: 0;
    width: 100%;
    height: 108px;
    z-index: 11;
}
.top-menu:before {
    content: "";
    background: url(../images/header-bg.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 108px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: -1;
}
.top-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    padding: 15px 0;
    font-family: "Oswald", sans-serif;
}
.top-menu a:hover {
    color: #f5e45c;
}
.top-menu .inline-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-menu ul li {
    display: inline-block;
}
.top-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}
.top-menu ul li ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 30px 0px;
    position: absolute;
    top: auto;
    width: 250px;
    z-index: 99;
    background: rgb(255, 255, 255);
    padding: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.top-menu ul li ul li {
    display: block;
    border-bottom: 1px solid #eee;
}
.top-menu ul li ul li a {
    display:block !important;
    color: #111;
    padding: 10px 0;
}
.top-menu ul li ul li:hover a {
    color: #f5e45c
}
.mobile-menu1:before {
    content: "";
    background: url(../images/header-bg.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: -1;
}

/*---------- menu end ----------*/

/*---------- New Style Start ----------*/
.row {
  display: flex;
}
.sub-heading {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.main-head {
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  line-height: 64px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.section-padding {
  padding: 80px 0;
}
.pad-top {
  padding-top: 80px;
}
.pad-bottom {
  padding-bottom: 80px;
}
.text-white {
  color: #ffffff;
}
.primary-color {
  color: #df2349;
}
.primary-bg-color {
  color: #df2349;
}
.about-img-section {
  text-align: end;
}
.img-small {
  position: absolute;
  left: 30px;
  bottom: 100px;
  width: 220px;
  height: 250px;
  object-fit: cover;
  border-radius: 35px;
  border: 6px solid #000;
}
.img-big {
  width: 80%;
  height: 550px;
  object-fit: cover;
  border-radius: 65px 0;
}
.banner-section {
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  height: 100vh;
  background-size: cover !important;
}
.banner-content {
    position: absolute;
    right: calc(100% - 86%);
    top: 60%;
    transform: translate(0%, -60%);
    max-width: 600px;
    z-index: 1;
}
/*--- button area start ---*/
.inline-btn {
  display: flex;align-items: center;gap: 20px;
}
.main-btn {
    border-radius: 20px 0;
    padding: 10px 30px;
    outline: 0;
    width: fit-content;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.btn-1 {
  border: 1px solid #df2349;
  background: #df2349;
  color: #ffffff;
}
.btn-1:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #df2349;
}
.btn-2 {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #df2349;
}
.btn-2:hover {
  border: 1px solid #ffffff;
  background: #df2349;
  color: #ffffff;
}
.button-1 {
    color: #ffffff;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}
.button-1 img {
    transition: 0.3s ease;
}
.button-1:hover img{
    transform: translateX(5px);
}
/*--- button area end ---*/


.banner-slider-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to left, #000000e0 20%, transparent);
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
}
.about-section p {
  padding-right: 0;
}
.experiences-box {
  background: #df2349;
  color: #fff;
  position: absolute;
  left: 180px;
  top: 60px;
  z-index: 1;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  text-align: left;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.experiences-box p {
  padding: 0;
  line-height: 20px;
  margin: 0;
}
.experiences-box h2 {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 15px;
}
.event-item {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}
.event-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000000c9 50%, transparent 100%);
  width: 100%;
  height: 100%;
  opacity: 1;
}
.event-item .section-heading {
  position: absolute;
  bottom: 50px;
  max-width: 600px;
  z-index: 1;
  color: #ffffff;
}
.booking-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 50px 0;
}
.booking-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
}
.booking-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.booking-content .main-head {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
}
.booking-section .slick-slide{
  margin-left:  15px;
  margin-right:  15px;
}
.booking-section .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.position-relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
.accordion {
    font-family: "Oswald", sans-serif;
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0px 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    transition: 0.4s;
}
.active, .accordion:hover {
  background-color: transparent;
  color: #df2349;
}
.accordion:after {
  content: '\002B';
  color: #df2349;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}
.panel {
  padding: 0 30px;
  color: #fff;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  position: relative;
}
.form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff8f;
  width: 100%;
  height: 40px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  outline: 0;
}
.form-control::placeholder {
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.form-group {
  margin-bottom: 20px;
}
.contact-form {
  width: 100%;
}
.contact-img {
    padding: 50px;
    border-radius: 50px 0;
    width: 100%;
    height: 620px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.contact-form p {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 30px;
}
.align-item-center {
  align-items: center;
}
.right-align {
  display: flex;justify-content: end;
}
.contact-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #000000fa 10%, transparent 100%);
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 50px 0;
}
.contact-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.client-img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}
.client-img {
  display: flex;
  align-items: center;
}
.client-text h4 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.client-text span {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
}
.testimonial-content p {
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.star-img {
  max-width: fit-content;
  height: 14px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.testimonial-item {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  height: 250px;
}
.testimonial-section .slick-slide{
  margin-left:  15px;
  margin-right:  15px;
}
.testimonial-section .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.work-section {
  display: flex;
  align-items: center;
  gap: 1px;
    padding-top: 20px;
}
.gallery-details-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.gallery-details-img {
    width: 25%;
}
.footer-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer-heading h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Satisfy", cursive;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  width: 80%;
  text-align: center;
}
.footer-heading:before {
  content: "";
  background: #b47b35;
  left: 0;
  top: 15px;
  position: absolute;
  width: 100px;
  height: 1px;
}
.footer-heading:after {
  content: "";
  background: #b47b35;
  right: 0;
  top: 15px;
  position: absolute;
  width: 100px;
  height: 1px;
}
.footer-item p, .footer-item a {
  color: #ffffff;
  display: inline-block;
}
.text-light {
  color: #ebd900 !important;
}
.footer-item {
  margin-bottom: 15px;
}
.social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.social-link a img {
  height: 24px;
}
.offset {
  padding-left: 100px;
}
.footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.email-section {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #191919;
    padding: 40px 30px;
    border-radius: 50px 0;
}
.email-section .form-control {
    background: #fff;
    border-radius: 20px 0;
    height: 50px;
    color: #191919;
    padding: 15px;
}
.email-section .main-btn {
    height: 50px;
    padding: 0 50px;
    text-transform: uppercase; cursor:pointer;
}
.email-section .form-control::placeholder {
    color: #707070;
}
.footer-bottom-link a {
    color: #fff;
    font-weight: 400;
}
.footer-bottom-link a:hover, .footer-item a:hover {
    color: #df2349;
}
.footer-bottom-link {
    display: flex;
    align-items: center;
    gap: 50px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
a {
    transition: 0.3s ease;
}
footer {
    padding-top: 80px;
    padding-bottom: 40px;
}
.banner-section .container {
    height: 100%;
}
.mobile-menu1 {
    display: none !important;
}
.container {
    padding-left: 50px;
    padding-right: 50px;
}
.service-tab-section {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;   
    margin-top: 60px;
    margin-bottom: 30px;
}
.service-tab-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #000000cf 20%, transparent);
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
}
.service-inline-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    gap: 10px;
}
.service-btn {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    background: #000000;
    border: 1px solid #fff;
    width: 140px;
    height: 50px;
    transition: 0.3s ease;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
}
.service-btn:hover {
    background: #df2349;
}
.service-btn.service_active {
    background: #df2349;
}
.service-body {  
    color: #fff; position: absolute; width: 100%; bottom: 60px; left: 0px;
    z-index: 9;
}
.service-body h2, .service-body p { color: #fff; }
.service-top-btn  { position: absolute; width: 100%; top: 30px; }

.service { height: 650px; }
.tabcontent { display: none; }
.wpcf7-spinner { display: none !important; }




/*---------- New Style End ----------*/

















/*------------------------------------------------
            Mobile Responsive Start
------------------------------------------------*/
@media only screen and (max-width: 991px) {

  .desktop-show { display: none; }
  .mobile-show { display: block; }

    .mobile-menu1 {
        display: flex !important;
    }
    .logo-desktop img {
        height: 100px;
        position: relative;
        top: 25px;
    }
    .banner-content {
        right: auto;
        max-width: 100%;
    }
    .banner-section:before {
        background: linear-gradient(to right, #000000a8 60%, transparent);
    }
    .row {
        flex-direction: column;
    }
    .about-section p {
        padding-right: 0;
    }
    .img-big {
        width: 80%;
        height: 450px;
        margin-top: 20px;
    }
    .img-small {
        display: none;
    }
    .experiences-box {
        left: 15px;
        top: auto;
        bottom: 115px;
        width: 220px;
        height: 220px;
        padding: 20px;
        text-align: center;
        border-radius: 30px;
    }
    .experiences-box h2 {
        font-size: 64px;
        line-height: 70px;
        margin-bottom: 15px;
    }
    .experiences-box p {
        line-height: 24px;
        font-size: 20px;
    }
    .contact-img {
        padding: 30px;
        width: 100%;
        height: 385px;
    }
    .main-head {
        font-size: 45px;
        line-height: 55px;
    }
    .contact-form {
        width: 100%;
        padding-top: 30px;
    }
    .gallery-details-img {
        width: 50%;
        height: 202px;
        padding: 1px;
    }
    .work-section {
        gap: 0;
        flex-wrap: wrap;
    }
    .gallery-details-img img {
        height: 200px;
    }
    .footer-heading h2 {
        font-size: 26px;
        line-height: 30px;
        width: 100%;
    }
    .footer-heading:before {
        left: auto;
        transform: translate(0%, -50%);
        top: -30px;
    }
    .footer-heading:after {
        right: auto;
        transform: translate(0%, 0%);
        bottom: -30px;
        top: auto;
    }
    .footer-item p, .footer-item a {
        color: #ffffff;
        display: block;
        width: fit-content;
    }
    .offset {
        padding-left: 15px;
    }
    .social-link {
        justify-content: flex-start;
        padding-top: 10px;
    }
    .email-section {
        flex-direction: column;
        gap: 20px;
    }
    .email-section .main-btn {
        width: 100%;
    }
    .footer-bottom-link {
        justify-content: center;
        gap: 10px;
    }
    .footer-bottom {
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding-top: 40px;
        gap: 10px;
        text-align: center;
    }
    .footer-bottom-link a {
        font-size: 12px;
    }
    .container {
        padding: 0 15px;
    }
    .service-btn {
        font-size: 10px;
        letter-spacing: 1px;
        width: 30%;
        height: 40px;
        margin-bottom: 0px;
    }
    .service-inline-btn {
        padding-top: 30px;
        gap: 5px;
        flex-wrap: wrap;
    }
    .service-tab-section {
        
    }
    .service-body {
        margin-top: 100px;
    }
    .testimonial-item { 
    height: auto;
    }

}


/*------------------------------------------------
            Mobile Responsive End
------------------------------------------------*/

