*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Kaisei Decol', serif;
font-family: 'Newsreader', serif;
}
body{
    /* transform: translate(1%,0%); */
    height: fit-content;
}
.container{
    padding-top: 50px;
    background-color:rgb(0, 26, 48);
    width: 100%;
    height: 60vh;
    border-end-end-radius: 5vw;
    padding-left:30px ;
    overflow-x: hidden;
    overflow-y: hidden;
}
@media screen and (max-width:600px){
    .container{
       height: 100vh;
       padding-left: 0px;
    }
}
.heading{
font-size: 1.5rem;
font-weight: 600;
color: #fff;
text-transform: capitalize;
margin-bottom: 5px;
opacity: 0;
animation: slideRight 1.5s ease forwards;
}
.heading a{
    text-decoration: none;
    color: #fff;
    padding: 7px;
    transform: rotate(45deg);
}
.heading a:hover{
   color: rgb(245, 140, 3);
}
.home-img{
    position: relative;
    right: -7%;
    width: 450px;
    height: 450px;
    transform: rotate(45deg);
    background: #fff;
   
}
@media screen and (min-width:90px) and (max-width:600px){
    .home-img{
        position: relative;
        /* left:0%; */
        right: 10%;
        width: 350px;
        height: 350px;
    }
}
.home-img .rombus{
    border: 20px solid rgba(0, 26, 48, 0.836);
    width: 100%;
    height: 100%;
    animation: zoomOut 2.6s ease-in forwards;
}
.btn{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media screen and (min-width:90px) and (max-width:600px){
    .btn{
        display:grid;
        row-gap: 1.7cm;
        padding-left: 1.5cm;
        padding-right:1.5cm ;

    }
}
.rombus img{
    position: absolute;
    top:25%;
    left:-30px;
    border-radius: 3vw;
    transform: rotate(-45deg);
}
@media screen and (min-width:90px) and (max-width:600px){
    .rombus img{
        position: absolute;
        top: 18%;
        left:0%;
        width: 380px;
        height: 200px;
    }
}
.top-head{
    color: #fff;
    width: 500px;
}

@media screen and (min-width:90px) and (max-width:600px){
    .top-head{
      width: 100%;
    }
}
.top-head h1{
    font-size: 2.5rem;
    font-weight: 700;
    padding-top: 1rem;
    word-spacing: 0.5px;
    animation: slideBottom 2s ease forwards;
}
@media screen and (min-width:90px) and (max-width:600px){
    .top-head h1::first-line{
        color: dimgrey;
    }
}
.top-head p{
    font-size: 1.2rem;
    line-height: 2rem;
    animation: slideBottom 2.5s ease forwards
}
/* column start */
.column{
    width: 100%;
    height:fit-content;
    background-color: rgba(0, 0, 7, 0.945);
    padding-top: 1cm;
    padding-left: 1cm;
    padding-right: 1cm;
    text-align: center;
    overflow-x: hidden;
}
@media screen and (min-width:90px) and (max-width:600px) {
    .column{
        padding-left: 0cm;
    }
}
.coln-1{
    margin-left: 1cm;
    width: 90%;
    height: 60vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.70),rgba(0, 0, 0, 0.88)), url(del_img_folder/workers.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    
}
@media screen and (min-width:90px) and (max-width:500px){
    .coln-1{
        
    }
}
.coln-1 h1{
    padding-top: 6cm;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    word-spacing: 0.5rem;
    animation: slideRight 1.5s ease forwards;
}
.coln-1 p{
    padding-top: 0.5cm;
    color: #fff;
    font-size: 1.3rem;
    word-spacing: 0.2rem;
    animation: slideRight 1.5s ease forwards;
}
.numbers{
    padding-top: 3cm;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media screen and (max-width:600px) {
    .numbers{
        display: grid;
        grid-template-columns: auto auto;
        row-gap: 1cm;
    }
}
.grid{
    display: grid;
    justify-content: center;
    align-items: center;
    animation: zoomOut 2.6s ease-in forwards;
}
.grid h1{
    font-size: 2.5rem;
    color: #fff;
    box-shadow: 1px 1px 3px #fff;
}
.grid span{
   text-transform: capitalize;
    padding-top: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}
.column-2{
    width: 100%;
    /* height: fit-content; */
    display:grid;
    justify-content: center;
    padding-top: 1cm;
    padding-left: 5cm;
    align-items: center;
    row-gap: 3rem;
}
.coln-2{
    width:80%;
    display: grid;
    justify-content: center;
}

.coln-2 h4{
    color: rgba(245, 65, 0, 0.507);
    font-size: 1.3rem ;
    text-transform: uppercase;
}
.head{
    color: #fff;
    font-weight: 900;
    font-size: 2rem;
    padding-top: 1cm;
    padding-bottom: 1cm;
    text-transform: capitalize;

}
.coln-2 p{
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: justify;
}
@media screen and (min-width:90px) and (max-width:600px) {
    .coln-2{
        width:55%;
        text-align: center;
        padding-left: 2cm;
    
    }
 head{
    /* width: 40%; */
    font-size: 0.8cm;
    margin-left: 1cm;
    margin-right: 1cm;
 }  
    .coln-2 p{
        height: fit-content;
        width: 400px;
        
    }
}
.coln-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
  
}
@media screen and (min-width:90px) and (max-width:600px){
.coln-3{
    display:grid;
    row-gap: 3rem;

    align-self: center;
}
}
.coln-3 .equal{
    text-align: justify;
    padding-top: 1cm;
    padding-left: 0.5cm;
    padding-right: 0.5cm;
    height: 170px;
    width: 500px;
    background-color: #f5f0e9;
    border-radius: 1vw;
    border-left: 10px solid rgba(255, 115, 0, 0.651);
}

.coln-3 .equal p{
    font-size: 1rem;
    font-style: italic;
    color: rgba(238, 175, 123, 0.842);
    padding-bottom: 1cm;
}

.coln-3 .equal h3{
    font-size: 1.2rem;
    color:rgb(240, 156, 87) ;
}
@media screen and (min-width:90px) and (max-width:500px) {
    .coln-3 .equal{
        width: 300px;
        padding-left: 0cm;
        /* margin-right: 3cm; */
        padding-right: cm;
        margin-bottom: 1cm;
    }
    .coln-3 .equal p{
    padding-bottom: 0.5cm;
    }
    .coln-3 .equal h3{
        font-size: 1rem;
    }
}
.link{
    padding-left: -5cm;
    text-align: center;
    padding-bottom: 1cm;
}
.link a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 600;
    color: blanchedalmond;
    background-color: rgb(255, 153, 0);
    padding: 5px 15px;
    border-radius: 1vw;
    animation: zoomOut 2.6s ease-in forwards;
}
@media screen and (max-width:600px){
    .link{
        padding-bottom: 0cm;
        text-align: start;
    }
}
.link a:active{
    background-color: #ff5e00;

}
.sec-link a{
    font-size: 2.5rem;
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width:600px){
    .sec-link{
        text-align: start;
    }
}

/* KEYFRAME START */
@keyframes slideRight {
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideBottom {
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes zoomOut {
    0%{
        transform:scale(1.1);
        opacity: 0;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}