@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&family=Mulish:wght@200;300;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap');


*{
    margin: 0;
    padding: 0;
}

body{
    background: #ffffff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


nav{
    width: 1349px;
    display: flex;
    height: 80px;
    /* margin-bottom: 20px; */
    box-shadow: 0 0 5px rgb(223, 223, 223);
}

nav .nav-link{
    font-size: 18px;
    width: 120px;
    display: flex;
    justify-content: center;
}

nav a:hover:not(.navbar-brand){
    display: flex;
    transition: .9s;
    width: 120px;
    background: #0ac9b9;
    border-radius: 5px;
}

nav .navbar-brand .img{
    width: 70px;
    /* margin-top: 30px; */
    height: 70px;
}

.img-fixed{
    width: 100%;
    display: flex;
}
.img-fixed .img{
    width: 100%;
    background: url(/image/about_one.png);
    height: 550px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    /* background-size: 1400px 600px; */
    background-size: contain;
    /* margin-bottom: 10px; */
}

.img h2{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-left: 50px;
    font-weight: 700;
    font-size: 90px;
}

/* .container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
} */

.about-text{
    margin-top: 50px;
}
.about-text p
{
    margin:0 100px;
    text-align: justify;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 18px;
}

.about-text  h3{
    margin:30px 0 10px 100px;
    font-family: 'Red Rose', cursive;
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Suwannaphum', cursive; */
    /* margin-left: 20px; */
    font-weight: bold;
}

.text-gif,
.text-img{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
}

.about-text .text-gif img{
    width: 50rem;
    height: 500px;
}

.text-img img{
    width: 40rem;
    margin: 0 10px;
    height: 500px;
}

.ul{
    display: flex;
    justify-content: center;
    margin: 30px;
}
.ul li{
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
    font-size: 17px;
    font-size: 18px;

}

.button{
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration: none;
    font-size: 19px;
    margin: 20px;
    background: #f57878;
}

ul li{
    margin: 10px 0;
}

.contact{
    width: 1349px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: left;
    background: rgb(235, 226, 226);
    /* box-shadow: 0 0 5px #2c2b2b; */
    margin-top: 50px;
}

.contact .cont{
    width: 1349px;
    display: flex;
    /* justify-content: left; */
    align-items: center;
}
.cont img{
    height: 130px;
    margin: 0 50px;
    width: 130px;
}
.cont ul,
.cont ul{
    color: #000;
    /* display: inline-flex; */
    /* margin: 10px 10px; */
    margin-left: 200px;
    list-style: none;
}
.cont ul li a{
    color: #000;
    text-decoration: none;
    font-size: 19px;
    text-align: justify;
}

.cont .cont-icon {
    font-size: 30px;
    display: inline-flex;    
}

.cont .ul-icon li{
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-flex;
    margin: 0 30px;
    padding: 10px 10px;
}

@media screen and (max-width: 360px){
    body{
        background: #ffffff;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    nav{
        width: 360px;
        display: flex;
        height: min-content;
        margin-bottom: -10px;
    }
    
    nav a{
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 900;
    }

    nav .nav-link{
        display: flex;
        width: auto;
        justify-content: unset;
    }
    nav a:hover:not(.navbar-brand){
        display: flex; 
        background: #929192;
        width: auto;       
        transition: none;
        border-radius: unset;

    }
    
    nav .navbar-brand .img{
        width: 70px;
        height: 50px;
        margin-top: 0;
        box-shadow: none;
    }

    .img-fixed{
        width: 100%;
        display: flex;
    }
    .img-fixed .img{
        width: 100%;
        background: url(/image/about_one.png);
        height: 550px;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        /* background-size: 1400px 600px; */
        background-size: contain;
        /* margin-bottom: 10px; */
    }
    
    .img-fixed .img h2{
        display: flex;
        justify-content: center;
        margin-top: 30px;
        margin-left: 50px;
        /* font-weight: 700; */
        font-size: 20px;
    }
    
    
    .about-text{
        margin-top: -300px;
    }
    .about-text p
    {
        margin:0 10px;
        text-align: justify;
        /* font-family: 'Montserrat', sans-serif; */
        font-size: 18px;
    }
    
    .about-text  h3{
        margin:20px 0 10px 10px;
        /* font-family: 'Red Rose', cursive; */
        font-family: 'Poppins', sans-serif;
        /* font-family: 'Suwannaphum', cursive; */
        /* margin-left: 20px; */
        font-weight: bold;
    }
    
    .text-gif,
    .text-img{
        display: inline-block;
        /* justify-content: center; */
        width: 100%;
        margin: 30px 0;
    }
    
    .about-text .text-gif img{
        width: 20rem;
        height: 300px;
        margin: 0 10px;
    }
    
    .text-img img{
        width: 20rem;
        margin: 10px 10px;
        height: 300px;
    }
    
    .ul{
        display: flex;
        justify-content: center;
        margin: 30px;
    }
    .ul li{
        font-family: 'Poppins', sans-serif;
        margin: 10px 0;
        font-size: 17px;
        font-size: 18px;
    
    }

    .contact{
        width: 360px;
        height: 200px;
        display: flex;
        align-items: center;
        margin-top: 30px;
        /* justify-content: center; */
        background: rgb(235, 226, 226);
        /* box-shadow: 0 0 1px #2c2b2b; */
    }
    
    .contact .cont{
        width: 360px;
        display: flex;
        align-items: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
    }
    .cont img{
        position: absolute;;
        height: 50px;
        margin: 0 0;
        margin-top: -60px;
        margin-left: 300px;
        width: 50px;
    }
    
    .cont ul{
        color: #000;
        /* display: inline-flex; */
        /* margin: 10px 10px; */
        margin-top: 10px;
        margin-left: 20px;
        list-style: none;
    }
    .cont ul li a{
        color: #000;
        text-decoration: none;
        font-size: 19px;
        text-align: justify;
    }
    
    .cont .cont-icon {
        font-size: 24px;
        display: inline-flex;  
        margin-top: 100px;  
    }
    
    .cont .ul-icon li{
        width: 30px;
        height: 30px;
        position: relative;
        display: inline-flex;
        margin: 0 10px;
        
        padding: 10px 10px;
    }
}