@media(min-width:100px){
body{
    background-color: #b2beb5;
}

header{
    display: flex;
    justify-content: space-evenly;
    background-color: #00233b;
    max-height: 190px;
}

.box{
    background-color:rgb(141, 180, 214) ;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
}
.border {
    border: 2px solid transparent;

}
.borders:hover{
    border: 2px solid rgba(189, 18, 18, 0.692);
}

.border:hover{
    border: 2px solid white;
    background-color: #052f5f;
    color: white;
}

.b{
    margin-top: 10px;
}

.box1{
    background-image: url(logo.jpg);
    background-size: cover;
    margin-top: 35px;
}

.box2:hover{
    font-size: large;
    background-color: #4e4104d7;
    font-size: 99px;
    color: white;
}

.box2{
    width: 990px;
    height: 120px;
    margin-top: 15px;
    color: white;
    font-size: 100px;
    background-color: #00233b;
    border: 1px solid #003b14;
}

.box3{
    background-image: url(logo.jpg);
    background-size: cover;
    margin-top: 35px;
}

.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height: 40px;
    border-radius: 3px;    
}

.search-select{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px ;
    border: none;
}

.search-input {
    width: 100%;
    font-size: 1rem;
    border: none;
}

.search-icon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color:rgb(250, 166, 10);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px ;
    color: #0f1111;
}

.nav-search:hover{
    border: 2px solid red;
}

.box15{
    width: 600px;
    height: 40px;
    margin-top: 10px;
}

.some{
    height: 10px;
    background-color: #004059f6;
}
.space{
    width: 60px;
    height: 70px;
}

.main{
    display: flex;
    justify-content: space-evenly;
    background-color:#002b59e0;
}

.some-box{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.boxes{
    width: 470px;
    height: 550px;
    border: 5px solid rgba(119, 143, 208, 0.941);
    border-radius: 10px;
    margin-top: 35px;
    background-color: #f5f5f5c4;
}

p{
    font-size: 21px;
}

h1{
    font-family: 300;
    font-size: 40px;    
}
.everest{
    font-size:37px ;
}

button{
    text-decoration: none;
    background-color: rgba(165, 42, 42, 0.312);
    color: white;
    font-size: 20px;
}


.img-1{
    float: right;
}

.first-box123{
    max-width: 800px;   
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

.floating-image{
    max-width: 200px;
}

.one {
    max-width: 150px;
}

.floating-image.right{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

footer{
    margin-top: 5px;
}

.foot-panel1{
    background-color: #37475a;
    color: white;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.99rem;
}

.foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 200px;
    display: flex;
    justify-content: space-evenly;
}

ul {
    margin-top: 5px;
}


ul a {
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}

.foot-panel3{
    background-color:#222f3d ;
    border-top: 3px solid white;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo{    
    background-image:url(logo.jpg) ;
    background-size: cover;
    height: 20px;
    width: 20px;
}

.foot-panel4 {
    background-color: #0f1111;
    color: white;
    height: 60px;
    text-align: center;
    font-size: 0.8rem;
}

.pages{
    padding-top: 10px;
}

.copyright{
    margin-top: 5px;
    font-size: 25px;
}

a{
    color: white;
    text-decoration: none;
}

@media (max-width:415px){
    .boxes{
        width: 100px;
        height: 100px;       
    }

    .floating-image{
        width: 20px;
    }

    .box{
        background-color:rgb(141, 180, 214) ;
        width: 2rempx;
        height: 2rem;
        border-radius: 1rem;
        text-align: center;
        font-size: 1rem;
    }

    header{
        justify-content: space-evenly;
    }
}
}

