*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Arial Narrow Bold', sans-serif;
}

body{
    /* width: 1280px; */
    width: 1280px;
    margin: 0 auto;
}

header{
    /* padding: 70px; */
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 70px;
}

nav{
    width: 60%;
}

nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

nav ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #B8BECD;
}

#home{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #202336;
}

.circle{
    background: #1ABE84;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-circle{
    border: 3px solid white;
    background: #FB8F1D;
    width: 18px;
    height: 18px;
    border-radius: 100%;
}

button{
    width: 132px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #FB8F1D;
    cursor: pointer;
}

.login{
    color: #FB8F1D;
    background: white;
    margin-right: 15px;
}
.login:active{
    background: #FB8F1D;
    color: white;
}

.register{
    background: #FB8F1D;
    color: white;
}
.register:active, .explore:active, .more:active, .more4:active{
    background: white;
    color: #FB8F1D;
}

.container1{
    /* border: 1px solid yellow; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 50px 150px 70px;
}

.left{
    /* border: 1px solid red; */
    width: 60%;
}
.right{
    /* border: 1px solid purple; */
    width: 50%;
    height: 600px;
    margin-left: 70px;
}

.left h1{
    font-size: 64px;
    margin-bottom:50px;
}

.left p{
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.bar{
    width: 32px;
    border: 1px solid black;
    margin: 20px 0 30px 0;
}

select{
    height: 52px;
    width: 220px;
    border-radius: 6px;
    padding: 0 20px;
    border: 0.8px solid #AFB0B9;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    position: relative;
    background: rgba(255, 255, 255, 0);
    color: black;
}
option{
    color: black;
}

.drop{
    position: relative;
}
.down1, .down2{
    position: absolute;
    top: 25%;
}
.down1{
    right: 60%;
}
.down2{
    right: 10%;
}

.drop1{
    margin-bottom: 30px;
}
.drop2{
    margin-bottom: 40px;
}

#activity, #date{
    margin-left: 30px;
}

.explore{
    width: 180px;
    height: 52px;
    background: #FB8F1D;
    color: white;
}

.container2, .container4{
    /* border: 1px solid blue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 50px 150px 70px;
}

.container4{
    flex-direction: row-reverse;
}
.left2{
    margin-right: 30px;
}
.right2{
    /* border: 1px solid red; */
    padding-left: 80px;
}
.right4{
    padding-right: 160px;
}
.right2 h1, right4 h1{
    font-size: 32px;
    font-weight: 700;
}
.right2 p, .right4 p{
    font-size: 17px;
    font-weight: 300;
    margin: 30px 0;
}

.more, .more4{
    width: 164px;
    background: #FB8F1D;
    color: white;
}

.container3{
    /* border: 1px solid green; */
    margin: 0 50px 150px 70px;
}
.title{
    display: flex;
    justify-content: space-between;
    /* width: 80%; */
    margin: 50px auto;
}
.viewall{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #FB8F1D;
}

.photocard, .photocard2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.photo{
    width: 260px;
    height: 330px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.gallery:hover{
    transition: transform 0.4s ease;
    transform: scale(1.05);
}

.plate{
    /* border: 1px solid green; */
    background: white;
    width: 120px;
    height: 56px;
    position: absolute;
    bottom: 0;
    border-radius: 0 6px 0 8px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding-top: 10px;
}
.plate p{
    font-size: 16px;
    font-weight: 600;
    color: #042521;
}
.plate span{
    font-size: 15px;
    font-weight: 500;
    color: #80918E;
}

.testimonial{
    /* border: 1px solid red; */
    margin: 20px 50px 30px 70px;
}

.container5{
    /* border: 1px solid blue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 50px 150px 70px;
}
.star{
    /* border: 1px solid green; */
    width: 150px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.quote{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px;
}
.left5 h1{
    font-size: 22px;
    font-weight: 700;
    line-height: 48px;
}
.founder{
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}
.right5{
    /* border: 1px solid red; */
    min-width: 380px;
    height: 490px;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}
#keys{
    z-index: 1;
    position: absolute;
    background: white;
    width: 132px;
    height: 60px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-left: 10%;
}
#ceo{
    width: 380px;
    height: 490px;
    border-radius: 14px;
    object-fit: cover;
    transition: transform 0.4s ease;
    position: relative;
    
}
.right5:hover #ceo{
    transform-origin: 50% 50%;
    transform: scale(1.05);
    height: 100%;
}

.container6{
    /* border: 1px solid green; */
    margin: 0 50px 200px 70px;
}

.cards{
    /* border: 1px solid palevioletred; */
    border-radius: 14px;
    width: 280px;
    height: 520px;
    overflow: hidden;
}
.cards h1{
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    padding: 20px 0;
}
.cards p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #7D7987;
    padding-bottom: 30px;
    padding-right: 20px;
}
.cards a{
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    color: #FB8F1D;
    text-decoration: none;
}
.pics{
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    width: 280px;
    height: 280px;
    object-fit: cover;
}
.cards:hover .pics{
    transform: scale(1.05);
    transition: transform 0.4s ease;
    transform-origin: 50% 50%;
}

footer{
    margin: 150px 0 0 0;
    background: #F9F9FB;
    width: 100%;
}
.foot-nav{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* border: 1px solid red; */
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 50px;
}

.branch h1{
    font-size: 19px;
    font-weight: 700;
    line-height: 60px;
}
.branch ul li a, .branch p{
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
    text-decoration: none;
    color: #848484;
}
.branch p{
    line-height: 28px;
}
.quote2{
    margin: 30px 0;
}
.copyright{
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
.branch1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
hr{
    width: 90%;
    margin: 0 auto;
    border: 0.1px solid #C4C4C4;
}
.social{
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
}
.social a img:hover{
    transition: ease 0.5s;
    transform: scale(2);
}