
html, body {
    overflow-x: hidden;
}
.btn1{
    padding:0px 20px;
    border-radius: 10px;
    font-size: 15px;
    letter-spacing: 2px;
    border: none;
    color: white    ;
    background-color: #fd7062;
}

.main2{
    margin-top: 30px;
    position: sticky;
    top:0px;
    /* padding-bottom: -50px; */
    z-index: 10;
    width: 100%;
    height: 50px;
    
    /* background-color: white; */
}
.edit{
 font-size: 17px;
font-weight: 500;
}


.inner {
    background-image: linear-gradient(-45deg, rgba(64,78,113,1)0%, rgba(235,26,68,1)60%);
    background-color: #144060;
    justify-content: center;
    
    font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.1rem;
}
.inner li{
    
    padding: 0px 50px;
   text-align: center;
   
}

.style :hover{
    color: skyblue  !important;
}
.main3 {
    min-height:650px;
    
    width: 100%;
    background-image: url(/img/header_02.jpg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.change{
justify-content: center;

    color: red;
    padding-top: 130px;
}

.change1{
    font-size: 40px; 
    font-weight: 700;
}
.btn2{
    /* margin: 10px 0px; */
    padding: 13px 35px;
    background-color: #4AB9CD;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    color: white;
    letter-spacing: 2px;
    cursor: pointer;

}
.btn2:hover {
    background-color: rgb(62, 188, 238);

}


.edit2{
    font-size: 20px;
    font-weight: 500px;
}
.btn3{
    /* margin: 10px 30px; */
    padding: 13px 35px;
    background-color: white;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    color: black;
    letter-spacing: 2px;
    cursor: pointer;

}
.btn3:hover {
    background-color: black;
    color: white;
}

.main5 {
    background-image: linear-gradient(35deg, rgb(5, 13, 34)0%, rgb(128, 104, 76)60%);
    background-size: cover;
    width: 100%;
    height: auto;
}

@media screen and (max-width:329px) {


    .change1 {
        font-size: 30px;
        font-weight: 700;
    }
        
}



