html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

header{
    width: 100%;
    height: 100px;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header .container .left{
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

header .container .right{
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;      
}

.menu-l{
    width: 32%;
    font-family: Montserrat-Regular; 
    font-size: 16px;
    text-align: left;
    padding-top: 60px;
    cursor: pointer;
}

.menu-r{
    width: 32%;
    font-family: Montserrat-Regular; 
    font-size: 16px;
    text-align: right;
    padding-top: 60px;
    cursor: pointer;
}

header .container .logo{
    margin: 0 auto;
    text-align: center;
}

header .container .logo img{
    width: 140px;
    margin-top: 10px;
}

.banner{
    width: 100%;
    height: 600px;
}

.banner .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner .container .left{
    width: 100%;
}

.banner .container .right{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 100px;
}

.r-photo{
    width: 48%;
    height: 350px;
}

.banner .container .right img{
    width: 400px;
    border-radius: 30px;
    margin-top: 80px;
    text-align: right;
}

.banner-title{
    text-align: center;
    font-size: 42px;
    font-family: Montserrat-SemiBold;
    padding-top: 40px; 
    padding-bottom: 20px;
    color: #eb1f1e;
}

.banner-sm{
    text-align: center;
    font-size: 22px;
    font-family: Montserrat-Regular; 
}

.banner-s{
    text-align: center;
    font-size: 22px;
    font-family: Montserrat-Light; 
    padding-top: 30px;
    padding-bottom: 40px;
}

.banner-button {
    background: #000;
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 45px;
    font-family: Montserrat-Regular;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin: 0 auto;
}

.about{
    padding: 0 0 80px 0;
}

.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .left{
    width: 50%;
}

.about .left img{
    width: 80%;
}

.about .right{
    width: 50%;
}

.about .right h2{
    font-family: Montserrat-SemiBold; 
    font-size: 38px;
}

.about .right h3{
    font-family: PlayfairDisplay-BoldItalic; 
    font-size: 20px;
    padding-bottom: 30px;
}

.about .right p{
    font-family: Montserrat-Light; 
    font-size: 16px;
}

.about .right p > span{
    font-family: PlayfairDisplay-BoldItalic; 
    font-size: 18px;
}

.about-box{
    padding-top: 40px;
}

.about-box h4{
    font-size: 20px;
    font-family: Montserrat-SemiBold;
    padding-bottom: 20px;
}

.about-box ul{

}

.about-box ul > li{
    font-size: 14px;
    font-family: Montserrat-Regular; 
    padding-top: 5px;
    list-style: circle;
}

.photo-collaj{
    padding: 20px 0 80px 0;
}

.photo-collaj .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
}

.photo-c{
    width: 100%;
    margin-top: 30px;
}

.photo-c img{
    width: 100%;
}