/* google-fonts */

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800&display=swap');
@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=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap')
@font-face {
font-family: 'Blacker Sans Display Regular';
src: url("/assets/fonts/BlackerSansDisplayRegular.otf") format("opentype");
}



:root {
  --main-color: #ff294c;
}


html {

}

.content-wrapper { background: black; }

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: black;
	background: white;
    font-size: 14px;
	min-height: 100%;
    width: 100vw;
	padding-top: 69px;
    overflow-x: hidden;
}


.flex-wrap { flex-wrap: wrap; }

section { width: 100vw;  }

.flex { 
	display: flex;
    align-items: center;
    justify-content: center;
}

.flex-vertical-center { 
	display: flex !important;
    align-items: flex-start;
    justify-content: center;
}

.flex-horizonal-center { 
	display: flex !important;
    justify-content: center;
}

.flex-bottom { 
	display: flex !important;
    align-items: flex-end;
    justify-content: center;
}

.flex-left { 
	display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

.flex-bottom-left { 
	display: flex !important;
    align-items: flex-end;
    justify-content: flex-start;
}

.flex-right { 
	display: flex !important;
    align-items: center;
    justify-content: flex-end;
}

.flex-top-right { 
	display: flex !important;
    align-items: flex-start;
    justify-content: flex-end;
}

.lowercase{
	text-transform: none !important;
}

.black{ color: black; }
.white { color: white; }
.black-bg { background: black; }
.white-bg { background: white; }
.text-grey { color: #ABABAB; }
.half-bg { background: linear-gradient( to bottom, black 0%, black 50%, white 50%, white 100% ); }
.grey-bg { background: #f6f6f6; }
.main-color { color: var(--main-color) !important; }
.main-color-bg { background: var(--main-color) !important; }
.poppins { font-family: "Poppins", sans-serif !important; }

.center-bs { float: none; margin-left: auto; margin-right: auto; }
.center-bs-left { float: none; margin-left: auto; margin-right: 0; }
.center-bs-right { float: none; margin-left: 0; margin-right: auto; }



.font-w-300 { font-weight: 300 !important; }
.font-w-400 { font-weight: 400 !important; }
.font-w-500 { font-weight: 500 !important; }
.font-w-600 { font-weight: 600 !important; }
.font-w-700 { font-weight: 700 !important; }

.font-s-12 { font-size: 12px !important; }
.font-s-13 { font-size: 13px !important; }
.font-s-14 { font-size: 14px !important; }
.font-s-15 { font-size: 15px !important; }
.font-s-16 { font-size: 16px !important; }
.font-s-17 { font-size: 17px !important; }
.font-s-18 { font-size: 18px !important; }
.font-s-20 { font-size: 20px !important; }
.font-s-22 { font-size: 22px !important; }
.font-s-25 { font-size: 25px !important; }
.font-s-35 { font-size: 35px !important; }
.font-s-40 { font-size: 40px !important; }

.letter-spacing-normal { letter-spacing: normal !important; }
.letter-spacing-half { letter-spacing: 0.5px !important; }
.letter-spacing-1 { letter-spacing: 1px !important; }

.line-height-double { line-height: 2 !important; }
.line-height-semi { line-height: 1.6 !important; }

.font-left { text-align: left !important; }
.font-center { text-align: center !important; }
.font-right { text-align: right !important; }

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-110 { margin-top: 110px !important;  }
.mt-130 { margin-top: 130px !important;  }

.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-110 { margin-bottom: 110px !important;  }
.mb-130 { margin-bottom: 130px !important;  }

.mr-05 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }

.ml-05 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }

.mlr-10 { margin-left: 10px !important; margin-right: 10px !important; }
.mlr-20 { margin-left: 20px !important; margin-right: 20px !important; }
.mlr-30 { margin-left: 30px !important; margin-right: 30px !important; }
.mlr-40 { margin-left: 40px !important; margin-right: 40px !important; }


.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-110 { padding-bottom: 110px !important;  }
.pb-130 { padding-bottom: 130px !important;  }

.pl-20 { padding-left: 20px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-40 { padding-left: 40px !important; }

.pr-20 { padding-right: 20px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-40 { padding-right: 40px !important; }

.p-10 { padding: 10px !important; }
.p-20 { padding: 20px !important; }
.p-30 { padding: 30px !important; }
.p-40 { padding: 40px !important; }
.p-50 { padding: 50px !important; }
.p-60 { padding: 60px !important; }

.w-10 { width: 10% !important; }
.w-20 { width: 20% !important; }
.w-30 { width: 30% !important; }
.w-40 { width: 40% !important; }
.w-50 { width: 50% !important; }
.w-60 { width: 60% !important; }
.w-70 { width: 70% !important; }
.w-80 { width: 80% !important; }
.w-90 { width: 90% !important; }
.w-100 { width: 100% !important; }

.p-0 { padding: 0 !important; }

.min-height-450 { min-height: 450px; }

.h-100 { height: 100% !important; }

.box-shadow { box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 20%); }
.box-shadow-2 { box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.2); }
.rounded-img { border-radius: 10px; }

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

.plain-link { cursor: pointer;     text-decoration: underline solid 1px !important; }
.plain-link p { cursor: pointer;     text-decoration: underline solid 1px !important; }
.plain-link:hover p { color: var(--main-color); }

.vimeo-embed-wrapper { padding-bottom: 56.25%; position: relative;}
.vimeo-embed-wrapper2 { padding-bottom: 56.25%; position: relative;}
.video-side-side { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.font-5 { font-size: 20px; font-weight: 300; text-align: center; line-height: 1.4; }

.heading { text-transform: none; }
.heading h2 { font-family: 'Montserrat'; font-size: 34px; font-weight: 400; text-align: center; margin-bottom: 10px; line-height: 1.2; display: block; margin: 0 auto; text-transform: capitalize; letter-spacing: 2px; letter-spacing: normal; }
.heading h3 { font-size: 17px; font-weight: 400; text-align: center; margin-bottom: 10px; line-height: 1.2; display: block; margin: 0 auto; line-height: 1.3; text-transform: capitalize;  letter-spacing: normal;}
.heading hr { width: 180px; margin-bottom: 35px; margin-top: 13px; background: var(--main-color); height: 1px; } 
.heading p { text-align: center; line-height: 1.3; font-weight: 300; font-size: 16px !important; max-width: none; display: block; margin: 0 auto; margin-top: 6px; }

.heading-half { width: 100%; text-transform: none; }
.heading-half h2 { font-family: 'Forum'; font-size: 38px; font-weight: 400; text-align: center; margin-bottom: 10px; line-height: 1; display: block; margin: 0 auto; text-transform: capitalize; letter-spacing: 2px; letter-spacing: normal; }
.heading-half h3 { font-size: 17px; font-weight: 400; text-align: center; margin-bottom: 10px; line-height: 1.4; display: block; margin: 0 auto; line-height: 1.3; text-transform: capitalize; letter-spacing: normal; }
.heading-half hr { width: 180px; margin-bottom: 35px; margin-top: 13px; background: var(--main-color); height: 1px; } 
.heading-half p { text-align: center; line-height: 1.3 !important; font-weight: 300; font-size: 18px !important; max-width: 800px; display: block; margin: 0 auto; margin-top: 10px; }

.body-section-text p { font-size: 12px; line-height: 2; letter-spacing: 0.5px; }


.container-fixed { width: 90%; max-width: 1100px; display: block; margin: 0 auto; }
.container-fixed2 { width: 90%; max-width: 1200px; display: block; margin: 0 auto; }
.container-wide { width: 90%; max-width: 1500px; display: block; margin: 0 auto; }
.container-ultra { width: 100%; max-width: 1355px; display: block; margin: 0 auto; }
.container-right { width: 50%; display: block; margin: 0 auto; margin-left: 40%; padding-top: 10%; }

.section-padding { padding: 65px 0px; }
.section-padding-lg { padding: 90px 0px; }
.section-padding-arrow { padding: 0px 0px; padding-bottom: 60px; }

.btn-reg-black { position: relative; background: black; padding: 9px 0px; color: white !important; font-weight: 400; font-size: 14px; text-align: center; border-radius: 0px; border: 1px solid black;  display: block; width: 180px; text-align: center; cursor: pointer; }
.btn-reg-black i { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); font-size: 18px; }

.btn-reg-white { position: relative; background: white; padding: 9px 0px; color: black !important; font-weight: 500; font-size: 14px; text-align: center; border-radius: 0px; border: 1px solid black; display: block; width: 180px; text-align: center; cursor: pointer; }
.btn-reg-white i { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); font-size: 18px; }

.btn-reg-red { position: relative; background: red; padding: 9px 0px; color: white !important; font-weight: 500; font-size: 14px; text-align: center; border-radius: 0px; border: 1px solid red; display: block; width: 180px; text-align: center; cursor: pointer; }
.btn-reg-red i { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); font-size: 18px; }

.btn-menu { background: #ff294c; padding: 8px 18px; height: 37px; color: white !important; font-weight: 500; border-radius: 0px; display: block; }

.input-text { height: 40px; border: 1px solid black; padding: 10px 15px; width: 291px; }

.full-sample-img { transition: all 0.2s ease; cursor: pointer;  }
.full-sample-img:hover { transform: scale(1.03); transition: all 0.2s ease;}

.video-overlay-wrapper { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.65); z-index: 9999999999; }
.video-overlay-wrapper.hidden { display: none; }
.video-overlay-wrapper .content { width: 80vw; max-width: 1000px; background: white; }


/* MENU */
#menu { z-index: 999; position: fixed; top: 0; left: 0; width: 100vw; transition: all 0.5s ease; background: black;  padding: 5px 0px; border-bottom: 1px solid black; }
.menu-top-wrapper { height: 60px; }
.navbar { background: rgba(0,0,0,0.0);}
.navbar-nav { padding: 0px; float: right; }
.nav-item {color: white; margin-right: 11px; font-size: 13px; font-weight: 400; letter-spacing: 1px; cursor: pointer; }
.nav-item:hover { color: var(--main-color); }
.nav-link { color: white; font-family: 'Montserrat'; margin-right: 11px; font-size: 13px; font-weight: 400; letter-spacing: 1px; cursor: pointer; }
.nav-link:hover { color: var(--main-color) !important; }
.menu-top-center { padding: 10px 0; height: 60px; justify-content: center; }
.navbar-collapse { justify-content: flex-end; }
.dropdown-menu.show { background: black; border-radius: 0; top: 35px; padding: 10px 0px; transition: all 0.4s ease;}
.dropdown-item { color: white !important; font-size: 13px; cursor: pointer; font-weight: 500; }
.dropdown-item:hover { text-decoration: underline; background: none; color: white;  }
.nav-link.active { color: rgba(14,147,108,1); }
.navbar-toggler { position: fixed; top: 24px; right: 20px;}
.menu-logo { position: absolute; top: 50%; transform: translateY(-50%); left: 50px; }
.triangle-up {
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: -11px;
    left: 10px;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 1px;
	background: white;
    transform: scale(1.2);
}
.navbar-toggler .icon-bar.two { margin: 5px 0px; }
.menu-logo .logo-img { height: 24px; }
.menu-mobile-close { display: none; color: white; }

.navbar-custom {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
	justify-content: flex-end;
	flex-grow: 1;
	transition: all 0.3s ease; 
}

.body-section { padding: 40px 0px 120px 0px; position: relative; }
.sub-footer-section { background: var(--main-color); }

.hide-md { }
.show-md { }
.hide-lg { display: none; }
.show-lg { display: inline-block; }




/* HOME */
.home-side-side-row { margin-top: 100px; }
.home-side-side-text .heading h2 { text-align: center;  }
.home-side-side-text p { font-size: 14px; width: 100%; text-align: center; max-width: 600px;}
.home-side-side-text img { height: 55px; display: block; margin: 0 auto; }

.home-side-side-img img { width: 100%; }

#home-carousel  .carousel-item { min-height: 510px; }
#home-carousel  .carousel-inner { border: 1px solid #ddd; box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%); }
#home-carousel  .carousel-item div {     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
#home-carousel  .carousel-item img { width: 100%; margin-top: 8px; }
#home-carousel  .carousel-item p { text-align: center; font-size: 16px; }

#home-carousel .carousel-control-next { right: -95px; filter: invert(1); }
#home-carousel .carousel-control-prev { left: -95px; filter: invert(1); }
#home-carousel .carousel-indicators { bottom: -55px; }


.pricing-wrapper {transition: all 0.3s ease;}
.pricing-wrapper:hover { transform: scale(1); transition: all 0.3s ease; }
.pricing-wrapper .heading h2 { font-size: 26px; margin-bottom: 0; }
.pricing-wrapper .heading p { font-size: 14px; margin-bottom: 0; }

.pricing-banner { background: black; padding: 11px 15px; border-radius: 5px; background: var(--main-color); }
.pricing-banner .heading h2 { font-size: 19px; }

.pricing-list { list-style-type: none; columns: 1; -webkit-columns: 1; margin-top: 30px; margin-bottom: 30px; padding: 0; }
.pricing-list li { border: none; padding: 5px 0; text-align: center; font-size: 15px; }
.pricing-list li span { margin-right: 15px; }
.pricing-list li a { color: white; }
.pricing-list li a:hover { color: blue; }
.pricing-teaser-box { padding: 30px; background: white; border: 1px solid black; }
.pricing-teaser-box p { margin: 0; font-size: 18px; color: black; font-weight: 600; text-align: center; }
.pricing-teaser-box p.small { margin: 0; font-size: 14px; color: black; font-weight: 500; text-align: center; }
.pricing-top-icon { background: white; border-radius: 50px; width: 90px; height: 90px; position: absolute; top: -45px; left: 50%; transform: translateX(-50%); box-shadow: 0px -10px 17px 0px rgb(0 0 0 / 5%);}
.pricing-top-icon img { width: 55%; }

.pricing-service-row { border-bottom: 1px solid #ddd; }
.pricing-service-row p { text-align: left; }

.testi-col { background: white; border-radius: 20px; width: 100%; box-shadow: 0 1px 3px 0 #e6ebf1; padding: 30px 40px; padding-top: 30px;}
.testi-quote-left { font-size: 72px; color: red; text-align: right; }
.testi-quote-right { font-size: 72px; color: red; position: relative; }
.testi-quote-right span { position: absolute; bottom: 0; left: 0; max-height: 30px;}
.testi-text p { color: grey;  margin-bottom: 0; text-align: center; }
.testi-text { padding-top: 40px; }
.steps-inner-num { margin: 0 auto; font-family: 'Poppins', sans-serif; color: var(--main-color); font-size: 42px; font-weight: 300; text-align: center; border-radius: 50px; border: 2px solid var(--main-color); height: 50px; width: 50px; }




/* HOME NEW */

.home-service-icon img { display: inline-block; margin-right: 20px; width: 42px; }
.home-service-icon p { display: inline-block; font-weight: 400; font-size: 17px; margin: 0; }
.website-features{ list-style-type: none; columns: 1; -webkit-columns: 1; padding: 0; }
.website-features li { border: none; padding: 5px 0; text-align: center; font-size: 15px; color: white; }
.website-features li span { margin-right: 20px; }
.notice-box { padding: 7px; 10px; border-radius: 5px; background: var(--main-color); }
.notice-box p { margin: 0; }




/* HOME NEW */
.home-top { margin-top: 25px; height: 49vw; max-height: 77vh; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/img/home/home-top-bg.jpg?v2'); background-size: cover; background-position: 40% 31%; }
.home-top .heading h2 { text-shadow: #000 1px 0 11px; font-size: 30px; }

.photo-bg-1 { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/assets/img/home/photo-bg-1.jpg?v3'); background-size: cover; background-position: 50% 85%; }

.accent-arrow { margin-bottom: 20px; }
.accent-arrow img { height: 30px; }
.accent-arrow-sm { margin-bottom: 20px; }
.accent-arrow-sm img { height: 30px; }

.home-side-side-section .heading h2 { font-size: 22px; }
.floating-center-button-wrapper { position: relative; }
.floating-center-button-wrapper .floating-center-button-mid { position: absolute;  background: var(--main-color); padding: 13px 38px; color: white !important; font-weight: 500; border-radius: 5px; display: block; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; }
.floating-center-button-wrapper .floating-center-button { position: absolute;  background: var(--main-color); padding: 13px 38px; color: white !important; font-weight: 500; border-radius: 5px; display: block; bottom: -22px; left: 50%; transform: translateX(-50%); cursor: pointer; }

.pricing-box-new-wrapper { position: relative; width: 100%; display: block; margin: 0 auto; border: 5px solid black; min-height: 526px; margin-top: 0px; padding: 7px; padding-top: 50px; }
.pricing-box-black-head { padding: 20px; background: black; }
.pricing-box-black-foot { padding: 35px; background: black; }
.pricing-box-arrow-top { position: absolute; top: 3px; left: 50%; transform: translateX(-50%); }
.pricing-box-arrow-top img { height: 30px; outline: 3px solid white; }
.pricing-box-new-wrapper .heading h2 { font-size: 16px; }




/* PHOTO EDITING */

.photo-top { margin-top: 3px; height: 49vw; max-height: 77vh; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/img/photo-editing/top-bg.jpg'); background-size: cover; background-position: 50% 24%; }
.photo-top .heading h2 { text-shadow: #000 1px 0 11px; font-size: 30px; }

.photo-editing-container { padding: 30px 56px; }


.express-banner-black { background: black; padding: 20px 30px; }
.express-banner-black img { height: 30px; margin-right: 20px; }
.express-banner-black h3 { font-size: 20.5px; margin: 0; }
.express-banner-black p { font-size: 14px; margin: 0; }


.no-wait-wrapper { background: black; border-radius: 20px; padding: 20px 80px; }
.no-wait-row { padding: 40px 0px; border-bottom: 2px solid #333333; }
.no-wait-left img { height: 54px; }
.no-wait-right p { color: white; font-size: 14px; margin: 0; }






/* SPW */
.spw-top { margin-top: 3px; height: 49vw; max-height: 77vh; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/img/property-website/top-bg-2.jpg'); background-size: cover; background-position: 50% 55%; }
.spw-top .heading h2 { text-shadow: #000 1px 0 11px; font-size: 30px; }

.tour-headers p { text-align: center; font-size: 22px; margin: 0; margin-bottom: 20px; }
.tour-headers img { width: 95%; display: block; margin: 0 auto; margin-top: 10px; outline: 5px solid white; }
.tour-headers-outline { outline: 5px solid black !important; }

.spw-icon img { height: 50px; display: block; margin: 0 auto; }
.spw-icon h3 { font-size: 18px; margin: 25px 0; text-align: center; }
.spw-icon p { font-size: 13px; margin: 0; text-align: center; }


/* REELS */
.reels-top { margin-top: 3px; height: 49vw; max-height: 77vh; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/img/reels/top-bg.jpg'); background-size: cover; background-position: 50% 40%; }
.laptop-cell-wrapper-new-2 img { width: 280px; z-index: 2;}
.laptop-portrait-video-new-2 {
    position: absolute;
    left: 41px;
    padding: 0;
    width: 241px;
    height: 486px;
    z-index: 3;
}


/* VIDEO */

.video-top { margin-top: 3px; height: 49vw; max-height: 77vh; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/img/video-editing/top-bg-2.jpg'); background-size: cover; background-position: 50% 65%; }
.video-top .heading h2 { text-shadow: #000 1px 0 11px; font-size: 30px; }

.lvids-header-link.active { color: var(--main-color); }
.download-btn { width: auto; display: inline-block; padding: 11px 26px; padding-bottom: 7px; cursor: pointer; }
.download-btn p { display: inline-block; font-size: 15px; margin: 0;  }
.download-btn i { font-size: 18px; margin-right: 10px; }
.download-btn-white { background: white; color: black !important; }
.text-banner { background: var(--main-color); color: white; display: inline-block; border-radius: 5px; padding: 10px 20px; cursor: pointer; }
.text-banner .heading h2 { font-size: 20px; }

.laptop-cell-wrapper-new img { width: 100%; width: 239px; z-index: 2;}

.laptop-cell-wrapper { position: relative; }
.laptop-cell-wrapper img { width: 100%; width: 200px; z-index: 2;}
.laptop-cell-sm { display: none; }
.laptop-portrait-video {     
	position: absolute;
	left: 42px;
    padding: 0;
    width: 170px;
    height: 350px;
	z-index: 3;
 }
.laptop-portrait-video-new {     
    position: absolute;
    left: 60px;
    padding: 0;
    width: 201px;
    height: 350px;
    z-index: 3;
 }
.laptop-wide-video {     
	position: absolute;
    top: -169px;
    left: 229px;
    width: 683px;
	z-index: 1;
 }
.laptop-portrait-video-2 { top: 29px; left: 42px; }
.video-togglers-wrappers { border-right: 1px solid #ddd; }
.video-togglers { color: white !important; text-align: center; font-weight: 500; font-size: 17px; cursor: pointer; }
.video-togglers.active { color: var(--main-color) !important; }
.video-togglers:hover { color: var(--main-color) !important; }

.steps-numbering-number { font-size: 56px; }


/* MATTERPORT */
.mp-top { margin-top: 3px; height: 49vw; max-height: 77vh; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/img/matterport/top-bg.jpg'); background-size: cover; background-position: 50% 65%; }
.mp-top .heading h2 { text-shadow: #000 1px 0 11px; font-size: 30px; }


/* ADD REAL ESTATE VIDEO SERVICES */
.bullet-line { justify-content: left; }
.bullet-line .bullet { width: 20px; height: 20px; border-radius: 50px; background: var(--main-color); color: white !important; }
.bullet-line .bullet a { margin: 0; width: 100%; text-align: center; width: 20px; height: 20px; }
.bullet-line a { margin-left: 10px; }
.down-arrow { position: absolute; top: 0; left: 0; width: 100%; }
.down-arrow img { width: 90px; }

.course-signup-wrapper {  }
.course-signup-wrapper .login-form-input { max-width: 350px; display: block; margin: 0 auto; margin-top: 20px; padding: 0px 17px; height: 38px; }
.course-signup-wrapper .login-form-input::placeholder { opacity: 0.7; }

.heading-sticker-row { position: relative; }
.heading-sticker { width: 87px; max-width: 100px; position: absolute; top: 12px; left: 125px; }
.heading-sticker-2 { width: 100%; max-width: 100px; position: absolute; top: 0px; left: -113px; }
.reel-sticker { width: 87px; max-width: 100px; position: absolute; top: 55px; left: 14px; z-index: 99 !important; }
.plus-sticker { width: 100%; max-width: 100px;  }



/* DASHBOARD */
.photographer-dashboard-outline { border: 11px solid #f2f2f2; border-radius: 10px; }
.join-features-list { list-style-type: none; padding: 0; columns: 2; }
.join-features-list li { font-size: 15px; color: black; font-weight: 400; text-align: left; text-transform: none; margin-bottom: 3px; text-transform: capitalize; text-align: center;}
.join-features-list span { color: var(--main-color); margin-right: 15px; font-size: 17px; }



/* LOGIN */
.login-1 { height: 100vh; width: 100vw; overflow: hidden; background: white; }
.login-1 label { font-size: 13px; font-weight: 600; margin-bottom: 3px;}
.login-wrapper { width: 100%; max-width: 950px; border-radius: 5px; background: white; box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 15%); padding-right: 30px; margin-top: -40px; }
.login-form-input {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    height: 34px;
    padding-left: 8px;
	margin-top: 3px;
    background: white;
	margin-bottom: 10px;
}
.login-left-wrapper { background: black; border-radius: 5px 0px 0px 5px; }
.login-left-wrapper h3 { font-size: 24px; text-align: left; margin: 0; }
.login-left-wrapper p { font-size: 14px; text-align: left; margin: 0; }
.login-right-wrapper { padding: 80px 20px; }
.login-divider { height: 1px; background: #ddd; margin-top: 30px; margin-bottom: 30px; }
.forgot-password-text { color: #e10025; font-size: 13px; text-align: center; font-weight: 600; }




/* FOOTER */
#footer-sec { background: black;  }

/* FOOTER */
#footer { padding: 20px 0px 40px 0px; background: black; }
.footer-section { padding: 0 23px; }
.footer-nav p { color: white; font-size: 15px; font-weight: 200; line-height: 1; margin: 0;}
.footer-nav .separator { margin: 0 13px; line-height: 1;  }
.footer-img img { width: 70%; }
.footer-socials i { color: white; font-size: 18px; margin: 0 10px; }
.footer-locations { display: flex; flex-direction: row; flex-wrap: wrap; } 
.footer-locations p { color: white; font-size: 15px; font-weight: 200; line-height: 1; margin: 0; width: 25%; text-align: center; }
.footer-title { text-transform: uppercase; letter-spacing: 2px; font-size: 14px; font-weight: 600; font-size: 16px; margin-top: 0px; color: var(--main-color); }
.widget-wrapper { position: relative; }
.hide-widget { background: black; width: 100%; height: 37%; position: absolute; bottom: 0px; }

.mw-60 { max-width: 60%; display: block; margin: 0 auto; }

:root {
  --nav-tray-width: 400px;
}


/* VIDEO COURSE */
.course-page-section { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; padding: 45px; padding-top: 102px; padding-bottom: 10px; overflow-y: hidden; overflow-x: hidden;   }
.course-main-wrapper { background: white; width: 100%; height: 100%; border: 1px solid #f6f6f6; position: relative; max-width: 1400px; display: block; margin: 0 auto; max-height: 750px; box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 10%);  }
.course-main-wrapper .header { background: white; width: 100%; border-bottom: 1px solid #f6f6f6; padding: 25px 35px; position: absolute;  z-index: 10; }
.course-main-wrapper .header h2 { font-size: 20px; margin: 0; font-weight: 400; }
.course-main-wrapper .header img { height: 25px; margin-right: 20px; }

.course-navigation-tray { position: absolute; top: 0; left: 0; width: var(--nav-tray-width); height: 100%; padding-top: 75px; padding-right: 20px; background: #fbfbfb; z-index: 3; border-right: 1px solid #f6f6f6;  } 
.course-navigation-tray .header { padding: 25px 35px; background: #fbfbfb; border: none; position: relative; }
.course-navigation-tray .header h3 { font-size: 16px; margin: 0; font-weight: 400; }
.course-navigation-tray .header img { height: 21px; margin-right: 20px; }
.course-navigation-tray .nav-wrapper { background: white; border: 1px solid #f6f6f6; overflow-y: scroll; max-height: 526px; }
.course-navigation-tray .nav-wrapper .nav-row { padding: 20px; border-bottom: 1px solid #f6f6f6; padding-left: 35px; cursor: pointer; }
.course-navigation-tray .nav-wrapper .nav-row p { font-size: 14px; margin: 0; font-weight: 400; }
.course-navigation-tray .nav-wrapper .nav-row-single.active p { color: var(--main-color); }
.course-navigation-tray .nav-wrapper .nav-row-accordion { position: relative; }
.course-navigation-tray .nav-wrapper .nav-row-accordion .caret-closed { font-size: 20px; color: #868686; position: absolute; right: 29px; top: 20px;  }
.course-navigation-tray .nav-wrapper .nav-row-accordion .caret-open { font-size: 20px; color: #868686; position: absolute; right: 29px; top: 20px; display: none; }
.course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner { height: 0; width: 100%; transition: all 0.3s ease; } 
.course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner.open { height: auto; padding: 20px 0px; padding-bottom: 0; transition: all 0.3s ease;} 
.course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner .chapter { display: none; } 
.course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner.open .chapter { display: block; }
.course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner .chapter { padding: 8px 13px; } 
.course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner .chapter:hover, .course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner .chapter.active { background: #f6f6f6; }
.course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner .chapter .play-button { width: 11px; height: 10px; border-radius: 50px; color: white !important; display: inline-block; margin-right: 10px;  }
.course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner .chapter .play-button i { color: black; }
.course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner .chapter:hover .play-button, .course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner .chapter.active .play-button i { color: var(--main-color);  }
.course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner .chapter a { font-size: 14px; margin: 0; font-weight: 400; }
.course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner .chapter:hover a, .course-navigation-tray .nav-wrapper .nav-row-accordion .row-inner .chapter.active a { color: var(--main-color); }

.course-body { position: absolute; top: 0; left: 0px; width: 100%; height: auto; padding-top: 93px; padding-left: var(--nav-tray-width); background: white; z-index: 2;  } 
.course-body-inner { width: 95%; height: 95%; }
.vimeo-title { padding: 18px 0px; border-bottom: 1px solid #f6f6f6;  }
.vimeo-title p { font-size: 14px; margin: 0; font-weight: 400; }



/* MDP */

.mdp-icon img { height: 42px; display: block; margin: 0 auto; margin-bottom: 15px; }
.mdp-icon p { font-size: 14px; text-align: center; }
.mdp-banner { width: 100%; padding: 35px 0px; background: var(--main-color); border-radius: 15px; }
.mdp-banner p { font-size: 25px; margin: 0; }










/* 2023 REMAKE */

.twentytwenty-handle { box-shadow: none !important; }
.twentytwenty-horizontal .twentytwenty-handle:after { box-shadow: none !important; }
.twentytwenty-horizontal .twentytwenty-handle:before { box-shadow: none !important; }


.header-section { margin-top: 3px; height: 49vw; max-height: 73vh; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/img/photo-editing/top-bg.jpg'); background-size: cover; background-position: 50% 24%; align-items: flex-end; padding-bottom: 7%;}

.video-lightbox { position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; background: rgba(0,0,0,0.7); }
.video-lightbox.hidden { display: none; }
.video-lightbox .inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70vw;  }

.btn-red {  background: #ff294c;
    padding: 10px 40px;
    height: 37px;
    color: white !important;
    font-weight: 500;
    border-radius: 0px;
	font-size: 15px;
	width: 205px;
	cursor: pointer;
}
.btn-red i { margin-left: 10px; }

/* HOME*/
.img-sample-quads img { width: 100%; }
.img-sample-full img { width: 100%; }
.fs-sample-long img { width: 100%;  }

.article-top { min-height: 90vh; background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('/assets/img/home/article-bg.jpg'); background-size: cover; background-position: 50% 63%; padding-top: 60px; padding-bottom: 40px; }
.article-top .heading h2 { font-size: 37px;}
.article-top .heading p { font-size: 30px; font-weight: 600; line-height: 1.3;}

.carousel {  width: 100%; }
.carousel-indicators { top: 0; height: 50px; width: 100%; margin: 0; }
.carousel-indicators li { height: 35px; width: auto; padding: 0 35px; text-indent: unset; opacity: 1; color: white; font-weight: 300; text-align: center; font-size: 17px; background: black; border-top: none; border-bottom: none; }
.carousel-indicators li.active {color: var(--main-color); }
.carousel-inner { width: auto; padding: 0px 4%; padding-top: 100px; padding-bottom: 40px; }

.carousel-control-prev, .carousel-control-next { opacity: 1; }
.carousel-control-prev-icon, .carousel-control-next-icon { height: 36px; width: 36px; color: black; background: white; opacity: 1; font-size: 18px; }

.red-number-box { width: 40px; height: 40px; font-size: 28px; font-weight: 500; font-family: 'Poppins'; background: #ff294c; color: white; padding: 7px; margin-right: 10px; }

.img-switcher img { width: 20%; margin: 0px 7px; opacity: 0.7; cursor: pointer; }
.img-switcher img.active { opacity: 1; }
.img-switcher-img { display: none; }
.img-switcher-img.active { display: block; }

.header-section { height: auto !important; width: 100%; max-height: none; }
.home-header { background: url('/assets/img/home/home-top-bg.jpg?v3'); background-size: cover; background-repeat: no-repeat;  padding-top: 46.5vh; padding-bottom: 46.5vh; position: relative; }
.home-header .heading h2 { font-size: 27px; }
.home-header .heading p { font-size: 15px !important; }
.header-col-padding { padding: 0px 30px; }
.bottom-gradient-black { position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 38%, rgba(0,0,0,1) 100%); }

.home-header-bottom { position: absolute; bottom: -160px; left: 0; width: 100%; padding: 40px 0px; background: rgba(0,0,0,0.8); }
.home-header-bottom img { height: 30px; margin: 0;  }
.home-header-bottom p { margin: 0; }
.home-header-bottom .inner-box { border: 1px solid var(--main-color); padding: 30px 0px; width: 70%; display: block; margin: 0 auto; position: relative; }
.home-header-bottom .inner-box .join-btn { position: absolute; left: 50%; transform: translateX(-50%); bottom: -16px; }

.header-white-box { background: black; padding: 30px; border-radius: 0px; max-width: 446px; }
.header-white-box h2 { text-shadow: none !important; }
.header-white-box ul { list-style-type: none; columns: 1; -webkit-columns: 1; padding: 0; padding-left: 35px; }
.header-white-box li { color: white; border: none; padding: 5px 0; text-align: left; font-size: 13px; font-weight: 500; }
.header-white-box li i { margin-right: 20px; font-size: 21px; color: #ff294c; }
.white-box-banner { background: black; padding: 10px; border: 1px solid #ff294c; }
.white-box-banner p { margin: 0; }

.home-pricing-box { width: 100%; background: black; border: 1px solid #bbb; padding: 33px; position: relative; min-height: 550px; }
.home-pricing-box .red-number-box { width: 60px; height: 60px; font-size: 31px; font-weight: 500; font-family: 'Poppins'; background: #ff294c; color: white; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); margin: 0; }
.home-pricing-box .head { background: #ff294c; width: 100%; color: white; font-size: 17px; font-weight: 400; font-family: 'Poppins'; padding: 3px 3px; }
.home-pricing-box .middle ul { list-style-type: none; columns: 1; -webkit-columns: 1; padding: 0; padding-left: 20px; min-height: 260px; }
.home-pricing-box .middle li { color: white; border: none; padding: 5px 0; text-align: left; font-size: 13px; font-weight: 500; }
.home-pricing-box .middle li i { margin-right: 20px; font-size: 21px; }
.home-pricing-box .bottom p { margin: 0; }
.home-pricing-box .bottom img { height: 30px; display: block; margin: 0 auto; }

.how-to-shoot-banner { padding: 20px 6px; border-top: 1px solid black; border-bottom: 1px solid black; }
.how-to-shoot-banner h2 { margin: 0; }

.smm-brochure img { width: 100%; }

#photo-editing-carousel3 .carousel-item { min-height: 780px; }
#home-video-nick { padding-top: 165px; }


/* PHOTO EDITING*/
.photo-editing-list { list-style-type: none; columns: 1; -webkit-columns: 1; margin-top: 30px; margin-bottom: 0px; padding: 0; }
.photo-editing-list li { border: none; padding: 5px 0; text-align: left; font-size: 15px; font-weight: 500; }
.photo-editing-list li img { margin-right: 30px; width: 14px; }
.photo-editing-list li a { color: white; }
.photo-editing-list li a:hover { color: blue; }

.photo-editing-carousel-top img { width: 100%; }
.photo-editing-carousel-bottom img { width: 19%; margin-right: 1.5%; }
.photo-editing-carousel .carousel-control-prev { height: 60px; width: 60px; position: absolute; top: 100%; outline: 1px solid black; margin-top: 15px; filter: none; left: 0; opacity: 1; }
.photo-editing-carousel .carousel-control-next { height: 60px; width: 60px; position: absolute; top: 100%; outline: 1px solid black; margin-top: 15px; filter: none; right: 0; opacity: 1; }
.photo-editing-carousel .carousel-control-prev i, .photo-editing-carousel .carousel-control-next i { font-size: 20px; }
.photo-editing-carousel .carousel-indicators { bottom: -55px; }

.image-bottom-label { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 14px); padding: 5px 41px; background: white; color: black; font-family: "Montserrat"; font-weight: 600; }
.bordered-image-sample img { border: 1px solid white; width: 100%; }

.photo-editing-carousel { margin-bottom: 40px; }

.boxed-number-white { width: 22px; height: 26px; background: white; color: black; font-weight: 600; font-size: 15px; margin-right: 21px; font-family: "Montserrat";  }


/* STAGING*/
.header-section.staging-header1 { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/assets/img/virtual-staging/s6-1.jpg'); background-size: cover; background-position: 66% 47%; }
.header-section.staging-header2 { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/assets/img/virtual-staging/s6-2.jpg'); background-size: cover; background-position: 66% 47%; }
.header-section.staging-header3 { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/assets/img/virtual-staging/s1-1.jpg'); background-size: cover; background-position: 66% 47%; }
.header-section.staging-header4 { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/assets/img/virtual-staging/s1-2.jpg'); background-size: cover; background-position: 66% 47%; }
.header-section.staging-header5 { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/assets/img/virtual-staging/s2-1.jpg'); background-size: cover; background-position: 66% 47%; }
.header-section.staging-header6 { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/assets/img/virtual-staging/s2-2.jpg'); background-size: cover; background-position: 66% 47%; }
.staging-services-list { list-style-type: none; columns: 4; -webkit-columns: 4; padding: 0; }
.staging-services-list li { color: white; border: none; padding: 5px 0; text-align: left; font-size: 15px; font-weight: 500; }
.staging-services-list li div { margin-right: 10px; width: 18px; height: 21px; background: white; color: black; }

.twentytwenty-container img { width: 100%; }

.testimonial-box-wrapper { background: #0D0D0D; padding: 30px 45px; }
.testimonial-box-wrapper .head img { width: 100px; height: 100px; border-radius: 50%; margin-right: 30px; object-fit: cover; object-position: top; }
.testimonial-box-wrapper .head h3 { font-size: 24px; font-weight: 400; text-align: left; }
.testimonial-box-wrapper .body i { font-size: 27px; text-align: left; color: #98989f; }
.testimonial-box-wrapper .body p { text-align: left; color: white; line-height: 1.6; margin: 0; opacity: 0.8; }

.staging-header-carousel .carousel-control-prev { height: 37px; width: 37px; position: absolute; background: white; margin-top: 15px; filter: none; left: 0; opacity: 1; bottom: 25px; top: auto; left: 50%; transform: translateX(-180px); }
.staging-header-carousel .carousel-control-next { height: 37px; width: 37px; position: absolute; background: white; margin-top: 15px; filter: none; right: 0; opacity: 1; bottom: 25px; top: auto; right: 50%; transform: translateX(180px); }
.staging-header-carousel .carousel-control-prev i, .staging-header-carousel .carousel-control-next i { font-size: 18px; }
.staging-header-carousel .carousel-indicators li { width: 40px; height: 4px; }


/* PRICING*/
.pricing-list { list-style-type: none; columns: 2; -webkit-columns: 2; margin-top: 50px; margin-bottom: 0px; padding: 0; }
.pricing-list li { color: white; border: none; padding: 5px 0; text-align: left; font-size: 15px; font-weight: 500; }
.pricing-list li img { margin-right: 30px; width: 14px; filter: invert(1);}
.pricing-list li a { color: white; }
.pricing-list li a:hover { color: blue; }
.pricing-element-right { margin-left: 130px; }

.pricing-list2 { list-style-type: none; columns: 2; -webkit-columns: 2; margin-top: 30px; margin-bottom: 0px; padding: 0; }
.pricing-list2 li { color: black; border: none; padding: 5px 0; text-align: left; font-size: 15px; font-weight: 500; width: 474px; }
.pricing-list2 li span { float: right; }
.pricing-list2 li img { margin-right: 30px; width: 14px; }
.pricing-list2 li a { color: white; }
.pricing-list2 li a:hover { color: blue; }
.pricing-element-right2 { margin-left: 65px; }



/* VIDEO*/
.header-section.video-editing-header { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/img/video-editing/top-bg-3.jpg'); background-size: cover; background-position: 66% 94%; }


/* TWILIGHT */
.twilight-wrapper { position: relative; height: 538px; width: 100%; }
.twilight-item {position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
.twilight-item.active { opacity: 1; z-index: 1; pointer-events: auto; }
.twilight-item { opacity: 0; z-index: 0; pointer-events: none; }
.twilight-selector { cursor: pointer; }
.twilight-selector.active img { border: 2px solid white; }
.squared-number { padding: 3px 7px; color: white; background: black; margin-right: 10px; }


.pricing-table { color: white; width: 100%; }
.pricing-table tr { border: 1px solid #262626; }
.pricing-table th { text-align: center; background: #262626; padding: 10px;  width: 33%; font-weight: 500; font-size: 16px; color: white; }
.pricing-table th img { height: 22px; }
.pricing-table td { text-align: center; background: #0f0f0f; padding: 10px; border-right: 1px solid #262626; font-weight: 500; font-size: 16px;font-weight: 500; font-size: 16px; }
 

/* S4A*/
.s4a-collage { background: linear-gradient(to bottom, var(--main-color) 0%, var(--main-color) 70%, white 70%, white 100%);  }
.black-text-banner { padding: 13px; background: black; font-size: 28px; width: 100%; }
.black-text-banner p { font-size: 26px; margin: 0; text-align: center; font-weight: 500; text-transform: capitalize; }
.body-text { font-size: 15px; line-height: 1.7;  }

.s4a-feature-list { padding: 7px 35px 15px 35px; border-top: 2px solid black; border-bottom: 2px solid black; justify-content: space-evenly; flex-wrap: wrap; }
.s4a-feature-list div { font-size: 16px; margin: 0; text-align: center; font-weight: 500; color: black; margin-top: 8px; }



/* VIDEO EDITING*/
.editing-collage {  background: linear-gradient(to bottom, black 0%, black 55%, white 55%, white 100%);  }
.white-sub-title-bar { background: white; padding: 3px 22px; color: black; font-weight: 700; display: inline-block; margin-top: 7px; }
.edting-black-text-box { padding: 10px 37px; background: black; font-size: 28px; width: 100%; }
.edting-black-text-box h3 { font-size: 17px; margin: 0; text-align: center; text-transform: capitalize; }
.edting-black-text-box p { font-size: 15px; margin: 0; text-align: center; text-transform: capitalize; }
.edting-black-text-box .left-icon { width: 70px; }
.edting-black-text-box .left-icon p { font-size: 42px; }



.editing-white-box { padding: 40px; padding-top: 60px; background: white; width: 100%; position: relative;  }
.editing-white-box input{
    background-color: #eee;
    border: none;
    margin: 8px 0;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 8px;
    width: 100%;
    outline: none;
}
.editing-white-box p { margin: 0; text-align: center; text-transform: capitalize; margin-top: 25px; }
.editing-white-box i { margin-right: 7px; }
.help-us-banner { background: black; padding: 10px 30px; width: 350px; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); }
.help-us-banner p { margin: 0; text-align: center; text-transform: capitalize; }



/* PHOTO EDITING*/
.editing-steps-box { background: black; padding: 25px; width: 100%; }
.editing-steps-box img { height: 74px; display: block; margin: 0 auto; }
.editing-steps-box p { margin: 0; font-size: 14px; margin-top: 13px; }
.editing-steps-arrow {   }
.editing-steps-bg { background: linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88)), url(/assets/img/photo-editing/editing-steps-bg.jpg); }



/* PRICING*/
.pricing-pricing-box { width: 100%; background: white; border: 1px solid #000000; padding: 33px; position: relative; min-height: 465px; }
.pricing-pricing-box .black-pricing-box { width: 90%; font-size: 20px; font-weight: 400; font-family: 'Montserrat'; background: black; color: white; position: absolute; top: -38px; left: 50%; transform: translateX(-50%); margin: 0; line-height: 1.1; padding: 16px 0px; max-height: 76px; } 
.pricing-pricing-box .head { background: #ff294c; width: 100%; color: white; font-size: 17px; font-weight: 400; font-family: 'Poppins'; padding: 3px 3px; }
.pricing-pricing-box .middle ul { list-style-type: none; columns: 1; -webkit-columns: 1; padding: 0; padding-left: 20px; min-height: 260px; }
.pricing-pricing-box .middle li { color: black; border: none; padding: 8px 0; text-align: left; font-size: 14px; font-weight: 500; text-transform: capitalize; }
.pricing-pricing-box .middle li i { margin-right: 20px; font-size: 21px; color: var(--main-color); }
.pricing-pricing-box .bottom p { margin: 0; color: black; font-weight: 500; }
.pricing-pricing-box .bottom img { height: 30px; display: block; margin: 0 auto; }

.pricing-header { background: black;  padding-top: 15vh; padding-bottom: 13vh; position: relative; }
.pricing-header h2 { font-size: 38px; font-family: 'Montserrat'; margin: 0; }
.pricing-header p { font-size: 22px; font-family: 'Montserrat'; margin: 0; }
.pricing-header .logo { height: 44px; margin-right: 15px; }
.pricing-header-btn, .pricing-header-btn2, .pricing-header-btn3, .pricing-header-btn4 {  
	background: #ff294c;
    padding: 20px 0px;
    height: 37px;
    color: white;
    font-weight: 500;
    border-radius: 0px;
	font-size: 19px;
	width: 225px;
	margin: 0 15px;
} 
.pricing-header-btn2	{ background: none; border: 1px solid white; text-decoration: line-through; color: white; }
.pricing-header-btn3	{ background: none; border: 1px solid black; text-decoration: line-through; color: black; }
.pricing-header-btn4	{ background: white; border: 1px solid var(--main-color); color: var(--main-color); }

.pricing-limited-black { width: 481px; max-width: 481px; background: black; padding: 32px 30px;  }
.pricing-limited-black h3 { font-size: 36px; font-family: 'Montserrat'; margin: 0; }
.pricing-limited-black .white-box { padding: 2px 0px; background: white; margin: 0 auto; width: 338px; margin-top: 4px; }
.pricing-limited-black .white-box p { font-size: 20px; font-family: 'Montserrat'; margin: 0; letter-spacing: 5px; }


.monthly-content-wrapper { width: 100%; border: 1px solid black; position: relative; }
.monthly-menu { position: absolute; left: 0; top: -34px; width: 100%; }
.monthly-black-text-box { padding: 6px 15px; background: white; font-size: 28px; width: 24%; margin: 0 10px; border: 1px solid black; height: 66px; cursor: pointer; }
.monthly-black-text-box h3 { color: black; font-size: 15px; margin: 0; text-align: center; text-transform: capitalize; }
.monthly-black-text-box p { font-size: 13px; margin: 0; text-align: center; text-transform: capitalize; }
.monthly-black-text-box .left-icon { margin-right: 12px; }
.monthly-black-text-box .left-icon p { font-size: 35px; }

.monthly-black-text-box.active { background: black; }
.monthly-black-text-box.active h3 { color: white; font-size: 15px; margin: 0; text-align: center; text-transform: capitalize; }


.monthly-body { padding: 35px 75px; padding-top: 65px; }
.monthly-body .thumb.square { width: 100%; position: relative; }
.monthly-body .thumb.reel { width: 100%; position: relative; }
.open-canva-btn.square { font-size: 16px; font-weight: 500; color: white; background: black; width: 100%; text-align: center; margin: 0; padding: 9px; cursor: pointer;  }
.copy-captions-btn.square { font-size: 16px; font-weight: 500; color: black; background: white; border: 1px solid black; width: 100%; text-align: center; margin: 0; padding: 9px; cursor: pointer;  }
.monthly-body { display: none; }
.monthly-body.active { display: block; }
.monthly-body .captions { margin-top: 30px; }
.monthly-body .captions h3 { color: black; font-size: 15px; font-weight: 600; text-align: left; }
.monthly-body .captions p { color: black; font-size: 14px; font-weight: 500; text-align: left; padding: 20px; overflow-y: scroll; max-height: 250px;  }
.monthly-body .hashtags { margin-top: 30px; }
.monthly-body .hashtags h3 { color: black; font-size: 15px; font-weight: 600; text-align: left; }
.monthly-body .hashtags p { color: black; font-size: 14px; font-weight: 500; text-align: left; padding: 20px; overflow-y: scroll; max-height: 250px;  }
.monthly-body .suggestions { margin-top: 30px; }
.monthly-body .suggestions h3 { color: black; font-size: 15px; font-weight: 600; text-align: left; }
.monthly-body .suggestions p { color: black; font-size: 14px; font-weight: 500; text-align: left; padding: 20px; overflow-y: scroll; max-height: 250px;  }
.monthly-body .video-link-text { cursor: pointer; }
.monthly-body .video-link-text:hover { text-decoration: underline; }






/* MEDIA QUERIES */

@media screen and (max-width: 1550px) {

	.font-lg-12 { font-size: 12px !important; }
	.font-lg-13 { font-size: 13px !important; }
	.font-lg-14 { font-size: 14px !important; }
	.font-lg-15 { font-size: 15px !important; }
	.font-lg-16 { font-size: 16px !important; }
	.font-lg-17 { font-size: 17px !important; }
	.font-lg-18 { font-size: 18px !important; }
	.font-lg-20 { font-size: 20px !important; }
	.font-lg-22 { font-size: 22px !important; }
}


@media screen and (min-width: 1500px) {

	.nav-link { font-size: 13px; }


}

@media screen and (min-width: 1100px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .25rem;
        padding-left: .25rem;
    }

}


@media screen and (max-width: 800px) {
	
	.flex-center-md { display: flex !important; align-items: center !important; justify-content: center !important; }
	
	.row { margin: 0; }

	.font-md-12 { font-size: 12px !important; }
	.font-md-13 { font-size: 13px !important; }
	.font-md-14 { font-size: 14px !important; }
	.font-md-15 { font-size: 15px !important; }
	.font-md-16 { font-size: 16px !important; }
	.font-md-17 { font-size: 17px !important; }
	.font-md-18 { font-size: 18px !important; }
	.font-md-20 { font-size: 20px !important; }
	.font-md-22 { font-size: 22px !important; }

	.font-md-center { text-align: center !important; }
	.font-md-left { text-align: left !important; }

	.mt-md { margin-top: 30px !important; }
	.mt-md-0 { margin-top: 0px !important; }
	.mt-md-10 { margin-top: 10px !important; }
	.mt-md-20 { margin-top: 20px !important; }
	.mt-md-30 { margin-top: 30px !important; }
	.mt-md-40 { margin-top: 40px !important; }
	.mt-md-50 { margin-top: 50px !important; }
	.mt-md-60 { margin-top: 60px !important; }
	.mt-md-70 { margin-top: 70px !important; }
	.mt-md-80 { margin-top: 80px !important; }
	.mt-md-90 { margin-top: 90px !important; }
	.mt-md-100 { margin-top: 100px !important; }

	.pl-md-15 { padding-left: 15px !important; }

	.pr-md-15 { padding-right: 15px !important; }

	.pt-md-0 { padding-top: 0px !important; }	

	.mr-md-0 { margin-right: 0px !important; }

	.text-center-md { text-align: center !important; }

	.col-0 { display: none; }
	.container-ultra { width: 95%; }
	.container-right { padding-top: 15%; }
	.section-padding-md-0 { padding-top: 0; }
	.min-height-450 { min-height: 0px; }
	.hide-md { display: none; }
	.show-md { display: inline-block; }

	.section-padding { padding: 37px 0px; }

	.mt-100 { margin-top: 30px; }
	.mw-60 { max-width: 100%; }
	.section-padding-lg { padding: 50px 0px; }
	.no-wait-wrapper { padding: 20px 50px; }
	.no-wait-right { margin-top: 20px; }
	.heading h2 { font-size: 31px !important; max-width: 100%; display: block; margin: 0 auto; }
	.heading-half h2 { font-size: 27px !important; }
	.heading p { font-size: 16px !important; margin-top: 20px;  }
	.heading-half p { font-size: 15px !important; margin-top: 20px; font-weight: 600 !important; }
	.home-side-side-text p { font-size: 14px; }

	.floating-center-button-wrapper .floating-center-button { padding: 8px 31px; }
	.floating-center-button-wrapper .floating-center-button-mid { padding: 6px 21px; }

	.flex-wrap-md { flex-wrap: wrap; }
	.block-md { display: block !important; }

	.btn-red { padding: 10px 20px; }


	/* MENU */
	#menu { background: black; height: 75px; }
	.menu-logo { left: 25px; }
	.navbar-toggler { background: black; }
	.fa-bars { font-size: 34px !important; color: white; }
	.navbar-nav { width: 100%; margin-top: 30px; }
	.navbar-custom { position: fixed; right: 0; top: 0; background: rgb(20,20,20); height: 100%; padding: 15px; width: 65vw;  z-index: 999999; }
	.navbar-custom .nav-item { border-bottom: 1px solid white; padding: 10px; margin: 0;}
	.navbar-custom .nav-item .nav-link { color: white !important; text-align: right; font-size: 13px; margin: 0; }
	.menu-login-btn { width: 100% !important;  margin-left: auto;}
	.menu-mobile-close { display: block; position: absolute; font-size: 24px; }
	.menu-mobile-close i { color: white; }
	.navbar-custom.hidden { width: 0px; padding: 0px; pointer-events: none;  }
	.navbar-custom.hidden .menu-mobile-close { pointer-events: none; display: none; }
	.navbar-custom.hidden .menu-login-btn { display: none; }
	.menu-overlay { display: none; position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; z-index: 99; background: rgba(0,0,0,0.5); }
	.mobile-logo { display: flex; }
	.dropdown-menu.show { background: black; border: none; }
	.dropdown-menu.show .triangle-up { display: none; }
	.dropdown-item { color: white !important; text-align: right; padding: 0; padding-right: 10px; margin-bottom: 10px; }
	.nav-item .btn-menu { display: inline-block; float: right; background: red; }
	.navbar-custom.hidden .nav-item .btn-menu { display: none; }



	/* HOME */
	.home-header { padding-top: 64px;  background-size: auto; }
	.home-top { margin-top:  29px; height: 51vh; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/assets/img/home/home-top-bg.jpg?v2); background-size: cover; background-position: 40% 31%;}
	.home-top .heading h2 { font-size: 15px !important; }
	.home-side-side-text img { height: 45px;  }
	#home-carousel .carousel-item { min-height: 300px; }
	.pricing-list { columns: 1; -webkit-columns: 1; }
	.home-service-icon { display: block !important; }
	.home-service-icon img { display: block; margin: 0 auto; width: 50px; }
	.home-service-icon p { display: block; text-align: center; margin-top: 20px; }
	.home-service-btn { justify-content: center; margin-top: 20px; margin-bottom: 30px; } 
	.tour-headers p { font-size: 18px; }

	.header-btn { display: block; margin: 40px auto; }
	.carousel-control-next, .carousel-control-prev { display: none !important; }

	#photo-editing-carousel2 .carousel-inner { padding: 0; padding-top: 187px; }
	#photo-editing-carousel2 .carousel-indicators { display: table; }
	#photo-editing-carousel2 .carousel-indicators li { width: 142px; margin: 0 auto; margin-bottom: 5px; }

	#photo-editing-carousel3 .carousel-inner { padding: 0; padding-top: 127px; }
	#photo-editing-carousel3 .carousel-indicators { display: table; }
	#photo-editing-carousel3 .carousel-indicators li { width: 187px; margin: 0 auto; margin-bottom: 9px; }
	#photo-editing-carousel3 .carousel-item { min-height: 0 !important; }


	/* PHOTO EDITING */
	.photo-top { margin-top: 7px; height: 40vh; }
	.photo-editing-container { padding: 30px 17px; }
	.editing-collage { padding-top: 50px !important; }
	.editing-steps-box { margin-top: 20px; }


	/* SPW */
	.spw-top { margin-top: 7px; height: 40vh; }
	.tour-headers { margin-top: 60px; }
	.spw-icon { margin-bottom: 50px; }



	/* REELS */
	.laptop-cell-wrapper-new-2 { max-width: 250px; position: relative; }
	.laptop-cell-wrapper-new-2 img { width: 212px; }
	.laptop-portrait-video-new-2 {
		position: absolute;
		left: 15px;
		padding: 0;
		width: 182px;
		height: 350px;
		z-index: 3;
	}


	/* VIDEO */
	.video-top { margin-top: 7px; height: 40vh; }
	.video-editing-video-margin { margin-top: 20px; }
	.laptop-cell-wrapper { max-width: 200px; display: block; margin: 0 auto; }
	.laptop-cell-wrapper img { }
	.laptop-portrait-video {
		position: absolute;
		top: 49px;
		left: 17px;
		padding: 0;
		width: 165px;
		height: 300px;
		z-index: 3;
	}
	.laptop-cell-wrapper-new { max-width: 250px; position: relative; }
	.laptop-cell-wrapper-new img { width: 212px; }
	.laptop-portrait-video-new {
		position: absolute;
		left: 15px;
		padding: 0;
		width: 182px;
		height: 350px;
		z-index: 3;
	}
	.heading-sticker { display: none; }
	.heading-sticker-2 { display: none; }
	.steps-numbering-number { font-size:  47px; }
	.reel-sticker { left: -42px; }


	/* MATTERPORT */
	.mp-top { margin-top: 7px; height: 40vh; }
	.mp-editing-video-margin { margin-top: 20px; }

	/* SIGNUP */
	.login-wrapper { padding-right: 0; border-radius: 5px; }
	.login-left-wrapper { border-radius: 5px 5px 0px 0px; padding: 20px; }
	.login-right-wrapper { padding: 0; padding: 20px; padding-top: 30px; }
	.login-wrapper-row-mob { width: 100%; margin: 0; }

	/* VIDEO 5000 */
	.book-now-btn { width: 130px !important; }



	/* 2023 */
	.article-top { min-height: 64vh; }
	.photo-editing-carousel .carousel-control-prev, .photo-editing-carousel .carousel-control-next { height: 48px; width: 48px; }
	.get-business-section { } 
	.get-business-section .container-fixed { width: 98%; }
	.header-section { min-height: 330px; }
	.profit-table-wrapper { display: block !important; }
	.profit-table-wrapper a { margin-left: 0 !important; margin-top: 20px; width: 100%;  }
	.profit-table-wrapper input { width: 100%; }
	.body-section-text p { text-align: left !important; }


	/* PRICING */
	.pricing-element-right { margin-left: 0; }
	.pricing-element-right2 { margin-left: 0; }
	.pricing-list2 { columns: 1; -webkit-columns: 1; }
	.pricing-list2 li { width: 365px !important; }


	/* VIDEO */
	.testimonial-box-wrapper { display: block; margin: 0 auto; }


	/* 2024 */
	.pricing-header { padding-top: 87px !important; }
	.pricing-limited-black h3 { font-size: 32px; }

	.home-header-bottom { padding: 20px 0px; bottom: -150px; }
	.home-header-bottom .inner-box { width: 100%; padding-top: 0; }
	.header-section.home-header { min-height: 800px; background-size: cover; background-position-x: 55%; }

	#home-video-nick { padding-top: 160px; }






}