/* =========================
   Base Typography
========================= */

body {
    font-family: 'Mona Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: rgba(53, 53, 53, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:#fff;
}

/* =========================
   Headings
=================
======== */

h1,
h2,
h3,
h4,
h5,
h6,
.section-main-heading {
    font-family: 'Vend Sans', sans-serif;
    color: rgba(53, 53, 53, 1);
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Main Heading */

.section-main-heading ,
.lead-magnet-form-heading{
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Sub Heading */

.section-sub-heading,
.lead-magnet-form-text{
    font-family: 'Mona Sans', sans-serif;
    font-size: 24px;
    line-height:40px;
    font-weight: 500;
    color: rgba(53, 53, 53, 1);
    margin-bottom: 15px;
}

/* =========================
   Paragraphs
========================= */

p {
    font-family: 'Mona Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: rgba(53, 53, 53, 1);
}

/* =========================
   Buttons
========================= */

.button,
button,
input[type="submit"],
input[type="button"] {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: rgba(183, 141, 63, 1);
    color: #fff;
    border: none;
    padding: 20px 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
border-radius: 30px;

font-size: 14px;
font-weight:600;
letter-spacing: 30%;
text-align: center;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: rgb(160, 121, 48);
    color: #fff;
    opacity:1;
    transform:translateY(-5px);
}

/* =========================
   Links
========================= */

a {
    color: rgba(183, 141, 63, 1);
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    color: rgba(53, 53, 53, 1);
}

/* =========================
   Responsive
========================= */


/* =========================
   CROWN PHOTOS MOCK CSS
========================= */

.crown-pos-rel{
    position:relative;
}

.crown-top-text{
    color:#b6862c;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.crown-btn:hover{
    background:#d6a84c;
    border-color:#d6a84c;
    color:#fff !important;
}

.crown-btn.trans-bg,
.trans-bg{
    background:transparent;
    border:1px solid #fff;
    color:#fff !important;
}

.crown-btn.trans-bg:hover,
.trans-bg:hover{
    background:#b6862c;
    border-color:#b6862c;
}

/* HERO */

.crown-hero-sec img{
   
    object-fit:cover;
}

.crown-hero-content-row{
    position:absolute;
    inset:0;
    z-index:2;
    margin:auto;
    max-width:1200px;
    padding-bottom:40px;
}

.crown-main-heading{
    color:#fff;
    font-size:60px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:20px;
}

.crown-banner-text{
    color:#fff;
    font-size:18px;
    line-height:1.7;
    max-width:760px;
    margin:0 auto;
}
.crown-hero-content .button
{
    margin-right:10px;
    margin-left:10px;
}
/* SECTIONS */

.crown-light-bg{
    background:#fff;
}

.crown-light-bg,
.crown-experience-sec,
.crown-standard-sec,
.crown-gallery-sec{
    padding:70px 0;
}

.crown-dark-band,
.crown-package-sec,
.crown-logo-sec,
.crown-review-sec,
.crown-final-cta-sec{
    padding:75px 0;
}



.crown-light-bg p,
.crown-experience-sec p,
.crown-standard-sec p,
.crown-gallery-sec p{
    color:#555;
    line-height:1.7;
}

/* WHY CARDS */

.crown-service-card{
    height:100%;
    background: #161F36;
    color:#fff;
    padding:34px 26px;
    border-radius:30px;
    text-align:left;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}
.crown-service-card.light-blue
{
    background:rgba(33, 47, 81, 1);
}
.crown-service-card .section-text-heading{
    color:#fff;
}

.crown-service-card p{
    color:#fff;
    margn-bottom:0;
}

.crown-icon-wrap{

    color:#d6a84c;
    display:flex;
    align-items:center;

    font-size:26px;
    margin-bottom:20px;
}

/* DARK BAND */

.crown-dark-band{
    background:
    linear-gradient(rgba(5,8,15,.9),rgba(5,8,15,.92)),
    url("https://placehold.co/1920x700") center/cover no-repeat;
    color:#fff;
}

.crown-dark-band .section-main-heading,
.crown-dark-band p{
    color:#fff;
}

/* EXPERIENCE CARDS */

.crown-exp-card{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    min-height:330px;
margin-bottom:20px;
}
.crown-exp-card img
{
    transition:all 0.5s;
    width:100%;
}
.crown-exp-grid.pull-up
{
    
}
.crown-exp-grid{
gap:20px ;
}
.crown-exp-grid .large-4{
  width: calc((100% - 40px) / 3);
}

.crown-exp-grid.pull-up .large-6{
  width: calc((100% - 20px) / 2);
}
.crown-exp-grid.pull-up .large-6 .crown-exp-card
{
    height:100%;
}
.crown-exp-grid.pull-up .large-6 .crown-exp-card > img
{
    width:100%;
    height:100%;
    object-fit:cover;
}
.crown-exp-card:hover > img{
    transform:scale(1.08);
}

.crown-exp-content{
    position:absolute;
    left:0;
    bottom:0;
    z-index:2;
    padding:24px;
    transition:all 0.5s;
    background:rgba(132, 98, 35, 0.9);
    width:100%;
}
.crown-exp-content img
{
    width:auto;
}
.crown-exp-content h3{
    color:#fff;
    font-family: Vend Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;

line-height: 30px;
letter-spacing: 0%;

}
.crown-exp-content p.link
{
    display:flex;
    justify-content:space-between;
    font-family: Oswald;
font-weight: 700;
font-size: 14px;
line-height: 100%;
letter-spacing: 30%;
text-transform: uppercase;
}
.crown-exp-content p{
    color:#eee;
    margin-bottom:0;
}
.crown-exp-content .desc
{
    opacity:0;
    height:0;
    transitiion:all 0.5s;
}
.crown-exp-content .desc h3
{
    position:relative;
    margin-bottom:20px;
}
.crown-exp-content .desc h3:after
{
    content:"";
    position:absolute;
    bottom:-10px;
    left:50%;
    transform:translateX(-50%);
    
    width:60%;
    border-bottom:2px solid rgba(183, 141, 63, 1);
}
.crown-exp-card:hover .crown-exp-content .desc
{
    opacity:1;
height:auto;
}
.crown-exp-card:hover .crown-exp-content >p,
.crown-exp-card:hover .crown-exp-content >h3
{
    opacity:0;
    height:0;
    width:0;
}
.crown-exp-card:hover .crown-exp-content
{


    background: rgb(22 31 54 / 84%);
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}
.crown-exp-card:hover .crown-exp-content img
{ 
    trnasform:none;
    transition:none;
    width:auto;
    margin-top:20px;
}
/* PACKAGE */

.crown-package-sec{
    background:#071020;
    color:#fff;
}
.crown-package-sec .section-sub-heading,
{
    background: transparent;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(9px);
}

.crown-package-list {
    border: 1px solid #fff;
   padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin-top: -45px;
}
.crown-package-sec .section-main-heading,
.crown-package-sec p{
    color:#fff;
}
.crown-package-list .large-3:last-child .crown-package-item
{
    border-right:none;
}
.crown-package-item{
    border-right:2px dashed rgba(183, 141, 63, 1);
    padding:24px 20px 24px 0px;
    min-height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:600;
    font-size:22px;
    line-height:28px;
}
.crown-package-sec .button
{
      margin-top: -85px;
}
/* SPLIT */

.crown-split-left{
    background: linear-gradient(180deg, #B78D3F 0%, #7E5811 66.84%) !important;
    color:#fff;
    padding:70px;
}

.crown-split-left .section-main-heading,
.crown-split-left .crown-top-text{
    color:#fff;
}

.crown-split-right{
    background:rgba(240, 240, 240, 1);
    padding:70px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.crown-split-right p{
    color:#333;
    line-height:1.8;
}

/* FEATURE */

.crown-feature-gold{
   
    color:#fff;
    padding:55px;
}
.crown-feature-gold{
    position: relative;
    color:#fff;
    padding:55px;
    overflow: hidden;
    z-index: 1;
}

.crown-feature-gold:before{
    content:"";
    position:absolute;

    top:0;
    right:0;

    width:75%;
    height:100%;

    background: linear-gradient(93.25deg, #B78D3F -9.13%, #78530E 88.05%); 

    border-radius:50px 0px 0px 50px;
   border-right: 4px solid #fff;
    z-index:-1;
}
.crown-feature-gold .section-text-heading,
.crown-feature-gold .crown-top-text,
.crown-feature-gold p{
    color:#fff;
}
.crown-feature-sec .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 18px;
}

.crown-feature-sec .icon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 110px;
    height: 0;

    border-bottom: 2px dotted #ffffffad;
    display: block;
    z-index: 2;
}

.crown-feature-sec .icon img {
    display: block;
}
.crown-feature-gold img{
    border-radius:16px;
}

.crown-feature-dark{
    background:#050b19;
    color:#fff;
    padding:70px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.crown-feature-dark .section-main-heading,
.crown-feature-dark .crown-top-text,
.crown-feature-dark p{
    color:#fff;
}

/* STANDARD */

.crown-photo-stack img{
    border-radius:16px;
    width:100%;
}

/* LOGO */

.crown-logo-sec{
    background:#091326;
    color:#fff;
}

.crown-logo-sec .section-main-heading,
.crown-logo-sec p{
    color:#fff;
}

.crown-logo-card{
  
}

.crown-logo-card img{
  
    width:auto;
}

/* GALLERY */
.crown-gallery-sec
{
    text-align:center;
}
.crown-gallery-sec img, .crown-gallery-sec video{
    width:400px;
    max-width:100%;
    

}
.crown-gallery-sec video
{
    border-radius:30px;
}
/* REVIEWS */

.crown-review-sec{
   background: linear-gradient(180deg, #B78D3F 0%, #7E5811 66.84%) !important;
    color:#fff;
}

.crown-review-sec .section-main-heading,
.crown-review-sec .crown-top-text,
.crown-review-sec p{
    color:#fff;
}

.crown-review-sec img{
    border-radius:18px;
    width:100%;
}

.crown-review-card.border-right{
   
   height:100%;
   padding-right:20px;
    border-right: 2px dashed #ffffffad;
}

.crown-stars{
    color:rgba(22, 31, 54, 1);
    font-size:30px;
    letter-spacing:0px;
    margin-bottom:12px;
}

/* FINAL CTA */

.crown-final-cta-sec{
    background:
    linear-gradient(rgba(5,8,15,.86),rgba(5,8,15,.92)),
    url("https://placehold.co/1920x750") center/cover no-repeat;
    color:#fff;
}

.crown-final-cta-sec .section-main-heading,
.crown-final-cta-sec p{
    color:#fff;
}

/* RESPONSIVE */

@media screen and (max-width:1023px){

   .is-content-1200 {
        max-width: 100% !important;
    }
    .crown-main-heading{
        font-size:40px;
    }

    .section-main-heading,
    .lead-magnet-form-heading{
        font-size:32px;
    }

    .crown-tall-card,
    .crown-tall-card img{
        min-height:330px;
    }

    .crown-split-left,
    .crown-split-right,
    .crown-feature-gold,
    .crown-feature-dark{
        padding:45px 25px;
    }

    
    .crown-icon-wrap{
        margin-left:auto;
        margin-right:auto;
    }
}

@media screen and (max-width:640px){

    .crown-light-bg,
    .crown-experience-sec,
    .crown-standard-sec,
    .crown-gallery-sec,
    .crown-dark-band,
    .crown-package-sec,
    .crown-logo-sec,
    .crown-review-sec,
    .crown-final-cta-sec{
        padding:50px 0;
    }


    .crown-main-heading{
        font-size:32px;
    }

    .crown-banner-text{
        font-size:15px;
    }

    .section-main-heading{
        font-size:28px;
    }

   
 
}
/* MENU BUTTON */
.custom-menu-toggle {
    width: 54px;
    height: 42px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 1000001 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
        position: fixed;
    right: 110px;
    top: 108px;
}

.custom-menu-toggle:hover,
.custom-menu-toggle:focus {
    background: transparent;
    outline: none;
}

.custom-menu-toggle span {
    width: 50px;
    height: 5px;
    border-radius: 100px;
    background: rgba(183, 141, 63, 1);
    display: block;
    transition: 0.4s ease;
}

.custom-menu-toggle span:nth-child(2) {
    position: relative;
    width: 38px;
}

.custom-menu-toggle span:nth-child(2):after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: rgba(183, 141, 63, 1);
    right: -12px;
    top: -2px;
}

/* BUTTON ANIMATION */
.custom-menu-toggle.active span:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
}

.custom-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.custom-menu-toggle.active span:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
}

/* PREVENT WHITE GAP */
html,
body {
    overflow-x: hidden;
}

/* PAGE SHIFT */
.off-canvas-content {
    transition: transform 0.45s cubic-bezier(.77, 0, .18, 1);
    will-change: transform;
}

body.menu-opened .off-canvas-content {
    transform: translateX(-380px);
}

/* REMOVE OVERLAY */
.menu-overlay {
    display: none !important;
}

/* MAIN MENU */
#mainNav2 {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 395px;
    max-width: 395px;
    height: 100vh;
    overflow-y: auto;
    background: rgba(22, 31, 54, 1) !important;
    z-index: 999999 !important;
    padding: 120px 35px 40px;

    transform: translateX(395px);
    transition: transform 0.45s cubic-bezier(.77, 0, .18, 1);

    display: block !important;
    flex-direction: column;
    align-items: flex-start !important;
}

/* OPEN STATE */
#mainNav2.active,
body.menu-opened #mainNav2 {
    transform: translateX(0) !important;
}

/* CLOSE BUTTON POSITION */
body.menu-opened .custom-menu-toggle {
    position: fixed;
    top: 52px;
    right: 170px;
    z-index: 1000001 !important;
}

/* MENU ITEMS */
#mainNav2 > li {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 0;
}

#mainNav2 > li > a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:none;
}

#mainNav2 > li > a:hover,
#mainNav2 > li > a:focus {
    color: rgba(183, 141, 63, 1);
}

/* SUBMENU */
#mainNav2 .submenu {
    position: static !important;
    display: none;
    width: 100%;
    background: transparent;
    padding: 0 0 15px 15px;
    border: 0;
    box-shadow: none;
    display:none;
}

#mainNav2 .submenu li {
    width: 100%;
}

#mainNav2 .submenu li a {
    color: rgba(255,255,255,0.75);
    font-size: 16px;
    padding: 10px 0;
    display: block;
}

#mainNav2 .submenu li a:hover,
#mainNav2 .submenu li a:focus {
    color: rgba(183, 141, 63, 1);
}

/* OPEN SUBMENU */
#mainNav2 li.menu-open > .submenu {
    display: block;
}

/* SUBMENU ARROW */
#mainNav2 .has-submenu > a::after {
    content: '+';
    font-size: 24px;
    line-height: 1;
    transition: 0.3s ease;
    margin-left: 15px;
    display:none;
}

#mainNav2 .has-submenu.menu-open > a::after {
    transform: rotate(45deg);
}

/* BODY LOCK */
body.menu-opened {
    overflow: hidden;
}

/* MOBILE */
@media screen and (max-width: 640px) {

    body.menu-opened .off-canvas-content {
        transform: translateX(-85%);
    }

    #mainNav2 {
        width: 100%;
        max-width: 100%;
        padding: 100px 25px 40px;
        transform: translateX(100%);
    }
    body.menu-opened .custom-menu-toggle {
        right: auto;
        margin-left: -27px;
        left: 50%;
    }

    #mainNav2 > li > a {
        font-size: 18px;
        padding: 16px 0;
    }

    #mainNav2 .submenu li a {
        font-size: 15px;
    }
}





/* Rectangle 4521 */
.cp-topbar{
height: 50px;
left: 0px;
top: 0px;
text-align:right;
background: #B78D3F;
font-family: Vend Sans;
font-weight: 600;
font-style: Italic;
font-size: 24px;
line-height: 50px;
text-transform: capitalize;
color:#fff;
}
.cp-topbar span
{
    padding:0 10%;
}
.cp-nav
{
    float:right;
        margin-top: 5px;
}
.cp-phone-btn{
    font-family: Oswald;
font-weight: 700;
font-size: 14px;
color:#fff;
line-height: 100%;
letter-spacing: 30%;
text-align: center;
text-transform: uppercase;
margin-right:10px;
}
.cp-phone-btn:hover
{
    color:#fff;
}
.is-header
{
    background:rgba(22, 31, 54, 1);
}
.cp-phone-btn .icon
{
    color:rgba(183, 141, 63, 1);
}
header .button
{
    margin-right:20px;
        margin-bottom: 0;
        padding:14px 30px;
        height:48px;
}
header .button img
{
    border-right:1px solid #fff;
    margin-right:10px;
    padding-right:10px;
}

.banner-main-heading
{
    font-family: Vend Sans;
font-weight: 600;
font-size: 36px;
line-height: 45px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
color:#fff;
margfin-bottom:10px;
}
.banner-sub-heading
{
   font-family: Mona Sans;
font-weight: 500;
font-size: 24px;
line-height: 40px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
color:#fff;
}
.section-main-heading
{
    font-size:36px;
    line-heihgt:
}
.crown-service-card .section-sub-heading
{
    color:#fff;
        margin-bottom: 6px;
}

.dual-button .button
{
    margin-left:10px ;
    margin-right:10px;
}

.crown-standard-sec ul 
{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:20px;
    text-align:left;
}

.crown-standard-sec ul  li
{
    list-style-position:outside;
        padding-left: 10px;
    width: 45%;
    font-weight:500;
}
.crown-standard-sec ul  li::marker
{
    content:"✓";
}

.crown-logo-slider {
    margin-top: 30px;
}

.crown-logo-slider .slick-slide {
    padding: 12px;
}

.crown-logo-card {
   
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
}

.crown-logo-card img {
    max-width: 100%;
    max-height:128px;
    object-fit: contain;
}

.crown-logo-slider .slick-prev,
.crown-logo-slider .slick-next {
    z-index: 5;
}

.crown-logo-slider .slick-dots {
    bottom: -35px;
}

.slick-dots li, .slick-dots li button {
    width: 14px;
    height: 14px;
}
.slick-dots li{
    background: rgba(217, 217, 217, 0.4);
    border-color:rgba(217, 217, 217, 0.4);
}
.slick-dots li.slick-active, .slick-dots li:hover {

    
    background:rgba(217, 217, 217, 1);
border-color:rgba(217, 217, 217, 1);
}
.cp-footer {
    background: #fff;
    color: #111;
    font-size: 13px;
}

.cp-footer-main {
  background:rgba(230, 226, 226, 1);
    padding: 40px 0 40px;
}

.cp-footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.cp-footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
   
}

.cp-footer-links li {
    position: relative;
    padding: 0 20px;
   
       font-family: Mona Sans;
font-weight: 500;
font-size: 18px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
color:rgba(30, 30, 30, 1);
}

.cp-footer-links li:not(:last-child):after {
    content: "";
    position: absolute;
    right:0px;
    top: 8px;
    color: #111;
    height:15px;
    width:2px;
    background:rgba(30, 30, 30, 1);
}

.cp-footer-links a {
 
}

.cp-footer-links a:hover {
    color: #b6862c;
}

.cp-footer-mid {
    background: #b6862c;
    padding: 20px 0;
    color: #111;
}
.footer-flex
{
    display:flex;
    gap:18px;
}
.footer-flex p
{
    margin:0;
}
.footer-flex p,
.footer-flex p a
{
    color:#fff;
}
.footer-flex p i
{
    color:rgba(22, 31, 54, 1);
}
.cp-footer-bottom 
{
    padding:20px 0;
}
.cp-footer-bottom .copyright {
    font-size: 16px;
    color: rgba(53, 53, 53, 1);
    line-height:30px;
}

.cp-footer-bottom a {
    color: #111;
}

.cp-footer-social {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.cp-footer-social li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 1);
        padding-right: 20px;
    margin-right: 10px;

}
.cp-footer-social li:last-child
{
    border-right:none;
    padding-right:0;
    margin-right:0;
}
.cp-footer-social a {
    color: #111;
       font-size: 25px;
   line-height:1;
}

.cp-footer-social a:hover {
    color: #fff;
}
/* =========================
   360 VIDEO BOOTH INTERNAL PAGE
   No outer contentbox wrapper required
========================= */

/* HERO */

.crown-inner-hero {
    position: relative;
    overflow: hidden;
}

.crown-inner-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(5,8,15,.35), rgba(5,8,15,.75));
    z-index: 1;
    pointer-events: none;
}

.crown-inner-hero .crown-hero-content {
    max-width: 980px;
    margin: 0 auto;
}

.crown-inner-hero .crown-hero-content-row {
    z-index: 3;
    padding-bottom:0;
}

.crown-inner-hero img {
    width: 100%;
    min-height: 620px;
    object-fit: cover;
}

.crown-urgency-line {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 0;
}

.crown-large-text {
    font-size: 20px;
    line-height: 1.8;
    max-width: 820px;
    margin: 0 auto 20px;
}

/* SECTIONS */

.crown-intro-sec,
.crown-benefits-sec,
.crown-process-sec,
.crown-usecase-sec,
.crown-visual-sec {
    padding: 70px 0;
}

.crown-benefits-sec {
    background: #f4f4f4;
}

/* BENEFITS */

.crown-benefit-card {
    height: 100%;
    background: #161F36;
    color: #fff;
    padding: 28px 22px;
    border-radius: 26px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;

    min-height: 150px;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.crown-benefit-grid .cell:nth-child(even) .crown-benefit-card {
    background: rgba(33, 47, 81, 1);
}

/* HOW IT WORKS */

.crown-step-card {
    height: 100%;
    background: #161F36;
    color: #fff;
    padding: 34px 26px;
    border-radius: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.crown-step-card.light-blue {
    background: rgba(33, 47, 81, 1);
}

.crown-step-card span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background: rgba(183, 141, 63, 1);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
}

.crown-step-card .section-sub-heading,
.crown-step-card p {
    color: #fff;
}

.crown-step-card .section-sub-heading {
    margin-bottom: 8px;
}

.crown-step-card p {
    margin-bottom: 0;
}

/* WHAT'S INCLUDED */

.crown-features-band {
    background: #071020;
    padding: 75px 0;
}

.crown-features-band .section-main-heading {
    color: #fff;
}

.crown-feature-pill {
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 100px;
    padding: 20px 18px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* USE CASES */

.crown-usecase-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    box-shadow: 0 12px 30px rgba(0,0,0,.10);
    border-left: 7px solid rgba(183, 141, 63, 1);
    height: 100%;
}

.crown-usecase-card h3 {
    font-size: 24px;
    margin: 0;
    color: #161F36;
    width: 42%;
}

.crown-usecase-card p {
    margin: 0;
    width: 58%;
    color: #555;
}

/* VISUAL SECTION */

.crown-visual-sec .crown-feature-dark .button {
    border: 1px solid rgba(183, 141, 63, 1);
}

.crown-visual-sec .crown-feature-gold p,
.crown-visual-sec .crown-feature-dark p {
    color: #fff;
}

/* MOBILE */

@media screen and (max-width: 1023px) {
    .crown-intro-sec,
    .crown-benefits-sec,
    .crown-process-sec,
    .crown-usecase-sec,
    .crown-visual-sec {
        padding: 55px 0;
    }

    .crown-inner-hero img {
        min-height: 560px;
    }

    .crown-usecase-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .crown-usecase-card h3,
    .crown-usecase-card p {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .crown-inner-hero img {
        min-height: 640px;
    }

    .crown-urgency-line {
        font-size: 13px;
        line-height: 1.5;
    }

    .crown-large-text {
        font-size: 17px;
        line-height: 1.7;
    }

    .crown-benefit-card {
        min-height: auto;
    }

    .crown-feature-pill {
        border-radius: 24px;
    }

    .crown-usecase-card {
        padding: 24px;
    }

    .crown-usecase-card h3 {
        font-size: 22px;
    }
}

/* PACKAGE CARD */

.crown-package-card-section{
    max-width:700px;
    margin:0 auto;
}

.One-bg-price{
    background:#161F36;
    border-radius:30px;
    padding:50px 40px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
    position:relative;
    overflow:hidden;
}

.One-bg-price:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(
        90deg,
        #B78D3F 0%,
        #d6a84c 100%
    );
}

.One-bg-price .section-sub-heading{
    color:#fff;
    line-height:1.4;
}

.two-price-holder{
    width:100%;
}

.price-package{
    background:#fff;
    border-radius:24px;
    padding:35px;
}

.price-list-li{
    list-style:none;
    margin:0;
    padding:0;
}

.price-list-li li{
    position:relative;
    padding:12px 0 12px 38px;
    border-bottom:1px solid #ececec;
    font-family:'Mona Sans',sans-serif;
    color:#353535;
    line-height:1.6;
    text-align:left;
}

.price-list-li li:last-child{
    border-bottom:none;
}

.price-list-li li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:12px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#B78D3F;
    color:#fff;
    font-size:14px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.price-package .button{
    min-width:220px;
    margin-top:20px;
}
.light-bg
{ 
    background: rgba(240, 240, 240, 1)!important;
}

/********contact page********************/

/********contact page********************/
@media screen and (max-width:640px){

    .One-bg-price{
        padding:35px 20px;
    }

    .price-package{
        padding:25px 20px;
    }

    .price-list-li li{
        padding-left:34px;
        font-size:15px;
        text-align:left;
    }
}

/* =========================
   FAQ PAGE SECTIONS
========================= */

.crown-bundle-push-sec,
.crown-trust-mini-sec,
.crown-faq-sec {
    padding: 70px 0;
}

/* BUNDLE PUSH */

.crown-bundle-push-sec {
    background: linear-gradient(180deg, #B78D3F 0%, #7E5811 66.84%);
    
}



.crown-bundle-push-sec p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* TRUST MINI SECTION */

.crown-trust-mini-sec {
    background: #161F36;
    color: #fff;
}

.crown-trust-mini-sec .section-main-heading,
.crown-trust-mini-sec p {
    color: #fff;
}

.crown-google-text {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #B78D3F !important;
    margin-bottom: 0;
}

/* FAQ SECTION */

.crown-faq-sec {
    background: #f4f4f4;
}

.crown-faq-accordion {
    background: transparent;
    margin: 20px 0 0;
}

.crown-faq-accordion .accordion-item {
    background: #fff;
    border-radius: 22px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    border-left: 6px solid #B78D3F;
}

.crown-faq-accordion .accordion-title {
    font-family: 'Vend Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #161F36;
    padding: 24px 60px 24px 28px;
    border: none;
    line-height: 1.4;
    background: #fff;
}
.crown-faq-accordion .is-active .accordion-title
{
        background: linear-gradient(180deg, #B78D3F 0%, #7E5811 66.84%);
        color:#fff;
}
.crown-faq-accordion .is-active .accordion-title:before
{
     color:#fff;
}
.crown-faq-accordion .accordion-title:hover,
.crown-faq-accordion .accordion-title:focus {
    background: linear-gradient(180deg, #B78D3F 0%, #7E5811 66.84%);
        color:#fff;
}
.crown-faq-accordion .accordion-title:hover .accordion-title:before,
.crown-faq-accordion .accordion-title:focus  .accordion-title:before
{
    color:#fff;
}
.crown-faq-accordion .accordion-title:before {
    right: 28px;
    top: 50%;
       margin-top: -18px;
    color: #B78D3F;
    font-size: 26px;
}

.crown-faq-accordion .accordion-content {
    border: none;
    background: #fff;
    padding: 0 28px 28px;
}

.crown-faq-accordion .accordion-content p {
    margin-bottom: 0;
    color: #555;
    line-height: 1.7;
}

.crown-faq-accordion .cta-link {
    color: #B78D3F;
    font-weight: 700;
}

.crown-faq-accordion .cta-link:hover {
    color: #161F36;
}

/* RESPONSIVE */

@media screen and (max-width: 1023px) {
    .crown-bundle-push-sec,
    .crown-trust-mini-sec,
    .crown-faq-sec {
        padding: 55px 0;
    }
}

@media screen and (max-width: 640px) {
    .crown-bundle-push-sec,
    .crown-trust-mini-sec,
    .crown-faq-sec {
        padding: 45px 0;
    }

   
    .crown-faq-accordion .accordion-title {
        font-size: 17px;
        padding: 20px 50px 20px 20px;
    }

    .crown-faq-accordion .accordion-title:before {
        right: 20px;
    }

    .crown-faq-accordion .accordion-content {
        padding: 0 20px 22px;
    }
}

/* TESTIMONIALS */

.crown-trust-mini-sec{
    background: linear-gradient(180deg, #B78D3F 0%, #7E5811 66.84%);
    padding:75px 0;
    color:#fff;
}

.crown-trust-mini-sec .section-main-heading,
.crown-trust-mini-sec > p,
.crown-trust-mini-sec .grid-x > .cell > p{
    color:#fff;
}

.crown-review-mini-grid{
    margin-top:35px;
}

.crown-review-mini-card{
   background: linear-gradient(180deg, #B78D3F 0%, #7E5811 66.84%) !important;
    border-radius:24px;
    padding:30px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.crown-review-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

.crown-review-header h3{
    margin:0;
    color:#fff;
    font-size:22px;
    font-family:'Vend Sans',sans-serif;
}

.crown-review-header span{
    color:rgba(22, 31, 54, 1);
    font-size:22px;
    letter-spacing:2px;
}

.review-meta{
    color:#777 !important;
    font-size:14px;
    margin-bottom:15px;
    font-weight:500;
}

.crown-review-mini-card p{
    color:#fff !important;
    line-height:1.7;
}

.crown-google-text{
    color:#fff !important;
    font-size:15px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-top:25px;
    font-weight:700;
}

/* mobile */

@media(max-width:640px){

    .crown-trust-mini-sec{
        padding:50px 0;
    }

    .crown-review-mini-card{
        padding:22px;
    }

    .crown-review-header{
        flex-direction:column;
        align-items:flex-start;
        gap:5px;
    }
}
/* =========================
   NEWSLETTER FORM SECTION
========================= */
.newsletter-form-main ::placeholder
{
    color:#333;
}
.newsletter-form-main{
        background: linear-gradient(180deg, #B78D3F 0%, #7E5811 66.84%) !important;
    padding:80px 0 !important;
    color:#fff;
    position:relative;
    overflow:hidden;
}



.lead-magnet-form-heading{
    color:#fff;
    margin-bottom:15px;
}

.lead-magnet-form-text{
    color:rgba(255,255,255,.85);
 
    margin:0 auto 40px;
}

.newsletter-form-main .ww-form-container{
    background: #ffffff17;
    border-radius:30px;
    padding:40px;
    box-shadow:0 20px 60px rgba(0,0,0,.15);
}
.newsletter-form-main .ww-form-container .spacer
{
    display:none;
}

.newsletter-form-main fieldset{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    margin:0;
}

.newsletter-form-main .first_name_wrap,
.newsletter-form-main .email_wrap{
    flex:1;
    min-width:250px;
}

.newsletter-form-main .label-holder{
    margin-bottom:0px;
}

.newsletter-form-main label{
    font-family:'Oswald',sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#161F36;
    display:none;
}

.newsletter-form-main input[type="text"],
.newsletter-form-main input[type="email"]{
    width:100%;
    height:60px;
    border:2px solid #ececec;
    border-radius:16px;
    padding:0 20px;
    font-family:'Mona Sans',sans-serif;
    font-size:16px;
    background:#fff;
    color:#353535;
    margin-bottom:0;
    box-shadow:none;
}

.newsletter-form-main input[type="text"]:focus,
.newsletter-form-main input[type="email"]:focus{
    border-color:#B78D3F;
    box-shadow:none;
    outline:none;
}

.newsletter-form-main .submit_wrap{
    flex-shrink:0;
}

.newsletter-form-main .submit_wrap .button,
.newsletter-form-main .submit_wrap input[type="submit"]{
    height:60px;
    min-width:220px;
    margin:0;
    border-radius:16px;
    background:#161f36;
    color:#fff;
    border:none;
    font-family:'Oswald',sans-serif;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:all .3s ease;
}

.newsletter-form-main .submit_wrap .button:hover,
.newsletter-form-main .submit_wrap input[type="submit"]:hover{
    background:#9d762e;
    transform:translateY(-3px);
}
.custom-menu-toggle.is-scrolled {
    background: rgba(0, 0, 0, 0.72) !important;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);
    width:auto;
    height:auto;
}
body.menu-opened .custom-menu-toggle.is-scrolled
{
    background:none !important;
    padding:0 !important;
    box-shadow:none;
}  

.type-form.form-template-3
{
    background:#161f36!important;
    padding:50px 0 !important;
}
 .type-form.form-template-3 label
 {
     color:#fff !important;
 }
@media(max-width:1023px){

    .newsletter-form-main{
        padding:60px 0;
    }

    .newsletter-form-main .ww-form-container{
        padding:30px;
    }
}

@media(max-width:640px){

    .newsletter-form-main{
        padding:50px 0;
    }

    .newsletter-form-main .ww-form-container{
        padding:25px 20px;
        border-radius:20px;
    }

    .newsletter-form-main fieldset{
        gap:15px;
    }

    .newsletter-form-main .first_name_wrap,
    .newsletter-form-main .email_wrap{
        width:100%;
        min-width:100%;
    }

    .newsletter-form-main .submit_wrap{
        width:100%;
    }

    .newsletter-form-main .submit_wrap input[type="submit"]{
        width:100%;
        min-width:100%;
        margin-top:7px;
    }

    .lead-magnet-form-heading{
        font-size:30px;
        line-height:1.3;
    }
}

.crown-led-gallery-sec .cell{
    display:flex;
}

.crown-led-image-card{
    width:100%;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.crown-led-image-card img{
    width:100%;
    height:350px;
    object-fit:cover;
    object-position:center;
    display:block;
    border-radius:30px;
}

.gradient-bg
{
    background: linear-gradient(180deg, #B78D3F 0%, #7E5811 66.84%) !important;
}

.crown-gallery-category-sec{
    padding:80px 0;
}

.crown-gallery-link{
    display:block;
    text-decoration:none;
}

.bg-gal{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
    transition:all .35s ease;
    height:100%;
}

.bg-gal:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.18);
}

.bg-gal img{
    width:100%;
    height:380px;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:all .5s ease;
}

.bg-gal:hover img{
    transform:scale(1.06);
}

.gallery-content{
    padding:25px;
    background:#fff;
}

.gallery-content h3{
    color:#161F36;
    font-size:28px;
    line-height:1.2;
    margin:0;
}

.gallery-content:after{
    content:'Explore Gallery';
    display:block;
    margin-top:12px;
    color:#B78D3F;
    font-weight:600;
    letter-spacing:.5px;
}
.crown-benefit-card svg{
    width:50px;
    height:50px;
    margin:0 0 20px 0;
    display:block;
}
/* CONTACT CARDS SECTION */
.contact-card {
    background: #161F36;
    border: 1px solid rgba(183, 141, 63, 0.35) !important;
    border-radius: 30px !important;
    padding: 42px 28px !important;
    height: 100%;
    color: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.contact-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(183,141,63,0.16), transparent 55%);
    opacity: 0;
    transition: 0.35s ease;
}

.contact-card:hover {
    transform: translateY(-6px);
    border-color: #B78D3F !important;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
}

.contact-card:hover:before {
    opacity: 1;
}

.contact-card img {
    width: 82px !important;
    height: 82px;
    object-fit: contain;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
    filter: brightness(0) saturate(100%) invert(62%) sepia(35%) saturate(702%) hue-rotate(5deg) brightness(90%) contrast(90%);
}

.contact-card .section-main-heading {
    color: #fff;
    font-size: 24px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.contact-card .normal-text,
.contact-card .normal-text a {
    color: rgba(255,255,255,0.82);
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.contact-card .normal-text a:hover {
    color: #B78D3F;
}
.contact-card.light-blue {
    background: #212F51;
}
[data-aos],
.aos-init,
.aos-animate {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}
/* Mobile */
@media screen and (max-width: 640px) {
    .contact-card {
        padding: 28px 18px !important;
    }

    .contact-card .section-main-heading {
        font-size: 22px;
    }
}
@media(max-width:1500px){
    .cp-header-right
    {
        margin-right:10%;
    }
}
@media(max-width:1300px){
    .cp-header-right
    {
        margin-right:20%;
    }
}
@media(max-width:1024px){

    .bg-gal img{
        height:320px;
    }

    .gallery-content h3{
        font-size:24px;
    }
}

@media(max-width:639px){

    .crown-gallery-category-sec{
        padding:60px 0;
    }

    .bg-gal{
        margin-bottom:20px;
    }

    .bg-gal img{
        height:auto;
    }

    .gallery-content{
        padding:20px;
    }

    .gallery-content h3{
        font-size:22px;
    }
}
@media(max-width:640px){

    .crown-review-mini-card{
        padding:22px;
    }

    .crown-review-header{
        flex-direction:column;
        align-items:flex-start;
        gap:5px;
    }

    .crown-review-header h3{
        font-size:20px;
    }
}
@media screen and (max-width: 640px) {
    .cp-footer-links {
        gap: 8px 0;
    }

    .cp-footer-links li {
        padding: 0 8px;
    }

    
}
@media screen and (max-width:1024px) {
.cp-header-right
{
          margin-right: 10%;
}
.crown-split-left
{
    padding:65px;
}
.crown-exp-content img {
    width: 50px !important;
}
.custom-menu-toggle
{
    right:20px;
}
.is-overlay-bg

{
    opacity:1;
}
.crown-exp-card {
min-height:245px;
}
.cp-footer-links li
{
    padding:0 14px;
}
.crown-package-item
{
    font-size:18px;
}

}
@media screen and (max-width:1023px) {
.cp-topbar .is-container
{
    padding:0 ;
}
.cp-topbar
{
    text-align:center;
}
.cp-logo-wrap img
{
    width:100px;
}
.is-header
{
    min-height:initial;
}
.custom-menu-toggle
{
    top:95px;
}
.crown-exp-grid .large-4,
.crown-exp-grid.pull-up .large-6 {
    width:400px;
    margin:0 auto;
    max-width:100%;
}
.crown-package-item
{
    border-right:none;
    border-bottom:2px dashed rgba(183, 141, 63, 1);
    padding-bottom:50px;
}
.crown-package-list .large-3:last-child .crown-package-item
{
    border-bottom:none;
    padding-bottom:10px;
}
.crown-feature-gold:before
{
        width: 100%;
        border-right:none;
        border-radius: 50px 50px 0px 0px;
}
.crown-review-card.border-right
{
        padding-right: 0px;
    border-bottom: 2px dashed #ffffffad;
    padding-bottom:20px;
    border-right:none;
}
.footer-flex
{
 flex-flow:column;
 align-items:center;
 margin-bottom:25px;
}
.cp-footer-bottom {
    padding: 0px 0;
}
 .crown-hero-content-row 
 {
     position:static;
     background:#050b19;
 }
  body {
        font-size: 15px;
    }

    .section-main-heading,
    .banner-main-heading{
        font-size: 30px;
        line-height:40px;
    }

    .section-sub-heading,
     .banner-sub-heading,
     .lead-magnet-form-text{
        font-size: 22px;
         line-height: 32px;
    }

    .button,
    button,
    input[type="submit"],
    input[type="button"] {
        font-size: 13px;
        padding: 12px 24px;
    }
}
@media screen and (max-width:768px) {
 .cp-topbar
 {
     font-size:20px;
 }
 .crown-standard-sec ul li
 {
     width:100%;
 }.crown-standard-sec ul {
width:265px;
max-width:100%;
margin:0 auto;
}
.newsletter-form-main .first_name_wrap, .newsletter-form-main .email_wrap
{
    margin:0 auto;
    min-width:100%;
}
.newsletter-form-main .submit_wrap input[type="submit"]
{
            width: 100%;
        min-width: 100%;
        margin-top: 7px;
}
}
@media screen and (max-width:640px) {
    body.menu-opened .custom-menu-toggle
    {
        right:120px;
    }
}
@media screen and (max-width:480px) {
.cp-topbar {
            font-size:13px;
        }
        header .button {
    padding: 7px 9px;
}
}