*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.reklam{
    position: fixed;
    top: 50%;
    left: -400px;
    width: 360px;
    height: 220px;
    transition: .4s;
    z-index: 100;
    translate: 0 -50%;
}
.reklam img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reklam button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 6px;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgb(50, 50, 231);
    user-select: none;
}
header{
    width: 100%;
    height: 250px;
    background: white;
    position: relative;
    display: flex;
}
.logo_box{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid; */
}
.logo{
    width: 50%;
    height: 50%;
    margin-left: 50px;
}
.h_size{
    width: 80%;
    height: 250px;
    /* margin-left: 20%; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* border: 1px solid red; */
}
.h_size_size{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
}
h1{
    margin-top: 115px;
    color: black;
}
.lang{
    display: none;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
.lang button{
    width: 50px;
    height: 25px;
    cursor: pointer;
    transition: .5s;
    border: 0px solid;
    right: 0;
}
.lang button:hover{
    translate: 0 6px;
}
.lang button:first-child{
    background: url(usab.jpg) no-repeat center / cover;
}
.lang button:nth-child(2){
    background: linear-gradient(#fff 33.3%, #00f 33.3% 66.6%, #f03 66.6%);
}
.lang button:last-child{
    background: linear-gradient(#f03 33.3%, #00f 33.3% 66.6%, #fa0 66.6%);
}
.menu{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
}
.menu>li{
    list-style-type: none;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5 linear;
    text-transform: uppercase;
    text-align: center;
    /* padding: 5px ; */
    /* font-size: 20px; */
    color: #037F77;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 50px;
}
.menu>li:hover{
    cursor: pointer;
    background: rgb(238, 238, 238);
}
main{
    width: 100%;
    height: 1000px;
    background-image: url(fon.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m_size{
    width: 100%;
    height: 1000px;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* position: absolute; */
}
.m_sizi_size{
    width: 100%;
    height: 10%;
}
.search_box{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}
.search{
    height: 23px;
    border-radius: 10px 0 0 10px;
    outline: none;
}
.i_search{
    color: #037F77;
}
.icon_s{
    width: 20px;
    height: 20px;
    /* border: 1px solid red; */
    background: #FFFFFF;
    border-radius: 0 10px 10px 0;
}
.title2_box{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#title2{
    color: white;
    margin-right: 450px;
}
.box{
    width: 95%;
    height: 280px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boxi_box{
    width: 20%;
    height: 280px;
    /* border: 1px solid; */
    border-radius: 15%;
    cursor: pointer;
}
.boxi_box:hover{
    width: 22%;
    height: 300px;
    transition: .5s;
}
.nkarner{
    width: 100%;
    height: 240px;
}
.text_box{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-around;
    flex-direction: column-reverse;
}
.buy{
    width: 20px;
    height: 20px;
    color: white;
}
.price{
    display: flex;
    justify-content: space-between;
}
#text1{
    color: rgb(255, 255, 255);
}
#text2{
    color: rgb(255, 255, 255);
}
#text3{
    color: rgb(255, 255, 255);
}
#text4{
    color: rgb(255, 255, 255);
}
#text5{
    color: rgb(255, 255, 255);
}
#text6{
    color: rgb(255, 255, 255);
}
#text7{
    color: rgb(255, 255, 255);
}
#text8{
    color: rgb(255, 255, 255);
}
#text9{
    color: rgb(255, 255, 255);
}
#text10{
    color: rgb(255, 255, 255);
}
#text11{
    color: rgb(255, 255, 255);
}
#text12{
    color: rgb(255, 255, 255);
}
#txt1{
    color: rgb(255, 255, 255);
}
#txt2{
    color: rgb(255, 255, 255);
}
#txt3{
    color: rgb(255, 255, 255);
}
#txt4{
    color: rgb(255, 255, 255);
}
#txt5{
    color: rgb(255, 255, 255);
}
#txt6{
    color: rgb(255, 255, 255);
}
#txt7{
    color: rgb(255, 255, 255);
}
#txt8{
    color: rgb(255, 255, 255);
}
#txt9{
    color: rgb(255, 255, 255);
}
#txt10{
    color: rgb(255, 255, 255);
}
#txt11{
    color: rgb(255, 255, 255);
}
#txt12{
    color: rgb(255, 255, 255);
}
h2{
    color: #ffffff;
}
.sec1{
    width: 100%;
    height: 400px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #062118 0 15%,#048C88);
}
.sec1_size{
    width: 100%;
    height: 400px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sec1_nk{
    width: 25%;
    height: 300px;
    /* border: 1px solid black; */
}
.sec1_text{
    width: 60%;
    height: 100px;
    /* border: 1px solid black; */
}
#text_sec1{
    color: #ffffff;
}
.sec_nkarner{
    width: 100%;
    height: 100%;
}
.sec2{
    width: 100%;
    height: 400px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #062118 0 15%,#048C88);
}
.sec2_size{
    width: 100%;
    height: 400px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sec2_nk{
    width: 25%;
    height: 300px;
    /* border: 1px solid black; */
}
.sec2_text{
    width: 60%;
    height: 100px;
    /* border: 1px solid black; */
}
#text_sec2{
    color: #ffffff;
}
.sec_nkarner{
    width: 100%;
    height: 100%;
}
footer{
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #052D25;
}
.f_size{
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.f_box{
    width: 20%;
    height: 75px;
}
.f_box2{
    width: 20%;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#f_txt1{
    color: white;
}
#f_txt2{
    color: white;
}
#f_txt3{
    color: white;
}
hr{
    width: 100%;
    height: 5px;
    color: #ffffff;
}
