
.fade-in{
    opacity:0;
    transition: opacity 250ms ease-in;

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

.red{
    color:rgb(129, 15, 15);
}
.btn{
    display:none;
}
/* ----------------------------------------header------------------------------------------------ */

.header{
    display: grid;
    align-content: center;
    grid-template-columns: 50% 50%;
    background-image: url("../image/aboutBosks.jpg");
    background-attachment: fixed;
    background-position: top;    
    background-repeat: no-repeat;
    background-size:cover; 
    background-color: #fff;    
    padding:10% 0px; 
    height:500px;
}
@media screen and (min-width:1600px){
    .header{

    background-size:1600px; 

    }
}
.header-right{
   grid-area: 1/2/1/2;
   
    padding-left:10px;

    background-color:rgba(255, 255, 255, 0.3);
}
.header-right h1{     
    color:white;
    font-size: 3rem;
    font-weight: 650;
}
/* -------------------------------------------------------end------------------------------------- */
/* -----------------------------section-one------------------------------------------------------- */
.section-one{
    display:inline-block;
    text-align: center;
    background: rgb(129, 15, 15); 
    color:#fff;
    padding:50px 50px;   
}
.section-one a{
    color:#7c0000df;
    text-decoration:none;
    font-weight:bolder;
}
.section-one h1{
    margin:0px auto;
    width:90%;
}
.section-one-header p{  
    padding:20px;      
}
/* ------------------------------------------end-------------------------------------------------- */
/* -----------------------------section-two------------------------------------------------------- */
.section-two{
    display: grid;
    grid-template-columns: auto auto;
     background-image:url("../image/background.jpg");
   

    background-attachment: fixed;
    background-position: top;    
    background-repeat: no-repeat;
    background-size:cover; 
    background-color: #fff;  

    color:rgb(83, 83, 83);
    
}
.section-two img{
  	width:100%;
    margin:20px;
}
.section-two-inner{  
    display:grid;
    align-content: center;
    row-gap: 20px;
    text-align: center;
    padding:20px;
}
.section-two-inner h1{ 
    margin:0px auto;
}
@media screen and (min-width:1250px){
    .section-two-inner{
        padding:70px;
    }
}

/* -------------------------------------------end----------------------------------------------- */
/* -------------------------------------------------section-three-------------------------------- */
.mob-img{display: none;}
.section-three{
    background-image:url("../image/background.jpg");
    background-attachment: fixed;
    background-position: top;    
    background-repeat: no-repeat;
    background-size:cover; 
    background-color: #fff;  

    color:rgb(83, 83, 83);
    padding-bottom:20px;
   
}
.section-three h1{
    text-align: center;
    padding:30px;   
    margin:0;
    font-size:1.5rem;
}
.section-three img{
    width:100%;
}
/* -------------------------------------------end--------------------------------------------- */
/* -------------------------------------------end--------------------------------------------- */
.desk-grid{
    display:grid;
    grid-template-columns: 60% 40%;
    padding:20px;
}
/* ------------------------------------------------------section-four--------------------------------*/
.section-four{
    padding:20px;
}
.section-four h1{
    font-size: 1.2rem;
    padding-top:20px;
}
.section-four p{
    font-size:0.9rem;
    font-style: italic;
    font-weight:400;
    padding-bottom:20px;
    width:90%;
}
.section-four-header{
    font-size:2rem!important;
    text-align: center;
    padding:20px 20px 40px 20px!important;
}
/* -------------------------------------------end--------------------------------------------------- */
/* ----------------------------------------section-five--------------------------------------------- */
.section-five{
    background-color: rgb(105, 105, 105); 
    color:#fff; 
    padding:60px 20px; 
     
}
.section-five img{
   display: none;
}
.section-five h1{
    text-align: center;
    font-size:1.2rem;
    padding:20px;
    margin:0;
}
.section-five a{
    text-decoration: none;
    color:rgb(251, 146, 146);
    transition: all 250ms ease-in;
}
.call{
     text-align: center;
    font-size:0.8rem;
    padding:20px;
}
.form-grid{
    display:grid;
    grid-template-rows: auto auto auto auto;
    justify-content:center;
    row-gap: 20px;
}
.grid-left{
    display:grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto auto auto;
    row-gap:10px;
    column-gap:10px;
    
    font-size:0.8rem;

    width:80%;
    margin:0 auto;
}
.grid-right{
    display:grid;
    grid-template-columns: 30% 70%;
    row-gap:10px;
    column-gap:10px;
    width:80%;
    margin:0 auto;
     font-size:0.8rem;
}
@media screen and (min-width:500px){
    .grid-left, .grid-right{
        font-size:1rem;
    }
}
.disclaimer{
    padding-left:25px;
    font-size:0.6rem;
    font-style:italic;
    grid-area:2/1/2/ span 2;

    display: grid;
    grid-template-columns: 20% 80%;
    

}
.check{
    display:inline-block;

    margin: auto auto;
}
.verify{
    grid-area: 3/1/3/span 2;

   
     font-size:0.6rem;
    font-style:italic;

    display:grid;
    grid-template-columns: 10% 90%;
    
}
.reCaptcha{
    grid-area: 4/1/4/span 2;
    color:#fff;
    padding-left:55px;
     font-size:0.6rem;
    font-style:italic;
}
.grecaptcha-badge { visibility: hidden; }
.submit{
    display:inline-block;
    cursor:pointer;
    font-size:1.2rem;
    color:#fff;
    border:2px solid #fff;
    background:rgba(0,0,0,0);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    margin: 20px auto;

    width:130px;
    height:50px;
    transition: all 250ms ease-in;
}
.submit:hover{
    background-color:rgb(214, 28, 28);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    transition: all 250ms ease-in;
}
.disabled{
     display:inline-block;
    cursor:pointer;
    font-size:1.2rem;
    color:#fff;
    border:2px solid #fff;
    background:rgba(212, 57, 57, 0.657);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    margin: 20px auto;

    width:130px;
    height:50px;
    transition: all 250ms ease-in;
}
::placeholder {
  color:rgba(0,0,0,0.3);
  padding-left:5px;
   font-family:montserrat, sans-serif; 
  font-weight:600;
  font-size:0.77rem;
}
/* ------------------------------------------end---------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.section-six{
    background-image:url("../image/background.jpg");
   

    background-attachment: fixed;
    background-position: top;    
    background-repeat: no-repeat;
    background-size:cover; 
    background-color: #fff;  

    color:rgb(83, 83, 83);
    
}
.section-six h1{
   background-color:rgb(129, 15, 15);
    text-align:center;
    padding:40px;
    margin:0;
    color:rgb(255, 255, 255);

   
}
.section-six-inner{   
    grid-template-columns:50% 50%;   
    color:rgb(88, 88, 88);
  
}
.template-text{
    display:grid;
    grid-template-columns: 70%;
    grid-template-rows: 40px 190px 20px;
    align-content:space-evenly;
    justify-content: center;
    order:2;
    
}

.template-text h3{ 
    border-bottom:solid 1px grey;
    margin:10px 0px 0px 0px;
}

@media screen and (max-width:900px){
  .template-text h3{
      font-size:1rem;
  }
  .template-text p{
  	font-size:0.8rem;
  }
}
.work-image{
    width:100%; 
    max-width:800px; 
    max-height:500px;
}
.date{
    font-size:0.8rem;
    font-weight: 400;
    color:rgb(155, 155, 155);
     
}
.date p{ 
    border-top: solid 1px grey;
    margin:0;
}
.date i{
    margin-left:5px;
    margin-right:5px;
}
/* -------------------------------------------end----------------------------------------------- */
/* -------------------------------------------acc-----------------------------------------------------*/
.acc{
    display: grid;
    grid-template-columns: repeat(3, 33%);

    padding:40px;

    text-align: center;

    background-color:#fff;
}
.acc img{
    width:40%;
   
    margin:auto; 
    
    
}

/* -------------------------------------------end----------------------------------------------- */
