body{
    margin: 0px;
    padding: 0px;
    font-family: poppions;
    background-color: rgba(151, 151, 151, 0.03);
}
*{
    box-sizing: border-box;
}
.logo img{
height: 35px;
}
#main{
    padding-top: 20px;
    background-color: #ffffff;
    position: relative;
}
.socialmedia{
    position: absolute;
    bottom: 4px;
    padding: 0px 12%;
    width: 100%;
    z-index: 10;
    direction: rtl;
/*    background-color: red;*/
}
.socialmedia{
    text-align: center;
}
.socialmedia a img{
    border-radius: 7px;
    height: 37px;
    box-shadow: 2px 2px 20px grey;
    margin-left: 1%;
}
.showcase-box{
    position: relative;
    width: 97.2%;
    height: 500px;
    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 0px 20px 10px;
    overflow: hidden;
}
.showcase-box img{
    width: 100%;
    height: 100%;
/*
    object-fit: cover;
    object-position: top;
*/
}
.parag p{
    text-align: center;
    font-size: 26px;
    color: #fff;
    text-shadow: 0 2px 8px #000;
}
.parag{
    position: absolute;
    bottom: 32px;
    padding: 0px 2%;
    width: 100%;
    text-align: center;
/*    background-color: #a81f39;*/
    height: 50px;
    padding: 10px;
}
.ourwork{
    text-align: center;
}
.showcase-heading{
    padding-left: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #1a1a1a;
}
#sen{
    padding-top: 20px;
    background-color: #ffffff;
    
}
.show-box{
    position: relative;
    width: 94.5%;
    height: 250px;
/*    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.3);*/
    border-radius: 10px;
    margin: 0px 20px 10px;
    overflow: hidden;
}
.cs-hidden ul li{
    position: relative;
}
.paragraph{
    position: absolute;
    bottom: 2px;
    padding: 0px 20px;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    background-color: #a81f39;
}
.paragraph p{
    text-align: center;
    font-size: 22px;
    color: #fff;
    width: 100%;
/*    text-shadow: 0 2px 8px #000;*/
}
.show-box img{
    width: 100%;
    height: 100%;
/*
    object-fit: cover;
    object-position: top;
*/
}
.show-heading{
    padding-left: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #1a1a1a;
}
@media (max-width: 650px){
    #sen ul{
        height: unset;
    }
    .show-box{
        margin: 0px 4px 10px;
        height: 120px;
    }
    .showcase-box{
        margin: 0px 4px 10px;
        height: 250px;
    }
    .parag p{
        font-size: 26px;
    }
    .paragraph p{
        font-size: 16px;
    }
    .socialmedia{
        top: 88.5%;
    }
}
