body{
    margin: 0;
}
html{
    scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
    margin: 0;
}

/* inside the container */
.container{
    height: 100vh;
    max-width: 1140px;
    margin: 0px 10%;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
/* inside the container */

/* start header */
header{
    background-image: url(/image/BG11.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: 0px;
    right: 0px;
}
header .header-content{
    justify-content: space-between;
    display: flex;
    flex: 50%;
    margin:  27px 5%;
}
header .header-content .header-nav{
    display: flex;
}
header .header-content .header-nav a{
    margin: 0px 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
}
header .header-content .header-cnav{
    display: flex;
}
header .header-content .header-cnav a{
    margin: 0px 10px;
    color: #ffffff;
    font-size: 20px;
}

/* Header fixed */
header.fixed{
    background: none;
    background-color: #2e3136;
    position: fixed;
    transition: ease .5s;
}
header.fixed .header-content{
    margin:  17px 5%;
}
/* end header */

/* start home1 */
.home1{
    background-image: url(/image/BG11.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home1 .container{
    height: 50vh;
}
.home1 .home1-content{
    display: flex;
    margin: 10% auto;
    color: #ffffff;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.home1 .home1-content .simp{
    font-size: 38px;
    font-weight: bolder;
    margin-right: 10px;
}
.home1 .home1-content .trav{
    font-size: 38px;
    font-weight: 100;
    border: 3px solid #ffffff;
    padding: 20px 10px;
    margin-top: -23px;
}
/* end home1 */

/* START home2 */
.home2{
    height: 750vh;
}
.home2 .home2-content{
    display: flex;
    max-width: 100%;
    margin-top: 50px;
}
.home2 .home2-content .left-side{
    width: 75%;
}
.home2 .home2-content .left-side .content{
    display: flex;
    width: 100%;
}
.home2 .home2-content .left-side .travel{
    margin-top: 60px;
}
.home2 .home2-content .left-side .travel .content img{
    height:180px;
    width: 35%;
    margin: 10px 0px;
    margin-right: 30px;
}
.home2 .home2-content .left-side .travel .content .text{
    width: 70%;
}
.home2 .home2-content .left-side .travel .content .text h1{
    font-size: 42px;
}
.home2 .home2-content .left-side .travel .content .text h4{
    font-size: 18px;
    margin: 10px 0px;
}
.home2 .home2-content .left-side .travel .content .text h3{
    font-size: 22px;
    margin-top: 40px;
}
.home2 .home2-content .left-side .travel .social-media{
    width: 800px;
    height: 45px;
    display: flex;
    text-align: center;
    margin-top: 20px;
    letter-spacing: .5px;
}
.home2 .home2-content .left-side .travel .social-media .soc-con{
    flex-grow: 10;
    flex-shrink: 10;
    flex-basis: 300px;
    transition: ease .1s;

    display: flex;
    margin: 5px;
}
.home2 .home2-content .left-side .travel .social-media .soc-con:hover{
    flex-shrink: 1;
}
.home2 .home2-content .left-side .travel .social-media .soc-con .fa{
    margin-top: 10px;
}
.home2 .home2-content .left-side .travel .social-media .soc-con .fa {
    border-radius: 5px;
    color: #ffffff;
    margin-right: 20px;
}

.home2 .home2-content .left-side .travel .social-media .soc-con .fa-facebook{
    background-color: #3e63ad;
}
.home2 .home2-content .left-side .travel .social-media .soc-con .fa-pinterest{
    background-color: #c73a3a;
}
.home2 .home2-content .left-side .travel .social-media .soc-con .fa-twitter{
    background-color: #00a2ff;
}

.home2 .home2-content .left-side .travel .social-media .soc-con a{
    width: 100%;
    text-decoration: none;
}
.home2 .home2-content .left-side .travel .social-media .soc-con .aFb::after{
    width: 100%;
    color: #ffffff;
    content: "";
    transition: ease-in-out 1s;
}
.home2 .home2-content .left-side .travel .social-media .soc-con .aFb:hover::after{
    content: "Share";
}
.home2 .home2-content .left-side .travel .social-media .soc-con .aPin::after{
    width: 100%;
    color: #ffffff;
    content: "";
    transition: ease-in-out 1s;
}
.home2 .home2-content .left-side .travel .social-media .soc-con .aPin:hover::after{
    content: "Pin";
}
.home2 .home2-content .left-side .travel .social-media .soc-con .aTwit::after{
    width: 100%;
    color: #ffffff;
    content: "";
    transition: ease-in-out 1s;
}
.home2 .home2-content .left-side .travel .social-media .soc-con .aTwit:hover::after{
    content: "Tweet";
}


.home2 .home2-content .right-side{
    width: 23%;
    margin-left: 2%;
}
.home2 .home2-content .right-side .right-center{
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}
.home2 .home2-content .right-side .right-center img{
    height: 100px;
    width: 100px;
    padding: 50px;
    border: 1px solid black;
    border-radius: 50%;
    margin-bottom: 30px;

}
.home2 .home2-content .right-side .right-center p{
    font-size: 18px;
}
.home2 .home2-content .right-side .right-center a{
    font-size: 18px;
    text-decoration: none;
    color: rgb(82, 137, 255);
}
.home2 .home2-content .right-side .right-block{
    margin-bottom: 30px;
}
.home2 .home2-content .right-side .right-block h2{
    margin: 30px 0;
    width: 100%;
    font-size: 34px;
}
.home2 .home2-content .right-side .right-block input{
    width: 100%;
    padding: 10px 13px;
    font-size: 20px;
    color: #666666;
    background-color: #fafafa;
    border: 1px solid #cccccc;
}
.home2 .home2-content .right-side .right-block a{
    font-size: 22px;
    display: block;
    margin: 10px 0;
    text-decoration: none;
    color: rgb(82, 137, 255);
}
.home2 .home2-content .right-side .right-block a:hover{
    color: black;
}
.home2 .home2-content .right-side .fa{
    background-color: #59b9de;
    color: #ffffff;
    padding: 5px;
    font-size: 40px;
    margin: 0px 2px;
    transition: ease .5s;
}
.home2 .home2-content .right-side .fa:hover{
    background-color: #1a79a5;
}
.home2 .home2-content .right-side .fa-facebook{
    padding: 5px 11px;
}
/* end home2 */

/* start footer */
footer{
    /* margin-top: 100%; */
    height: 10vh;
    background-color: #2e3136;
}
footer .footer-content{
    margin: auto;
    margin-top: 25px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
/* end footer */