*{
    margin:0;
    padding:0;
}
#rus{
    display:none;

}
@font-face {
    font-family: "Poppins";
    src: url("../../site/Poppins/Poppins-Regular.ttf") format("truetype");
    font-style: normal; 
    font-weight: normal; 
}
:root{
   --width-max: 1440px;
   --average-width:1380px;
   transition: all 1s ease-out;
}
body{
    width:100%;
    max-width:var(--width-max);
    margin-left:auto;
    margin-right:auto;
    transition: all 1s ease-out;
    font-family:"Poppins";
    font-size:20px;
}
main{
    width:100%;    
    max-width:var(--width-max);
    display:flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    transition: all 1s ease-out;
    background: #43B671;
}
article{
    width:100%;
    max-width:var(--width-max);
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 1s ease-out;
    background-color: white;
}
body > main > header{
    width:100%;
    max-width: var(--average-width);
    min-height:100vh;
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all 1s ease-out;
    background-color: #43B671;
}
body > main > header > nav{
    width:100%;
    max-width:var(--average-width);
    display:flex;
    justify-content: space-between;
    align-items: center;
    min-height:100px;
    opacity:0;
    transition: all 1s ease-out;
}
.around{
    background-color: black;
    width:43px;
    height:43px;
    border-radius: 50%;
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right:15px;
    transition: all 1s ease-out;
}
body > main > header > nav > strong{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width:270px;
    transition: all 1s ease-out;
    text-shadow: 1px 1px white;
}
body > main > header > nav > ul > li{
    display: inline-block;
    margin-right:14px;
    transition: all 1s ease-out;
    background:coral;
    border-radius:7px;
}
body > main > header > nav > ul > li:hover{
    background:rgb(255, 155, 119);
}
body > main > header > nav > ul{
    width:100%;
    max-width:700px;
    transition: all 1s ease-out;
}
body > main > header > nav > ul > li > a{
    text-decoration:none;
    color:green;
    font-size:20px;
    transition: all 1s ease-out;
}
body > main > header > nav > ul > li > a:hover{
    color:rgb(7, 77, 7);
    transition: all 1s ease-out;
}
body > main > header > nav > a > button{
    width: 100%;
    max-width:170px;
    height:100px;
    border-radius: 0 0 0 37px;
    border:none;
    background-color: rgb(240, 225, 193);
    color:rgb(7, 77, 7);
    font-size:20px;
    transition: all 1s ease-out;
}
.central{
    /* overflow: hidden; */
    display:block;
    min-height:300px;
    transition: all 1s ease-out;
}
.central > div{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width: var(--average-width);
    position: absolute;
    max-width:498px;
    min-height:302px;
    top: 300px;
    left: 0px;
    flex-direction: column;
    transition: all 1s ease-out;
}

.central > div > h1{
    font-size:50px;
    color:rgb(255, 236, 128);
    text-shadow: 2px 2px black;
    transition: all 1s ease-out;
}
.centralDiv > p{
    color:green;
    text-shadow:1px 1px black;
    transition: all 1s ease-out;
    background-color: rgba(255, 255, 255, 0.678);
    border-radius: 0 7px 7px 0;
}
#pictures{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width:var(--average-width);
    position: relative;
    margin-top:-300px;
    margin-left: -500px;
    /* overflow: hidden; */
    z-index:-1;
    transition: all 1s ease-out;
}
#pictures > picture > img{
    position: absolute;
    /* overflow: hidden; */
    transition: all 1s ease-out;
}
#pictures > picture:nth-child(1) > img{
    top:00px;
    left: 0px;
    transition: all 1s ease-out;
}
#pictures > picture:nth-child(2) > img{
    top:-390px;
    left: 504px;
    transition: all 1s ease-out;
}
#pictures > picture:nth-child(3) > img{
    top:-5px;
    left: 900px;
    transition: all 1s ease-out;
}
/* __________________ */
.link{
    width:100%;
    max-width:682px !important;
    height:123px !important;
    display:flex;
    justify-content:space-around !important;
    align-items: center;
    position: absolute;
    top:590px !important;
    background:rgb(238, 238, 200);
    min-height:10px !important;
    border-radius: 17px;
    flex-direction: row !important;
    left:210px !important;
    transition: all 1s ease-out;
}
.link > div{
    width:100%;
    max-width:150px;
    transition: all 1s ease-out;
}
.link > button{
    width:190px;
    height:67px;
    background-color:#725BA1 ;
    border-radius: 17px;
    color:white;
    text-shadow: 1px 1px black;
    transition: all 1s ease-out;
}
/* ------------- */


section{
    width:100%;
    max-width:1440px;
    min-height:500px;
    transition: all 1s ease-out;
}
.twoSection{
    display:flex;
    justify-content: space-around;
    align-items: center;
    position:relative;
    transition: all 1s ease-out;
}
.twoSection > div{
    width:100%;
    max-width:500px;
}
.oneCom{
    position:absolute;
    top:130px;
    background-color: #7D6353;
    border-radius:37px;
    width:234px;
    height:98px;
    color:white;
    display:flex;
    justify-content: center;
    align-items:center;
    transition: all 1s ease-out;
}
.twoSection > div:nth-child(2) > picture:nth-child(3) > img:nth-child(1){
    position: relative;
    transition: all 1s ease-out;
}
.oneCom > span{
    display:block;
    width:210px;
    height:70px;
    transition: all 1s ease-out;
    font-size:14px;
}
/* .twoSection > div:nth-child(2) > p:nth-child(2) */
.twoCom{
    position:absolute;
    background:#726985;
    border-radius:37px;
    width:156px;
    height:50px;
    display:flex;
    justify-content: center;
    align-items: center;
    top:750px;
    transition: all 1s ease-out;
}
.threeCom{
    width:100%;
    max-width:319px;
    height:50px;
    background-color:#726985;
    border-radius:37px;
    display:flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    top: 810px;
    /* left:770px; */
    transition: all 1s ease-out;
}
.twoCom > span{
    width:96px;
    color:white;
    transition: all 1s ease-out;
}
.threeCom > span{
    width:259px;
    color:white;
    transition: all 1s ease-out;
}
.twoSection > div:nth-child(2) > picture:nth-child(1) > img{
    float:right;
    transition: all 1s ease-out;
}
.twoSection > div:nth-child(2) > picture:nth-child(3) > img{
    float:left;
    transition: all 1s ease-out;
}


 /* Threety section  */
 .threeSection{
    display:flex;
    justify-content:space-around;
    align-items: center;
    width:100%;
    max-width:1161px;
    min-height:650px;
    position:relative;
    flex-wrap:wrap;
    transition: all 1s ease-out;
 }
 .aroundV{
    width:61px;
    height:61px;
    background:#43B671;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    transition: all 1s ease-out;
 }
 .aroundV > img{
    width:24px;
    transition: all 1s ease-out;
 }
 .threeSection > div > button{
    display:flex;
    justify-content: space-around;
    align-items:center;
    width:232px;
    height:77px;
    border-radius:37px;
    border:none;
    position:absolute;
    top:470px;
    left:70px;
    transition: all 1s ease-out;
 }
 .icon-Person{
    position:absolute;
    top:0;
    left:370px;
    transition: all 1s ease-out;
 }
 .threeSection > div:nth-child(2){
    width:100%;
    max-width:441px;
    min-height:442px;
    transition: all 1s ease-out;
 }
 .threeSection > div:nth-child(2) > h2{
    font-size:50px;
    transition: all 1s ease-out;
 }

 /* four section */
 .fourSection{
    display:flex;
    justify-content: space-around;
    align-items:center;
    width:100%;
    max-width:1161px;
    flex-wrap:wrap;
    transition: all 1s ease-out;
 }
 .fourSection > strong{
    display:flex;
    flex-direction:column;
    width:100%;
    max-width:350px;
    /* min-height:400px; */
    transition: all 1s ease-out;
 }
 .fourSection > div > a{
    text-decoration:none;
    width:100%;
    color:black;
    transition: all 1s ease-out;
 }
 .fourSection > div{
    width:100%;
    max-width:600px;
    transition: all 1s ease-out;
 }
 .fourSection > div > a > div{
    width:100%;
    max-width:600px;
    min-height:152px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #D8D8D8;
    transition: all 1s ease-out;
 }
 .fourSection > div > a > div > span:nth-child(1){
    font-size:25px;
    color:#D8D8D8;
    transition: all 1s ease-out;
 }
 .fourSection > div > a > div > h3{
    font-size:40px;
    transition: all 1s ease-out;
 }
 .fourSection > div > a > div > h3:nth-child(2){
    display:flex;
    flex-direction:column;
    margin-top:10px;
    transition: all 1s ease-out;
 }
 .fourSection > div > a > div > h3 > span:nth-child(1){
    font-size:14px;
    transition: all 1s ease-out;
 }
footer{
    background-color: rgb(31, 31, 31);
    width:100%;
    max-width:1440px;
    min-height:300px;
    color:white;
    text-shadow:black 1px 1px;
    display:flex;
    justify-content: space-around;
    align-items:center;
    flex-direction: column;
    transition: all 1s ease-out;
}
footer > div{
    display:flex;
    justify-content: space-around;
    align-items: center;
    width:100%;
    max-width:1300px;
    transition: all 1s ease-out;
}
body > main > footer > div > ul > li{
    list-style-type: none;
    transition: all 1s ease-out;
}
body > main > footer > div > ul > li > a{
    color:white;
    text-shadow: 1px 1px black;
    text-decoration: none;
    transition: all 1s ease-out;
}
 @media(max-width:700px){
    .icon-Person{
        display:none;
        transition: all 1s ease-out;
    }
    .twoSection > div:nth-child(2) > picture:nth-child(1) > img:nth-child(1){
        width:100%;
        transition: all 1s ease-out;
    }
    .twoSection{
        flex-wrap:wrap;
        transition: all 1s ease-out;
    }
    .twoSection > div:nth-child(2) > picture:nth-child(3) > img:nth-child(1){
        width:100%;
        transition: all 1s ease-out;
    }
    .threeSection > div:nth-child(1) > picture:nth-child(1) > img:nth-child(1){
        width:100%;
        transition: all 1s ease-out;
    }
    .oneCom{
        top:530px;
        transition: all 1s ease-out;
    }
    .twoCom{
    transition: all 1s ease-out;
    top:1350px;
    }
    .threeCom{
    transition: all 1s ease-out;
    top:1450px;
    }
    .central{
        min-height:500px;
        transition: all 1s ease-out;
    }
    #pictures > picture:nth-child(1){
    transition: all 1s ease-out;
    display:none;
    }
    #pictures > picture:nth-child(3){
    transition: all 1s ease-out;
    display:none;
    }
    #pictures > picture:nth-child(2) > img:nth-child(1){
        position:relative;
    }
    #pictures{
    transition: all 1s ease-out;
    margin-top:0;
    }

    .centralDiv > p:nth-child(2){
        min-height:30px;
    transition: all 1s ease-out;
    }
    .centralDiv > p{
        top:0;
    }
    
    .around{
        font-size:15px !important;
    }
    
    body > main:nth-child(1) > header:nth-child(2) > nav:nth-child(1){
        font-size:12px !important;
    }
    
    #but{
        font-size:10px !important;
    }
 }
 @media(max-width:520px){
    .twoCom{
    transition: all 1s ease-out;
    top:1150px;
    }
    .threeCom{
    transition: all 1s ease-out;
    top:1250px;
    }
    .central > div{
    transition: all 1s ease-out;
    min-height:450px;
    }
    .centralDiv > p{
        top:0;
    }
 }
 @media(max-width:437px){
    .twoCom{
    transition: all 1s ease-out;
    top:970px;
    }
    .threeCom{
    transition: all 1s ease-out;
    top:1070px;
    }
    #pictures{
        display:none;
    }
    .central > div{
        position:unset;

    transition: all 1s ease-out;
    min-height:470px;
    }
    .centralDiv > p{
        top:0;
    }
 }
 @media(max-width:350px){
    .twoCom{
    transition: all 1s ease-out;
    top:870px;
    }
    .threeCom{
        top:970px;
    transition: all 1s ease-out;
    }
        .central > div{
            position:unset;
            min-height:270px;
        transition: all 1s ease-out;
    }
    .centralDiv > p{
        top:0;
    }
    #pictures{
        display:none;
    }
 }
 
 /* @media(max-height:900PX){
    header{
        min-height:979px !important;
    }
 } */

/* start menu css style */
#menuDiv{
    display:none;
    transition: all 1s ease-out;
}
#menuDiv > span{
    display:block;
    width:70px;
    height:3px;
    background:#43B671;
    transition: all 1s ease-out;
    box-shadow:2px 2px black;
}
#menuDiv > span:nth-child(2){
    margin-top:15px;
    margin-bottom:15px;
    transition: all 1s ease-out;
}
body > main > header > nav > fieldset{
    border-radius:7px;
    transition: all 1s ease-out;
    background:coral;
}
body > main > header > nav > fieldset:hover{
    background: rgb(255, 171, 140);
}
 /* menu */
 @media(min-width:700px){
    #menuDiv{
        display:none;
    transition: all 1s ease-out;
}
    #menuDiv > span{
        display:none;
    transition: all 1s ease-out;
}
 }
 @media(max-width:700px){
    body > main > header > nav > ul{
        display:none;
    transition: all 1s ease-out;
}
    #menuDiv{
        display:block;
    transition: all 1s ease-out;
}
 }
 
/* .lineMenu{
    display:block;
    width:70px;
    height:3px;
    z-index:99;
    background: green;
    opacity:1;
}
.lineMenu:nth-child(2){
    margin-top:10px;
    margin-bottom:10px;
} */
#menuDiv{
    display:flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    flex-direction: column;
    transition: all 1s ease-out;
}
.openMenu{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    width:100%;
    height:1vh;
    background-color: rgb(241, 111, 59);
    top:0;
    opacity:0;
    font-size:0;
    position:absolute;
    transition:ease 1s;
    z-index:999;
    transition: all 1s ease-out;
}
.openMenu > a{
    margin:2%;
    text-decoration: none;
    color:white;
    text-shadow: 1px 1px black;
    transition: all 1s ease-out;
    text-shadow:1px 1px black;
}
 

#ph{
    font-size:73px;
    opacity:0;
    z-index:333;
}

.excellent{
    position: absolute;
    transform: rotate(-90deg);
    font-size:70px;
    top: 390px;
    left: -150px;
    text-shadow:2px 2px yellow;
}
#opacity,#opacityTwo,#opacityThree,#opacityFour,#opacityFive,#opacitySix,#opacitySeven,#opacityEight,#opacityNine,#opacityTen,#opacityEleven{
    opacity:0;
    transition: all 3s ease-out;
}