body, html{
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

body{
    background: #fafafa;    
}

.no-overflow{
    overflow: hidden;
}

.loading-fluid{
    position: fixed;
    z-index: 99999;
    background: #0b104d;
    width: 100%;
    height: 100%;
}

.loading-inner{
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
}

.loading-logo{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
}

.loading-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@font-face{
  font-family: arFont;
  src: url(fonts/MTCORSVA.TTF);
}

@font-face{
  font-family: arBlack;
  src: url(fonts/itcblkad.ttf);
}

@font-face{
  font-family: arCal;
  src: url(fonts/Calibri.ttf);
}

.topbar-fluid{
    background: #0b104d;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
    z-index: 10;
    position: absolute;
    top: 0;
}

.topbar-sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.topbar-logo-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 180px;
}

.topbar-sticky .topbar-logo-container{
    display: none;
}

.topbar-logo{
    width: 100px;
    height: 100px;
}

.topbar-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.topbar-title{
    color: #fff;
    font-family: arFont, cursive;
    font-size: 32px;
}

.topbar-subtitle{
    color: #fff;
    font-family: arCal;
    font-size: 15px;
    font-weight: 600;
}

.topbar-subtitle span{
    font-family: arBlack;
    font-size: 20px;
}

.topbar-menu-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    transition: all 0.3s ease;
    position: relative;
}

.topbar-sticky .topbar-menu-container{
    height: 80px;
    justify-content: space-between;
}

.menubar-logo-container{
    display: none;
}

.topbar-sticky .menubar-logo-container{
    display: flex;
    position: absolute;
    animation: menuBarMenu .3s;
    left: 0;
}

@keyframes menuBarMenu{
    0%      {left: -110%;}
    100%    {left: 0;}
}

.menubar-logo{
    width: 70px;
    height: 70px;
}

.menubar-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.menubar-title, .mobile-title, .footer-title{
    color: #fff;
    font-family: arFont, cursive;
    font-size: 24px;
}

.menubar-subtitle, .mobile-subtitle{
    color: #fff;
    font-family: arCal;
    font-size: 13px;
    font-weight: 600;
}

.menubar-subtitle span{
    font-family: arBlack;
    font-size: 18px;
}

.menubar-menu-container{
    display: flex;
    width: 900px;
    justify-content: space-around;
    position: absolute;
    right: 50%;
    margin-right: -450px;
    transition: all 0.3s;
}

.page-menu-container{
    width: 200px;
    margin-right: -100px;
}

.topbar-sticky .menubar-menu-container{
    right: 0;
    margin-right: 0;
}

.topbar-menu-item{
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid transparent;
    transition: all 0.3s;
}

.topbar-menu-item:hover, .topbar-menu-active{
    border-bottom: 4px solid #fff;
    color: #fff;
    text-decoration: none;
}

.topbar-menu-active{
    font-weight: 600;
}

.slider-fluid{
    width: 100%;
    background: #0b104d;
    padding: 0;
}

.slider-container{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slider-item{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.slider-item-1{
    display: block;
}

.slider-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.slider-item-1 img{
    object-position: bottom;
}

.slider-item-2 img{
    object-position: center;
}

.slider-item-3 img{
    object-position: center
}

.slider-content{
    position: absolute;
    left: 20px;
    opacity: 1;
    bottom: 50px;
    height: 100px;
    min-width: 300px;
    padding: 0 30px;
    background: rgba(11,16,77,0.5);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slideContent 1.5s ease;
}

@keyframes slideContent{
    0%      {left: -100%; opacity: 0;}
    30%     {left: -100%; opacity: 0;}
    100%    {left: 20px; opacity: 1;}
}

.slider-name{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.section-fluid{
    padding: 0;
}

.section-title-container{
    background: #0b104e;
    position: relative;
    box-shadow: 0 -10px 10px -10px rgba(0,0,0,0.6), 0 10px 10px -10px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    height: 200px;
    justify-content: center;
}

.section-logo{
    width: 100px;
    height: 100px;
    margin-right: 40px;
}

.section-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-title{
    font-size: 42px;
    color: #fff;
}

.section-container{
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-p{
    font-size: 18px;
    color: #555;
}

.para-title{
    font-family: arFont, cursive;
    font-size: 23px;
}

.about-section-fluid{
    background: linear-gradient(#fafafa 70%, rgba(255,255,255,0.6)), url(images/about-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 500px;
}

.team-section-fluid{
    padding-top: 100px;
    padding-bottom: 30px;
}

.team-container{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.team-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-item-photo{
    width: 300px;
    height: 300px;
    filter: grayscale(10);
    border-radius: 150px;
    border: 15px solid transparent;
    box-shadow: 0 0 10px #ddd;
    overflow: hidden;
    margin-bottom: 15px;
}

.team-item-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-item-name{
    font-size: 20px;
    color: #003686;
}

.team-item-profile{
    font-size: 18px;
    color: #444;
}

.inquiry-container{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inquiry-title{
    font-size: 36px;
    color: #003686;
    margin-bottom: 30px;
    font-family: arFont, cursive;
}

.form-container{
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10px 4px 10px rgb(222 218 218 / 45%);
}

.form-input-holder{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.form-input-wrap{
    flex: 1;
}

.input-50{
    max-width: 49%;
}

.form-label{
    font-size: 12px;
}

.form-label span{
    color: #f44336;
}

.form-input{
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    transition: all 0.3s;
}

.form-input:focus{
    outline: none;
    border: 1px solid #555;
}

.form-input::placeholder{
    color: #aaa;
}

.form-datepicker{
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.datepicker-title span{
    color: #aaa;
}

.datepicker-calendar{
    position: absolute;
    width: 100%;
    top: calc(100% + 5px);
    left: 0;
    display: none;
}

.pignose-calendar{
    max-width: unset;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px #ddd;
}

.form-dropdown{
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.form-dropdown-title{
    flex: 1;
}

.form-dropdown-title span{
    color: #aaa;
}

.form-dropdown-icon{
    font-size: 20px;
    line-height: 14px;
    transition: all 0.3s;
}

.form-dropdown-active .form-dropdown-icon{
    transform: rotate(180deg);
}

.form-dropdown-container{
    position: absolute;
    background: #fff;
    width: 100%;
    top: calc(100% + 5px);
    left: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 9;
    display: none;
}

.form-dropdown-inner{
    padding: 5px;
}

.dropdown-item{
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.dropdown-item:last-child{
    border-bottom: none;
}

.form-radio-holder{
    display: flex;
    align-items: center;
}

.form-radio-item{
    padding: 10px 0;
    cursor: pointer;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 600;
}

.form-radio-item i{
    font-size: 15px;
    line-height: 14px;
    margin-right: 5px;
}

.form-radio-selected i{
    color: #009688;
}

.form-submit-holder{
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.form-error-message{
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #f44336;
    display: none;
}

.form-success{
    color: #009688;
}

.form-submit-button, .close-success-button{
    width: 200px;
    height: 60px;
    background: #0b104e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 4px solid #fafafa;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.form-submit-button:hover{
    box-shadow: 0 0 6px #ccc;
}

.footer-fluid{
    background: #999;
    padding-top: 100px;
    padding-bottom: 20px;
    box-shadow: inset 0 10px 10px -10px rgb(0 0 0 / 50%);
    position: relative;
}

.footer-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo-container{
    display: flex;
    padding-bottom: 15px;
    align-items: flex-start;
}

.footer-info-container{
    color: #fff;
    font-size: 13px;
}

.footer-social-container{
    display: flex;
    align-items: center;
}

.footer-social-item{
    font-size: 32px;
    color: #fff;
    margin: 10px;
    cursor: pointer;
}

.footer-social-item:hover{
    color: #eee;
}

.mobile-burger{
    display:flex;
    flex-direction:column;
    width:50px;
    cursor:pointer;
}

.mobile-burger span{
  background: #fff;
  border-radius:10px;
  height:5px;
  margin: 5px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);

}


.lab-span:nth-of-type(1){
  width:50%;
  
}

.lab-span:nth-of-type(2){
  width:100%;
}


.lab-span:nth-of-type(3){
  width:75%;
 
}

.mobile-burger-open .lab-span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(6px,0px)
}


.mobile-burger-open .lab-span:nth-of-type(2){
  
  transform-origin:top;
  transform:rotatez(-45deg)
}


.mobile-burger-open .lab-span:nth-of-type(3){
  
  transform-origin:bottom;
  width:50%;
  transform: translate(22px,-7px) rotatez(45deg);

}

.mobile-fix-burger{
    display: none;
}

.mobile-menu-fluid{
    display: none;
}

.sidebar-container{
    position: fixed;
    background: #0b104e;
    z-index: 99999;
    height: 100%;
    width: calc(100% - 80px);
    top: 0;
    box-shadow: 10px 0 10px -10px rgba(0,0,0,0.5);
    display: none;
}

.sidebar-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 25px;
    position: relative;
}

.sidebar-menu-item{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    border-bottom: 4px solid transparent;
    margin-bottom: 20px;
    padding: 5px;
    display: none;
    user-select: none;
    -webkit-user-select: none;
}

.sidebar-menu-selected{
    border-bottom: 4px solid #fff;
}

.mobile-menu-fluid{
    background: #0b104e;
    height: 80px;
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
}

.mobile-menu-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.mobile-logo-container{
    display: flex;
    align-items: center;
}

.mobile-logo{
    width: 70px;
    height: 70px;
}

.mobile-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.whatsapp-menu-item{
    display: flex;
    position: relative;
    width: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: all 0.3s;
    height: 45px;
}

.whatsapp-menu-title{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s;
}

.whatsapp-menu-title i{
    font-size: 24px;
    line-height: 1;
}

.whatsapp-menu-item:hover{
    background: none;
}

.whatsapp-menu-item:hover .whatsapp-menu-title{
    color: #fff;
}

.whatsapp-drop-container{
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 9;
    width: 200px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.topbar-sticky .whatsapp-drop-container{
    right: 0;
    margin-right: -20px;
}

.whatsapp-drop-item{
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    transition: all 0.3s;
    border-radius: 4px;
}

.whatsapp-drop-item i{
    font-size: 18px;
    line-height: 1;
    margin-right: 10px;
}

.whatsapp-drop-item:hover{
    background: #eee;
}

.sidebar-menu-whatsapp{
    position: absolute;
    width: calc(100% - 50px);
    bottom: 25px;
    left: 25px;
}

.sidebar-menu-contact{
    margin-bottom: 0;
}

.sidebar-whatsapp-item{
    display: flex;
    align-items: center;
    color: #fff;
    margin: 5px 0;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-whatsapp-item i{
    line-height: 1;
    margin-right: 10px;
    font-size: 24px;
}

.main-home-container, .main-page-container{
    min-height: 650px;
    position: relative;
    margin-top: 260px;
}

.main-home-over{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fafafa;
    z-index: 2;
    left: 0;
    top: 0;
    display: none;
}

.home-container{
    animation: aboutAnim 1s;
    opacity: 1;
}

@keyframes aboutAnim{
    0%      {opacity: 0;}
    100%    {opacity: 1;}
}

.about-detail p{
    margin-top: 10px;
    font-size: 18px;
    color: #555;
}

.about-detail .p-italic{
    font-style: italic;
}

.about-inner{
    display: flex;
    padding: 100px 0;
}

.about-photo-wrap{
    padding: 15px;
    display: flex;
    justify-content: center;
}

.about-info-wrap{
    flex: 1;
    padding: 15px;
}

.about-photo{
    width: 400px;
    height: 400px;
    border-radius: 200px;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 0 0 10px #ddd;
}

.about-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-name{
    font-size: 36px;
    color: #003686;
}

.about-profile{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-menu-container{
    width: 300px;
    margin-right: -150px;
}

.team-about-link{
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    padding: 0 20px;
    color: #fff;
    line-height: 1;
    margin-top: 10px;
    border-radius: 3px;
    transition: all 0.3s;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.team-about-link:hover{
    background: #0b104e;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,0.4);
}

.button-loading{
    background: #aaa;
    cursor: default;
}

.button-loading:hover{
    box-shadow: none;
}

.success-fluid{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    padding: 40px;
    display: none;
}

.success-container{
    width: 100%;
    height: 100%;
    background: #fff;
    max-width: 500px;
    margin: auto;
    display: none;
}

.success-inner{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.success-details{
    text-align: center;
    margin-top: 30px;
}

.success-title{
    color: #4bb71b;
    font-size: 24px;
    font-weight: 600;
}

.success-subtitle{
    font-size: 16px;
}

.success-message{
    margin: 15px 0;
    font-weight: 600;
}

.close-success-button{
    width: 150px;
    height: 45px;
    margin: 30px auto;
}

/** Success SVG START **/
.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}
/** Success SVG END**/

/** Holi Start **/
.holi-fluid{
    background: linear-gradient(rgb(3 169 244 / 50%), rgb(244 67 54 / 50%)), url(images/holi-bg.jpg) no-repeat bottom center;
    min-height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: inset 0 10px 10px -10px rgb(0 0 0 / 50%);
    background-attachment: fixed;
    background-size: cover;
}

.holi-container{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.holi-title{
    font-size: 72px;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 5px 20px #f44336;
    font-style: italic;
    text-align: center;
}

.holi-subtitle{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}

.holi-button{
    margin: 20px auto;
    display: flex;
    width: 200px;
    height: 50px;
    background: #0b104e;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.holi-button:hover{
    text-decoration: none;
    color: #fff;
}
/** Holi End **/

.footer-link-container{
    display: flex;
}

.footer-link-item{
    padding: 10px;
    color: #fff;
    transition: all 0.3s;
    font-size: 13px;
}

.footer-link-item:hover, .footer-link-item:focus{
    color: #ddd;
    text-decoration: none;
}

.footer-copyright{
    font-size: 13px;
    color: #fff;
    padding: 0 10px;
}

.page-menu-item{
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 24px;
}

.page-menu-item:hover, .page-menu-item:focus{
    outline: none;
    color: #fff;
    text-decoration: none;
}

.main-page-container{
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-user-select: none;
    user-select: none;
}

.page-title{
    font-size: 18px;
    font-weight: 600;
}

.main-page-container .section-title{
    font-size: 16px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 15px;
}

.main-page-container .section-p{
    font-size: 12px;
}

.main-page-container .text-bold{
    font-size: 13px;
    font-weight: bold;
}

.main-page-container .section-p span{
    font-style: italic;
}

.event-item-photo{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.event-item-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.event-item-title{
    color: #0b104e;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}

.event-item-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event-item-link{
    height: 35px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    padding: 0 20px;
    color: #fff;
    line-height: 1;
    margin-top: 10px;
    border-radius: 3px;
    transition: all 0.3s;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.event-item-link:hover{
    background: #0b104e;
    color: #fff;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,0.4);
}

.grid-sizer, .gallery-grid-item{
    width: calc(25% - 20px);
    margin: 10px;
    height: 200px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s;
}

.gallery-item-width2{
    width: calc(50% - 20px);
    height: 420px;
}

.gallery-item-height2{
    width: 50%;
    height: 400px;
}

.gallery-grid-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition: all 0.5s;
}

.gallery-grid-item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.gallery-grid-item:hover img{
    transform: scale(120%);
}

.gallery-page-title{
    color: #0b104e;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    margin: 50px 0;
}

.gallery-body{
    padding-bottom: 50px;
    padding-top: 50px;
}

.scroll-section-fluid{
    height: 100%;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}

#corsec-service-planning{
    background: url('images/corporate-event-planning.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#corsec-venue-planning{
    background: url('images/corporate-venue-planning.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#corsec-decor-production{
    background: url('images/corporate-decor-production.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#corsec-entertainment{
    background: url('images/corporate-entertainment.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#corsec-photo-video{
    background: url('images/corporate-video-photo.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#corsec-travel-transport{
    background: url('images/corporate-travel.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.scroll-section-container{
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.scroll-section-container .row, .scroll-section-container .row .col-6{
    height: 100%;
}

.scroll-section-container .row .col-6{
    background: rgba(255,255,255,0.8);
    padding: 50px;
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.col-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.page-section-title{
    font-size: 38px;
    font-weight: 600;
    color: #0b104e;
}

.page-section-subtitle{
    font-family: arFont, cursive;
    font-size: 32px;
    color: #0b104e;
    margin-bottom: 20px;
}

.page-section-p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
}

.page-section-plain .page-section-p{
    font-size: 18px;
}

.page-main-title{
    font-size: 46px;
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0b104e;
}

.page-section-plain{
    text-align: center;
    padding-bottom: 60px;
}

.past-corporate-container{
    padding-top: 50px;
    padding-bottom: 100px;
}

.past-corporate-header{
    font-size: 22px;
    cursor: pointer;
    padding: 10px 0;
    color: #aaa;
    border-bottom: 1px solid #aaa;
}

.past-corporate-header:hover, .past-corporate-selected .past-corporate-header{
    color: #0b104e;
}

.past-corporate-selected .past-corporate-header:hover{
    color: #aaa;
}

.past-corporate-footer{
    display: none;
}

.past-corporate-details{
    margin: 15px 0;
}

.corp-detail-item{
    display: flex;
    align-items: center;
    color: #555;
    font-size: 15px;
}

.corp-detail-item span{
    font-weight: 600;
}

.corp-detail-item i{
    margin-right: 10px;
}

.past-corporate-gallery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
}

.corp-gallery-item{
    width: 30%;
    height: 200px;
    margin-top: 30px;
    margin-right: 30px;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
}

.corp-gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.wedding-main-fluid{
    background: linear-gradient(rgba(250,250,250,1), rgba(250,250,250,0.9)), url('images/weddings/wedding-2.jpg') no-repeat top center;
    position: relative;
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 260px;
}

.corporate-main-fluid{
    background: linear-gradient(rgba(250,250,250,1), rgba(250,250,250,0.9)), url('images/eo-up-1.jpg') no-repeat top center;
    position: relative;
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 260px;
}

.personal-main-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(rgba(250,250,250,0.7), rgba(250,250,250,1), rgba(250,250,250,0.6)), url('images/personal-main.jpg') no-repeat center center;
    background-size: cover;
}

.personal-main-title{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #0b104e;
}

.personal-main-subtitle{
    font-family: arFont, cursive;
    font-size: 32px;
    text-align: center;
    margin: 20px 0;
}

.personal-main-info{
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}

.personal-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.personal-item i{
    color: #e91e63;
    font-size: 28px;
}

.personal-item-title{
    font-size: 16px;
    font-weight: bold;
    color: #0b104e;
}

.personal-item-info{
    text-align: center;
}

.personal-divider{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.divider-line{
    height: 2px;
    flex: 1;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1) 50%, rgba(0,0,0,0));
}

.personal-divider i{
    font-size: 24px;
    margin: 0 40px;
    color: #0b104e;
}

.personal-bottom-info{
    font-size: 24px;
    text-align: center;
    color: #0b104e;
}

.front-gallery-holder{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.front-gallery-wrap{
    width: 25%;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.front-gallery-wrap .front-gallery-item{
    width: 100%;
    height: 190px;
    border-radius: 10px;
    overflow: hidden;
}

.front-gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.front-gallery-wrap2{
    width: 46%;
}

.front-gallery-wrap2 .front-gallery-item{
    height: 400px;
}

.more-gallery-container{
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-gallery-button{
    background: #aaa;
    width: 200px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.more-gallery-button:hover{
    background: #0b104e;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.corporate-video-fluid{
    position: relative;
    overflow: hidden;
    box-shadow: 0 -10px 10px -10px #ddd, 0 10px 10px -10px #ddd;
    padding: 0;
}

.corporate-video-container{
    max-width: unset;
}

.corporate-video-holder{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.corporate-video-holder #corporate-video-bg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.corporate-video-over{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    position: relative;
}

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

.corporate-video-item{
    margin: 50px;
    height: 100px;
    width: 300px;
    border-radius: 75px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #ddd;
}

.video-item-detail{
    flex: 1;
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}

.video-item-icon{
    font-size: 24px;
    height: 90px;
    width: 90px;
    background: #fff;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.video-item-icon i{
    background: #fff;
    color: #333;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.corporate-video-circle{
    margin: 50px;
    height: 300px;
    width: 300px;
    border-radius: 150px;
    background: linear-gradient(#9c27b0, #e91e63, #3f51b5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-circle-inner{
    width: 280px;
    height: 280px;
    background: #fff;
    border-radius: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-circle-name{
    width: 220px;
    height: 220px;
    background: #eee;
    border-radius: 125px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 0 10px #aaa;
}

.video-icon-purple{
    background: #9c27b0;
}

.video-icon-pink{
    background: #e91e63;
}

.video-icon-blue{
    background: #3f51b5;
}

.corporate-place-fluid, .mo-corporate-place-fluid{
    background: linear-gradient(rgba(250,250,250,1), rgba(250,250,250,0.9)), url('images/eo-up-1.jpg') no-repeat top center;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.corporate-place-container{
    padding-top: 50px;
    padding-bottom: 50px;
}

.corporate-place-item{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 40px 0;
}

.corporate-place-circle{
    width: 120px;
    height: 120px;
    background: #b379bd;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corporate-place-letter{
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 600;
    box-shadow: 0 0 10px #67426e;
    color: #b379bd;
}

.corporate-place-content{
    width: calc(50% - 60px);
}

.corporate-place-title{
    padding: 0 20px;
    font-size: 20px;
    color: #b379bd;
}

.corporate-place-divider{
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.place-divider-line{
    width: 300px;
    height: 4px;
    background: #b379bd;
}

.place-divider-dot{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #b379bd;
}

.corporate-place-info{
    padding: 0 20px;
    font-size: 15px;
    color: #555;
    width: 280px;
}

.corporate-place-info span{
    font-weight: 600;
}

.place-item-left .corporate-place-content{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.place-item-left .corporate-place-info{
    text-align: right;
}

.place-item-left .corporate-place-title{
    color: #a880f0;
}

.place-item-left .place-divider-dot, .place-item-left .place-divider-line, .place-item-left .corporate-place-circle{
    background: #a880f0;
}

.place-item-left .corporate-place-letter{
    color: #a880f0;
    box-shadow: 0 0 10px #7358a5;
}

.corporate-section-fluid{
    min-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
}

#corporate-1{
    background: linear-gradient(to right, rgba(250,250,250,0) 5%, rgba(250,250,250,0.95) 60%, rgba(250,250,250, 1)), url('images/corporate-mice-planning.jpg') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#corporate-2{
    background: linear-gradient(to left, rgba(250,250,250,0) 5%, rgba(250,250,250,0.95) 60%, rgba(250,250,250, 1)), url('images/corporate-creative-consulting-2.jpg') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#corporate-3{
    background: linear-gradient(to right, rgba(250,250,250,0) 5%, rgba(250,250,250,0.95) 60%, rgba(250,250,250, 1)), url('images/corporate-launch-press.jpg') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#corporate-4{
    background: linear-gradient(to left, rgba(250,250,250,0) 5%, rgba(250,250,250,0.95) 60%, rgba(250,250,250, 1)), url('images/corporate-celebration-gala.jpg') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#corporate-5{
    background: linear-gradient(to right, rgba(250,250,250,0) 5%, rgba(250,250,250,0.95) 60%, rgba(250,250,250, 1)), url('images/corporate-off-site-2.jpg') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#corporate-6{
    background: linear-gradient(to left, rgba(250,250,250,0) 5%, rgba(250,250,250,0.9) 60%, rgba(250,250,250, 1)), url('images/corporate-team-building.jpg') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.client-section-fluid{
    background: #eee;
    padding-top: 50px;
    padding-bottom: 50px;
}

.corporate-clients-container{
    display: flex;
    background: #eee;
    justify-content: space-evenly;
    padding: 20px 10px;
    flex-wrap: wrap;
}

.corporate-clients-item{
    width: calc(25% - 50px);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin: 25px;
    box-shadow: 10px 4px 10px #ddd;
}

.corporate-clients-item img{
    max-width: 70%;
    max-height: 70%;
}

.corporate-list-container{
    display: flex;
    flex-wrap: wrap;
}

.mice-list-item{
    width: calc(50% - 30px);
    margin: 15px;
    height: 60px;
    border-radius: 40px;
    background: #b379bd;
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 10px 4px 10px rgb(138 79 148 / 41%);
}

.mice-item-icon{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #b379bd;
}

.mice-item-name{
    color: #fff;
    padding: 0 15px;
    font-weight: 600;
    flex: 1;
}

.mice-list-item-purple{
    background: #a880f0;
    box-shadow: 10px 4px 10px rgb(126 90 190 / 43%);
}

.mice-list-item-purple .mice-item-icon{
    color: #a880f0;
}

.corporate-section-title{
    padding: 0 20px;
    font-size: 32px;
    font-weight: 600;
}

.corporate-section-text{
    padding: 20px;
    color: #555;
    font-size: 15px;
}

.corporate-section-subtitle{
    font-size: 22px;
    font-weight: 600;
    padding: 10px 20px;
}

.corporate-list-item{
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 5px 20px;
    color: #444;
    font-size: 15px;
}

.corporate-list-item i{
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}

.corporate-list-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.corporate-list-wrap .corporate-list-item{
    width: 40%;
}

.corporate-list-wrap .corporate-list-item i{
    color: #03a9f4;
}

.corporate-section-quote{
    display: flex;
    position: relative;
    font-style: italic;
    font-size: 16px;
    color: #555;
    background: #fff;
    border-radius: 10px;
    margin: 10px 20px;
    padding: 15px 40px;
    justify-content: center;
    box-shadow: 10px 4px 10px rgb(221 221 221 / 44%);
}

.section-quote-open{
    position: absolute;
    left: 5px;
    font-size: 34px;
    top: 0;
    color: #03a9f4;
}

.section-quote-end{
    position: absolute;
    right: 5px;
    font-size: 34px;
    color: #03a9f4;
    bottom: 5px;
}

.contact-fluid{
    background: linear-gradient(rgba(11,16,78,1) 10%, rgba(11,16,78,0.7) 50%, rgba(11,16,78, 1)), url(images/contact-serving-1.jpg) no-repeat top center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 -10px 10px -10px rgba(0,0,0,0.5);
    position: relative;
}

.contact-serving-header{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.contact-serving-title{
    font-size: 42px;
    color: #fff;
    margin-left: 40px;
}

.contact-serving-cities{
    display: flex;
    justify-content: space-between;
}

.contact-city-item{
    width: 130px;
    background: #fff;
    height: 250px;
    border-radius: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-shadow: 10px 10px 10px rgb(16 17 72 / 49%);;
}

.city-icon-up{
    margin-top: 70px;
}

.city-icon-arrow{
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    width: 30px;
}

.city-icon-container{
    width: 110px;
    height: 110px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-icon-item{
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
}

.city-icon-item img{
    width: 100%;
    height: 100%;
}

.city-item-name{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
}

#city-1 .city-icon-container{
    background: linear-gradient(#e91e63, #6a0e2d 50%);
}

#city-1 .city-icon-arrow{
    border-top: 30px solid #6a0e2d;
    margin-top: -7px;
}

#city-2 .city-icon-container{
    background: linear-gradient(#60210d 50%, #ff5722);;
}

#city-2 .city-icon-arrow{
    border-bottom: 30px solid #60210d;
    margin-bottom: -7px;
}

#city-4 .city-icon-container{
    background: linear-gradient(#193e1a 50%, #4caf50);
}

#city-4 .city-icon-arrow{
    border-bottom: 30px solid #193e1a;
    margin-bottom: -7px;
}

#city-3 .city-icon-container{
    background: linear-gradient(#cddc39, #494e14 50%);
}

#city-3 .city-icon-arrow{
    border-top: 30px solid #494e14;
    margin-top: -7px;
}

#city-5 .city-icon-container{
    background: linear-gradient(#2196f3, #11314a 50%);
}

#city-5 .city-icon-arrow{
    border-top: 30px solid #11314a;
    margin-top: -7px;
}

#city-6 .city-icon-container{
    background: linear-gradient(#400f49 50%, #9c27b0);
}

#city-6 .city-icon-arrow{
    border-bottom: 30px solid #400f49;
    margin-bottom: -7px;
}

.contact-details{
    display: flex;
    justify-content: space-around;
}

.contact-details-item{
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    border-radius: 60px;
    height: 60px;
    padding: 5px;
    transition: all 0.3s;
}

.contact-detail-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    transition: all 0.3s;
    margin-right: 20px;
    border-radius: 25px;
}

.contact-details-item:hover{
    color: #0b104e;
    text-decoration: none;
    background: #fff;
}

.contact-details-item:hover .contact-detail-icon{
    background: #0b104e;
}

.contact-divider{
    margin: 80px 0;
    height: 2px;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
}

.contact-detail-title{
    flex: 1;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
}

.footer-up-button{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.footer-title-container{
    margin-left: 10px;
}

.footer-address-container{
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    border-top: 1px solid #888;
    padding-right: 20px;
    padding-top: 10px;
}

.footer-copyright-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 0;
    margin-top: 30px;
}

.inquiry-section-fluid{
    background: linear-gradient(rgba(250,250,250,1) 10%, rgba(250,250,250,0.7) 50%, rgba(250,250,250, 1)), url(images/inquiry-main.jpg) no-repeat top center;
    background-size: cover;
}

.mo-corporate-video-fluid{
    background: linear-gradient(#9c27b0, #e91e63, #3f51b5);
    position: relative;
    min-height: 100%;
}

.mo-corporate-video-container{
    padding-top: 50px;
    padding-bottom: 50px;
}
    
.mo-corporate-video-title{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    mix-blend-mode: multiply;
    color: #fff;
    background: #0b104e;
    width: 100%;
    max-width: 300px;
    box-shadow: 10px 10px 10px rgb(63 81 181 / 50%);
    border-radius: 5px;
    padding: 10px;
    margin: auto;
    margin-bottom: 50px;
}

.mo-corporate-video-item{
    width: 100%;
    max-width: 300px;
    background: #fff;
    height: 200px;
    margin: 20px auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 10px 10px rgb(52 50 111 / 50%);
}

.mo-corporate-item-inner{
    width: 280px;
    height: 180px;
    background: linear-gradient(#9c27b0, #e91e63, #3f51b5);
    border-radius: 5px;
    padding: 10px;
}

.mo-corporate-item-content{
    width: 260px;
    height: 160px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 10px 4px 10px rgb(62 68 151 / 51%);
}

.mo-corporate-item-icon{
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1;
}

.mo-corporate-item-title{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #003686;
}

.mo-corporate-video-fluid, .mo-corporate-place-fluid{
    display: none;
}

.birthday-top-fluid{
    position: relative;
    margin-top: 260px;
    background: linear-gradient(rgb(255 181 206 / 56%), #fff), url(images/birthday-bg-top.jpeg) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.birthday-top-container{
    position: relative;
    z-index: 2;
}

.birthday-element img{
    width: 100%;
}

.btop-divider-left{
    position: absolute;
    left: -25px;
    top: 20px;
    width: 30%;
    transform: rotate(-30deg);
}

.btop-divider-right{
    position: absolute;
    width: 25%;
    right: -15px;
    top: -15px;
}

.birthday-top-info{
    text-align: center;
    margin: 18px 0;
}

.birthday-top-bg{
    background: linear-gradient(rgb(238 245 255) 10%, rgb(255 255 255) 50%, rgb(255 240 250));
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 2px -5px inset #a8b7cd, 0 -5px 10px -5px inset #cfaec6;
    position: relative;
}

.birthday-top-divider{
    margin: 50px auto 40px auto;
    height: 2px;
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(11 16 77), rgba(255,255,255,0));
    width: 100%;
    max-width: 600px;
}

.birthday-aftertop-fluid{
    background: #fff;
    position: relative;
}

.birthday-aftertop-container{
    position: relative;
}

.birthday-top-subtitle{
    text-align: center;
    margin-top: 50px;
}

.birthday-section-fluid{
    position: relative;
    padding: 50px 0;
    margin: 100px 0;
    background: #fff;
}

.birthday-section-photo{
    position: absolute;
    height: 100%;
    width: 50%;
    overflow: hidden;
    top: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: 1px solid #fff;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.birthday-section-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.birthday-section-col{
    padding-left: 30px;
}

.birthday-section-left .birthday-section-photo{
    right: 0;
    border: 1px solid #fff;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.birthday-section-left .birthday-section-col{
    padding-left: 0;
    padding-right: 30px;
}

.birthday-list-item{
    display: flex;
    align-items: center;
}

.birthday-list-icon{
    font-size: 24px;
    margin-right: 15px;
}

.birthday-section-enter .birthday-list-icon{
    color: #3f51b5;
}

.birthday-section-themes .birthday-list-icon{
    color: #e91e63;
}

.birthday-section-games .birthday-list-icon{
    color: #ff5722;
}

.birthday-list-title{
    font-weight: 600;
}

.birthday-body{
    background: #fff;
}

.birthday-last-fluid{
    position: relative;
    padding-top: 60px;
}

.birthday-last-container{
    position: relative;
}

.birthday-element{
    position: absolute;
}

.birthday-element img{
    width: 100%;
    height: 100%;
}

#element-1{
    width: 150px;
    left: 0;
    top: 50px;
}

#element-2{
    right: 0;
    width: 150px;
    bottom: -100px;
}

#element-3{
    right: 50px;
    width: 200px;
    bottom: -50px;
}

#element-4{
    top: -50px;
    width: 200px;
}

#element-5{
    width: 150px;
    left: 0;
    bottom: -100px;
}

#element-6{
    right: 0;
    top: -80px;
    width: 150px;
}

#element-7{
    right: 50px;
    width: 250px;
    bottom: -100px;
}

#element-8{
    width: 200px;
    top: -80px;
    left: -10px;
}

.section-video-fluid{
    background: linear-gradient(to right, rgba(233,30,99,0.5), rgba(63,81,181,0.5), rgba(255,87,34,0.5));
    height: auto;
    box-shadow: 0 10px 10px -10px inset rgba(0,0,0,0.6);
}

.section-video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1;
}

.section-video #birthday-video-one{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-video-fluid .scroll-section-container{
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-video-fluid .scroll-section-container .row, .section-video-fluid .scroll-section-container .row .col-6{
    height: auto;
}

.section-video-fluid .col-content{
    padding: 50px 20px;
}

@media screen and (max-width:600px){
    .topbar-menu-container{
        display: none;
    }
    
    .topbar-logo-container{
        height: 200px;
    }
    
    .section-logo{
        display: none;
    }
    
    .team-container{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    
    .team-item{
        margin-bottom: 40px;
    }
    
    .about-section-fluid{
        height: auto;
    }
    
    .section-title-container{
        height: 150px;
    }
    
    .form-input-holder{
        display: block;
    }
    
    .input-50{
        margin-top: 25px;
        width: 100%;
        max-width: 100%;
    }
    
    .inquiry-title{
        font-size: 30px;
    }
    
    .footer-container{
        display: block;
    }
    
    .footer-left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-social-container{
        justify-content: center;
    }
    
    .mobile-fix-burger{
        position: fixed;
        top: 20px;
        right: 20px;
        display: block;
        z-index: 99;
    }
    
    .mobile-menu-fluid{
        display: none;
    }
    
    .about-inner{
        padding: 60px 0;
        flex-direction: column;
    }
    
    .about-photo{
        width: 300px;
        height: 300px;
        border-radius: 150px;
    }
    
    .about-name, .about-profile{
        text-align: center;
    }
    
    .holi-title{
        font-size: 46px;
    }
    
    .holi-subtitle{
        font-size: 24px;
        margin: 30px 0;
    }
    
    .footer-link-container{
        align-items: center;
        margin-bottom: 20px;
    }
    
    .mobile-home-btn{
        font-size: 42px;
        color: #fff;
        line-height: 42px;
    }
    
    .main-home-container{
        margin-top: 200px;
    }
    
    .slider-content{
        width: 300px;
        height: 70px;
        left: 50%;
        margin-left: -150px;
        animation: slideContentMobile 1.5s ease;
    }
    
    .slider-name{
        font-size: 22px;
    }
    
    .contact-serving-header img{
        display: none;
    }
    
    .contact-serving-title{
        margin-left: 0;
    }
    
    .contact-serving-cities{
        flex-wrap: wrap;
    }
    
    .contact-details{
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .footer-logo-container{
        flex-direction: column;
        align-items: center;
    }
    
    .footer-title-container{
        text-align: center;
    }
    
    .footer-address-container{
        padding: 10px;
    }
    
    .footer-copyright-container{
        flex-direction: column;
    }
    
    .corporate-main-fluid, .wedding-main-fluid, .personal-main-fluid{
        margin-top: 200px;
    }
    
    .corporate-main-fluid{
        height: auto;
        padding-top: 50px;
    }
    
    .corporate-video-fluid, .corporate-place-fluid{
        display: none;
    }
    
    .mo-corporate-video-fluid, .mo-corporate-place-fluid{
        display: block;
    }
    
    .corporate-place-item{
        width: 100%;
        align-items: unset;
    }
    
    .corporate-place-circle{
        width: 80px;
        height: 80px;
        border-radius: 6px;
    }
    
    .corporate-place-letter{
        width: 60px;
        height: 60px;
    }
    
    .corporate-place-content{
        width: calc(100% - 100px);
    }
    
    .place-divider-line{
        width: calc(100% - 20px);
    }
    
    .corporate-place-info{
        width: 100%;
    }
    
    .corporate-place-item:nth-child(2n+1) .corporate-place-circle, .corporate-place-item:nth-child(2n+1) .place-divider-line, .corporate-place-item:nth-child(2n+1) .place-divider-dot{
        background: #a880f0;
    }
    
    .corporate-place-item:nth-child(2n+1) .corporate-place-letter, .corporate-place-item:nth-child(2n+1) .corporate-place-title{
        color: #a880f0;
    }
    
    #corporate-1{
        background: linear-gradient(to top, rgba(250,250,250,0.5) 5%, rgba(250,250,250,0.95) 60%, rgba(250,250,250, 1)), url('images/corporate-mice-planning.jpg') no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }

    #corporate-2{
        background: linear-gradient(to top, rgba(250,250,250,0.5) 5%, rgba(250,250,250,0.95) 60%, rgba(250,250,250, 1)), url('images/corporate-creative-consulting-2.jpg') no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }

    #corporate-3{
        background: linear-gradient(to top, rgba(250,250,250,0.5) 5%, rgba(250,250,250,0.95) 60%, rgba(250,250,250, 1)), url('images/corporate-launch-press.jpg') no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }

    #corporate-4{
        background: linear-gradient(to top, rgba(250,250,250,0.5) 5%, rgba(250,250,250,0.95) 60%, rgba(250,250,250, 1)), url('images/corporate-celebration-gala.jpg') no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }

    #corporate-5{
        background: linear-gradient(to top, rgba(250,250,250,0.5) 5%, rgba(250,250,250,0.95) 60%, rgba(250,250,250, 1)), url('images/corporate-off-site-2.jpg') no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }

    #corporate-6{
        background: linear-gradient(to top, rgba(250,250,250,0.5) 5%, rgba(250,250,250,0.9) 60%, rgba(250,250,250, 1)), url('images/corporate-team-building.jpg') no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .coporate-section-container .col-8{
        flex: 0 0 100%;
        width: 100%;
        max-width: unset;
    }
    
    .coporate-section-container .offset-4{
        margin-left: 0;
    }
    
    .corporate-section-title{
        padding: 0;
    }
    
    .corporate-section-text{
        padding: 20px 0;
    }
    
    .mice-list-item{
        width: 100%;
        margin: 15px 0;
    }
    
    .mice-list-item-purple{
        background: #b379bd;
        box-shadow: 10px 4px 10px rgb(138 79 148 / 41%);
    }
    
    .mice-list-item-purple .mice-item-icon{
        color: #b379bd;
    }
    
    .mice-list-item:nth-child(2n+1){
        background: #a880f0;
        box-shadow: 10px 4px 10px rgb(126 90 190 / 43%);
    }
    
    .mice-list-item:nth-child(2n+1) .mice-item-icon{
        color: #a880f0;
    }
    
    .corporate-list-wrap .corporate-list-item{
        width: 100%;
    }
    
    .corporate-list-item{
        padding: 5px 0;
    }
    
    .corporate-section-quote{
        margin: 10px 0;
    }
    
    .corporate-clients-container{
        justify-content: space-between;
    }
    
    .corporate-clients-item{
        width: 46%;
        height: 100px;
        margin: 15px 0;
        box-shadow: 5px 2px 6px #ddd;
    }
    
    .past-corporate-header{
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .past-corporate-gallery{
        justify-content: space-between;
    }
    
    .corp-gallery-item{
        width: 46%;
        margin-right: 0;
        height: 150px;
    }
    
    .wedding-main-fluid{
        padding-top: 50px;
        height: auto;
    }
    
    .scroll-section-fluid{
        height: auto;
    }
    
    .scroll-section-container{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .scroll-section-container .row .col-6{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 25px;
    }
    
    .scroll-section-container .offset-6{
        margin-left: 0;
    }
    
    .page-section-title{
        font-size: 22px;
    }
    
    .page-section-subtitle{
        font-size: 18px;
    }
    
    .front-gallery-holder{
        flex-direction: column;
    }
    
    .front-gallery-wrap{
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }
    
    .front-gallery-wrap .front-gallery-item{
        width: 46%;
        height: 120px;
    }
    
    .front-gallery-wrap2{
        width: 100%;
    }
    
    .front-gallery-wrap2 .front-gallery-item{
        width: 100%;
        height: 200px;
    }
    
    .gallery-grid-item{
        width: calc(50% - 20px);
        height: 120px;
    }
    
    .gallery-item-width2{
        width: calc(100% -20px);
        height: 200px;
    }
    
    .personal-main-title{
        font-size: 22px;
    }
    
    .personal-main-subtitle{
        font-size: 20px;
    }
    
    .personal-main-info{
        font-size: 16px;
    }
    
    .personal-main-container .col-3{
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    
    .personal-bottom-info{
        font-size: 20px;
    }
    
    .section-title{
        font-size: 32px;
    }
    
}

@keyframes slideContentMobile{
    0%      {bottom: -100%; opacity: 0;}
    30%     {bottom: -100%; opacity: 0;}
    100%    {bottom: 50px; opacity: 1;}
}