*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'montserrat';
}

html,body{
    width: 100%;
    height: 100%;
}

.Container{
    background: rgb(252,110,122);
    background: linear-gradient(90deg, rgba(252,110,122,1) 27%, rgba(252,112,138,1) 60%, rgba(254,113,145,1) 62%);
    width: 100%;
    height: 40rem;
    display: flex;
}
.Navbar{
    background-color:transparent;
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 1.9rem;
    position: absolute;
    z-index: 1;

}

.topLeft{
    margin-left: 4rem;
    justify-content: center;
    align-items: center;
}
.topLeft h1{
    margin-left: 3rem;
    color: white;
    font-size: 2.1rem;
    font-weight: 645;
    letter-spacing: .1rem;
    cursor: default;
}
.topLeft p{
    margin-left: 3.5rem;
    color: #fff;
    font-size: 0.8rem;
    margin-top: 0.7rem;
    font-weight: 500;
    cursor: default;
}
.list{
    display: flex;
    margin-right: 1rem;

}
.list li{
    color: white;
    list-style: none;
    margin-left: 1rem;
    margin-right: 4.3rem;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 1rem;
    letter-spacing: .1rem;
}

.list li:hover{
    transform: scale(1.1);
    cursor: pointer;
    transition: .2s;
}
.leftSide{
    background-color: transparent;
    width: 55%;
    height: 40rem;
    justify-content: center;
}
.leftSide img{    width: 39rem;
    margin-top: 9rem;
    margin-left: 5rem;
    transform: rotate(20deg);
}

.rightSide{
    background-color: transparent;
    width: 45%;
    height: 40rem;
}

.Middle{
    width: 27rem;
    color: white;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-45%,-50%);
    line-height: 4rem;
   
}
.Middle h1{
    letter-spacing: .10rem;
    font-size: 3rem;
    font-weight: 630;
    cursor: default;
}
.Middle p{
    color: #fff;
    letter-spacing: .03rem;
    font-weight: 530;
    font-size: 1rem;
    margin-left: .38rem;
    margin-top: .7rem;
    cursor: default;
}

.firstButton{
    font-weight: 550;
    margin-right: .4rem;
    margin-left: .3rem;
    width: 8rem;
    height: 2.7rem;
    color: white;
    background-color: #ee5558;
    border: 2px solid #fff;
    outline: none;
    border-bottom-left-radius: 10rem;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
}

.firstButton:hover{
    cursor: pointer;
    background-color:#fff ;
    color: #ee5558;
    border: 2px solid #ee5558;
    transform: scale(1.1);
    transition: .2s;
}

.secondButton{
    font-weight: 550;
    margin-right: 1rem;
    width: 9rem;
    height: 2.7rem;
    color: white;
    background-color: #ee5558;
    border: 2px solid #fff;
    outline: none;
    border-bottom-left-radius: 10rem;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    padding-left: .7rem;
    padding-right: .7rem;
}

.secondButton:hover{
    cursor: pointer;
    background-color:#fff ;
    color: #ee5558;
    transform: scale(1.1);
    border: 2px solid #ee5558;
    transition: .2s;
}

.image{
    background-image: url(./Assets1/1QQVNOrt.jpeg);
    width: 100%;
    height: 5rem;
    background-position: center;
    background-size: cover;
}

.secondContainer{
    width: 100%;
    height: 18rem;
    background-color: transparent;
    display: flex;
    position: absolute;
}

.Background{
    display: flex;
    position: absolute;
    background-color: transparent;
    width: 80%;
    height: 14rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.icons{
    position: absolute;
    width: 80%;
    display: flex;
    margin-left: 6.5rem;
    justify-content: space-between;
}

.icons a{
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    text-decoration: none;
    color: grey;
    font-weight: 600;
    font-size: .9rem;
    cursor: default;
}
.icons img{
    width: 2rem;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
}

.icons img:hover{
    cursor: pointer;
    transform: scale(1.5);
    transition: .2s;
}
.icons span{
    margin-top: 1rem;
    font-size: 1rem;
}

.icons span:hover{
    transform: scale(1.1);
    cursor: pointer;
    transition: .2s;
}
.icons p{
    cursor: default;
    margin-top: 1.2rem;
    font-weight: 450;
    font-size: .8rem;
    text-align: center;
    color: rgb(156, 156, 156);
    justify-content: space-between;
    align-items: center;
}
.button{
    width: 8.5rem;
    height: 2.7rem;
    margin-top: 2.5rem;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
    color: white;
    background-color: #ee5558;
    border: 2px solid #fff;
    outline: none;
    font-weight: 550;
}
.button:hover{
    cursor: pointer;
    background-color:#fff ;
    color: #ee5558;
    border: 2px solid #ee5558;
    transform: scale(1.12);
    transition: .2s;
}

.thirdContainer{
    margin-top: 20rem;
    width: 100%;
    height: 85rem;
    background-color: #dadada;
    display: flex;
    position: absolute;
}

.buttons{
    width: 100%;
}

.buttons2{
    width: 6rem;
    height: 2.7rem;
    margin-top: 2.5rem;
    color: gray;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid rgb(179, 176, 176);
    outline: none;
    font-weight: 550;
    margin-left: 8.7rem;
    
}

.buttons2:hover{
    color: #ee5558;
    border-bottom: 2px solid #ee5558;
    cursor: pointer;
    transform: scale(1.12);
    transition: .2s;
}

.firstPhotos{
    width: 100%;
    height: 30rem;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}
.first{
    width: 80%;
    display: flex;
    margin-top: 3rem;
    position: relative;
    justify-content: space-between;
    margin: auto;
    margin-left: 7.5rem;
    margin-top: 3rem;

}
.one{
    width: 20rem;
    padding-bottom: 1rem;
    border: 2px solid #fff;
    border-radius: 8px;
    background-color: #fff;
}
.one img{
    margin: 1rem;
    width: 18rem;
}
.one img:hover{
    cursor: pointer;
    transition: .2s;
    transform: rotate3d(2,4,1,20deg);
}

.one h1{
    width: 5rem;
    margin: auto;
    color:rgb(51, 50, 50);
    margin-top: 1rem;
    font-size: 1.7rem;
    cursor: default;
}
.one p{ 
    width: 20rem;
    margin-top: 1rem;
    font-weight: 550;
    font-size: .8rem;
    text-align: center;
    color: rgb(119, 116, 116);
    justify-content: space-between;
    align-items: center;
    align-self: center;
}

.one span p{
    width: 2rem;
    margin-left: 6.5rem;
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ee5558;
}
.one span p:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: .2s;
}

.lastButton{
    width: 8.5rem;
    height: 2.7rem;
    padding: .8rem;
    border-radius: 4px;
    color: #ee5558;
    background-color: #fff;
    border: 2px solid #ee5558;
    outline: none;
    font-weight: 550;
    text-align: center;
    margin: auto;
    margin-top: 6rem;
}
.lastButton:hover{
    cursor: pointer;
    background-color:#ee5558 ;
    color: #fff;
    border: 2px solid #fff;
    transform: scale(1.1);
    transition: .3s;
}

.forthContainer{
    width: 100%;
    margin-top: 105rem;
    display: flex;
    flex-direction: column;
    position: absolute;
}

.images2{
width: 100%;
height: 27rem;
display: flex;
position: absolute;
}

.images2 img{
    width: 100%;
    height: 27rem;
    align-self: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.imageColor{
    width: 100%;
    height: 27rem;
    display: flex;
    position: absolute;
    background: rgb(121,78,69);
    background: linear-gradient(90deg, rgba(121,78,69,0.6923144257703081) 15%, rgba(108,68,58,0.6811099439775911) 51%, rgba(121,78,69,0.6306897759103641) 95%);
}

.innerPart{
    width: 90%;
    height: 18.5rem;
    background-color: transparent;
    display: flex;
    margin: auto;
    margin-top: 3rem;
    border: 2px solid #dadada;
}

.core{
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 3rem;
}

.core h1{
    width: 36rem;
    font-size: 2.8rem;
    text-align: center;
    font-weight: 620;
    color:#dadada;
}

.coreButton{
    width: 10rem;
    height: 2.7rem;
    padding: .8rem;
    border-radius: 4px;
    background-color: #794e45bf;
    border: 2px solid #dadada;
    color: #dadada;
    outline: none;
    font-weight: 550;
    text-align: center;
    margin: auto;
    margin-top: 2.7rem;
}

.coreButton:hover{
    transform: scale(1.1);
    transition: .2s;
    cursor: pointer;
}

.holder{
    display: flex;
    position: absolute;
    margin: auto;
    left:42%;
    top: 93.5%;
    transform: translate(-35%,-5%);
    z-index: 1;
}
.holder input{
    width: 35rem;
    height: 4rem;
    padding: 1rem;
    padding-left: 2rem;
    outline: none;
    border-top-left-radius: 10rem;
    border-bottom-left-radius: 10rem;
    border: 2px solid #fff;
}
.holder input::placeholder{
    font-size: 1rem;
    font-weight: 545;
    letter-spacing: .05rem;
    color: grey;
}
.moreButton{
    width: 10rem;
    font-weight: 550;
    letter-spacing: .05rem;
    height: 4rem;
    color: white;
    background-color: #ee5558;
    border: 2px solid #ee5558;
    outline: none;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    cursor: pointer;
}

.fifthContainer{
    background-color: #333333;
    width: 100%;
    height: 18rem;
    margin-top: 132rem;
    display: flex;
    flex-direction: column;
    position: absolute;
}

.frontSide{
    width: 100%;
    margin:auto;
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
}

.text{
    margin-left: 7rem;
    margin-right: 7rem;
    color: #dadada;
}
.text h2{
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.text li{
    list-style: none;
    line-height: 1.8rem;
    font-size: .8rem;
}
