@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');

html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    color: #797A8C;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

h1,
h2 {
    font-weight: 700;
    line-height: 1.4;
}

h3,
h4 {
    font-weight: 600;
    line-height: 1.4;
    color: #2A2B3F;
}



.nav-menu,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.nav-menu,
.navbar,
nav {
    text-align: center
}

a {

    color: inherit;
}

.bar:first-child,
body,
nav {
    width: 100%
}

.bx-shadow-1 {
    box-shadow: 0 0 4px #ddd;
}


nav {
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

ul {
    margin-bottom: 0
}

.navbar {
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
    background-color: #ffff;
    border-radius: 30px;
    padding: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.bar,
.fa-times,
.nav-link {

    -webkit-transition: .5s;
    transition: .5s;
}

.outline-none {
    outline: 0;
}

.nav-menu li {
    list-style: none;
    margin: 7px 30px;
}

.logo img {
    margin: 0px 25px;
    max-width: 152px;
}

.nav-menu {
    display: flex;
    margin: 0px 10px 0px 160px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-link {
    text-decoration: none;
    transition: .5s;
    color: #000;
    line-height: 1.1;
    font-size: 17px;
    font-weight: 500;
}

.nav-link:hover {
    color: #EB7557;
}


.header-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #949494;
    line-height: 1.1;
    font-size: 22px;
}

.btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 66px;
}

.btn-primary.small {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.125em;
}

.line-rounded-icon.link-icon-right.v2 {
    margin-left: 4px;
}

.line-rounded-icon.link-icon-right {
    display: inline-block;
    margin-left: 6px;
}

.btn-primary.small {
    font-size: 16px;
    line-height: 1.125em;
}

/*------dropdown----------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: "DM Sans", sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    /* box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15); */
    padding: 15px 10px 20px 10px;
    width: 270px;
    border-radius: 15px;
}

.btn-secondary {
    background-color: transparent !important;
    margin: 7px 28px;
}

.dropdown-content a {
    float: none;
    color: #000;
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 16px 15px;
    padding-left: 20px;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: solid 1px #f5f5f5; */
}

.dropdown-content a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #00c3ff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.dropdown-content a:hover {
    color: #EB7557;
    padding-left: 15px;
    background-color: transparent;
}

.dropdown-content li {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu {
    list-style-type: none;
}

.dropdown-item {
    margin-left: 0px !important;
}


.hamburger {
    display: none
}

#ticket-tab li {
    border-right: 1px solid #333;
}

#ticket-tab li button {
    border: 0;
    outline: none;
    padding: 0px 25px;
    background-color: #fff;
}

#ticket-tab li:last-child {
    border-right: 0;
}

.bar,
.fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    padding: 0;
    margin: 6px;
    transition: .5s;
    background-color: #000
}

.bar:nth-child(2) {
    width: 200%
}

.bar:nth-child(3) {
    width: 300%
}

.menu-btn {
    border: 2px solid #fff;
}


.top-nav {
    padding: 15px 50px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

@media (max-width:992px) {

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    ul.nav-menu.active {
        background-color: rgba(253, 253, 253, .8);
        color: #444
    }

    header>nav {
        position: relative;
        background-color: #fff;
        height: 60px;
    }

    header+section {
        padding-top: 75px
    }

}

/* .logo img {
    width: 100px;
} */

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .navbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .wview {
        display: none;
    }
}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    header {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }


    header>nav {
        position: relative;
        background-color: #fff;
    }

    header+section {
        padding-top: 75px
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {

    .nav-link {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    header {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }

    /* header.sticky {
        position: fixed;
        top: 0;
        background-color: #ffffff !important;
        box-shadow: 0 0px 12px #ddd;
        z-index: 999999;
    } */

    header.sticky .nav-link {
        color: #000;
    }

    header.sticky .active {
        color: #EB7557;
    }

    header.sticky .nav-link:hover {
        color: #EB7557;
    }

    /* header.sticky nav .navbar ul li a {
        color: #fff !important;
    }

    header.sticky nav .navbar .dropdown a {
        color: #fff !important;
    }

    header.sticky nav .navbar ul li a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a ul li a:hover {
        color: #009fd4 !important;
    } */

}

/* .sticky-imgz {
    display: none;
}

.nav-imgz {
    display: block;
}

header.sticky .nav-imgz {
    display: none;
}

header.sticky .sticky-imgz {
    display: block;
} */

/* ---------------new-style----nav----------- */




@media (max-width:992px) {

    .mailchimp-one .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .active .bar:nth-child(2) {
        opacity: 0
    }

    .active .bar:first-child {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
        width: 300%
    }

    .active .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 300%
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

    .active {
        right: 0;
        z-index: 100;
        transition: .2s
    }
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .banner-two__btn-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-two__btn-block .thm-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
}


/* ----nav--btn---- */
.btn-call {
    padding: 12px 45px;
    background-color: #fff;
    color: #000;
    border: 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    text-transform: capitalize;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    font-size: 19px;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 29px;
}

.btn-call:hover {
    background-color: #EB7557;
    color: #fff;
}

.btn-2 {
    background-color: #7E8446;
    color: #fff;
}

.btn-2:hover {
    background-color: #FFDA6B;
    color: #7E8446;
}

.top-navbtn {
    border: none;
    background-color: #EB7557;
    padding: 15px 30px;
    font-size: 17px;
    color: #fff;
    border-radius: 25px;
}

.top-navbtn:hover {
    opacity: .9;
}

.nav-item .active {
    color: #EB7557;
}

/* --------------------Banner------------------- */
.bantop {
    background-color: #EB7557;
    padding: 15px 0;
}

.top-pargh {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.topicons {
    font-size: 21px;
    color: #fff;
}

.topsocial li {
    list-style: none;
    display: inline-block;
}

.sec001 {
    padding: 90px 0 70px;
}

.ban-section {
    background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 100%;
    padding: 210px 0 170px;
    margin-top: -7.5%;
}


.ban-title {
    font-size: 54px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin-bottom: 30px;
}

.ban-pargh {
    font-size: 17px;
    color: #000;
    line-height: 1.6;
}

.ban-subtitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    font-family: "Belleza", sans-serif;
}

.ban-subtitle:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #000;
    width: 80px;
}



@media screen and (max-width:480px) {
    .ban-title {
        font-size: 48px;
        margin-left: 0;
        padding-right: 10px;
    }

    .bg-blu-gradient {
        padding: 50px 0;
    }


    .ban-section {
        padding: 45px 0;
    }


}


/* --------------3-box-section------------- */


.main-heading {
    font-size: 50px;
    font-weight: 800;
    color: #000;
    line-height: 1.4;
    margin-bottom: 30px;
}

.sub-heading {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}

.orgheads {
    color: #EB7557;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.spark {
    margin-top: -20px;
}

.feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: 100%;
}

.card-title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}


/* --------------collection-sections------------------ */

.collection-section {
    padding: 140px 0 90px;
    position: relative;
    overflow: hidden;
}


.collection-card {
    background: #eeecec;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.card-up {
    transform: translateY(-30px);
}

.decor-circle {
    position: absolute;
    top: -4px;
    right: 20%;
    max-width: 520px;
    z-index: -1;
    /* width: 520px;
  height: 520px;
  border: 1.5px solid rgba(242, 122, 84, 0.35);
  border-radius: 50%; */
}


.collection-card h5 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.collection-card p {
    line-height: 1.6;
}

.collection-card a {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    transition: color 0.3s ease;
}

.collection-card a::before {
    content: '';
    width: 18px;
    height: 2px;
    background: #111;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.collection-card a:hover {
    color: #f27a54;
}

.collection-card a:hover::before {
    background: #f27a54;
    transform: translateX(6px);
}


/* -------------Latest-stories-------------------- */


.stories-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.decor-circles {
    position: absolute;
    left: 0%;
    top: -95px;
    z-index: -1;
}

.small-title {
    color: #f07c5a;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.main-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.subtitle {
    max-width: 650px;
    margin: 0 auto 50px;
    color: #777;
}

.pad-no {
    padding: 0;
}

.story-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.story-content {
    background-color: #f07c5a;
    color: #fff;
    padding: 40px;
    height: 100%;
    border-radius: 20px;
    text-align: left;
    margin-left: -5px;
}

.story-content h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.story-content p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}

.custom-indicators {
    position: relative;
    margin-top: 30px;
}

.custom-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f07c5a;
    opacity: 0.4;
    border: none;
}

.custom-indicators .active {
    opacity: 1;
}

/* --------------testimonials------------------- */


.testimonial-section {
    padding: 80px 0;
    text-align: center;
}

.testimonial-section h2 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 10px;
}

.testimonial-section p.subtext {
    color: #777;
    margin-bottom: 60px;
}

.testimonial-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    text-align: left;
    height: 100%;
}

.stars {
    color: #f4b400;
    font-size: 18px;
}

.testimonial-meta {
    font-size: 14px;
    color: #888;
    margin-left: 10px;
}

.testimonial-text {
    font-size: 16px;
    color: #555;
    margin: 20px 0;
}

.testimonial-author {
    font-weight: 600;
    color: #000;
}

/* ------------contact-form----------------- */


.contact-section {
    padding: 170px 0 80px;
    overflow: hidden;
}

.decor-line {
    position: absolute;
    top: -197px;
    left: -30px;
}

.small-title {
    color: #f07c5a;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.main-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}


.contact-info p {
    font-size: 19px;
    margin-bottom: 15px;
}

.contact-info i {
    color: #f07c5a;
    margin-right: 10px;
    font-size: 22px;
}

.contact-form .form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    box-shadow: none;
}

.contact-form .form-control:focus {
    border-color: #f07c5a;
    box-shadow: none;
}

.btn-send {
    background: #f07c5a;
    color: #fff;
    padding: 12px 60px;
    border-radius: 5px;
    border: none;
}

.btn-send:hover {
    background: #e66a48;
    color: #fff;
}


/* --------------footer----------------- */

.footer-section {
  background-color: #2f2b28;
  color: #ffffff;
  padding: 60px 0 30px;
}


.footer-text {
  max-width: 280px;
  font-size: 14px;
  opacity: 0.85;
}

.footer-title {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}

.footer-title::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #e67e5f;
  margin-top: 6px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.footer-links a:hover {
 color: #e66a48;
}

.footer-contact li {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  opacity: 0.85;
}

.footer-contact i {
  margin-top: 4px;
  font-size: 21px;
}

.footer-social a {
  color: #ffffff;
  margin: 0 15px;
  font-size: 23px;
}
.footer-social a i:hover {
  color: #e66a48;
}

.footer-social a:hover {
  opacity: 1;
}

.footer-divider {
  border-color: #f3f3f3;
  opacity: 1;
  margin: 30px 0 22px;
}

.copyright {
  font-size: 15px;
}
.conheads{
    font-size: 25px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.bigheads {
    font-size: 35px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

@media screen and (max-width:480px) {

    footer {
        padding: 20px 12px;
    }

    .footer-heads,
    .footlinks li a {
        text-align: center;
    }

    .wview {
        display: none;
    }

    .img-box img {
        height: 100%;
        width: 100%;
    }
}