@font-face {
    font-family: 'KurriIslandCapsPERSONAL-Bold';
    src: url('../fonts/KurriIslandCapsPERSONAL-Bold.ttf');
}
@font-face {
    font-family: 'AesteticoFormal-Bold';
    src: url('../fonts/AesteticoFormal-Bold.ttf');
}
@font-face {
    font-family: 'AesteticoFormal-Regular';
    src: url('../fonts/AesteticoFormal-Regular.ttf');
}




/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #0A0A0A;
    font-family: 'Nunito', sans-serif;
}


body {
    color: #0A0A0A;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

a, button, input, textarea{
    outline: none !important;
}

.section-padding{
    padding: 80px 0;
}





/*------------------- Header Area Start  -----------------*/
header.header-area {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s;
    background: transparent;
    z-index: 99;
}
header.header-area.sticky {
    background: #333A3D;
    padding: 10px 0;
    box-shadow: 0 0 10px #000000a3;
}
.hero-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 6px solid #828282;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: .6;
}
.hero-wrapper {
    position: relative;
    z-index: 3;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    width: 140px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hero-wrapper img {
    width: 650px;
    margin-bottom: 35px;
}
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainmenu ul li {
    display: inline;
    margin-left: 40px;
}
.mainmenu ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 15px;
    transition: .3s;
}
.header-btn {
    margin-left: 40px;
}
.common-btn {
    display: inline-block;
    background: #CE0644;
    color: #fff;
    font-size: 15px;
    letter-spacing: .3px;
    padding: 12px 35px;
    border: 1px solid #CE0644;
    transition: .3s;
    border-radius: 35px;
    box-shadow: 0 2px 8px #0000004f;
    font-weight: 600;
}
.common-btn:hover {
    background: #fff;
    color: #CE0644;
}
.hero-wrapper p {
    color: #fff;
    font-size: 20px;
    letter-spacing: .3px;
    padding-left: 100px;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  .play-btn {
    position: absolute;
    width: 100px;
    left: 60%;
    top: 47%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: .3s;
}
a.play-btn.play_btn_2 {
    left: 50%;
    top: 75%;
}
.play-btn:hover{
    opacity: .9;
}
.menu_trigger{
    display: none;
}
a.play-btn.play_btn_2 {
    text-align: center;
}

a.play-btn.play_btn_2 span {
    color: #fff !important;
    font-size: 18px;
    margin-top: 10px;
    display: block;
    font-weight: 600;
}
.menu_x {
    display: none;
}
.chat {
    position: absolute;
    right: 35px;
    bottom: 35px;
    width: 80px;
    z-index: 99;
    border-radius: 100%;
}

/*------------------- Header Area End -----------------*/



/*------------------- Introducing Area Start -----------------*/
.introducing-video-area{
    position: relative;
    height: 100vh;
    width: 100%;
    
}
#introducing_video{
    width: 100vw;
  height: 100vh;
    position: absolute;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
/*------------------- Introducing Area End -----------------*/



/*------------------- Celebrate Area Start -----------------*/
.celebrate-area {
    padding: 80px 0;
    background: #333A3D;
    color: #fff;
}
.celebrate-content {
    text-align: center;
}
.celebrate-content img {
    width: 100%;
    border: 7px solid #fff;
    margin: 25px 0;
} 
.celebrate-text h4 {
    font-size: 28px;
    letter-spacing: .3px;
    color: #fff;
    line-height: 35px;
    font-weight: 500;
    font-family: 'AesteticoFormal-Bold';
}
.celebrate-text p {
    font-size: 20px;
    letter-spacing: .5px;
    font-family: 'AesteticoFormal-Regular';
}
.row.celebrate-image {
    max-width: 1000px;
    margin: 0 auto;
}
.celebrate-left {
    padding-right: 15px;
}
.stylist-title {
    text-align: center;
    margin-bottom: 35px;
}
.celebrate-right{
    padding-left: 15px;
}

.celebrate-title {
    padding: 25px 25px;
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    z-index: 1;
}
.celebrate-title h2 {
    margin: 0;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    font-family: 'KurriIslandCapsPERSONAL-Bold';
}
.celebrate-title img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    height: 100%;
    width: 100%;
}

.tips-text {
    display: inline-block;
}
.tips-text h4 {
    font-size: 32px;
    color: #fff;
    margin: 0;
    font-weight: 800;
    font-family: 'AesteticoFormal-Bold';
    
}
.tips-thumb img {
    width: 240px;
}
.tips-area {
    text-align: center;
    position: relative;
    background: #141412;
    height: 230px;
    display: flex;
    align-items: center;
}
.celebrate-gellary img {
    width: 100%;
}
.celebrate-gellary {
    padding: 35px 0;
}
.celebrate-text .common-btn {
	box-shadow: 0 2px 8px #0000004f;
}

.celebrate-gellary-wrap {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 15px;
}
.celebrate-gellary img {
    width: 100%;
    height: 260px;
}
.cake-res{
    display: none;
}











/*------------------- Celebrate Area End -----------------*/



/*------------------- Testimonial Area Start -----------------*/
.review {
    margin-top: 10px;
}
.review ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.review ul li {
    display: inline-block;
    margin-right: 5px;
}
.review ul li img {
    width: 18px;
}
.area-title {
    margin-bottom: 50px;
}
.testimonial-area {
    padding: 80px 0;
}
.testimonial-area .area-title h2 br{
    display: none;
}
.testimonial-pro img {
    border-radius: 100%;
}
.testmonial-text h4 {
    font-weight: 700;
    font-size: 30px;
}
.testmonial-text {
    font-size: 18px;
    letter-spacing: .3px;
}
.testmonial-text {
    padding-left: 20px;
}
.author-text h5 {
    color: #F16300;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}
.author-text {
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.author-text img {
    max-width: 500px;
    margin-left: 25px;
}
.area-title h2 {
    font-size: 60px;
    font-weight: 500;
  font-family: 'KurriIslandCapsPERSONAL-Bold';
}
.author-text a {
    color: #F16300;
    text-decoration: underline;
    font-size: 18px;
}
.common-btn2 {
    color: #CE0644;
    border: 1px solid #CE0644;
    display: inline-block;
    padding: 12px 35px;
    background: #fff;
    transition: .3s;
    border-radius: 40px;
    font-size: 14px;
    box-shadow: 0 0 10px #00000040;
    font-weight: bold;
    letter-spacing: .3px;
    text-transform: uppercase;
}
.common-btn2:hover {
    background: #CE0644;
    color: #fff;
}
.testimonial-btn {
    margin-top: 25px;
}
.just-image {
    width: 100%;
    height: 90vh;
    background: url(../img/img-2.png);
    background-position: center;
    background-size: cover;
}
.just-image-area img {
    width: 100%;
}
/*------------------- Testimonial Area End -----------------*/


/*------------------- Brand Area Start -----------------*/
.brand-area {
    padding: 70px 0;
}
.brand-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.brand-top .brand-item {
    width: 50%;
}
.brand-item img{
    width: 100%;
}
.brand-bottom {
    display: grid;
    grid-template-columns: repeat(5, auto);
    align-items: center;
    justify-content: center;
    padding:0 0px;
    grid-gap: 15px 20px;
}
.brand-warp-three {
    grid-template-columns: repeat(6, auto);
    padding: 0 40px;
    margin-top: -15px;
}
.book-btn a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.brand-title-area {
    text-align: center;
    background: #E5E5E5;
    padding: 25px 0;
}
.brand-title-area h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: #000;
    font-family: 'KurriIslandCapsPERSONAL-Bold';
}
.brand-bottom.brand-warp-two {
    padding: 0;
}
.brand-bottom.brand-warp-one {
    padding: 0 35px;
}

.brand-logo img {
    width: 100%;
}








/*------------------- Brand Area End -----------------*/



/*------------------- Package Area Start -----------------*/
.package-area {
    padding: 80px 0;
    background: #F1EAC3;
}
.package-warp {
    background: #fff;
    margin: 0 15px;
    height: 650px;
    box-shadow: 0 0px 5px #00000073;
}
.package-warp.package-two {
    padding: 20px;
}
.package-warp img {
    width: 100%;
}
.package-left img {
    max-width: 390px;
}
.package-left {
    text-align: center;
    padding-right: 0;
}
.package-right img {
    width: 100%;
}
.package-right {
    padding:0 25px;
}
.single-field.submit-btn {
    margin-top: 35px;
}
/*------------------- Package Area End -----------------*/



/*------------------- Book-now Area Start -----------------*/
.book-form-box {
    max-width: 620px;
    margin: 0 auto;
}
.single-field input {
    width: 100%;
    border: 1px solid #979797;
    height: 40px;
    padding: 12px;
    border-radius: 5px;
    font-size: 15px;
    color: #373737;
}
.single-field textarea {
    width: 100%;
    border: 1px solid #979797;
    height: 100px;
    padding: 12px;
    border-radius: 5px;
    font-size: 15px;
    color: #373737;
}
.single-field .nice-select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #373737;
    border: 1px solid #979797;
}
ul.list {
    width: 100%;
}
.single-field label {
    color: #0A0A0A;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.single-field p {
    color: #0A0A0A;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
}
.form-info p {
    margin-bottom: 5px;
    display: flex;
    color: #0A0A0A;
    font-weight: 600;
}

.form-info p span {
    margin-right: 10px;
}

.form-info {
    margin-bottom: 30px;
}
.single-field {
    margin-bottom: 20px;
}
.submit-btn {
    text-align: center;
}
.submit-btn button {
    cursor: pointer;
}
.book-now-area {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
img.shp-1 {
    position: absolute;
    left: -12%;
    width: 35%;
    top: 14%;
    z-index: -1;
}
img.shp-2 {
    position: absolute;
    right: -12%;
    width: 35%;
    top: 14%;
    z-index: -1;
}

input{
    border: 1px solid #979797;
}
.timeSelect .nice-select .list { max-height: 280px; overflow-y: scroll;border: 1px solid #979797;}

/* width */
.timeSelect .nice-select .list::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  .timeSelect .nice-select .list::-webkit-scrollbar-track {
    background: #eee; 
  }
   
  /* Handle */
  .timeSelect .nice-select .list::-webkit-scrollbar-thumb {
    background: #ddd; 
  }
  
  /* Handle on hover */
  .timeSelect .nice-select .list::-webkit-scrollbar-thumb:hover {
    background: #ddd; 
  }


/*------------------- Book-now Area End -----------------*/




/*------------------- Schedule Area Start -----------------*/
.schedule-area {
    background: #333A3D;
    padding: 80px 0;
    color: #fff;
}
.area-title p {
    font-size: 18px;
}
.schedule-area .area-title h2 {
    color: #fff;
}
.area-title h2 a {
    color: #CE0644;
    text-decoration: underline;
}
.calander-widget .yB2Kbs3Dw5W8t3rtYGUC.iI5fcRo4gq4qDPNtSDOI {
    background-color: transparent !important;
    height: auto !important;
}
.calander-widget .calendly-inline-widget .yB2Kbs3Dw5W8t3rtYGUC.iI5fcRo4gq4qDPNtSDOI {
    background-color: #333A3D !important;
    background: #333A3D;
}
#page-region .yB2Kbs3Dw5W8t3rtYGUC.iI5fcRo4gq4qDPNtSDOI {
    background-color: #333A3D !important;
}
.yB2Kbs3Dw5W8t3rtYGUC.iI5fcRo4gq4qDPNtSDOI {
    background-color: #333A3D !important;
    }
    .book-now-area .area-title {
        margin-bottom: 5px;
    }
    .book-now-area .area-title h2{
        margin-bottom: 0px;
    }
/*------------------- Schedule Area End -----------------*/




/*------------------- Schedule Area End -----------------*/
.about-area {
    padding: 50px 0;
    background: #333A3D;
    padding-bottom: 0;
}
.about-area .area-title h2 {
    color: #fff;
}
.about-left p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.about-btn a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 14px;
}
.about-btn {
    margin-top: 35px;
}
.about-left {
    padding-right: 25px;
}
.about-right img {
    width: 100%;
}
.article-thumb {
    background: #fff;
    border: 5px solid #fff;
}

.article-item {
    text-align: center;
}
.article-thumb {
    margin-bottom: 15px;
}
.article-item a {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    letter-spacing: .3px;
    text-decoration: underline;
}
.magic-area {
    padding: 80px 0;
}
.magic-box img {
    max-width: 800px;
}
.magic-box {
    text-align: center;
}
.about-banner {
    display: grid;
    grid-template-columns: repeat(3, auto);
}
.banner-image {
    display: none;
    width: 100%;
    position: relative;
}

.grid-sizer,
.grid-item { width: 20%; }
/* 2 columns */

.grid-item img {
    width: 100%;
}
.grid {
    width: 100%;
}
.banner-wrap-1 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 440px;
}

.banner-wrap-1 img {
    width: 100%;
    height: 100%;
}
.big-banner-area img {
    width: 100%;
}
.banner-item img {
    height: 100%;
}


.image-sngl:nth-child(1) {
	width: 18%;
}
.image-sngl:nth-child(2) {
	width: 32%;
}
.image-sngl:nth-child(3) {
	width: 30%;
}
.image-sngl:nth-child(4) {
	width: 20%;
}
.banner-wrap-2 .image-sngl:nth-child(1) {
width: 33.33%;
}
.banner-wrap-2 .image-sngl:nth-child(2) {
width: 33.33%;
}
.banner-wrap-2 .image-sngl:nth-child(3) {
width: 33.33%;
}



/*------- Footer Area Start  -------*/
.footer-widget ul li img {
    width: 36px;
}
footer {
    padding: 25px 0;
    background: #F0F0F0;
}
footer {
    padding: 25px 0;
    background: #F0F0F0;
}
.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget ul li {
    display: inline-block;
    margin-right: 10px;
}
.footer-widget p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0;
    margin-top: 15px;
    color: #000;
}
.testimonial-btn a span {
    text-decoration: underline;
}
/*------- Footer Area ENd -------*/


.celebrate_2 h4 i {
    font-weight: 600;
    margin-right: 7px;
    text-decoration: underline;
}
.celebrate-text.celebrate_2 h4 {
    font-weight: normal !important;
    font-family: 'AesteticoFormal-Regular';
}





/* page loader  */
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.loader3 {
	width: 70px;
	height: 70px;
	display: inline-block;
	padding: 0px;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
    background: #CE0644;
    background: #CE0644;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}



.testimonial-btn {
    margin-top: 25px;
}


.celebrate-gellary-wrap{
    display: none;
}
.package-left img {
    width: 100% !important;
}
.celebrate-gellary-desktop img {
    width: 100%;
    height: auto !important;
}
.brand-logo-res{
        display: none;
    }


.about-banner-res img {
        width: 100%;
}
.about-banner-res{
    display: block;
}
.about-banner-defult{
    display: none;
}
.brand-logo img {
    width: 120%;
    position: relative;
    margin: 0 auto;
    height: auto;
}