*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

header{
    width: 100%;
    height: 10vh;
    background-color: rgb(6, 21, 44);
    color: white;
}

.nav-bar{
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 4vh;
}
    /* Profile section */
.container1{
    /* width: 100vw;    */
    height: 90vh;
    background-image: url(./photo/img-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;  
    color: white;

}

.welcome-text{
    font-size: 5rem;
    
}

.Portfolio-text{
    font-size: 3vh;
}

.text{
    padding: 30vh;
    text-align: center;
}

/* SERVICES SECTION */

.services{
    font-size: 2rem;
    font-weight: 600;
}

.text-services{
    text-align: center;
    margin-top: 5rem;
}

.container2{
     margin-top: 10vh;
    padding-left: 50vh;
}

.box-columns1{
    display: flex;
    gap: 4rem;
}
.box-columns2{
    display: flex;  
     gap: 4rem;
}
.box{
    height: 30vh;
    width: 30vh;
    text-align: center;
     padding: 4vh;
}

.best{
    font-weight: 600;
    padding: 1rem;
}

.lorem{
    color: grey;
}

/* PORTFOLIO SECTION */

#section-3{
    padding-bottom: 10vh;
}
.store{
    display: grid;
    row-gap: 1rem;
    padding-left: 25rem;
    position: relative;
    top: 12rem;

}

.box-columns3{
    display: flex;
    gap: 4rem;
    column-gap: 10rem;
    
}
  
.container4{
    padding-left: 55vh;
}


/* BLOG SECTION */

.box-columns4{
   display: flex;
   gap: 10vh;
   justify-content: center;
   padding-top: 5vh;
}
    

.box{
    height: 30vh;
    width: 30vh;   
}

.read{
    color: blue;
    float: right;
}

/* footer section */

.container6{
    display: flex;
    width: 100%;
    height: 23vh;
    background-color: #dbdbdd;
    margin-top: 5rem;
}

.container7{
     display: flex;
     padding: 9vh;
     padding-left: 45vh;
     gap: 5rem;
}

.call{
    display: flex;
    gap: 3rem;
}

.address{
    display: flex;
    gap: 3rem;
}

.email{
    display: flex;
    gap: 3rem;
}

.call1{
    height: 10vh;
    
}

.address1{
   height: 10vh;
}

.email1{
    height: 10vh;
}

.call-text{
    gap: 2rem;
}












