*
{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
/* <!------------ Header 1 -------------> */
/* .header
{ */
    /* width: 100%;
    margin: auto; */
    /* height: 100vh;
    height: calc(var(--vh, 1vh) * 100); */
    
    /* position: relative; */
/* } */


#parallaxImg
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: url(images/coffee-header/coffee_bg.jpg);
    background-size: cover;
    background-position: center;
}

/* <!------------ Header 1 -------------> */

.headerDiv1Img
{
    position: absolute; 
    display: block; 
    pointer-events: auto; 
    width: 100%; 
    left: 0%; 
    z-index: 13; 
    visibility: visible; 
    perspective: 601px;
}

.headerDivClass1
{
    z-index: 13; 
    height: auto; 
    color: rgb(255, 255, 255); 
    width: 100%; 
    min-height: 0px; 
    min-width: 0px; 
    max-height: none; 
    max-width: none; 
    transform-origin: 50% 50%; 
    opacity: 1; 
    transform: translate(0px, 0px); 
    visibility: visible;
}

.headerDivClass2
{
    height: auto;  
    width: 100%;
}

.animePerspective
{
    animation: mymovePerspective 1s ease-out 1;
    animation-fill-mode: forwards;
    animation-direction:reverse;
    /* transform: rotateX(90deg); */
    bottom: -1%;

}


.animePerspectiveBottom
{
    position: absolute;
    transform: rotateX(0deg);
    bottom: 0%;
    
}
@keyframes mymovePerspective {
    100% {
        perspective: 100px;
        transform: rotateX(90deg);
        /* bottom: 0%; */
    }
  }
  

/* ------- Course ---------*/

.course
{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1
{
    font-size: 4vw;
    font-weight: 600;
}
p
{
    color: #777;
    font-size: 2vw;
    font-weight: 300;
    line-height: 2.5vw; 
    padding: 1%;
}
.row
{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    grid-gap: 3%;
}
.course-col
{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3
{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.course-col:hover
{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}




/* ------------- Facilities ---------------- */

.facilities
{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.facilities-col
{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}
.facilities-col img
{
    width: 100%;
    border-radius: 10px;
}
.facilities-col p
{
    padding: 0;
}
.facilities-col h3
{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}
.testimonials
{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.testimonials-col
{
    flex-basis: 49%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
    box-sizing: border-box;
}
.testimonials-col img
{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}
.testimonials-col p
{
    padding: 0;
}
.testimonials-col h3
{
    margin-top: 15px;
    text-align: left;
}
.testimonials-col .fa
{
    color: #ff6600;
}
@media(max-width: 700px)
{
        .testimonials-col img 
    {
        margin-left: 0;
        margin-right: 15px;
    }
}
.anime2_Img1
{
    height: auto;
    width: 100%;
    top: 0%;
}
.Image2Parallax
{
    bottom: -4%;
}

#header2
{
    padding-top: 49%;
    padding-bottom: 25%;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    /* background: url(images/coffee-teaser/cafe_bg2.jpg); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* position: absolute;
    transform: scale(140%); */
}

.header2Div1
{
    top: 0%;
}
#Image2Parallax
{
    bottom: -1%;
}
/* <!-- ---------- animated section New--------------- --> */

.header2Image1
{
    position: absolute; 
    display: block; 
    pointer-events: auto; 
    width: 100%; 
    left: 0%; 
    z-index: 13; 
    visibility: visible; 
    perspective: 601px;
}
.header2Image2
{
    position: absolute; 
    display: block; 
    pointer-events: auto; 
    width: 100%; 
    left: 0%; 
    z-index: 13; 
    visibility: visible; 
    perspective: 601px;
}
.header2Image1Div2
{
    z-index: 13; 
    height: auto; 
    color: rgb(255, 255, 255); 
    width: 100%; 
    min-height: 0px; 
    min-width: 0px; 
    max-height: none; 
    max-width: none; 
    transform-origin: 50% 50%; 
    opacity: 1; 
    transform: translate(0px, 0px); 
    visibility: visible;
}
.header2Image2Div2
{
    z-index: 13; 
    height: auto; 
    color: rgb(255, 255, 255); 
    width: 100%; 
    min-height: 0px; 
    min-width: 0px; 
    max-height: none; 
    max-width: none; 
    transform-origin: 50% 50%; 
    opacity: 1; 
    transform: translate(0px, 0px); 
    visibility: visible;
}
.header2Image1Div2Img
{
    /* width: 3200px;  */
    /* height: 1000px; */
    height: auto;  
    width: 100%;
}
.header2Image2Div2Img
{
    /* width: 3200px;  */
    /* height: 1000px; */
    height: auto;  
    width: 100%;
}

/* <!------------ Footer -------------> */

.icons .fa , .icons .fab
{
    color: #ff6600;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-heart-o
{
    color: #ff6600;
}

/* ------------- About Us ---------------- */



.about-us
{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}
.about-col
{
    flex-basis: 48%;
    padding: 30px 2px;
}
.about-col img
{
    width: 100%;
}
.about-col h1
{
    padding-top: 0;
}
.about-col p
{
    padding: 15px 0 25px;
}
.red-btn
{
    border: 1px solid #ff6600;
    background: transparent;
    color: #ff6600;
}
.red-btn:hover
{
    color: #fff;
}

/* -------- blog content --------- */

.blog-content
{
    width: 80%;
    margin: auto;
    padding: 60px 0;
}
.blog-left
{
    flex-basis: 65%;
}
.blog-left img
{
    width: 100%;
}
.blog-left h2
{
    color: #222;
    font-weight: 600;
    margin: 30px 0;
}
.blog-left p
{
    color: #999;
    padding: 0;
}
.blog-right
{
    flex-basis: 32%;
}
.blog-right h3
{
    background: #ff6600;
    color: #fff;
    padding: 7px 0;
    font-size: 16px;
    margin-bottom: 20px;
}
.blog-right div
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555;
    padding: 8px;
    box-sizing: border-box;
}
.comment-box
{
    border: 1px solid #ccc;
    margin: 50px 0;
    padding: 10px 20px;
}
.comment-box h3
{
    text-align: left;
}
.comment-form input, comment-form textarea
{
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f0f0f0;
}
.comment-form button
{
    margin: 10px 0;
}
@media(max-width:700px)
{
        .sub-header h1
    {
        font-size: 24px;
    }
}

/* ------------ contact us page ---------------- */



.shopContent
{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: bolder;
    color: #ff6600;
    font-size: 4em;
}


.allsectionfontheader1
{
    font-size: 3vw;
    font-weight: 400;
}
.allsectionfontheader2
{
    font-size: 5vw;
    font-weight: 600;
    padding-top: 0;
    color: orange;
}
@media(min-width: 781px)
{
    .allsectionfontheader1
{
    font-size: 2vw;
}
.allsectionfontheader2
{
    font-size: 2.5vw;
}
}
.hero-btn
{
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ff6600;
    background: #ff6600;
    color: #fff;
    padding: 1% 1.5%;
    font-size: 2vw;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;

}
.hero-btn:hover
{
    border: 1px solid #ff6600;
    color: #ff6600;
    background: transparent;
    transition: 1s;
}
@media(max-width: 700px)
{
        .hero-btn
    {
      font-size: 2.5vw !important;
    }    
    .text-box h1
    {
      font-size: 6.5vw;
    }

}
/* ----------- Fade in ----------------------*/


.fade-in {
    opacity: 0;
    transition: opacity 250ms ease-in;
  }
  
  .fade-in.appear {
    opacity: 1;
  }
  .from-left{
    transform: translateX(-50%);
  }
.from-right{
    transform: translateX(50%);
  }
  .from-left,
  .from-right{
    transition: opacity 250ms ease-in, transform 400ms ease-in;
    opacity: 0;
  }
  .from-left.appear,
  .from-right.appear{
    transform: translateX(0);
    opacity: 1;
  }



/* ----------- blur image ----------------------*/


.section_1_itemTextContainerBlur , .section_2_itemTextContainerBlur, .section_3_itemTextContainerBlur, .section_5_itemTextContainerBlur, .section_6_itemTextContainerBlur, .section_7_itemTextContainerBlur , .contact_section_1_itemTextContainerBlur, .service_section_1_itemTextContainerBlur, .project_section_1_itemTextContainerBlur , .career_section_1_itemTextContainerBlur , .about_section_1_itemTextContainerBlur 
{
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
}


.section_1_itemTextContainerBlur.loaded > img , .section_2_itemTextContainerBlur.loaded > img , .section_5_itemTextContainerBlur.loaded > img , .section_6_itemTextContainerBlur.loaded > img, .section_7_itemTextContainerBlur.loaded > .section_7_mainContainer, .contact_section_1_itemTextContainerBlur.loaded > img, .service_section_1_itemTextContainerBlur.loaded > img, .project_section_1_itemTextContainerBlur.loaded > img, .career_section_1_itemTextContainerBlur.loaded > img, .about_section_1_itemTextContainerBlur.loaded > img
{
  opacity: 1;
}
.section_1_itemTextContainerBlur.loaded , .section_2_itemTextContainerBlur.loaded , .section_3_itemTextContainerBlur.loaded, .section_5_itemTextContainerBlur.loaded, .section_6_itemTextContainerBlur.loaded, .section_7_itemTextContainerBlur.loaded, .contact_section_1_itemTextContainerBlur.loaded,.service_section_1_itemTextContainerBlur.loaded,.project_section_1_itemTextContainerBlur.loaded, .career_section_1_itemTextContainerBlur.loaded, .about_section_1_itemTextContainerBlur.loaded
{
    background-image: none !important;
}
.section_1_itemTextContainerBlur > img , .section_2_itemTextContainerBlur > img , .section_3_itemTextContainerBlur > img, .section_5_itemTextContainerBlur > img, .section_6_itemTextContainerBlur > img, .section_7_itemTextContainerBlur > .section_7_mainContainer,.contact_section_1_itemTextContainerBlur > img,.service_section_1_itemTextContainerBlur > img,.project_section_1_itemTextContainerBlur > img,.career_section_1_itemTextContainerBlur > img,.about_section_1_itemTextContainerBlur > img
{
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.section_1_itemTextContainerBlur::before , .section_2_itemTextContainerBlur::before , .section_3_itemTextContainerBlur::before, .section_5_itemTextContainerBlur::before, .section_6_itemTextContainerBlur::before, .section_7_itemTextContainerBlur::before ,.contact_section_1_itemTextContainerBlur::before,.service_section_1_itemTextContainerBlur::before,.project_section_1_itemTextContainerBlur::before,.career_section_1_itemTextContainerBlur::before,.about_section_1_itemTextContainerBlur::before
{
  content: "";
  position: absolute;
  inset: 0;
  /* opacity: 0; */
  animation: pulse 2.5s infinite;
  /* background-color: rgba(255, 255, 255, 0.1); */
}

@keyframes pulse {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}

.section_1_itemTextContainerBlur.loaded::before ,.section_2_itemTextContainerBlur.loaded::before ,.section_5_itemTextContainerBlur.loaded::before,.section_3_itemTextContainerBlur.loaded::before,.section_6_itemTextContainerBlur.loaded::before,
.section_7_itemTextContainerBlur.loaded::before,.contact_section_1_itemTextContainerBlur.loaded::before,.service_section_1_itemTextContainerBlur.loaded::before,.project_section_1_itemTextContainerBlur.loaded::before,
.career_section_1_itemTextContainerBlur.loaded::before,.about_section_1_itemTextContainerBlur.loaded::before
{
  animation: none;
  content: none;
}
.section_2_itemTextContainerBlur_4_2
{
    height: auto !important;
}
.service_section_1_itemTextContainerBlur_4_2
{
    height: auto !important;
}
/* .section_3_itemTextContainerBlur.loaded > .section_3ConatinerImgCont
{
    opacity: 0;
} */
.section_3_itemTextContainerBlur.loaded > .section_3Conatiner
{
  opacity: 1;
}
.section_3_itemTextContainerBlur > .section_3Conatiner
{
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.section_3_itemTextContainerBlur.loaded > img
{
  opacity: 0;
}

