*{
    margin: 0;
    padding: 0;

    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
    list-style: none;
}
body{
    width: 100%;
}
.page-header {
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid #e3e3e3;
  }
  .logo {
    color: white;
    align-self: center;
    margin-left: 1.2rem;
    font-size: 2.5rem;
  }
  .logo img{
    width: 88px;
    height: 88px;
    cursor: pointer;
  }
  .nav-bar {
    margin: auto;
    z-index: 1;
  }
  
  .nav-bar a {
    color: #cf2e2e;
    font-weight: bolder;
    padding: 1.5rem;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.5rem;
  }
  
  .menu-icon {
    color: rgb(238, 84, 84);
    cursor: pointer;
    font-size: 32px;
    display: none;
  }
  

/* for the first section */
.firstsection{
    background-color: #ece6e6;
    height: 60vh;
    padding: 42px 0;
    margin-top: 22px;
}
.fistsectionall{
    width: 90%;
    margin: 0 auto;
    display: flex;
}
.texta{
    width: 60%;
}
.texta .texth{
    font-size: 22px;
    font-weight: bold;
    line-height: 2.3em;
}
.texta .text{
    font-size: 19px;
    line-height: 1.9em;
    width: 89%;
}
.images{
    background-color: gray;
    width: 40%;
}
.images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.button button{
    width: auto;
    padding: 12px;
    font-size: 16px;
    background-color: #05a172;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 12px;
    margin-top: 12px;
    color: #ffffff;
    font-weight: bold;
    transition: 2s ease-out;
}
.button button:hover{
    background-color: #ffa500;
    transform: scale(95%);
    color: #05a172;
}
/* for the secound section */
.secoundsection,.thirdsection{
    width: 90%;
    height: fit-content;
    padding:12px 2px;
    margin:0 auto;
    margin-bottom: 2pc;
}
.secoundsection .Boxes{
    display: grid;
    grid-template-columns: repeat(4 ,1fr);
    align-items: center;
    padding: 12px;
}
/* for the individual boxes */
.Boxes .box{
    background-color: #d8d2d2;
    width: 85%;
    height: 250px;
    border-radius: 22px;
    padding:22px 12px;
    cursor: pointer;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    transition: all 1.5s ease;
    text-align: center;
}
.Boxes .box:hover{
    background-color: #162a47;
    transform: translateY(-19px);
    color: #ada7a7;
}
/* for the box image */
.Boxes .box .box-img{
    margin: 0 auto;
    background-image: linear-gradient(135deg, #F761A1 10%, #8C1BAB 100%);
    border-radius: 15px;
    width: 45%;
    padding: 12px;
}
.Boxes .box:hover .box-img{
    background-image: linear-gradient(135deg, #c061f7 10%, #27ab1b 100%);
}
/* for the box text */
.Boxes .box .text{
    margin-top: 22px;
    padding: 12px;
}
.box .text .box-intro{
    font-size: 17px;
    font-weight: 700;
}
.box .text .box-desc{
    margin-top: 11px;
    font-size: 12px;
}
/* for the third sectio */
.third{
    margin-bottom: 22px;
    background-color: transparent;
}
.thirdall{
    background-color: #cfcfcf;
    padding: 23px;
}
.thirdtexta{
    margin-left: 22px;
}
.thirdtexta .price{
    font-size: 5em;
    line-height: 2rem;
    align-items: center;
    margin-top: 22px;margin: 42px 0;
    display: flex;
}
.price .span{
    text-decoration: line-through;
    font-size: 29px;
    position: relative;
    bottom: 20%;
}
.desc{
    font-size: 16px;
}
/* for the fourth section */
.thirdsection{  
    height: fit-content;
}
.thirdsection .whatWedo .hearder-what{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    width: 98%;
}
.thirdsection .whatWedo .hearder-what .what-text{
    font-size: 24px;
    font-weight: 800;
    color:#1900ff
    /* color: var(--secondary); */
}
.thirdsection .whatWedo .hearder-what .what-link button{
    cursor: pointer;
    width: 8pc;
    height: 43px;
    border-radius: 9px;
    outline: none;
    font-size: 16px;
    border: 1px solid blue;
    transition: all 1.5s ease;
}
.what-link button:hover{
    background-color: #2323b8;
    border: 1px solid black;
    color: #d1cfcf;
    transform: scale(95%);
}
.what-body .boxes-what{
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 42px;
    column-gap: 12px;
    padding: 24px 2px;
    text-align: center;
}
.what-body .boxes-what .box-what{
    background-color: #d8d2d2;
    width: 90%;
    height: 390px;
    padding:0px 0px;
    cursor: pointer;
    /* box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1); */
    transition: all 1.5s ease;
    border-radius: 19px;
    
}
.boxes-what .box-what:hover{
    background-color: #84888d;
    transform: translateY(-19px);
    color: #ada7a7;
}
.box-what .text-what .texrheader-what{
    text-align: center;
    color: #000000;
    width: 223px;
    font-size: 19px;
    font-weight: 600;
    margin: 0 auto;     
    padding: 13px 0px; 
}
.boxes-what .box-what:hover .texrheader-what{
    color: #f1eeee;
}
.img-what{
    height: 60%;
    object-fit: contain;
    padding: 0;
    margin: 0;
}
.thirdsection img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 19px;
    border-top-left-radius: 19px;
}

.footer{
    background-color: #e2e2e6;
    text-align: center;
    height: 132px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}    

.click{
    background-color: #2323b8;
    width: 92px;
    height: 92px;
    border-radius: 12px;
    cursor: pointer;
    display: none;
}

@media (max-width:1150px) {
    .secoundsection .Boxes{
        grid-template-columns: repeat(3 ,1fr);
        row-gap: 22px;
    }
}
@media(max-width:1100px){
    .what-body .boxes-what{
        grid-template-columns: repeat(2,1fr);
    }
    .thirdtexta .price{
        font-size: 3em;
    }
}
@media(max-width:824px){
    .firstsection{
        height: fit-content;
    }
    .fistsectionall{
        display: block;
    }
    .texta{
        width: 99%;
    }
    .texta .text{
        width: 90%;
    }
    .images{
        width: 90%;
        margin-top: 12px;
    }
    .secoundsection .Boxes{
        grid-template-columns: repeat(2 ,1fr);
    }
}@media(max-width:600px){
    .what-body .boxes-what{
        grid-template-columns: repeat(1,1fr);
    }
    .what-body .boxes-what .box-what{
        width: 100%;        
    }
}
@media(max-width:530px){
    .secoundsection .Boxes{
        grid-template-columns: repeat(1 ,1fr);
    }
    .Boxes .box{
      margin-left: 29px;
    }
    .thirdtexta .price{
        font-size: 2em;
    }
}
@media (max-width:430px) {
    .thirdtexta .price{
        font-size: 1.5em;
    }
}
@media screen and (max-width: 700px) {
    .nav-bar {
      display: none;
      position: absolute;
      top: 3.7rem;
      left: 0;
      width: 100%;
      background-color: var(--bgcolor);
      text-align: center;
      background:rgb(150, 150, 190);
      opacity: 0.6;
    }
    .logo img{
        width: 78px;
        height: 78px;
        cursor: pointer;
      }
    .nav-bar.responsive {
      display: block;
    }
  
    .nav-bar a {
      display: block;
    }
  
    .menu-icon {
      display: block;
      z-index: 1;
    }
  
    button {
      padding: 0.4rem;
    }
    .logo {
      font-size: 1.4rem;
    }
}
  
  
/* for the contact form */
/* for the first section */
.confirstsection{
    background-color: #1f3b64   ;
    width: 100%;
    height: 100dvh;
    z-index: 1;
}
/* for the slide show */
.slideshow{
    height:100vh;
    overflow: hidden;
}
.ani{
    width: 100%;
}
.ani p{
    margin: 0 auto;
    width: 99%;
    position: absolute;
    top: 50%;
    left: 5%;
    font-size: 94px;
    text-transform: capitalize;
    width: 90%;
    color: #ffffff;
    
}
.ani p button{
    display: block;
    width: 122px;
    height: 44px;
    border-radius: 12px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    background-color: #171744;
    color: #ffffff;
    margin-top: 12px;
    /* margin-left: 15%; */
}
.ani p button a {
    color: #ffffff;
}
.slideshow .ani img{
    width: 100%;
    object-fit: cover;
    filter: brightness(1);
    height: 100vh;   
}
.pppl{
    text-align: center;font-size: 92px;
 }
 .secoundsection-contact{
     display: flex;
     justify-content: center;
     background-color: #e2e2e6;
     padding: 22px ;
     margin: 22px 0;
     height: fit-content;
     padding-bottom: 42px;
 }
 .secoudoe{
     width: 50%;
     padding: 0 22px;
     color: #313030;
 }
 .secoudoe .contactInfo{
     width: auto;
     margin-bottom: 22px;
 }
 .secoudoe .contactInfo h2{
     font-size: 2.3rem;
     padding: 0 12px;
     line-height: 2em;
 }
 .secoudoe .contactInfo p{
     font-size: 19px;
     line-height: 2em;
     padding: 0 12px;
 }
 .secoudoe .contactInfo a{
     color: #313030;
 }
 .eeers{
     display: flex;
     align-items: center;
     font-size: 21px;
     margin-bottom: 22px;
 }
 .secoudoe .line{
     width: 72.3%;
     height: 2px;
     margin-left: 12px;
     background-color: #ffffff;
 }
 .secoudoe .maps, .secoudoe .socials{
     padding: 0 12px;
 }
 .maps iframe{
     width: 90%;
     height: 224px;
     margin-bottom: 12px;
 }
 .secoudtwo{
     width: 40%;
     padding: 22px;
     border-left: 4px solid #ffffff;
 }
 .secoudtwo p{
     font-size: 22px;
 }
 .secoudtwo input,.secoudtwo textarea{
     display: block;
     width: 90%;
     padding: 12px;
     margin: 12px 0;
     outline: none;
     border: none;
     font-size: 17px;
     text-transform: capitalize;
 }
 .secoudtwo #email{
     text-transform: lowercase;
 }
 .secoudtwo #button{
     width: 30%;
     background-color: #d4d4da;
     cursor: pointer;
     border-radius: 5px;
     color: #000000;
     border: none;
     outline: none;
     transition: all 1.5s ease;
 }
 .secoudtwo #button:hover{
     background-color: #2323b8;
     color: #d1cfcf;
     transform: scale(95%);
 }
 @media (max-width:730px) {
 
     .secoundsection-contact{
         display: block;
     }
     .secoudoe{
         width: 100%;
         padding: 0;
         padding-bottom: 22px;
     }
     .secoudtwo{
         margin-top: 22px;
         width: 100%;
         padding: 12px;
         border: none;
     }
     .secoudoe .contactInfo p{
         font-size: 15px;
     }
     .ani .pppl{
         font-size:54px;
     }
     .header .nav ul{
        display: none;
    }
 }
 @media (max-width:730px){
     .secoudoe .contactInfo p{
         font-size: 13px;
     }
     .eeers{
         font-size: 13px;
     }
 }