@font-face {
    font-family: 'Founders-Grotesk';
    src: url('/wp-content/themes/ceriseevent/assets/font/foundersgrotesk-regular.otf') format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Founders-Grotesk';
    src: url('/wp-content/themes/ceriseevent/assets/font/foundersgrotesk-medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Founders-Grotesk';
    src: url('/wp-content/themes/ceriseevent/assets/font/foundersgrotesk-semibold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Founders-Grotesk';
    src: url('/wp-content/themes/ceriseevent/assets/font/foundersgrotesk-bold.ttf') format('truetype');
    font-weight: 700;
}


.pt120{
    padding-top: 120px;
}

.pb120{
    padding-bottom: 120px;
}

.pt80{
    padding-top: 80px;
}

.pb80{
    padding-bottom: 80px;
}

.pt60{
    padding-top: 60px;
}

.pb60{
    padding-bottom: 60px;
}

.mt60{
    margin-top: 60px;
}
.mb60{
    margin-bottom: 60px;
}

@media (max-width: 1600px) {

    .pt120{
        padding-top: 100px;
    }

    .pb120{
        padding-bottom: 100px;
    }

    .pt80{
        padding-top: 60px;
    }

    .pb80{
        padding-bottom: 60px;
    }

    .mt60{
        margin-top: 40px;
    }
    .mb60{
        margin-bottom: 40px;
    }
    .pt60{
        padding-top: 40px;
    }

    .pb60{
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) {

    .pt120{
        padding-top: 80px;
    }

    .pb120{
        padding-bottom: 80px;
    }

    .pt80{
        padding-top: 40px;
    }

    .pb80{
        padding-bottom: 40px;
    }
    .pt60{
        padding-top: 30px;
    }

    .pb60{
        padding-bottom: 30px;
    }
    .mt60{
        margin-top: 30px;
    }
    .mb60{
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {

    .pt120{
        padding-top: 60px;
    }

    .pb120{
        padding-bottom: 60px;
    }

}
/************************************************************************/
*{
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
body {
    margin: 0 auto;
    /*max-width: 1920px;*/
    padding: 0;
    font-family: 'Founders-Grotesk', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ab2380;
    color: #fff;
    position: relative;
}
body::selection{
    background-color: #8a1967;
    color: #F8D7BD;
}
:target {
    scroll-margin-top: 20px;
}

@media (max-width: 600px) {
    :target {
        scroll-margin-top: 60px;
    }

}
a {
    text-decoration: none;
}
h1,h2,h3 {
    margin: 0;
    position: relative;
    z-index: 2;
}
p, .text, span, .title, ul,ol{
    position: relative;
    z-index: 1;
}
img {
    max-width: 100%;
}
.ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a:hover {
    opacity: 0.8;
}
.hover:hover {
    opacity: 0.8;
    cursor: pointer;
}
.ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
input[type="submit"]:hover {
    opacity: 0.8;
    cursor: pointer;
}
.logo img {
    max-height: 60px;
    transform: scale(1.2);
    padding-left: 15px;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
}
.logo span, .logo a {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    display: block;
}
input:focus {
    outline: none;
}
textarea:focus {
    outline: none;
    border: initial;
}

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
#overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    z-index: 99;
}

.bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*=====================================*/
 .wrapper .breadcrumbs{
    margin-top: 20px;
     position: relative;
     z-index: 1;
}
 .breadcrumbs a,
 .breadcrumbs span,
 .breadcrumbs span.breadcrumb_last{
    color: #F8D7BD;
    font-family: 'Founders-Grotesk',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 90%;
}
span.breadcrumb_last{
    opacity: 0.7;
}
 .breadcrumbs span{
    margin-right: 8px;
    margin-left: 8px;
}
  .breadcrumbs-inner >span{
    margin: 0;
}
 .breadcrumbs span:first-child{
    margin-left: 0;
}
 .breadcrumbs span.breadcrumb_last{
    color: rgba(248, 215, 189, 0.5);

}


/*===========================================*/
.button{
    position: relative;
    z-index: 1;
}
.btn {
    padding: 24px 64px 20px;
    font-family: 'Founders-Grotesk',sans-serif;;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    height: fit-content;
    width: fit-content;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    z-index: 2;

}
.btn:hover{
    opacity: 1;
}
.btn.var-2{
    padding: 20px 64px 16px;
    background-color:transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #640E27;
    color:#640E27 ;
}
.btn.var-2:hover{
    background-color: #640E27;
    color: #F8D7BD;
}


@media (max-width: 1600px) {
    .btn {
        font-size: 20px;
        padding: 21px 60px 19px;
    }
    .btn.var-2 {
        padding: 18px 64px 16px;
    }
}
@media (max-width: 991px) {
    .btn {
        font-size: 16px;
        padding: 18px 50px 14px;
    }
    .btn.var-2 {
        padding: 16px 50px 14px;
    }
}

@media (max-width: 350px) {
    .btn {
        font-size: 15px;
        width: 100%;
        text-align: center;
        padding: 16px 30px 13px;
    }
    .btn.var-2 {
        padding: 14px 30px 10px;
    }
}

/*=================================================*/

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.pagination a,
.pagination span{
    width: 30px;
    height: 30px;
    padding-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8D7BD;
    color: #ab2380;
    font-weight: 600;
}
.pagination span{
    background: transparent;
    border: 1px solid #F8D7BD;
    color: #F8D7BD;
}