@import url('https://fonts.cdnfonts.com/css/nexa-bold');
@import url('https://fonts.cdnfonts.com/css/nexa');

body {
    margin:0;    
    font-family: 'Nexa';
    font-size: 16px;
    padding: 0;
}

*, ::after, ::before {
    box-sizing: border-box;
}

input,button {
    font-family: 'Nexa';
    font-size: 16px;
}

a {
    color: inherit;
    text-decoration: none;
}


h1,h2,h3, p, ul {
    margin:0;
    padding:0;
}

.container {
    max-width: 1486px;
    width: 100%;
    margin:0 auto;
}


.gallery_area {
    width:100%;
    display: inline-block;
    padding-top: 64px;
    padding-bottom: 60px;
}

.gallery_area .title {display: flex;flex-direction: column;align-items: center;justify-content: center;margin-bottom: 64px;}

.gallery_area .title span {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    border-radius: 32px;
    background: #FF00B8;
    display: flex;
    justify-content: center;
    padding: 16px 24px;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}
.gallery_area .title h2 {
    color: #19191C;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.96px;
}
.gallery_area .title p {
    color: #606060;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; 
    letter-spacing: 0.18px;
}

.gallery_area .images {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
}

.gallery_area .item .image {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 26px 20px;
}

.gallery_area .item .image img {
    max-width: 100%;
}

.gallery_area .img_con {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.gallery_area .img_con:after {
    width: 100%;
    height: 420px;
    display: inline-block;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #fffffff0 76.07%);
    bottom: 0;
}

form.wpcf7-form {
    display: flex;
}

.subscribe{
    margin-bottom: 35px;
}

.newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 80px 0;
}

.newsletter .wpcf7-submit {
    display: none;
}

.newsletter .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.newsletter .title .top {
    font-family: 'Nexa';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 9px 20px 9px 10px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #FFF;
}
.newsletter .title .top span {
    border-radius: 20px;
    background: #FF00B8;
    color: #fffF;
    font-family: 'Nexa';
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.02px;
    display: flex;
    padding: 3px 12px;
    align-items: flex-start;
    gap: 10px;
}
.newsletter .title h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Nexa';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.2px;
}
.newsletter .title p {
    color: #FFF;
    text-align: center;
    font-family: 'Nexa';
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.16px;
}

.follow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.follow a {
    font-family: 'Nexa';
    font-style: normal;
    font-weight: 400;
    border-radius: 58px;
    background: #FF00B8;
    display: flex;
    padding: 0 8px 0 24px;
    align-items: center;
    gap: 0;
    color: #fff;
    text-decoration: none;
    width: 260px;
    height: 56px;
    justify-content: space-between;
}
.follow a b {
    margin-left: 5px;
}
.follow a img{
    background-color: #fff;
    padding: 8px;
    border-radius: 16px;
}

.input_area {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.input_area .input {
    width: 702px;
    border-radius: 15px 0px 0px 15px;
    background: linear-gradient(285deg, #4F4F4F -2.05%, rgba(79, 79, 79, 0.50) 30.59%, rgba(79, 79, 79, 0.50) 64.71%, #4F4F4F 102.53%);
    height: 2px;
    display: flex;
    align-items: center;
    padding: 6px 24px;
    height: 50px;
}
.input_area .input input {
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.48px;
    border:none;
    background: none;
    outline: none;
    width: 100%;
}
.input_area .button {}

.input_area .button button {
    display: flex;
    padding: 14px 24px;
    align-items: center;
    height: 50px;
    gap: 16px;
    cursor:pointer;
    border:none;
    border-radius: 0px 15px 15px 0px;
    background: #FF00B8;
    color: #fff;
    outline: none;
}

.instagram-gallery-item__media-mask {
    display: none;
}


.instagram-gallery-feed {
    width: 100%;
}

.instagram-gallery-feed img {
    border-radius: 7px;
}

.instagram-gallery__actions  a {
    background-color: #FF00B8 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 16px 38px;
    font-size: 16px;
    border-radius: 20px;
}

.contact_form .container{
    max-width: 1100px;
}

.contact_form .title .topbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_form .form_area .wpcf7{
    width: 100%;
    display: inline-block;
}

.contact_form .title .top {
    font-family: 'Nexa';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 20px;
    background: rgba(3, 24, 48, 0.05);
    display: flex;
    padding: 9px 20px 9px 10px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #031830;
}

.contact_form .title .top span {
    border-radius: 20px;
    background: #FF00B8;
    color: #fffF;
    font-family: 'Nexa';
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.02px;
    display: flex;
    padding: 3px 12px;
    align-items: flex-start;
    gap: 10px;
}

.contact_form .title  {display: flex;align-items: center;justify-content: center;flex-direction: column;gap: 16px;}

.contact_form {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
}

.contact_form .title  h2 {
    color: #19191C;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.12px;
}

.contact_form .title  p {
    color: #606060;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.18px;
}

.contact_form .form_area input {
    color: #666;
    font-family: 'Nexa';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    width: 100%;
    outline: none;
    padding: 16px 18px;
}

.contact_form .form_area textarea {
    color: #666;
    font-family: 'Nexa';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    width: 100%;
    outline: none;
    padding: 20px 23px;
    max-height: 95px;
}

.contact_form .form_area form {
    display: flex;
    flex-direction: column;
    gap: 23px;
    max-width: 900px;
    margin:  auto;
}

.contact_form .form_area label {
    color: #25233A;
    font-family: 'Nexa';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    top: 16px;
    z-index: 999;
    left: 21px;
    background-color: #fff;
    padding: 0 5px;
}

.contact_form .form_area {
    display: flex;
    width: 100%;
    padding: 10px 0 30px 0;
    justify-content: center;
    align-items: center;
}

.contact_form .form_area .hide {
    display: none;
}

.contact_form .form_area form .input{
    position: relative;
}

.contact_form .form_area form .button p{
    cursor: pointer;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    border-radius: 32px;
    background: #FF00B8;
    display: flex;
    justify-content: center;
    padding: 16px 24px;
    gap: 16px;
    align-items: center;
}

.contact_form .button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.themeContainer {
    width: 100%;
    max-width: 1486px;
    margin: 0 auto;
    padding: 0 0px;
}
@media screen and (min-width: 1920px) {
    .themeContainer {
        padding: 0;
   }
}
@media screen and (max-width: 768px) {
    .themeContainer {
        padding: 0 24px;
   }
}
.innerPadding {
    padding: 0 120px;
}

section {
    width: 100%;
    float: left;
}

.themeTitle {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
    gap: 16px;
}

.themeTitle .subTitle p {
    display: flex;
    padding: 9px 20px 9px 10px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #031830;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 20px;
    background: rgba(3, 24, 48, 0.05);
}

.themeTitle .subTitle p span {
    border-radius: 20px;
    background: #ff00b8;
    color: #fff;
    padding: 3px 12px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.02px;
}

.themeTitle h2 {
    color: #232323;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.12px;
    margin: 0 0 0px 0;
}

.themeTitle > p {
    color: #232323;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.16px;
    margin: 0 0 50px 0;
}

.darkBg {
    padding: 80px 0 30px 0;
    border-radius: 20px;
    background: var(--155, linear-gradient(112deg, #474747 -0.65%, #000 107.76%));
}
@media screen and (min-width:1024px) {
    .subscribe .darkBg{padding:0;}
}
.darkBg .themeTitle .subTitle p {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}
.darkBg .themeTitle h2 {
    font-family: "Nexa", sans-serif;
    color: #fff;
}
.darkBg .themeTitle > p {
    font-family: "Nexa", sans-serif;
    opacity: 0.7;
    color: #fff;
}

.works{
    margin-bottom: 43px;
}

.defaultButton {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 32px;
    border-radius: 12px;
    background: #ff00b8;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.54px;
    transition: all 0.3s ease;
}

.defaultButton:hover {
    background: #d7009a;
}

.mc4wp-checkbox-contact-form-7 {
    display: none;
}

.primaryButton {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 32px;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #232323;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.54px;
    transition: all 0.3s ease;
}
.primaryButton:hover {
    background: #dedede;
}

.footer_area {
    display: flex;
}

.newsletter .wpcf7-response-output {position: absolute;bottom: 24px;color: #fff;font-size: 12px;border-radius: 10px;padding: 6px 9px !important;}


.themeButtonWrapper {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.themeButtonWrapper .defaultButton {
    border-radius: 100px;
    padding: 16px 24px;
    font-size: 16px;
}
.home.is_loading{
    overflow: hidden;
}
.loader{
    position: fixed;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 1000;
    transform: translateY(-100%);
    transition: all 0.8s ease;
}
.home.is_loading .loader{
    transform: translateY(0);
}
.loading_logo svg{
    position: fixed;
    top: 50%;
    left: 57%;
    z-index: 1001;
    transform: translate(-50%, -50%);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.loading_logo svg .flip{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); 
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.loading_logo svg .flip.anim{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.loading_logo svg .text_anim{
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.loading_logo svg .text_fade{
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.loading_logo.step_2 svg{
    left: 50%;
}
.loading_logo.step_2 svg .text_anim{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.loading_logo.step_2 svg .text_fade{
    transition-delay: 0.3s ;
    opacity: 1;
}
.home .header .logoArea{
    opacity: 0 !important;
}

section.footer {
    background: rgba(3, 24, 48, 0.05); 
    margin-top: 50px;
}

body .bannerText h1 {
    letter-spacing: -1px;
}