*{
    padding: 0;
    margin: 0;  
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; 
    text-decoration: none;
    box-sizing: border-box;
}
    body{
        width: 100%;
        background-color: #d8d8d8;
    }



    .container{
        min-height: 89vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url("../IMAGE/bg.jpg");
        background-position: center 90%;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .content{
        width: 65%;
    }

    .content h1{
        color: #fff;
        font-family: sans-serif;
        font-size: 75px;
        font-weight: 900;
        width: 60%;
        line-height: 1.5em;
    }
    .content h3{
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        margin-top: 2rem;
    }
    
    form{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 6rem;
        width: 80%;
    }
    form input{
        width: 83%;
        border-radius: 12px 0px 0px 12px;
        padding: 2.9rem 2rem;
        font-size: 20px;
        border: none;
        outline: none;
    }

    form button{
        padding: 3rem 2rem;
        border-radius: 8px;
        border: 1px solid #2c2c2c;
        background-color:#2c2c2c;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }
    form button:hover{
        background-color:#94131a;
    }
    .search_list{
        position: absolute;
        top: 95%;
        width: 83%;
        overflow: hidden;
        border-radius: 4px;
        max-height: 240px;
        overflow-y: auto;
        z-index: 10;
        background-color: #fff;
        color: #2c2c2c;
    }
    .search_list p{
        padding: 0.8rem 2rem;
        width: 100%;
        display: none;
        border: 1px solid #e4e4e4;
    }
    .search_list p:hover{
        color: #fff;
        background-color: #94131a;
    }
    .container-llg{
        display: flex;
        align-items: center;
        flex-direction: column;
        min-height: fit-content;
        background-color: #d8d8d8;
    }
    .container-llg h1{
        color: #444546;
        font-size: 44px;
        padding: 2rem;
        width: 100%;
        line-height: 1.5em;
    }
    .container-llg .content-lgg{
        width: 65%;
        margin-top: 6rem;
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: space-between;
        flex-direction: column;
    }

    .container-llg .llg-holder{
        column-gap: 4rem;
        width: 100%;
        column-count: 2;
        margin-top: 2rem;
    }

    .container-llg .llg-holder div{
        padding: 2rem 2rem;
    }

    .container-llg .llg-holder div h3{
        padding:1rem 0;
        color: #444546;
        font-size: 25px;
    }
    .container-llg .llg-holder div img{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    @media(max-width:1720px){
   
        .container{
            min-height: 70vh;
        }
        form{
            margin-top: 3rem;
            width: 80%;
        }
        form input{
            width: 83%;
            padding: 1.9rem 2rem;
            font-size: 18px;
        }
    
        form button{
            padding: 1.9rem 2rem;
            font-size: 18px;
        }
		
        .container-llg h1{
            font-size: 26px !important;
            padding: 0rem 1rem !important;
            
        }
        
        .container-llg .content-lgg{
            width: 75%;
        	margin-top: 3rem;
			display:flex;
			align-items:center;
			justify-content:center;
        }
        .content{
            width: 75%;
        }
        .content h1{
            font-size: 40px;
        }
        .content h3{
            font-size: 25px;
        }
    
    }

    @media(max-width:1300px){
    

        .container{
            min-height: 60vh;
        }
        .content{
            width: 80%;
        }

        .container-llg h1{
            font-size: 35px;
            padding: 1rem 1rem;
        }
        .container-llg .content-lgg{
            width: 75%;
            margin-top: 4rem;
        }
        .container-llg .llg-holder div{
            padding: 1rem 1rem;
        }
    
        .container-llg .llg-holder h3{
            padding:1rem 0;
            color: #444546;
            font-size: 22px !important;
        }
        form{
            margin-top: 3rem;
            width: 80%;
        }
        .search_list{
            top: 95%;
            width: 80%;
        }
        .search_list p{
            padding: 0.8rem 2rem;
            width: 100%;
            display: none;
            font-size: 18px;
        }
        form input{
            width: 83%;
            padding: 1.9rem 2rem;
            font-size: 18px;
        }
    
        form button{
            padding: 2rem 2rem;
            font-size: 18px;
        }
        

    }

    @media(max-width:1100px){
        
        .container-llg .content-lgg{
            width: 85%;
            margin-top: 2rem !important;

        }
        
    }

    @media(max-width:930px){
        
        
        .container-llg .content-lgg{
            width: 95%;
            margin-top: 2rem !important;

        }
        .content{
            width: 85%;
        }

        .container-llg h1{
            font-size: 26px !important;
            padding: 0rem 1rem !important;
            
        }
        .container-llg .llg-holder div{
            padding: 1rem 1rem;
        }
    
        .container-llg .llg-holder h3{
            padding:1rem 0;
            color: #444546;
            font-size: 19px !important;
        }
        
    }


    @media(max-width:870px){
        
        .container-llg h1{
            font-size: 25px !important;
        }
    
        .container-llg .llg-holder h3{
          
            font-size: 15px !important;
        }
        form{
            width: 100%;
        }
        form input{
            width: 83%;
            padding: 1.3rem 2rem;
            font-size: 15px;
        }

        .search_list p{
            padding: 0.8rem 2rem;
            width: 100%;
            display: none;
            font-size: 15px;
        }
    
        form button{
            padding: 1.4rem 2rem;
            font-size: 15px;
        }
        .container{
            min-height: 30vh;
			padding:3rem 0rem;
        }
        
        .content{
            width: 85%;
        }
        .content h1{
            font-size: 32px;
        }
        .content h3{
            font-size: 20px;
        }
    }

    @media(max-width:680px){
        .container-llg .llg-holder{
            column-gap: 1rem;
            justify-self: baseline;
            width: 100%;
            column-count: 1;
            margin-top: 0rem;
        }
    
        .container-llg .llg-holder div img{
            width: 100%;
            height: 200px;
            object-fit: cover;
            object-position: center 20%;
        }
    }
    @media(max-width:550px){
        form{
            margin-top: 1rem;
         
        }
        form input{
            width: 83%;
            padding: 0.9rem 1rem;
            font-size: 12px;
        }
        
        .search_list p{
            padding: 0.5rem 2rem;
            font-size: 12px;
        }
        form button{
            padding: 0.9rem 1rem;
            font-size: 12px;
        }
        .content{
            width: 85%;
        }
        .content h1{
            font-size: 26px;
            width: 100%;
            text-align: center;
        }
        .content h3{
            font-size: 18px;
            text-align: center;
        }
    
        
    }