﻿/*All setup css
    https://www.w3schools.com/css/css_examples.asp
*/																				                     	/*This website is developed by Manish Kumar Sharma, PGT Computer, LASEC Jhalawar.*/

.slider-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: initial;
    margin-left:0px;
    margin-top:0px;
    height:auto;
    width:100%;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color:#1e4d72;
	/*border: 5px solid green;*/
    	}

.slide-left {
    height:auto;
    width:80%;
    margin:0px;
    margin-top:0px;
    padding:0px;
	/*border: 5px solid red;*/
    	}

.slide-right {
    height:100%;
    width:auto;
    margin:0px;
    padding:0px;
	/*border: 5px solid red;*/
   	}

.slide-right img {
    height:425px;
    width:100%;
    }

.slide-left img {
    height:390px;
    width:100%;
    }

.slide-right h5 {
    position: absolute;
    top: 240px; 
    align-items: center;
    align-content: center;
    text-align:center;
    }
    
.slide-right h5 span { 
    color:#FFD700;        /*#F5DEB3*/; 
    text-shadow: 1px 0px 1px #000;
    font-size:20px;
    font-weight:bold;
    letter-spacing: 3px;
    word-spacing:4px;
    padding: 0px;
    line-height:35px; 
    /*background: rgba(0, 0, 0, 0.7);  - for transparent colour*/  
    }



/*---Responsive code for mobiles---------*/
/* Responsive layout - makes a one column layout instead of a two-column layout */

@media (max-width: 800px)
{

.slider-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    /*background-color:#1e4d72; */   
    margin-left:0px;
    margin-top:0px;
    height:180px;
    width:100%;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color:#1e4d72;
    /*border: 2px solid Tomato;*/
    	}

.slide-left {
    height:180px;
    width:73%;
    margin:0px;
    padding:0px;
    /*border: 2px solid yellow;*/
    	}

.slide-right {
    height:180px;
    width:27%;
    margin:0px;
    padding:0px;
    /*border: 2px solid green;*/
    object-fit:cover;
    imagesM/AwardBG.jpg
   	}

.slide-right img {
    height:165px;
    width:100%;
    object-fit:cover;
    }

.TempImg {
	    height:140px;
	    width:100%;
	    }    

.slide-right h5 {
    position: absolute;
    top: 165px; 
    left:270px;
    width: 25%;
    text-align:center;
    object-fit:cover;
    /*border:1px solid red;*/
    }
    
.slide-right h5 span { 
    color:#FFD700;
    text-shadow: 1px 0px 1px #000;
    font-size:12px;
    font-weight:bold;
    letter-spacing: 1px;
    word-spacing:1px;
    padding: 2px; 
    line-height:15px;
    /*background: rgba(0, 0, 0, 0.7);  - for transparent colour*/  
    }

}


