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

body{
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.container{
    width: min(90%, 1300px);
    margin-inline: auto;
 
}
img{
    width: 100%;

}


.hero-work{
    height: 80vh;
    background-image: url('../images/banner-bg-02.jpg') ;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-inline: 5px;
    margin-top: 10px;

}

.contant-work{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
  gap: 20px;
  padding: 10px;
}
.contant-work h1{
    color: #f6f6f6;
    font-size: 2.5rem;
    font-weight: 600;
    border-bottom: 4px solid #6266ea;
    padding: 10px;
}
.fr{
    color: #f6f6f6;
    font-size: 1.2rem;
}
.contant-work p{
    color: #f6f6f6;
}
.contant-work span{
    color: #f6f6f6;
    font-size: 1.5rem;
}
.buttons{
    display: flex;
    gap: 20px;
    padding: 10px;
}
#learn{
    background-color: transparent;
    color: #f6f6f6;
    padding: 10px 20px;
    border: 1px solid white;
    font-size: 1rem;
    border-radius: 15px;
    transition: ease-in 1s;
}
#learn:hover{
    background-color: #f6f6f6;
    color: black;
}
#cont{
   background-color: #6266ea;
   color: #f6f6f6;
    padding: 10px 20px;
    border: none;
    font-size: 1.1rem;
    border-radius: 15px;
    transition: ease-in 1s;
}
#cont:hover{
    background-color: rgba(255, 255, 255, 0.595);
}

.links{
    display: flex;
    gap: 50px;
    justify-content: center;
    padding: 15px;
    margin-top: 10%;
 
}
.links a{
    text-decoration: none;
    color: #252ace;
    font-size: 1.1rem;
    font-weight: 500;
  
}
.links a:hover{
    background-color: #3b34c2;
    color: #f6f6f6;
    padding: 6px;
    border-radius: 20px;
}
#all{
    background-color: #3b34c2;
    color: #f6f6f6;
    padding: 5px 10px;
    border-radius: 20px;
}
.grid-cont{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-block: 40px;
}
.contnt-grid-all{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  width: 85%;
  border: 1px solid rgb(201, 201, 201);
  margin-inline: auto;
  gap: 10px;
  border-radius: 10px;
}
.contnt-grid-all img{
    width: 100%;
}
.contnt-grid-all h2{
color: rgba(7, 7, 7, 0.6);
font-weight: 400;
font-size: 1.3rem;
}
.contnt-grid-all p{
    color: rgba(7, 7, 7, 0.6);
    font-weight: 400;
    font-size: 1rem;  
}
.buttn-read{
display: flex;
gap: 5px;
}
button{
    border: none;
    color: #6266ea;
    font-size: 1rem;
    cursor: pointer;

}

.fa-hand-point-right{
    color: #252ace;
    font-size: 1rem;
}
.next{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-block: 10px;

}
.next a{
    text-decoration: none;
}
#alls{
    background-color: #575cfc;
    color: #f6f6f6;
    padding: 8px 10px;
    border-radius: 5px;
    font-family: .7rem;
    transition: ease 1s;
}
#alls:hover{
    background-color: rgba(255, 255, 255, 0.595);
    color: #252ace;
    border: 1px solid #252ace;
}
#one{
    background-color: rgb(234, 234, 230);
    padding: 8px 11px ;
    border-radius: 5px;
 
}
#allss{
    background-color: #575cfc;
    color: #f6f6f6;
    padding: 8px 12px;
    border-radius: 5px;
    font-family: .7rem;
    transition: ease 1s;
}
#allss:hover{
    background-color: rgba(221, 219, 216, 0.525);
}
.contt{
  width: 95vw;
  background-color:#f6f9fe;
  padding:15px;
  margin-top: 8%;

}
 .grid-fea{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    
 }
 .cont-all-img{
    display: flex;
 }
 .contnt-feature-center img{
    width:90%;
    margin-inline: auto;
}
.contnt-feature-center{
    display: flex;
    flex-direction: column;
    gap: 10px;

}
.contnt-feature-right img{
    width: 90%;
    margin-inline: auto;
}
.contnt-feature-right{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contnt-feature-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
   
}

span{
    font-size: 1.3rem;
    font-weight: 300;
}

.contnt-feature-left h3{
    font-size: 2.3rem;
    font-weight: 500;
}
.contnt-feature-left p{
    font-size: 1rem;
    font-weight: 300;
}
/* responsive */

/* tablet */

@media (max-width:850px){
    .hero-work{
        height: 80vh;
    }
    .contant-work span{
        font-size: 1.5rem;
    }
    #all{
        padding: 4px 4px;
        border-radius: 20px;
        font-size: 1rem;
    }
    .grid-cont{
        grid-template-columns: 1fr 1fr ;
    }
    .grid-fea{
        grid-template-columns: 1fr ;
        gap: 20px;
    }
    .contnt-feature-center img{
        width: 70%;
    }
    .contnt-feature-right img{
        width: 70%;
    }

}

/* mobile */
@media (max-width:480px){
    .hero-work{
        height: 100vh;
    }
    .links{
        gap: 10px;
        padding: 4px;
        margin-top: 5%;
    }
    .links a{
        font-size: .7rem;
        font-weight: 700;
    }
    #all{
        padding: 3px;
        font-size: .7rem;
    }
    .grid-cont{
        grid-template-columns: 1fr;
    }
    .contnt-grid-all img{
        width: 80%;
    }

    .contnt-feature-center img{
        width: 100%;
    }
    .contnt-feature-right img{
        width: 100%;
    }


    }
