@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@500&family=Caveat:wght@600&display=swap');

*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth; 
}
body::-webkit-scrollbar {
    width: 15px;  
    height: 30px;
    }
    body::-webkit-scrollbar-track {
    background: rgb(247, 247, 247);        
    }
    body::-webkit-scrollbar-thumb {
        background: -webkit-linear-gradient(45deg, rgb(234, 115, 36) 34%, rgb(227, 183, 50) 74%);
    border-radius: 25px;      
    }
    
/*1*/
body{
    background: url("https://catherineasquithgallery.com/uploads/posts/2021-02/1613357116_187-p-bezhevii-fon-dlya-aktualnikh-219.jpg");
}
p{
    font-family: 'Arimo', sans-serif;
}
a{
    font-family: 'Arimo', sans-serif;
}
.burger-checkbox {
    position: absolute;
    visibility: hidden;
  }
  .burger {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 40px;
    height: 26px;
  }
  .burger::before,
  .burger::after {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #000;
  }
  .burger::before {
    top: 0;
    box-shadow: 0 11px 0 #000;
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
  }
  .burger::after {
    bottom: 0;
    transition: bottom .3s .15s, transform .3s;
  }
  .burger-checkbox:checked + .burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0,0,0,0);
    transition: box-shadow .15s, top .3s, transform .3s .15s;
  }
  .burger-checkbox:checked + .burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s;
  }
  .menu-list {
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 42px 0;
    margin: 0;
    background: rgb(252, 79, 79);
    transform: translateX(-100%);
    transition: .3s;
    width: 350px;
    height: 500px;
    
  }
  .menu-item {
    display: block;
    padding: 8px;
    color: white;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
  }
  .menu-item:hover {
    background: rgba(255,255,255,.2)
  }
  .burger-checkbox:checked ~ .menu-list {
    transform: translateX(0);
  }
/*12*/
.section{
    width: 100%;
}
.container{
    width: 100%;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
}
.img1{
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.batton{
    width: 200px;
    height: 70px;
    padding: 15px;
    border-radius: 50px;
    border: solid 2px rgb(39, 38, 38);
    display: flex;
    align-items: center;
    justify-content: center;
}
.batton:hover{
    background: rgb(252, 79, 79);
}
.link{
    text-decoration: none;
    color: rgb(9, 10, 10);
    font-size: 20px;   
    text-align: center;
}
.link:hover{
    color: aliceblue;
}

/*1*/
.section1{
    width: 100%;
    padding: 0 9%;
    padding-top: 80px;
}
.container1{
    width: 100%;
    display: flex;
}
.box1 {
    margin-top: 81px;
    width: 40%;
    min-width: 537px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.text{
    font-size: 30px;
    font-weight: 200;
    padding: 20px;
    font-family: 'Caveat', cursive;
    color: rgb(252, 79, 79);
}
.title{
    font-size: 90px;
    font-weight: 700;
    padding: 20px;
    padding-bottom: 15px;
}
.text1{
    font-size: 35px;
    padding: 20px;
}
.text2{
    font-size: 20px;
    padding: 18px;
}

.link1{
    font-size: 20px;
    text-decoration: none;
    color: rgb(248, 248, 248);
    background:  rgb(252, 79, 79);
    padding: 15px 30px; 
    border-radius: 50px;  
    margin-right: 20px;
}
.link1:hover{
    background: rgb(210, 0, 0);
}
.link1__1{
    color: rgb(7, 8, 8);
    background-color: azure;
    border: 2px solid  rgb(252, 79, 79);
}
.container_slider_css{
    margin:50px auto;
    width:50%;
    position:relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    }
.photo_slider_css{
    width: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}
.box{
    width: 590px;
    height: 590px;
    border-radius: 20px;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(10deg);
   
}
.wlink{
    width: 100%;
    display: flex;
    padding: 20px;
}
/*3*/
.section2{
    width: 100%;
    padding: 0 9%;
    padding-top: 230px;
}
.container2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.box4{
    width: 500px;
    height: 600px;
    margin:0 30px ;
    margin-top: 80px;
    transform: rotate(-8deg);
    border: 2px solid black;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-evenly;
}
.box4__4{
    transform: rotate(8deg);
}
.title2{
    text-align: center;
    margin: 30px;
    font-family: 'Caveat', cursive;
    font-size: 50px;
    color:  rgb(252, 79, 79);
    font-weight: 300;
}
.title3{
    text-align: center;
    margin: 20px;
    font-size: 100px;
    font-weight: 800;
}
.text3{
    text-align: center;
    font-size: 23px;
    color: black;
    margin: 15px;
}
.img3{
    width: 400px;
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*3*/
.section4{
    width: 100%;
    padding-top: 200px;
    padding-left:  10%;
    padding-right: 10%;
}
.container4{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px solid rgb(0, 0, 0);
    position: relative;
}
.img4{
    width: 200px;
    height: 200px;
    position: absolute;
    top:-106px;
}
.text4{
    text-align: center;
    padding-top: 180px;
    padding-bottom: 20px;
    padding-left: 150px;
    padding-right: 150px;
    font-size: 45px;
    font-weight: 200;
    color: rgb(252, 79, 79);
}
.title4{
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    color: rgb(252, 79, 79);
}

.link4{
    background: rgb(252, 79, 79);
    padding: 35px;
    border-radius: 50px;
    color: aliceblue;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    margin-top: 100px;
}
.wrap1{
    width: 100%;
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-top: 2px solid rgb(0, 0, 0);
}
.img5{
    width: 500px;
    height: 500px;
    position: absolute;
    top: -440px;
}
.img5__rite{
    right: 30px;
    top:-345px;
}
.wrap2{
    width: 100%;
    display: flex;
    align-items:center;
    flex-direction: column;
    justify-content: center;
}

/*4*/
.section15{
    width: 100%; 
    padding: 0 10%;
    padding-top:100px;
    
}
.container15{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 20px groove #e3e3e3;

}
.swiper-wrapper{
    width: 90%;
    height: 80%;
    display: flex;
}
.swiper-slide{
    width: 1200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.box15{
    width: 45%;
    padding: 20px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.title15{
    font-size: 30px;
    color:  rgb(252, 79, 79);;
    padding: 15px;
    font-family: 'Caveat', cursive;
}
.title16{
    font-size: 25px;
    padding: 15px;
}
.text15{
    font-size: 20px;
}
.wrap15{
    width: 45%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.img15{
    width: 450px;
    height: 350px;
    margin: 20px;
}
.img15__1{
    width: 500px;
    height: 550px;
    margin: 20px;
}
.img15__2{
    width: 600px;
    height: 650px;
    margin: 20px;
}
.link15{
    font-size: 20px;
    margin: 20px;
    text-decoration: none;
    color: rgb(248, 248, 248);
    background:rgb(252, 79, 79);
    padding: 15px 30px; 
    border-radius: 50px;  
   
}
.link15:hover{
    background: rgb(210, 0, 0);
}
.link15__22{
    margin: 60px;
    margin-bottom: 20px;
}
.link15__1{
    color: rgb(7, 8, 8);
    background-color: azure;
    border: 2px solid  rgb(252, 79, 79);
}
.titl{
    text-align: center;
    color:rgb(252, 79, 79);
    padding: 20px;
    margin-bottom: 40px;
    font-size: 50px;
    font-family: 'Caveat', cursive;
}
.tit{
    text-align: center;
    font-size: 70px; 
    padding: 20px;
    margin-bottom: 70px;
}

/*6*/
.section6{
    width: 100%;
    padding: 0% 5%;
    padding-top: 25%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container5{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.title7{
    text-align: center;
    padding: 20px;
    font-size: 50px;
    font-weight: 300;
    font-family: 'Caveat', cursive;
    color: rgb(252, 79, 79);;
}
.title8{
    text-align: center;
    padding: 20px;
    font-size: 70px;
    font-weight: 600;
}
.box5{
    width: 350px;
    padding: 20px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 3px solid rgb(41, 39, 39);
    border-radius: 25px;
    position: relative;
    left: -195px;
}
.imglitte{
    width: 120px;
    height: 120px;
    position: absolute;
    right: 107px;
    top: -60px;
}
.title9{
    text-align: center;
    padding: 10px;
    font-size: 25px;
    font-weight: 500;
    margin-top: 25px;
}
.text8{
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
}
.img8{
    width: 700px;
    height: 600px;
}
.img9{
    width: 650px;
    height: 450px;
    position: absolute;
    top: -359px;
    right: -355px;
}
.link6{
    font-size: 30px;
    margin: 70px;
    text-align: center;
    background:  rgb(252, 79, 79);;
    color: aliceblue;
    padding: 20px;
    border-radius: 50px;
    text-decoration: none;
}
.link6:hover{
    background: rgb(210, 0, 0);
}
/*7*/
.section7{
    width: 100%;
    padding: 0 ;
    padding-right: 10%;
    padding-left: 50px;
    padding-top: 200px;
}
.container7{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.title12{
    font-size: 30px;
    color: rgb(252, 79, 79);;
    font-weight: 300;
    padding: 20px;
    text-align: left;
}

.title13{
    font-size: 70px;
    font-weight: 600;
    padding: 20px;
    text-align: left;
}
.text12{
    font-size: 25px;
    padding: 20px;
    font-weight: 400; 
    text-align: left;
}
.big{
    font-size: 25px;
    font-weight: 800; 
    text-align: left;
}
.link12{
    width: 300px;
    height: 80px;
    margin: 30px;
    font-size: 25px;
    text-align: center;
    background: rgb(252, 79, 79);
    color: aliceblue;
    padding: 10px;
    padding-top: 25px;
    border-radius: 50px;
    text-decoration: none;
}
.link12:hover{
    background: rgb(210, 0, 0);
}
.text13{
    font-size: 30px;
    text-align:left;
    margin-left: 20px;
}

.box22{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.img22{
  width: 600px;
  height: 600px;
  background-position: center center;
  background-size: cover;
}
.link12__1{
   padding-top: 25px;
   width: 250px;
   height: 80px;
}
/*8*/
.section8{
    width: 100%;
    padding: 0 10%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.container8{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box23{
    width: 1100px;
    height: 400px;
    padding: 30px;
    background: azure;
    border: 3px solid black;
    border-radius: 25px;
}
.text23{
    text-align: center;
    font-size: 38px;
    padding: 25px;
    margin-bottom: 105px;
}
.link23{
    text-decoration: none;
    font-size: 25px;
    margin-right: 57px;
    padding: 20px;
    border-radius: 50px;
    border: 2px solid rgb(252, 79, 79);
    color: rgb(252, 79, 79);
    text-align: center;
   
}
.link23:hover{
    background: rgb(252, 79, 79);
    color: aliceblue;
}
.link23__1{
    margin-left: 115px;
    background: rgb(252, 79, 79);
    color: aliceblue;
}
.link23__1:hover{
    background: rgb(252, 79, 79);
    color: aliceblue;
}
/*3*/
.section3{
    width: 100%;
    padding: 0 10%;
    padding-top: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container3{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 4px solid black;
    border-top: 4px solid black;
    position: relative;
    padding-bottom: 100px;
}
.text228{
    text-align: center;
    font-size: 30px;
    padding: 25px;
    margin-top: 136px;
}
.titlt228{
    text-align: center;
    font-size: 35px;
    padding: 10px;
    color: rgb(252, 79, 79) ;
}

@media (max-width:1213px) {
    .batton{
        width: 150px;
    }
    .section1{
        padding: 0 2%;
    }
    .box {
        width: 440px;
        height: 490px;
        transform: rotate(7deg);
    }
    .title {
        font-size: 70px;
    }
    .photo_slider_css{
        height: 390px;
        width: 400px;
    }
    .container_slider_css{
        justify-content: center;
    }
    .img228{
        right: 305px;
    }
   .container2{
    display: flex;
    flex-direction: column;
   }
   .box4{
    transform: rotate(4deg);
   }
   .box4__4{
    transform: rotate(-4deg);
   }
   .img15{
    width: 400px;
    height: 400px;
   }
   .img8{
    width: 450px;
    height: 450px;
   }
   .img8{
    width: 400px;
    height: 400px;
   }
   .box5{
    left: -100px;
   }
   .img22{
    width: 400px;
    height: 400px;
   }
   .text12{
    font-size: 20px;
   }
   .link12{
    font-size: 23px;
   }
   .container7{
    display: flex;
    align-items: center;
   }
   .box23{
    width:700px ;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
   }
   .link23{
    margin: 20px;
   }
   .batton{
    display: none;
    }
    .burger{
        margin-top: 30px;
        margin-right: 20px;
    }
    .container{
        display: flex;
        justify-content: space-between;
    }
    .box23{
        display: flex;
        flex-direction: column;
    }
}