*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
	--color-primary: #27367b;
    --color-light-grey: #f7f7f7;
    --color-light-grey-1: #848484;
}

@keyframes moveInUp{
    0% { 
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveInRight{
    0% { 
        opacity: 0;
        transform: translateX(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


 /*  ----  Home styling ---- */

.section-promotion{
    position: relative;
    padding: 0;
    margin: 0;
    height: 60vh;
    overflow: hidden;
    margin-top: 100px;
  
   border-bottom: 5px solid var(--color-white);
}


.section-products{
    position: relative;

    width: 100%;
    height: 200px;
    top: 0;
    padding: 0;
    margin: 0;


}

.products{
    width: 100%;
    position: relative;
    height: 250px;
    padding: 0;
    margin: 0;
    display: block;
}

.products__bg{
    width: 33%;
    height: 100%;
    float: left;
    background-color: #f0f0f0;
    position: relative;
    cursor: pointer;
    transition: all .4s ease-in;
     
}

.products__bg--1{
    background-color: var(--color-primary);
}


.products__bg:not(:first-child){
   margin-left: .5%;
  
}

.products__photo{
   width: 100%;
   height: 75%;
   text-align: center;
   padding: 0px 0;
   display: block;

}

.products__photo img{
   width: 60%;

}

.products__text{
    width: 100%;
    height: 25%;
    text-align: center;
    padding: 15px 10px;

}

.products__text--1{
    background-color: #e5e5e5;
}

.products__text--1:hover{
    cursor: pointer;
    background-color: #dedede;
}

.products__text h1{
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
}

.products__text p{
    font-size: 16px;
    color: #6c6c6c;
}

.products__text--2{
    background-color: #021356a7;
}

.products__text--2:hover{
    background-color: #020925a7;
}

.products__text--2 h1, .products__text--2 p{
    color: var(--color-white);

}



.section-brand-bg{
    position: relative;
    padding: 100px 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url('../img/brandBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    margin-top: 200px;
}



.section-repairAnd-promo{
    position: relative;
    padding: 150px  0 0 0;
  

}

.repair__box{
    height: 450px;
    background-color:   #fff;
    padding: 0;
    box-shadow: 0 14px 25px rgba(16, 8, 82, 0.14);
  
}

.repair__photo{
    width: 100%;
    height: 70%;
    overflow: hidden;
    border-bottom: 5px solid #e5e5e5;
    
    
}

.repair__photo a img{
    position: relative;
    transition: all 1s;
  
}

.repair__photo a img{
    width: 100%;
    margin-top: -90px;
  
}

.repair__photo a:hover img{
   transform: scale(1.1);
  
}

.repair__text{
    padding: 20px 50px;
    position: relative;
    margin: 0;
    text-align: center;
}

.repair__text h1{
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 700;
}

.repair__text p{
    font-size: 15px;
    color: var(--color-light-grey-1);
    margin-top: 12px;
    
 
}




.promo__box{
    height: 450px;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-left: none;
  
}

.promo__photo{
    width:  100%;
    height: 100%;
    overflow: hidden;
    text-align: center;

}

.promo__photo a img{
    margin-top: 0;
    width: 100%;
}




/*  ----  About us styling ---- */
 .section-about{

    position: relative;
    width: 100%;
    height:60vh;
    margin-top: 200px;
    background-image: linear-gradient(rgba(39, 54, 123, .4),
        rgba(29, 42, 96, 1) 90%), url(../img/slideshow/slider-1.jpg);
        position: relative;
        background-size: cover;
        background-position: left center;
        clip-path: polygon( 0 0, 100% 0, 100% 90%, 0 100%);
     


 }

 .about-us{
     position: relative;
     margin-left: 100px;
     width: 70%;
 }

 @media only screen and (min-width:1300px){
    .about-us{
        position: relative;
        margin-left: 20%;
        width: 60%;
    }
 }

 .about__heading{
     font-size: 50px;
     font-weight: 700;
     color: var(--color-primary);
 }

 .about__subtitle{
     font-size: 18px;
     font-weight: 300;
     color: var(--color-light-grey-1);
     text-align: justify;
     line-height: 1.3;
 }


 .about__heading--1{
    font-size: 30px;
    font-weight: bold;
 
}

.about__subtitle--1{
    font-size: 19px;
   
}

/*  ----  services oage styling ---- */
.section-services{
    margin: 0;
    position: relative;
    padding: 150px 0;
}

.services{
    margin: 0;
    padding: 0;
 
}

.services__con{

    width: 100%;
    padding: 50px 30px;
    background-color: #F6F9FB;
    border-left: 2px solid var(--color-primary);
    position: relative;
    transition: all .5s ease-in;
    cursor: pointer;

}

.services__con:hover{

   cursor: pointer;
   box-shadow: 0 10px 30px rgba(0,0,0,.15);

}

.services__photo{
    width: 250px;
    height: 250px;
    border-radius: 150px;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,.15);
   
}

.services__photo img{
  width: 100%;
}

.services__text{
 
    text-align: left;
    hyphens: manual;
    -webkit-hyphens: manual;
    margin-top: 40px;

}

.services__text h1{
  font-size: 20px;
  font-weight: 800;
  font-family: 'Montserrat', 'Raleway', sans-serif;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color-primary);
}

.services__text p{
    font-size: 18px;
    margin-top: 15px;
}


.sevices__contactUs{
    margin-top: 20px;
}

.services__btn, .services__btn:link, .services__btn:visited {
    padding: 10px 30px;
    background-color: var(--color-primary);
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s ease-in;
}

.services__btn:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    transform: translateY(-4px);
}

.section-repairing{
    position: relative;
    margin: 0;
    padding: 0;
}

.repairing{
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 3px;
    
}

.repairing__photo-1{
    width: 59%;
    float: left;
    margin-right: 3px;
    overflow: hidden;
}

.repairing__photo-1 img{
    width: 100%;
  
   
}


.repairing__photo-2{
    width: 40%;
    float: left;
    overflow: hidden;
}

.repairing__photo-2 img{
    width: 100%;
    margin-top: -150px;
   
}



 /*  ----  About us styling ---- */


 .section-brands-logo{
     position: relative;
     margin-top: 200px;

     height: auto;
     background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8) ), url(../img/brandBg.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top;

 }


  /*  ----  server section styling ---- */

  .server-section{
      position: relative;
      padding: 10px 0 80px 0;
  }

  .server{
      margin: 0;
      padding: 0;
  }

  .server__photo{
    margin: 0;
    padding: 0;
    width: 60%;
    float: left;
  }

  .server__photo img{
    width: 100%;
    
}

.server__text{
  margin-top: 100px;
  width: 40%;
  float: left;
  padding-left: 30px;
  

}


.server__text h1{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: var(--color-primary);

}

.server__text p{
    margin-top: 20px;
    font-size: 19px;
    text-align: left;
}




/*  ----  Home and Business styling ---- */
.section-homeComputers{
    margin: 0;
    position: relative;
    padding: 150px 0;
}

.homeAndBusiness{
    margin: 0;
    padding: 0;
    margin-top: 100px;
}

.homeAndBusiness__con{

    width: 100%;
    padding: 50px 30px;
    background-color: #fff;
    border-left: 1px solid var(--color-primary);
    position: relative;
    transition: all .5s ease-in;
    cursor: pointer;

}

.homeAndBusiness__con:hover{

   cursor: pointer;
   box-shadow: 0 10px 30px rgba(0,0,0,.15);

}

.homeAndBusiness__photo{
    width:  100%;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%); 
}

.homeAndBusiness__photo img{
  width: 100%;
}

.homeAndBusiness__text{
 
    text-align: left;
    hyphens: manual;
    -webkit-hyphens: manual;
    margin-top: 40px;

}

.homeAndBusiness__text h1{
  font-size: 24px;
  font-weight: 800;
  font-family: 'Montserrat', 'Raleway', sans-serif;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color-primary);
  text-align: left;
}

.homeAndBusiness__text p{
    font-size: 18px;
    margin-top: 15px;
}


.sevices__contactUs{
    margin-top: 20px;
}

.homeAndBusiness__btn, .homeAndBusiness__btn:link, .homeAndBusiness__btn:visited {
    padding: 10px 30px;
    background-color: var(--color-primary);
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s ease-in;
}

.homeAndBusiness__btn:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    transform: translateY(-4px);
}


.section-businessComputers{
    margin: 0;
    position: relative;
    padding: 0px  0 150px 0;
}


/*  ----  business Network styling ---- */
.section-businessNetwork{
    margin: 0;
    position: relative;
    padding: 100px 0;
    background-color: #fff;
    margin-bottom: 200px;
    box-shadow: 0 20px 40px rgba(23, 10, 98, .15);
}

.businessNetwork{
    position: relative;
    margin: 0;
    padding: 0;
}

.businessNetwork__photo{
    width: 100%;

}

.businessNetwork__photo img{
   width: 100%; 
}

.businessNetwork__text{
    margin-top: 50px;
}

.businessNetwork__text h1{
    font-size: 30px;
    font-weight:900;
    color: var(--color-primary);
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.businessNetwork__text p{
    font-size: 20px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: left;
}




/*  ----  education solutions styling ---- */
.section-educationSolution{
    margin: 0;
    position: relative;
    padding: 10px 0 50px  0;
    background-color: #fff;
    margin-bottom: 100px;
    box-shadow: 0 20px 40px rgba(23, 10, 98, .15);
}

.section-educationSolution--1{
    margin: 0;
    position: relative;
    padding: 10px 0 50px  0;
    background-color: #fff;
    margin-bottom: 100px;
 
}

.educationSolution{
    position: relative;
    margin: 0;
    padding: 0;
}

.educationSolution__photo{
    width: 100%;

}

.educationSolution__photo img{
   width: 80%; 
}

.educationSolution__text{
    margin-top: 90px;
}

.educationSolution__text h1{
    font-size: 30px;
    font-weight:900;
    color: var(--color-primary);
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.educationSolution__text p{
    font-size: 20px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: left;
}

.keijzer__map{
   height: 350px;
   width: 350px;
   margin-left: 50px;
   margin-top: -40px;
   border-radius: 100%;
   overflow: hidden;
   border: 10px solid #fff;
   box-shadow: 0 10px 15px rgba(0,0,0,.15);
}

.keijzer__map iframe{

    width: 450px;
    height: 350px;
    margin-left: -30px;
  
   
}


/* PRODUCTS STYLING */

.products__title{
    position: relative;
    text-align: center;

  

}

.products__title h4{
   font-size: 16px;
   font-weight: 700;
   font-family: 'Montserrat', 'Raleway', sans-serif;
   color: var(--color-primary);

}



/* PRODUCTS pages */

.section-products-pages{
    position: relative;
    padding: 100px 0;

}

.product__banner{
    width: 100%;
    height: auto;
    margin-top: 120px;
}

@media only screen and (max-width: 500px){
    .product__banner{
        margin-top: 40px;
    }
}


.product__banner img{
    width: 100%;
    cursor: pointer;
}

.products__descrtion{
    margin-top: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.products__paragraph{
    font-size: 20px;
    font-weight: 300;
    color: var(--color-light-grey-1);
    text-align: justify;
    line-height: 1.3;
}


@media only screen and (max-width: 500px){
    .products__text{
        font-size: 17px; 
    }
    
}

/* Message sent styling*/

.section-message{
    position: relative;
    padding: 200px 0;
}

.message__detail{
    position: relative;
    margin-top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

@media only screen and (max-width: 700px){
    .message__detail{
        
        margin-top: 20px;
       
    }
}


.message__detail h2{
  font-size: 30px;
  margin-bottom: 30px;
  color: 	var(--color-primary);
}

.message__detail p{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: #7f7f7f;
   
  }


.message__icon{
    width: 100%;
    text-align: center;
}

.message__icon img{
    width: 40%;
}


.button__submit{

    margin-top: 40px;
}




