.ip-banner {
    display: none;
}

#inner-page-wrapper {
    padding-top: 120px;
    margin: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.resume-banner canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.resume-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.15);
}


.resume-banner {
    position: relative;
}

.ip-banner-title {
    position: absolute;
    bottom: 87px;
    left: 0;
    width: 100%;
    font-size: 70px;
    color: #fff;
    font-family: 'Gilda Display', serif;
    z-index: 5;
    letter-spacing: 3px;
}

.get-in-touch-button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b40101;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    width: 208px;
    height: 45px;
    z-index: 1029;
    top: 50%;
    right: -104px;
    /*left: -59px;*/
    bottom: auto;
    transform: rotate(
-90deg
) translateY(-50%);
}

.get-in-touch-button:hover{
    background: #0f0d0d;
}

.default-easing {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-holder {
    background: #21191a;
    padding: 85px 10px;
    font-size: 0;
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 40%);
}

.popup-holder strong {
    display: block;
    font: 400 55px/1 'Gilda Display', serif;
    color: #fff;
    text-align: center;
}

.popup-holder p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 1px 0 19px;
    font-family: var(--Roboto);
}

.popup-form {
    max-width: 750px;
    margin: auto;
    position: relative;
    padding-bottom: 35px;
}

.popup-form .field-lg {
    width: calc(100% - 8px);
}
.popup-form .field-input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 23px;
    margin: 4px;
}

.popup-form .field-sm {
    width: calc( 100% - 292px );
    margin-right: 30px;
}

.popup-form .field-xs {
    width: calc(50% - 8px);
}

.popup-form .field-xxs {
    width: calc( 50%  - 286px /2 );
}

.popup-form .form-button {
    width: 262px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 14px;
    background: none;
    margin: 4px;
}

.form-button {
    position: relative;
    background: #940d1b;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-form div.wpcf7-response-output {
    width: 100%;
    position: absolute;
    font-size: 12px;
    text-align: center;
    margin: 0;
    color: #ffffff !important;
    bottom: 0px;
    left: 0;
    right: 0;
    width: auto;
}

.popup-form .field-input label {
    display: none;
}

.popup-form .wpcf7-form-control-wrap {
    display: block;
}

.field-input input, .field-input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    height: 70px;
    background: #e1dcd7;
    outline: none;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    font-family: var(--Roboto);
}

.popup-form .field-input textarea {
    font-weight: 400;
    line-height: 2.1;
}

.popup-form .field-input input, .popup-form .field-input textarea {
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
    font-weight: 400;
    color: #2b262b;
}

.field-input textarea {
    resize: none;
    padding-top: 12px;
    height: 120px;
}

.popup-form .form-button input {
    height: 70px;
    border: 4px solid #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.form-button input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    width: 100%;
    height: 70px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-family: var(--Roboto);
}

.popup-form div.wpcf7 .ajax-loader {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}

.popup-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.is-popup-active .aiosp-content {
    max-width: 945px;
}

.popup-form .form-button input {
    height: 70px;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-form .form-button:hover {
    background: #920d1b;
}

.popup-form .form-button:hover input {
    border-color: #920d1b;
}

.is-popup-active .aiosp-close::before, .is-popup-active .aiosp-close::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    background: #ffffff;
}

.is-popup-active .aiosp-close::before {
    transform: rotate(
45deg
);
}

.is-popup-active .aiosp-close::after {
    transform: rotate(
-45deg
);
}

.popup-contact {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    font-family: var(--Roboto);
}

.popup-contact a {
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-contact a:hover {
    color: #920d1b;
}

.is-popup-active .aiosp-close {
    font-size: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 1 !important;
}


/* RESUME ITEMS START  */
.ip-resume-list-wrap {

}
    .ip-resume-item {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 120px 0;
        background-color: #ffffff;
        position: relative;
    }
        .ip-resume-item::before {
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(../../images/resume/resume-item-bg.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            filter: grayscale(1);
            opacity: 0;
        }
            .ip-resume-item:nth-child(even)::before {
                opacity: 0.05;
            }
        .ip-resume-item-inner {
            width: 100%;
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 30px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            position: relative;
            z-index: 2;
        }
            .ip-resume-text-wrap {
                width: 50.37%;
            }
                .ip-resume-item:nth-child(odd) .ip-resume-text-wrap {
                    order: 2;
                    padding-left: 95px;
                    padding-right: 20px;
                }
                .ip-resume-item:nth-child(even) .ip-resume-text-wrap {
                    padding-left: 20px;
                    padding-right: 95px;
                }
                .ip-resume-item-title {
                    margin-bottom: 35px;
                    font-size: 40px;
                    font-weight: 700;
                    font-family: 'Gilda Display', serif;
                    letter-spacing: 0.07em;
                }
                .ip-resume-item-description {
                    font-family: var(--Roboto);
                }
                    .ip-resume-item-description p {
                        line-height: 26px;
                        letter-spacing: 0.07em; 
                        margin: 15px auto;
                    }

                    .ip-resume-item-description strong.heading-text{
                        font-size: 25px;
                        line-height: 30px;
                    }
            .ip-resume-photo-wrap {
                width: 49.63%;
                font-size: 0;
            }
                .ip-resume-item-photo {
                    position: relative;
                }
                    .ip-resume-item-photo::before {
                        width: 100%;
                        height: 100%;
                        content: '';
                        position: absolute;
                        z-index: 1;
                        bottom: -20px;
                        background: rgb(115,0,0);
                        background: linear-gradient(90deg, rgba(115,0,0,1) 0%, rgba(180,1,1,1) 100%);
                    }
                        .ip-resume-item:nth-child(odd) .ip-resume-item-photo::before {
                            left: -20px;
                        }
                        .ip-resume-item:nth-child(even) .ip-resume-item-photo::before {
                            right: -20px;
                        }
                    .ip-resume-item-photo canvas {
                        width: 100%;
                        height: auto;
                        display: block;
                    }
                    .ip-resume-item-photo img {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        z-index: 2;
                        top: 0;
                        left: 0;
                        object-fit: cover;
                    }

                    .ip-resume-item-photo .play_btn {
                        width: 105px;
                        height: 105px;
                        position: absolute;
                        z-index: 5;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        background-image: url(../../images/resume/icon-play.png);
                        background-size: cover;
                        background-position: center;
                        background-repeat: no-repeat;
                        border-radius: 50%;
                        text-align: center;
                    }
                        .ip-resume-item-photo .play_btn i {
                            color: #ffffff;
                            display: block;
                            font-size: 20px;
                            line-height: 105px;
                        }

/* RESUME ITEMS END  */


/* INSTAGRAM START */
.ip-instagram-wrap {
    margin-top: 120px;
    text-align: center;
}
    .ip-instagram-title {
        margin-bottom: 40px;
        font-size: 20px;
        font-weight: 500;
    }
        .ip-instagram-title em {
            font-style: normal !important;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .ip-instagram-title span {
            display: block;
            margin-top: 15px;
            font-size: 40px;
            font-weight: 700;
            font-family: 'Gilda Display', serif;
            letter-spacing: 0.08em;
        }
        .ip-instagram-slider {
            font-size: 0;
        }
            .ip-instagram-item {

            }
                .ip-instagram-item a {
                    width: 100%;
                    height: 100%;
                    display: block;
                    position: relative;
                }
                    .ip-instagram-item a::before {
                        width: 100%;
                        height: 100%;
                        content: '';
                        position: absolute;
                        z-index: 1;
                        top: 0;
                        left: 0;
                        background-color: #000000;
                        opacity: 0.25;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -ms-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }
                    .ip-instagram-item canvas {
                        width: 100%;
                        height: auto;
                        display: block;
                    }
                    .ip-instagram-item img {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        object-fit: cover;
                    }
                    .ip-instagram-item a:hover::before {
                        opacity: 0.60;
                    }
.ip-resume-item-description div {
    margin-top: 30px;
}
.ip-resume-item-description ul {
   list-style-type: disc; 
   margin-left: 20px;
}
.ip-resume-item-description li {
    line-height: 26px;
    letter-spacing: 0.07em; 
}

.resume-banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .30;
}


@media only screen and (max-width: 1366px) {
    .header_info ul li {
        margin-left: 3px;
    }

    .ip-banner-title {
        font-size: 50px;
    }
    .ip-resume-item:nth-child(odd) .ip-resume-text-wrap {
        padding-left: 50px;
    }
    .ip-resume-item:nth-child(even) .ip-resume-text-wrap {
        padding-right: 50px;
    }

}

@media only screen and (max-width: 1199px) {

    .ip-resume-item:nth-child(odd) .ip-resume-text-wrap {
        padding-left: 20px;
    }
    .ip-resume-item:nth-child(even) .ip-resume-text-wrap {
        padding-right: 20px;
    }

}

@media only screen and (max-width: 991px) {
    #inner-page-wrapper {
        padding-top: 0;
    }

    .ip-banner-title {
        font-size: 35px;
        bottom: 45px;
    }

    
    .popup-form .field-sm,
    .popup-form .field-xxs {
        
        width: calc(100% - 8px) !important;
        margin-right: 0 !important;
    }

    .popup-form .form-button {
        margin: 0 auto 14px;
        display: block;
    }

    .ip-resume-item {
        padding: 60px 0;
    }
    .ip-resume-item:nth-child(odd) .ip-resume-item-inner {
        flex-wrap: wrap-reverse;
    }
    .ip-resume-text-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .ip-resume-photo-wrap {
        width: 100%;
        max-width: 685px;
        margin: 0 auto;
        text-align: center;
    }

    .ip-instagram-wrap {
        margin-top: 60px;
    }

}

@media only screen and (max-width: 767px) {
    .ip-resume-item-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .ip-banner-title {
        font-size: 25px;
        bottom: 5px;
    }

   
}

