

*{
  margin: 0;
  padding: 0;
}
 :root{
    --primary-color:#0d5ef4;
 --secondary-color:#0f2239;
 --common-color:#ffffff;
 --paragraph-color:#5f6875;
 --rear-color:#f20f10;
 }

.samu-sub .samu-heading{
    /* border:1px solid black; */
    height:auto;
    width:100%;
    justify-items: center;

}


.samu-sub .samu-heading-first{
    /* border:1px solid black; */
    height:50px;
    width:100%;
    align-content: center;
    justify-items: center;

}


.samu-sub .samu-heading-second{
    /* border:1px solid black; */
    height:auto;
    width:80%;
    font-size:14px;
    font-family: "Archivo", sans-serif;
    font-weight:400;
    align-items: center;
    text-align: center;
    display: flex;
    padding:0px 0px 30px 0px;
    color:var(--paragraph-color);
}




.samu-sub .samu-heading-first .samu-heading-first-top{
/* border:1px solid black; */
height:30px;
width:150px;
display: flex;
justify-content: center;
align-items: center;
font-size:23px;
font-weight:600;
color:var(--secondary-color);
font-family: "Urbanist", sans-serif;
}



.samu-sub .samu-heading-first .samu-heading-first-bottom{
/* border:1px solid black; */
height:20px;
width:150px;

}



.samu-sub .samu-heading-first .samu-heading-first-bottom .samu-heading-first-bottom-first{
    /* border:1px solid black; */
    height:1px;
    width:70%;
    margin-top:0px;
    margin-left:15px;
    /* background-color: black; */
    border-radius:20px;
    background-color: var(--secondary-color);
}


.samu-sub .samu-heading-first .samu-heading-first-bottom .samu-heading-first-bottom-second{
    /* border:1px solid black; */
    height:1.5px;
    width:70%;
    margin-top:3px;
    margin-left:30px;
    /* background-color: black; */
    border-radius:20px;
    background-color: var(--secondary-color);

}





.samu-sub .am-slider-main{
    /* border: 1px solid black; */
    height:auto;
    width: 100%;
}

.samu-sub .am-slider-main .am-slider-sub{
    
    height: 300px;
    width: 100%;
    display: flex;
    /* position: relative; */
}
.samu-sub .am-slider-sub .am-slider-sub1{
  
    height: 190px;
    width: 18%;
    margin-top:  35px;
    margin-left: 22px;
    box-shadow: 0px 5px 10px -2px black;
}
.samu-sub .am-slider-sub .am-slider-sub1 img{
    width: 100%;
    height: 100%;
    
}

.samu-sub .am-slider-sub .am-slider-sub2{
   
    height: 220px;
    width: 23%;
    margin-top: 20px;
    margin-left:-55px;
     border-radius: 26px;
    box-shadow: 0px 5px 10px -2px black;
}
.samu-sub .am-slider-sub .am-slider-sub2 img{
    width: 100%;
    height: 100%;
    border-radius: 26px;
    box-shadow:  0px 0px 10px -6px;
}

.samu-sub .am-slider-sub .am-slider-sub3{
   
    height: 250px;
    width: 28%;
    margin-top: 4px;
    margin-left:-43px;
    z-index: 2;
    border-radius: 26px;
    box-shadow: 0px 5px 12px -2px black;
}
.samu-sub .am-slider-sub .am-slider-sub3 img{
    width: 100%;
    height: 100%;
    border-radius: 26px;
    box-shadow:  0px 0px 10px -6px;
}

.samu-sub .am-slider-sub .am-slider-sub4{
   
    height: 220px;
    width: 23%;
    margin-top: 20px;
    margin-left: -41px;
    z-index: 1;
    border-radius: 26px;
     box-shadow: 0px 5px 10px -2px black;
}
.samu-sub .am-slider-sub .am-slider-sub4 img{
    width: 100%;
    height: 100%;
    border-radius: 26px;
    box-shadow:  0px 0px 10px -6px;
}
.samu-sub .am-slider-sub .am-slider-sub5{
  
       height: 190px;
    width: 18%;
    margin-top:  35px;
    margin-left: -58px;
    
     box-shadow: 0px 5px 10px -2px black;
}
.samu-sub .am-slider-sub .am-slider-sub5 img{
    width: 100%;
    height: 100%;
    box-shadow:  0px 0px 10px -6px;
}
