.page header: {
    position: relative !important;
}

.page-template-contact-us-php #footer .container{
    padding-top:16px;
}

.contact_hero_wrapper{
    position: relative;
    overflow: hidden;
}

.contact_hero{
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    gap: 17px;
    margin-top: 115px;
    margin-bottom: 168px;
    position:relative;
    /*overflow:hidden;*/
}

.contact_hero .title-wrapper span {
    font-weight: 500;
    font-size: 142px;
    color: #4A433E;
    letter-spacing: -0.9px;
    line-height: 100%;
}

.contact_hero .veritical-description {
    writing-mode: sideways-rl;
    color: #F19E70;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
    margin-top: 55px;
}

.contact_hero span.first-title {
    display: flex;
    gap: 35.5px;
}

.contact_hero .hero_wrapper {
    gap: 33px;
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.contact_hero .first-title > div{
    position: relative;
}

.contact_hero .second-title span{
    display: inline-block;
    transform: scaleX(-1);
    margin-right: -2px;
}

.contact_hero .second-title-bottom{
    margin: 0;
    width: 358px;
    height: 33px;
    position: absolute;
    bottom: 10px;
    border-radius: 4.44px;
    background-color: #C6EE8E;
    z-index: -1;
}

.contact_hero .description-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:40px;
}

.contact_hero .description-wrapper .description{
    font-weight: 495;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1B1F23;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
}

.contact_hero .description-wrapper .description-seperator {
    margin-top: -10px;
}

.contact_hero .place-order-btn-wrapper {
    width: 314px;
    height: 50px;
    border-radius: 6.35px;
    border: 1.27px solid #1B1F23;
    padding: 9.5px 38px;
    box-sizing: border-box;
    margin-right: 7px;
    box-shadow: 0.2px 0px 0 0 #1B1F23;
}

.contact_hero .place-order-btn-wrapper > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_hero .place-order-btn-wrapper > div > div:first-child, .place-order-btn-wrapper > div > div:last-child {
    width: 30px;
    border-bottom: 1.59px solid #F3AD86;
    transform: scaleY(1.5);
}

.contact_hero .place-order-btn-wrapper > div > div:nth-child(2){
    font-weight: 600;
    font-size: 14.5px;
    line-height: 25.42px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1B1F23;
    margin-top: 2px;
    margin-right: 3px;
}

.contact_hero .place-order-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.contact_hero_wrapper img.discord-image-overlap {
    position: absolute;
    top: 270px;
    right: 0px;
}

.contact_join {
    background:#4852C4;
    padding-top: 98px;
    padding-bottom: 99px;
    position: relative;
    z-index: 0;
    overflow:hidden;
}

.contact_join > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.contact_join .join-c-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap:24px;
}

.contact_join .join_btn{
    width: 231px;
    border-radius: 4.84px;
    border: 1px solid #000000;
    box-shadow: 3.63px 3.63px 0px 0px #00000033;
    background: #C6EE8E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    /*height: 57px;*/
}

.contact_join .join_btn div:last-child{
    position: absolute;
    right: -3px;
    top: 6px;
    border-right: 1px solid;
}

.contact_join .main_desc{
    font-weight: 455;
    font-size: 54.1px;
    line-height: 64px;
    letter-spacing: -0.49px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

.contact_join .sec_desc{
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}

.contact_join .join_btn > div:first-child{
    font-weight: 500;
    font-size: 17.1px;
    line-height: 19.36px;
    letter-spacing: -0.1px;
    color: #000000;
    padding-top: 0px;
    padding: 19px 13px;
}

.contact_join .join_btn > div:nth-child(2) {
    width: 30px;
    border-top: 1.5px solid #afd681;
    position: absolute;
    right: 51px;
    transform: scaleY(2);
}

.contact_join .cat-image-hover {
    position: absolute;
    z-index: -1;
    right: 62px;
    top: 20px;
    opacity: 0;
    transition: opacity 0.5s;
}

.contact_join .cat-image-hover > img {
    width: 163px;
    height: 165px;
}

.join_btn:hover ~ .main_desc .cat-image-hover {
    opacity: 1;
}

.contact_join .join_pattern{
    position: absolute;
    top: 0px;
    z-index: -1;
}

.contact_join .join_pattern > img:first-child{
    z-index: -1;
}

.contact_join .join_pattern > img:last-child{
    position: absolute;
    z-index: -1;
    left:0px;
    opacity: 0.5;
}

.contact_join .join_discord_img{
    position: absolute;
    top: 0px;
    right: -8px;
    z-index: -1;
}

/*.contact_join .join_discord_img>img:nth-child(2) {*/
/*    top: -125px;*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*}*/

.contact_join .join_discord_img > img:first-child{
    position: absolute;
    right: 8px;
    z-index: -1;
}

.contact_join .join_discord_img > img:last-child{
    position: absolute;
    right: 8px;
    z-index: -1;
}

.contact_flow{
    position: relative;
    background: #f9f4f1;
}

.contact-form{
    width: 486px;
    margin-top: -1px;
}

.contact-form input, .contact-form textarea{
   background: #FFFFFF;
   border: 1px solid #EFE2DA;
   padding: 8px;
   padding-left: 16px;
   width: 100%;
   box-sizing: border-box;
   color:#8D98A3;
   font-size: 18px;
   font-family: 'Urbanist';
}

.contact-form input::placeholder, .contact-form textarea::placeholder{
    font-weight: 480;
    font-size: 18px;
    line-height: 26px;
    letter-sapcing: 0px;
    color: #8D98A3;
    font-family: 'Urbanist';
}

.contact-form input{
   height: 74px;
   margin-bottom: 13px;
   border-radius: 4px;
   padding: 15px 15px;
}

.contact-form textarea{
   height: 126px;
   margin-bottom: 9px;
   resize: none;
   font-family: 'Urbanist';
   padding: 15px 15px;
   border-radius: 4px;
}

.contact-form button {
    height: 82px;
    border-radius: 50px;
    padding: 24px;
    gap: 8px;
    background: #f19e70;
    width: 100%;
    border: 0px;
}

.contact-form button div:nth-child(2){
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.25px;
    color: #1B1F23;
}

.contact_flow{
    height: 800px;
    margin-top: 2.2px;
}

.contact_flow .contact-form-wrapper {
    display: flex;
    gap: 19px;
    position: absolute;
    right: 110px;
    bottom: 89px;
}

.contact_flow .get-in-touch {
    writing-mode: sideways-lr;
    font-weight: 500;
    font-size: 76px;
    line-height: 100%;
    letter-spacing: -1px;
    color: #C8B1A4;
    margin-bottom: 5px;
}

/*.contact_flow .window-wrapper {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    width: 55px;*/
/*    height: 260px;*/
/*    background: #f9f4f1;*/
/*}*/

.contact_flow .image-overlap, .steve-header-mobile .image-overlap{
    width: 120px;
    height: 210px;
    background: #f9f4f1;
    position: absolute;
    top: 43px;
    z-index: 5;
    left: -73px;
    border-right: 3px solid #a8958a;
}

.contact_flow .steve-recommendation-popup, .steve-header-mobile .steve-recommendation-popup {
    position: absolute;
    top: 0px;
    left: 127px;
    z-index: 2;
    opacity: 0;
    transition: opacity 1s, top 1.3s;
}

.contact_flow .steve-hand, .steve-header-mobile .steve-hand{
    position: absolute;
    top: 173px;
    left: 28px;
    z-index: 5;
    transition: left 0.5s;
}

.contact_flow .steve-recommending-discord .steve, .steve-header-mobile .steve-recommending-discord .steve{
    position: absolute;
    top: 51px;
    left: -51px;
    transform: rotate(-21deg);
    transition: left 1.3s, transform 1.3s;
    z-index: 2;
}

.contact_flow .steve-recommending-discord .steve-shown, .steve-header-mobile .steve-recommending-discord .steve-shown {
    left: 2px !important;
    transform: rotate(0deg) !important;
}

.contact_flow img.image-2 {
    position: absolute;
    right: 178px;
    top: 131px;
    z-index: 1;
}

.contact_flow img.image-3 {
    position: absolute;
    bottom: -1px;
    left: 530px;
}

.contact_flow img.image-1 {
    position: absolute;
    top: -24px;
    left:0px;
}

.contact_flow img.image-4 {
    position: absolute;
    top: 145px;
    right: 415px;
}

.contact_flow img.image-5{
    position: absolute;
    right: 304px;
    top: 247.5px;
}

.contact_flow img.image-6 {
    position: absolute;
    top: 145px;
    left: 143px;
}

.contact_flow img.image-7 {
    position: absolute;
    top: 356px;
    left: -32px;
}

.form-submit-btn{
    position: relative;
}

.contact_flow .form-submit-btn .btn-gif-hover {
    top: 7px;
    position: absolute;
    left: 9px;
    opacity: 0;
    transition: opacity 0.3s;
}

.contact_flow .form-submit-btn .btn-gif-hover img {
    width: 123px;
    height: 69px;
    border-radius: 50px;
}

.contact_flow .form-submit-btn:hover .btn-gif-hover{
    opacity: 1;
}

.contact_flow .btn-content {
    position: relative;
    width: 100px;
    margin: auto;
}

.contact_flow  .btn-content > div #arrow-white{
    position: absolute;
    top: 13px;
    right: 0px;
}

.contact_flow  .btn-content > div #arrow-black{
    position: absolute;
    top: 15px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s;
}

.contact_flow  .btn-content > div  #arrow-black-large {
    position: absolute;
    right: 0px;
    top: 13px;
    opacity: 0;
    transition: top 0.3s, right 0.3s, opacity 0.2s;
}

.steve-recommending-discord .window{
    position: absolute;
    left: 45px;
    top: 43px;
    border-left: 3px solid #A8958A;
    z-index: 1;
}

.steve-box{
   position: absolute;
    z-index: 6;
    top: 161px;
    left: 72px;
}

.steve-box > div {
    position: relative;
}

.steve-box > div > img:first-child{
    position: absolute;
    z-index: 2;
}

.steve-box > div > img:last-child{
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
}

.steve-recommending-discord {
    position: absolute;
    top: -3px;
    left: -2px;
}

.form-submit-btn.sent{
    background: #70D1E6;
}

.form-submit-btn.sent:hover .btn-gif-hover{
    opacity: 0;
}

#btn-msg{
    position: relative;
}

#btn-msg span:first-child{
    position: absolute;
    opacity: 1;
    color: #000;
    transition: opacity 0.7s;
    top: -1px;
}

#btn-msg span:last-child{
    opacity: 0;
    color: #fff;
    transition: opacity 0.7s;
}

form#contact_form{
    position: relative;
}

#contact_form .input-wrapper{
    width: 100%;
}

.input-wrapper {
  position: relative;
  display: inline-block;
}

.input-wrapper::before {
  content: "*";
  position: absolute;
  color: #F3AD86;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
}

.input-wrapper:has(:is(input, textarea):not(:placeholder-shown))::before {
  opacity: 0;
}

.input-wrapper.name::before{
    left: 146px;
    top: 43%;
}

.input-wrapper.email::before{
    left: 130px;
    top: 43%;
}

.input-wrapper.textarea::before{
    left: 204.5px;
    top: 21%;
}

.image-3-mobile{
    display: none;
    width: 203px;
    height: 236px;
    margin-top: 38px;
    margin-bottom: -1px;
}

.image-2-mobile{
    position: absolute;
    display: none;
    width: 199px;
    height: 210px;
    top: -181px;
    right: 0px;
}

.join_discord_img_mobile_wrapper{
    display: none !important;
    position: relative;
}

.join_pattern_mobile{
    display: none !important;
}

.join_pattern_mobile > img{
    position: absolute;
    top: 0px;
    right: 0px;
}

.join_discord_img_mobile{
    position: relative;
}

.join_discord_img_mobile > img:last-child{
    position: absolute;
}

.contact_join .join_discord_img_mobile > img:first-child {
    position: absolute;
    left: -177px;
    top: -102px;
    z-index: -1;
}

.contact_join .join_discord_img_mobile > img:last-child {
    position: absolute;
    left: -201px;
    top: -129px;
    z-index: -1;
    opacity: 0.4;
}

.steve-header-mobile{
    display: none !important;
    position: relative;
    margin-top: 16px;
    margin-bottom: 77px;
    margin-left: 2px;
}

.steve-header-mobile .steve-recommending-discord .window{
    top: 69px;
}

.steve-header-mobile .contact_flow .steve-recommending-discord .steve, .steve-header-mobile .steve-recommending-discord .steve{
    top: 77px;
}

@media only screen and (max-width: 600px) {
    .contact_flow .contact-form-wrapper{
        position: unset;
        flex-direction: column;
        width: 100% !important;
        padding: 71px 16px 0px 16px;
        box-sizing: border-box;
        margin-top: 0px !important; 
    }
    
    .contact-form input {
        height: 53px;
        padding: 13px 16px;
    }
    .contact_flow .form-submit-btn .btn-gif-hover img {
        width: 100px;
        object-fit: cover;
    }
    
    .contact-form-wrapper .contact-form {
        margin-top: 10px;
    }
}


@media screen and (max-width: 720px) {
    .gg_single_page{
        padding: 36px 0 56px !important;
        background: #f9f4f1 !important;
        margin: 0 10px;
        box-sizing: border-box;
        width: auto;
    }
    
    .gg_single_page .blog_content{
        gap: 40px;
        padding: 30px;
    }
}

@media only screen and (max-width: 1091px) {
    .contact_join .join_pattern, .contact_join .join_discord_img{
        display: none;
    }
    
    .join_pattern_mobile{
        display: block !important;
    }
    
    .join_discord_img_mobile_wrapper{
        display: flex !important;
        margin-bottom: 1px;
    }
    
    .contact_hero_wrapper img.discord-image-overlap {
        display: none;
    }
    
    .contact_join > div {
        flex-direction: column-reverse;
    }
    
    .contact_join .main_desc {
        font-size: 28px !important; 
        line-height: 34px;
        letter-spacing: -0.25px;
    } 
    
    .contact_join .sec_desc{
        font-size: 16px !important; 
    }
    
    .contact_join{
        padding-bottom: 90px;
        padding-top: 91px;
    }
    
    .contact_hero .title-wrapper span {
        font-size: 36px !important;
        gap: 8px;
        letter-spacing: -0.4px;
        line-height: 40px;
    }
    
    .contact_hero .second-title-bottom {
        width: 81.5px !important;
        height: 11px !important;
        top: 26px;
        right: 7px;
        border-radius: 2px;
    }
    
    .description-wrapper {
        flex-direction: column;
        gap: 24px;
    }
    
    .description-seperator {
        display: none;
    }
    
    .contact_hero {
        flex-direction: column;
        margin-top: 57px;
    }
    
    .contact_hero .veritical-description {
        writing-mode: unset;
        margin-top: 7px;
        text-align: center;
        margin-bottom: 4px;

    }
    
    .contact_hero .hero_wrapper{
        margin: 0px 16px;
        gap: 24px;
    }
    
    .contact_hero .description-wrapper{
        gap: 24px;
    }
    
    .contact_hero .description-wrapper .description{
        margin-left: 0px;
        gap: 24px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 530;
        text-align:center;
    }
    
    .contact_hero .description-wrapper .description br{
        display: none;
    }
    
    .title-wrapper {
        display: flex;
        align-self: center;
    }
    
    .contact_hero .second-title span{
        margin-right: -1px;
    }
    
    .contact_hero .place-order-btn-wrapper{
        margin-right: 0px;
        box-shadow: 0 0 0 0.25px #1B1F23;
    }
    
    .contact_hero .place-order-btn-wrapper{
        width: 343px;
    }
    
    .contact_hero .place-order-btn-wrapper > div > div:first-child, .place-order-btn-wrapper > div > div:last-child{
        width: 44.25px;
        transform: scaleY(1.8);
        letter-spacing: 1.2px;
    }
    
    .steve-header-mobile{
        display: block !important;
    }
    
    .contact_flow .image-overlap, .steve-header-mobile .image-overlap{
        top: 68px;
    }
    
    .steve-box {
        position: absolute;
        z-index: 6;
        top: 187px;
        left: 72px;
    }
    
    .contact_flow .steve-hand, .steve-header-mobile .steve-hand{
        top: 199px !important;;
    }
    
    .contact_flow .steve-recommendation-popup, .steve-header-mobile .steve-recommendation-popup{
        top: 10px;
    }
    
    .contact_join .join-c-wrapper {
        gap:25px !important;
    }
}

@media only screen and (max-width: 1279px) {
    .contact_join .join_discord_img > img:first-child {
        right: -38px !important;
    }
    
    .contact_join .join_discord_img > img:last-child {
        right: -50px !important;
    }
    
    .contact_join .join_pattern {
        left: -153px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .contact_join .join_pattern {
        left: -133px;
    }
    
    .contact_join .join_discord_img > img:last-child{
        right: -25px;
    }
    
    .contact_join .join_discord_img > img:first-child{
        right: -48px !important;
    }
    
    .contact_hero_wrapper img.discord-image-overlap {
        right: -168px !important;
    }
}

@media only screen and (max-width: 1439px) {
    .contact_flow .images-wrapper {
    	display: none;
    }
    
    .contact_flow .contact-form-wrapper{
        position: unset;
        flex-direction: column;
        width: 80%;
        margin: auto;
        margin-top: 73px
    }
    
    .contact_flow .get-in-touch{
        writing-mode: unset;
        font-size: 48px;
    }
    
    .contact_flow img.image-2 {
        top: -110px;
    }
    
    .contact-form-wrapper .contact-form {
        width: 100%;
    }
    
    .contact_hero .title-wrapper span {
        font-size: 112px; 
    }
    
    .contact_hero .second-title-bottom{
        width: 258px;
    }
    
    .description-seperator svg {
        width: 200px;
    }
    
    .contact_join .join_pattern{
        left: -115px;
    }
    
    .contact_join .join_discord_img {
        right: -120px !important;
    }
    
    .contact_hero_wrapper img.discord-image-overlap{
        right: -113px;
    }
    
    .image-3-mobile{ 
        display: block;
        align-self: center;
    }
    
    .image-2-mobile{
        display:block;
    }
    
    .contact_flow {
        height: auto;
    }
    
    .contact_join .main_desc {
        font-size: 42.6px; 
    }
    
    .contact_join .sec_desc{
        font-size: 12.6px; 
    }
}

@media only screen and (min-width: 1440px) {
    .contact_flow img.image-3 {
        position: absolute;
        bottom: -1px;
        left: 375px;
    }
}

@media only screen and (min-width: 1536px) {
    .contact_flow img.image-3 {
        position: absolute;
        bottom: -1px;
        left: 455px;
    }
}

@media only screen and (min-width: 1600px) {
    .contact_flow img.image-3 {
        position: absolute;
        bottom: -1px;
        left: 530px;
    }
}

@media only screen and (min-width: 1660px) {
    .contact_flow img.image-3 {
        position: absolute;
        bottom: -1px;
        left: 522px;
    }
}

@media only screen and (min-width: 1792px) {
    
}

@media only screen and (min-width: 1920px) {
    section.contact_flow {
        width: 1920px;
        margin: auto;
    }
    
    .contact_flow img.image-3 {
        position: absolute;
        bottom: -1px;
        left: 533px;
    }
}