/*
Theme Name: Weddingku Theme
Author: Ferry Yudhitama
Author URI: https://bookingku.com
Description: Wedding Template
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.header_logo img{
    max-width: 160px;
    margin-left: 5px;
}

.container_top{
    max-width: 1140px;
    margin: 0 auto;
}

.header_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background: #fff;
}

.header_menu ul{
    display: flex;
    gap: 50px;
}

.header_home{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
}

.header_menu a{
    font-size: 1rem;
    font-weight: 600;
    transition: 0.25s all ease;
}

.header_menu a:hover{
    color: #FC9BC2;
}

.header_menu{
    position: relative;
    width: 100%;
}

.header_menu a.header_cta{
    background-color: #FC9BC2;
    border: 2px solid #FC9BC2;
    transition: 0.25s all ease;
    color: #ffffff;
    padding: 12px 28px;
    margin-left: 0;
    border-radius: 100px;
    font-size: 14px;

    position: absolute;
    top: -22px;
    right: 58px;
    width: 100%;
    padding: 10px 13px;
    text-align: center;
    margin-left: 0;
    max-width: 134px;
}

.header_cta:hover{
    color: #FC9BC2;
    background: transparent;
}

header.sticky{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-ring-shadow: 0 0 transparent;
    --tw-ring-offset-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.xs-hide{
    display: none;
}

.xs-show{
    display: block;
}

 #nav-icon3 {
    width: 38px;
    height: 40px;
    position: absolute;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: -21px;
    right: 10px;
}
  
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #FC9BC2;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  

#nav-icon3 span:nth-child(1) {
    top: 4px;
}
  
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 18px;
}

#nav-icon3 span:nth-child(4) {
    top: 32px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.header_mobile ul {
    padding: 0 25px 15px 20px;
}

.header_mobile ul li{
    margin-bottom: 12px;
    color: #333;
    text-align: center;
    margin-top: 6px;
}

.header_mobile {
    transition: all 0.25s ease;
    transform: translateY(-240px);
    position: absolute;
    background: #fff;
    z-index: -1;
    width: 100%;
}

.header_mobile a{
    font-weight: 600;
}

.header_mobile.open{
    transform: translateY(0);
}

.footer_custom{
    text-align: center;
    padding: 20px;
    color: #757575;
    background:#ffffff;
    border-top: 2px #e1e1e1 solid;
}


@media only screen and (min-width: 993px) {
    .header_logo img{
        max-width: 200px;
        margin-left: 0;
    }
    .header_menu a{
        font-size: 1.1rem;
    }
    .xs-hide{
        display: block;
    }

    .xs-show{
        display: none;
    }
    

    .header_menu{
        position: relative;
        width: auto;
    }

    .header_menu a.header_cta{
        padding: 12px 28px;
        margin-left: 10px;
        position: relative;
        top: unset;
        right: unset;
        max-width: auto;
        font-size: 1.1rem;
    }
    
}