* {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Medium.ttf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-SemiBold.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Light.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url(../fonts/Merriweather-Black.ttf);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url(../fonts/Merriweather-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SedgwickAve';
    src: url(../fonts/SedgwickAve-Regular.ttf);
    font-weight: 500;
    font-style: normal;
}


/* первый */

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.background {
    background: url(../img/bg.png);
    background-size: cover;
    background-position: center;
    height: 1100px;
    position: relative;
}

.background .bg-sleva {
    position: absolute;
    width: 200px;
}

.background .container .navigat {
    display: flex;
    justify-content: space-evenly;
}

.background .navigat .butn button {
    color: #f87932;
    padding: 10px 30px;
    border-radius: 0px 0px 15px 15px;
    border: none;
    background-color: #FFFFFF;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 700;
    letter-spacing: 4px;
    height: 50px;
    transition: .3s;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.background .navigat .butn button:hover {
    height: 100px;
    transition: .6s;
    box-shadow: 0px 5px 10px 0px rgb(255, 255, 255, 0.5)
}

.background .navigat .butn1 button {
    padding: 10px 30px;
    border-radius: 0px 0px 15px 15px;
    border: none;
    background-color: #FFFFFF;
    height: 100px;
    width: 130px;
}

.background .trav {
    display: flex;
    margin-top: 130px;
}

.background .trav .slovo {
    font-family: 'Merriweather';
    font-size: 80px;
    font-weight: 700;
    margin: 1;
    color: #f87932;
    margin-bottom: 88px;
}

.background .trav .slovo .cyan {
    color: #38bfa7;
}

.background .slova .book {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
    width: 213px;
    height: 62px;
    background-color: #F87932;
    background: linear-gradient(to left, #39BFA7 50%, #f87932 50%);
    border: #F87932 2px solid;
    background-position: bottom left;
    background-size: 200% 100%;
    padding-left: 10px;
    letter-spacing: 5px;
    transition: all 0.3s ease-in-out;
    gap: 10px;
}

.background .slova .book:hover {
    color: #FFF;
    background-color: white;
    background-position: bottom right;
    transition: .3s;
    box-shadow: 0px 5px 10px 0px rgb(255, 255, 255, 0.5)
}


/* box-shadow: 0px 5px 10px 0px rgb(255, 255, 255, 0.5) */
.background .container .trav .kubs img {
    height: 610px;
    width: 610px;
    margin-left: 100px;
}


/* второй блок */

.adventure {
    margin-top: 80px;
    position: relative;
}

.adventure .container .img {
    background-image: url(../img/полоска.png);
    width: 720px;
    height: 600px;
    position: absolute;
    background-size: cover;
    left: 120px;
    bottom: 80px;
}

main .adventure .container {
    display: flex;
    justify-content: center;
}

.adventure .fotoodin,
.fotodva {
    width: 50%;
}

.adventure .container .fotodva img {
    width: 100%;
}

.adventure .fotoodin h4 {
    font-size: 24px;
    font-family: 'Lato';
    font-weight: 400;
    letter-spacing: 6px;
}

.adventure .fotoodin h2 {
    font-size: 60px;
    font-family: 'Merriweather';
    font-weight: 900;
}

.adventure .fotoodin p {
    font-size: 18px;
    font-family: 'Lato';
    font-weight: 400;
    width: 75%;
    margin-top: 20px;
    margin-bottom: 100px;
    letter-spacing: 4px;
}

main .adventure .btn2 button {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 17px;
    color: black;
    width: 213px;
    height: 62px;
    background-color: white;
    transition: .5s;
    padding-left: 10px;
    letter-spacing: 5px;
    transition: .3s;
    border: 2px solid #000000;
    background: linear-gradient(to left, #F87932 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: bottom left;
    transition: all .3s ease-out;

}

main .adventure .btn2 button:hover {
    transition: .3s;
    background-position: bottom right;
    color: #fff;
}


/* третий блок */

main .video {
    background-image: url(../img/Mask.png);
    background-size: cover;
    height: 900px;
    margin-top: 100px;
}

.video .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video .container .h2 {
    font-size: 50px;
    font-family: 'Merriweather';
    font-weight: 900;
    color: white;
    margin-top: 350px;
    text-align: center;
}

.video .container .p {
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 700;
    letter-spacing: 6px;
    color: white;
    margin-top: 30px;
    text-align: center;
}

.video .container .knopka img {
    width: 40%;
}

.video .container .knopka {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.video .container .romb img {
    width: 75%;
}

.video .container .romb {
    display: flex;
    justify-content: center;
    margin-top: 39px;
}
.video .container .romb2 img{
    width: 0;
}


/* четвёртый блок */

.blog .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 180px;
}

.blog .container .text {
    display: flex;
    flex-direction: column;
    align-items: center
}

.blog .container .text h2 {
    display: flex;
    justify-content: center;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 50px;
}

.blog .container .text h3 {
    display: flex;
    justify-content: center;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px;
}

.blog .container .text p {
    display: flex;
    justify-content: center;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 3px;
}

.blog .container .text .imgg {
    width: 157px;
    display: flex;
    justify-content: center;
}

.blog .img {
    display: grid;
    grid-template-columns: repeat(4, 282px);
    grid-template-rows: repeat(2, 282px);
    gap: 20px;
    padding: 50px 0;
}

.blog .img .image:nth-child(1) {
    background-image: url(../img/Rectangle\ 79.png);
    background-size: cover;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 1;
}

.blog .img .image:nth-child(2) {
    background-image: url(../img/Rectangle\ 82.png);
    background-size: cover;
    background-position: center;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 2;
}

.blog .img .image:nth-child(3) {
    background-image: url(../img/Rectangle\ 81.png);
    background-size: cover;
    background-position: center;
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 1;
    grid-column-end: 5;
}

.blog .img .image:nth-child(4) {
    background-image: url(../img/Rectangle\ 80.png);
    background-size: cover;
    background-position: center;
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 2;
}

.blog .img .image:nth-child(5) {
    background-image: url(../img/Rectangle\ 83.png);
    background-size: cover;
    background-position: center;
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
}

.blog .img .image:nth-child(6) {
    background-image: url(../img/Rectangle\ 84.png);
    background-size: cover;
    background-position: center;
    grid-row-start: 2;
    grid-column-start: 4;
    grid-row-end: 3;
}

.blog .container .btn {
    display: flex;
    justify-content: center;
}

.blog .container button {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 17px;
    color: black;
    width: 213px;
    height: 62px;
    background-color: white;
    transition: .5s;
    padding-left: 10px;
    letter-spacing: 5px;
    transition: .3s;
    border: 2px solid #000000;
    background: linear-gradient(to left, #F87932 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: bottom left;
    transition: all .3s ease-out;
}

.blog .container button:hover {
    transition: .3s;
    background-position: bottom right;
    color: #fff;
}


/* пятый блок */

.tour{
    background-image: linear-gradient(rgba(0, 0, 0, 0.466), rgba(0, 0, 0, 0.466)), url(../img/photo_2024-06-03_22-43-47.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 75px;
}

.tour .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #FFFFFF;
}

.tour .container .tourist{
    font-family: 'Merriweather';
    font-size: 60px;
    font-weight: 900;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 20px;
}

.tour .container .welcome{
    width: 157px;
    height: 23px;
    background: url(../img/Group\ 3\ \(1\).png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
.tour .container .wel{
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    color: #EEEEEE;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 6px;
}
.tour .container .points{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.tour .container .points .up{
    font-family: 'SedgwickAve';
    font-size: 60px;
    font-weight: 400;
    color: #39BFA7;
    margin: 0;
}
.tour .container .points .calnd{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.tour .container .points .calnd .nmb{
    font-family: 'SedgwickAve';
    font-size: 70px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    margin-right: 30px;
}
.tour .container .points .calnd .data .mounth{
    font-family: 'SedgwickAve';
    font-weight: 400;
    font-size: 18px;
    color: #969696;
    margin: 0;
}
.tour .container .points .calnd .data .name{
    font-family: 'Merriweather';
    font-weight: 900;
    font-size: 30px;
    color: #DDDDDD;
    margin: 0;
    
}
.tour .container .btn228{
    font-family: 'Lato';
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
    width: 213px;
    height: 62px;
    background-color: #F87932;
    background: linear-gradient(to left, #39BFA7 50%, #f87932 50%);
    border: #F87932 2px solid;
    background-position: bottom left;
    background-size: 200% 100%;
    padding-left: 10px;
    letter-spacing: 5px;
    transition: all 0.3s ease-in-out;
    gap: 10px;
    margin-bottom: 20px;
}
.tour .container .btn228:hover{
    color: #FFF;
    background-color: white;
    background-position: bottom right;
    transition: .3s;
    box-shadow: 0px 5px 10px 0px rgb(255, 255, 255, 0.5)
}


/* шестой блок */

.form .container{
    margin-top: 80px;
}

.form .container h2{
    font-family: 'Merriweather';
    font-size: 60px;
    font-weight: 900;
    color: #F87932;
    margin-top: 50px;
    margin-bottom: 20px;
}

.form .container .callreg{
    font-family: 'Lato'; 
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 5px;
    margin: 0 0 0 10;
    color: #F87932;
}


/* седьмой блок */

.footer{
    background: #151C21;
    padding-top: 5%;
    margin-top: 5%;
}

.footer .container .block1{
    display: flex;
    margin-bottom: 5%;
}

.footer .container .block1 .logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .container .block1 .logo, .c{
    width: 25%;
}

.footer .container .block1 .logo img{
    width: 40%;
}

.footer .container .block1 .c h2{
    font-family: 'Lato';
    font-weight: 700;
    font-size: 20px;
    color: white;
}

.footer .container .block1 .c p{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.footer .container .block1 .c{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .container hr{
    border: 1px solid #414141;
}

.footer .container .block2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #BBBBBB;
}

.footer .container .block2 h2{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    margin-top: 5%;
}

.footer .container .block2 p{
    font-family: 'Lato';
    font-weight: 300;
    font-size: 16px;
    margin-top: 1%;
    margin-bottom: 2%;
}

.footer .container .block2 .icons img{
    width: 25%;
    margin-left: 6%;
}


/* adaptive */

@media (max-width:420px){
    .container{
        width: 320px;
    }
    
    .background{
        width: 320px;
    }

    header .background .bg-sleva img{
        display: none;
    }

    header .container .navigat .butn{
        display: none;
    }

    .background .trav .slovo {
        font-size: 40px; 
        margin-left: 20px; 
        white-space: nowrap;
    }

    .background .slova .book{
        font-size: 10px;
        width: 150px;
        height: 40px;
        margin-left: 20px;
        margin-bottom: 100px;
    }

    header .container .trav .kubs img{
        width: 300px !important;
        height: 300px !important; 
        margin-left: 0px !important;
    }

    header .container .trav{
        display: flex;
        flex-direction: column;
    }

    main .adventure .container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .adventure .fotoodin h4{
        font-size: 15px;
        white-space: nowrap;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .adventure .fotoodin h2{
        font-size: 30px;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .adventure .fotoodin p{
        font-size: 12px;
        letter-spacing: 0px;
        display: flex;
        justify-content: center;
        text-align: center;
        width: 150px !important;
    }

    .adventure .container .img{
        width: 290px;
        height: 240px;
        margin-bottom: 70px;
        margin-left: -118px !important;
    }

    main .adventure .btn2 button{
        font-size: 10px;
        width: 150px;
        height: 40px;
    }

    .adventure .container .fotodva img{
        display: none;
    }

    .video .container .h2{
        font-size: 20px;
        margin-top: 200px;
    }

    .video .container .p{
        font-size: 10px;
        text-align: center;
        margin-left: 20px !important;
    }

    .video .container .knopka img{
        display: none;
    }

    .video .container .romb2 img{
        width: 90%;
        height: 90%;
        margin-left: 20px;
        margin-top: -70px;
    }

    .video .container .romb img{
        display: none;
    }

    main .video{
        height: 700px;
    }

    .blog .container{
        margin-top: 80px;
    }

    .blog .container .text img{
        width: 100px;
        margin: 20px;
    }

    .blog .container .text h2{
        text-align: center;
        font-size: 20px; 
    }

    .blog .container .text h3{
        text-align: center;
        font-size: 15px; 
    }

    .blog .container .text p{
        text-align: center;
        font-size: 12px; 
    }

    .blog .img {
        display: grid;
        grid-template-columns: repeat(2, 132px);
        grid-template-rows: repeat(4, 132px);
        gap: 20px;
        padding: 50px 0;
        margin-left: 10px;
    }

    .blog .img .image:nth-child(1) {
        background-image: url(../img/Rectangle\ 79.png);
        background-size: cover;
        grid-row-start: 1;
        grid-column-start: 2;
        grid-row-end: 3;
        grid-column-end: 2;
    }

    .blog .img .image:nth-child(2) {
        background-image: url(../img/Rectangle\ 82.png);
        background-size: cover;
        background-position: center;
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: 2;
        grid-column-end: 1;
    }

    .blog .img .image:nth-child(3) {
        background-image: url(../img/Rectangle\ 81.png);
        background-size: cover;
        background-position: center;
        grid-row-start: 4;
        grid-column-start: 1;
        grid-row-end: 5;
        grid-column-end: 3;
    }

    .blog .img .image:nth-child(4) {
        background-image: url(../img/Rectangle\ 80.png);
        background-size: cover;
        background-position: center;
        grid-row-start: 2;
        grid-column-start: 1;
        grid-row-end: 3;
        grid-column-end: 1;
    }

    .blog .img .image:nth-child(5) {
        background-image: url(../img/Rectangle\ 83.png);
        background-size: cover;
        background-position: center;
        grid-row-start: 3;
        grid-column-start: 1;
        grid-row-end: 4;
        grid-column-end: 2;
    }

    .blog .img .image:nth-child(6) {
        background-image: url(../img/Rectangle\ 84.png);
        background-size: cover;
        background-position: center;
        grid-row-start: 3;
        grid-column-start: 2;
        grid-row-end: 4;
        grid-column-end: 3;
    }

    .blog .container button{
        font-size: 10px;
        width: 150px;
        height: 40px;
    }

    .tour .container{
        border: 0;
        width: 320px;
    }

    .tour .container .tourist{
        font-size: 20px;
    }

    .tour .container .welcome{
        width: 110px;
    }

    .tour .container .wel{
        font-size: 10px;
    }

    .tour .container .points{
        flex-direction: column;
        margin-left: 20px;
        width: 320px;
    }

    .tour .container .points .calnd{
        display: flex;
        justify-content: start;
    }

    .tour .container .points .up{
        font-size: 20px;
        display: flex;
        justify-content: start;
        flex-direction: row;
        width: 320px;
        margin: 0 !important;
    }

    .tour .container .points .calnd .nmb{
        font-size: 50px;
    }

    .tour .container .points .up .hist{
        width: 320px !important;
    }

    .tour .container .points .calnd .data .mounth{
        font-size: 18px;
    }

    .tour .container .points .calnd .data .name{
        font-size: 20px;
    }

    .tour .container .btn{
        font-size: 10px;
        width: 150px;
        height: 40px;
    }

    .form .container h2{
        font-size: 30px;
    }

    .footer .container .block1{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer .container .block1 .c p{
        white-space: nowrap;
        margin: 8px !important;
    }

    .footer .container .block1 .c h2{
        text-align: center;
        margin-top: 20px;
    }

}
