/*
 Theme Name: Kruti Graphics
 Theme URI: https://krutigraphic.com/
 Author: shubham sedani
 Author URI: http://shubhamsedani.com/
 Description: Kruti Graphics WordPress Theme
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images
 Text Domain: brody-associates
*/

/* Footer design */

.bannerRow.homeSection {
    margin-left: 0;
    margin-right: 0;
}

.bannerRow {
    position: relative;
    height: 100%;
    width: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.contactColorHome {
    background: #953c38 !important;
    height: 100vh;
}

.homeCommonSec .bannerCaption {
    padding: 60px 50px;
}

.bannerCaption.smallSpace {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bannerCaption {
    padding: 80px 20px;
    height: 100%;
    position: relative;
    text-align: left;
}

.contactColorHome h2 {
    line-height: 1;
}

.contactColorHome h2, .contactColorHome .mailLink, .contactColorHome .bannerCaption p, .contactColorHome .bannerCaption p a {
    color: #fff;
}

.bannerCaption h2 {
    position: relative;
    top: 0;
    font-size: 7vw;
    line-height: 1;
    transition: all 1s 0.5s ease-out;
    transition: all 1s 0.5s ease-out;
}

.contactColorHome .mailLink {
    font-size: 3.5vh;
}

.contactUsPage .mailLink:before {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 2px;
    content: "";
    background-color: #fff;
    transition: all 0.3s ease 0ms;
    -webkit-transition: all 0.3s ease 0ms;
}

.contactUsPage .bottomFixText a, .contactUsPage .mailLink {
    transition: all 0.3s ease 0ms;
    -webkit-transition: all 0.3s ease 0ms;
    position: relative;
}

.addressBlock {
    color: #fff;
}

.addressBlock h4 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}

.bannerCaption p.bottomText, .bannerCaption p {
    font-size: 1.5rem;
    line-height: 1.4;
}

.bannerCaption p {
    font-size: 20px;
    color: #333;
}

.contactFormWrap {
    margin-bottom: 20px;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    font-size: 16px;
}

.bannerBgImg {
    height: 100vh;
    overflow: hidden;
}

.videoPlay {
    background: #d4d3ce;
}

.bannerBgImg .bannerImg {
    display: block;
    height: 100%;
}

.bannerBgImg .bannerImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
a.bannerImg {
    transition-timing-function: ease;
    transition: all 1s;
}

a.bannerImg:hover {
    transform: scale(1.05) rotate(2deg);
    transition-duration: 1s;
}

.mobileViewBanner {
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.videoPlayerWrap {
    position: absolute;
    left: 15.8%;
    top: 17%;
    right: 16%;
}

.videoPlayerWrap video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.addressBlock .phone {
    margin: 25px 0 0 0;
}

.addressBlock {
    margin: 25px 0;
}

.contactFormWrap textarea {
    height: 5vw !important;
}



.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.form-group {
    margin-bottom: 1rem;
}

.contactFormWrap input[type="text"], .contactFormWrap input[type="email"], .contactFormWrap input[type="tel"], .contactFormWrap textarea {
    background: #953c38;
    height: 2.5vw;
    width: 100%;
    border: 1px solid #eca6a4;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

.contactFormWrap .commonBtn {
    background: none;
    border: 0 none;
    padding: 7px 20px;
    background: #fff;
    border: 1px solid #fff;
    color: #953c38;
    font-size: 16px;
}

.contactFormWrap .commonBtn:hover {
    background: #a13d3b;
    color: #fff;
}

.contactFormWrap ::-webkit-input-placeholder {
    color: #fff;
    font-weight: 100;
    opacity: 1;
}

.contactFormWrap :-ms-input-placeholder {
    color: #fff;
     font-weight: 100;
    opacity: 1;
}

.contactFormWrap ::placeholder {
    color: #fff;
    font-weight: 100;
    opacity: 1;
}

@media only screen and (max-width: 1919px) {
    .bannerCaption p.bottomText, .bannerCaption p {
        font-size: 1.5rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 1919px) {
    .contactColorHome .contactFormWrap .col-sm-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width: 1919px) {
    .homeCommonSec .bannerCaption {
        padding: 40px 30px;
    }
}


@media (min-width: 576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


}

@media (max-width: 767px) {
    .font-random-large {
        font-size: 1.8rem;
    }

    .contactFormWrap input[type="text"], .contactFormWrap input[type="email"], .contactFormWrap input[type="tel"], .contactFormWrap textarea {
        height: 8vw !important;
        font-size: 15px !important;
    }

    .contactFormWrap textarea {
        height: 14vw !important;
    }
    
    .mobileViewBanner {
        width: 50%;
    }
}

@media only screen and (max-width: 1023px) {
    .contactColorHome .contactFormWrap .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1112px) {
    .font-random-large {

        font-size: 3rem;
    }

}

@media (min-width: 1113px) and (max-width: 1439px) {
    .font-random-large {

        font-size: 3rem;
    }

}

@media (min-width: 1440px) {
    .font-random-large {
        font-size: 3.1rem;
    }

}

@media (min-width: 768px) and (max-height: 600px) and (max-width: 1112px) {
    .font-random-large {
        font-size: 1rem !important;
    }
}