/* ===================================
    Crafto - Corpotare
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* variable */
:root {
    --base-color: #3C2FC0;
    --medium-gray: #878898;
    --dark-gray: #242E45;
    --light-red: #F2F1FC;
    --alt-font: 'Plus Jakarta Sans', sans-serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
}

body {
    font-size: 17px;
    line-height: 32px;
}

/* box layout */

a {
    color: #878898;
}


strong {
    font-weight: 700;
}

/* header */
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
}

/* heading */

.h2,
.h3,
.h4,
h2,
h3,
h4 {
    margin-bottom: 25px;
}

/* page title */

h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
}

/* text gradient color */

/* bg gradient color */

/* top left right */

/* btn */

/* box overlay */

/* blog comment */

/* process-step style 05 */

/* interactive banner */

/* blog grid */

/* google map */
#map {
    border-radius: 6px 0 0 6px;
}

footer ul li {
    margin-bottom: 0;
}

/* google map */

/* Revolution Slider */



.address-box{
    justify-content: space-between;
}

.address-box h3 {
    color: #6d9e11;
    font-size: 18px;
}

.address-box p{
    font-size: 13px;
    padding: 5px 10px;
    line-height: 23px;
    color: black;
}


.address-contact p{
    padding: 0px;
    margin: 2px;
}

.address-box a button {
    height: 100px;
    background-color: #fce7e7;
    padding-left: 20px;
    padding-right: 20px;
    color:  #0C4426;
    transition: background-color 0.3s ease;
}

 .address-box a button:hover{
        background: #0C4426;
        color: #fff;
    }

.collapse .navbar-nav .nav-item .nav-link{
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 26px;
    text-align: center;
    font-family: "Open Sans", serif;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* media query responsive */
@media (max-width: 1700px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 19px;
        padding-right: 19px;
    }
}

@media (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 1350px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1300px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 9px;
        padding-right: 9px;
    }
}

@media (max-width: 1199px) {

    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (max-width: 575px) {

    footer .elements-social.social-icon-style-02 li {
        margin: 0 15px 0 0;
    }

    footer .elements-social.social-icon-style-02 li:first-child {
        margin-left: 0;
    }

}

.note-text {
    display: flex;
    justify-content: center;
    gap: 5rem;



    button {
        background-color: white;
        color: #8b6755;
        border-color: #8b6755;
        border-radius: 30px;
        padding: 5px 20px;
        font-size: 16px;
        font-weight: bolder;
    }
}

 @media screen and (max-width:767px)
{
.note-text 
{
    display: flex;
    justify-content: center;
     gap: 0rem;
   
    }
}

.you-tube-text h2{
    font-family: "Open Sans", serif;
    font-size: 18px;
    line-height: 33px;
    font-weight: 400px;
    line-height: 1.8em;
}

.note-section {
    p {
        font-size: 16px;
    }
}

.grid-title {
    h3 {
        font-size: 19px;
        text-align: center;
        color: #6d9e11;
    }
}

.box-text {
    height: 156px;
    border: 2px solid #8b6755;

    p {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.you-tube-text {
    padding-left: 30px;
    padding-right: 30px;

    h2 {
        font-size: 20px;
        text-align: center;
    }
}

.gallary-text {
    text-align: center;
}

    h2 {
    font-size: 20px;
    color: #6d9e11;
    font-weight: 600;
}

form input {
    padding: 3px;
    width: 100%;
     
    border-radius: 2px;
    border: 1px solid #c0c6cc !important;
     padding-left: 6px;
     box-shadow: rgba(0, 0, 0, 0.10) 0px 5px 15px;
}

form select{
    padding: 10px;
    width: 100%;
     
    border-radius: 2px;
    border: 1px solid #c0c6cc !important;
     padding-left: 6px;
     box-shadow: rgba(0, 0, 0, 0.07) 0px 5px 15px;
}

.zcwf_col_lab label{
    color: black;
}

.zcwf_row{
    line-height: 25px;
}

form textarea{
    width: 100%;
     
    border-radius: 2px;
    border: 1px solid #c0c6cc !important;
    padding: 0px;
    padding-left: 6px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 5px 15px;
}

form button {
    color: black;
    background-color: white;
    margin-right: 10px;
    
}

.logo-header-box {
    display: flex;
    justify-content: space-evenly;
}

.header-text-box {
    text-align: center;

   h2 {
    font-size: 26px;
    font-weight: 600;
    color: #6d9e11;
    margin-bottom: 0px;
}

}

.header-text-box p span {
    text-decoration: underline;
}

.nav-item a {
    font-size: 13px !important;
}

.navbar-nav li a {
    background-color: #f4f4f4;
    margin-right: 8px;
}

.icon-about {
    padding-left: 5px;
    font-size: 16px;
    font-weight: bolder;
}

.image-laptop {
    height: 360px;
    width: 1109px;
}

.text-laptop {
    height: 360px;
    width: 900px;
}


.about-text-box p {
    font-size: 14px;
    line-height: 20px;
    max-width: 715px;
    font-weight: 400;
    font-family: "Open Sans", serif;
}

.about-text-box {
    background-color: white;
    padding: 20px;
    border: 3px solid #545454;
    border-radius: 30px 0px 0px 0px;
    padding-left: 30px;
    border-right: none;
}

.box-align-ment {
    margin-top: -100px;
}

.portfolio-box {
    background-color: #f6ebe4;
}

.icon-box {
    background: #e5ad90;
    padding: 6px;
    border-radius: 50px;
}

.icon-box i {
    color: white;
    font-size: 20px;
}

.portfolio-box:hover .icon-box {
    background-color: #f6ebe4;
    color: #e5ad90;
}


.portfolio-box:hover .icon-box i {
    color: #e5ad90;
}

.gallary-p-text {
    color: black;
    font-size: 14px;
}

.footer-form-title {
    padding-right: 10px;
    padding-top: 10px;
    color: black;
    font-weight: 600;
}

.text-box-vital h3 {
    font-size: 20px;
    font-family: var(--primary-font);
    color: #6d9e11;
    text-align: center;
    margin-bottom: 0px;
}

.text-box-vital p {
    font-size: 16px;
    font-family: var(--primary-font);
    color: #6d9e11;
    text-align: center;
    line-height: 1.8em;
    max-width: 600px;
}

.image-text-box h3 {
    color: #6d9e11;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--alt-font);
    font-weight: 600;
}

.image-text-box p {
    color: black;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--alt-font);
    text-align: justify;
    max-width: 340px;

}

.bg-light-pink {
    background-color: #fce7e7;
}

.image-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.image-text-box-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.image-text-box-2 p {
    font-size: 14px;
    max-width: 400px;
    margin-bottom: 0px;
    line-height: 27px;
    color: black;
}

.flower-box-title h3 {
    color: #6d9e11;
    text-align: center;
    line-height: 26px;
}

.empower-box {
    width: 273px;
    height: 197px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    margin-right: 20px;
}

.empower-box img {
    width: 30px;
    height: 30px;
}

.empower-box p {
    font-size: 14px;
    color: black;
    text-align: center;
    line-height: 25px;
    margin-top: 20px;
}

.f-colum {
    flex-direction: column;
}

.text-box-vital ul li {
    font-size: 14px;
    line-height: 3em;
    color: black;
    text-align: center;
}

.text-box-vital ul li i {
    margin-right: 10px;
    font-size: 10px;
}

.box-border {
    border: 1px solid #747474;
}

.image-text-box-2 span {
    font-size: 40px;
    color: #ea6f66;
    width: 537px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.parent-service-box {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    margin-right: 20px;
}

.parent-service-box img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.parent-service-box h4 {
    font-size: 16px;
    line-height: 22px;
    color: #6d9e11;
    text-align: center;
}

.parent-service-box p {
    font-size: 14px;
    line-height: 26px;
    color: black;
    text-align: justify;
}

.green-title {
    color: #6d9e11;
    font-size: 18px;
    text-align: center;
}

.faq-title h3 {
    font-size: 20px;
    line-height: 24px;
    color: rgb(84, 84, 84);
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
}

.nav-tabs .nav-item .nav-link {
    font-size: 17px !important;
    font-weight: 800;
}

.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: #6d9e11;
}

.color-green {
    color: #6d9e11;
}

.accordion-body p {
    font-size: 17px;
    color: black;
}

.navbar-nav .nav-item.nav-active{
    color: #6d9e11;
}


.portfolio-caption p{
    margin-top: 15px;
    line-height: initial;
    padding-right: 8px;
    padding-left: 8px;
    color: rgb(84,84,84);
}

















@media (max-width: 767px) {

    .image-text-box-2 span {
        width: 372px;
    }

    .image-text-box-2 {
        padding-bottom: 20px;
    }

    .navbar-nav li a {
        background-color: transparent !important;
        margin-right: 8px;
    }

    #map {
        border-radius: 0;
    }

    
    .h2,
    .h3,
    .h4,
    h2,
    h3,
    h4 {
        margin-bottom: 20px;
    }

    .mobile-flex {
        flex-direction: column;
        padding-right: 30px;
        padding-left: 30px;
    }

    .note-text {
        flex-direction: column;

        button {
            margin-bottom: 20px;
        }
    }

    .youtube-seection-mobile {
        flex-direction: column;
    }

    .image-laptop {
        width: auto;
        height: auto;
    }

    .text-laptop {
        width: auto;
        height: auto;
    }

    .box-align-ment {
        margin-top: 10px;
        padding: 10px;
    }

    .about-text-box {
        border: 3px solid #545454;
        border-radius: 30px;
    }

    .mobile-f-colum {
        flex-direction: column;
    }

    .empower-box {
        margin-top: 15px;
    }

    .address-box a button{
        margin-top: 20px;
    }

    header .navbar [class*="col-"]{
        justify-content: end;
        margin-right: 20px;
    }
}



@media (max-width: 990px) { 
    
   .navbar-toggler[aria-expanded="true"] {
    position: fixed;
    top: 50px;
    right: -298px;
    left: auto !important;
    float: none !important;
    z-index: 9999;
}

 
    } 
    
    @media (max-width: 767px){
    
    .gallery-thumbs .swiper-slide{
        width: 66% !important;
    }
    
    form input{
        width: 60%;
    }
    
    form select{
        width: 60%;
    }
    form textarea{
        width: 60%;
    }

    }
    
   

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .black
    {
        color:#000;
        text-shadow:none;
    }

    @font-face {
        font-family: revicons;
        src: url(../fonts/revicons/revicons.eot?5510888);
        src: url(../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'), url(../fonts/revicons/revicons.woff?5510888) format('woff'), url(../fonts/revicons/revicons.ttf?5510888) format('truetype'), url(../fonts/revicons/revicons.svg?5510888#revicons) format('svg');
        font-weight: 400;
        font-style: normal
      }
      
      .purchase:hover {
        background-position: bottom, 15px 11px
      }
      
      .purchase.red,
      .purchase:hover.red {
        background-color: #cb1d1d;
        box-shadow: 0 3px 0 0 #7c1212
      }
      
      @keyframes rev-ani-mouse {
        0% {
          opacity: 1;
          top: 29%
        }
      
        15% {
          opacity: 1;
          top: 50%
        }
      
        50% {
          opacity: 0;
          top: 50%
        }
      
        100% {
          opacity: 0;
          top: 29%
        }
      }
      
      @keyframes tp-rotateplane {
        0% {
          transform: perspective(120px) rotateX(0) rotateY(0)
        }
      
        50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
        }
      
        100% {
          transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
        }
      }
      
      @keyframes tp-scaleout {
        0% {
          transform: scale(0)
        }
      
        100% {
          transform: scale(1);
          opacity: 0
        }
      }
      
      @keyframes tp-bouncedelay {
      
        0%,
        100%,
        80% {
          transform: scale(0)
        }
      
        40% {
          transform: scale(1)
        }
      }
      
      @keyframes tp-rotate {
        100% {
          transform: rotate(360deg)
        }
      }
      
      @keyframes tp-bounce {
      
        0%,
        100% {
          transform: scale(0)
        }
      
        50% {
          transform: scale(1)
        }
      }