/*CSS page for WEB2 Final Project*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
    border: qpx solid red;
       
}

/*███    ███  █████  ██ ███    ██     ███████ ████████ ██    ██ ██      ███████ ███████ 
████  ████ ██   ██ ██ ████   ██     ██         ██     ██  ██  ██      ██      ██      
██ ████ ██ ███████ ██ ██ ██  ██     ███████    ██      ████   ██      █████   ███████ 
██  ██  ██ ██   ██ ██ ██  ██ ██          ██    ██       ██    ██      ██           ██ 
██      ██ ██   ██ ██ ██   ████     ███████    ██       ██    ███████ ███████ ███████ */ 

body{
    background-color: rgb(30, 57, 83);
    color: #ffffff;
}

nav{
    display: flex;
}


/*FONT family */

.hind-siliguri-light {
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .hind-siliguri-regular {
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  
  .hind-siliguri-semibold {
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
 

  main{
    width: 100%;
}


/*CONTENTS*/

.flex-container{
    display:flexbox ;
}

.homeflex-item{
    display: flex;
}

.flex-container-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0px;;
}


#nav-menu{
    justify-content: flex-end;
    width: 40%;
}

#nav-menu img{

    width: 100%;
}

.nav-item{
    display: flex;
    flex-direction: row;
}

.nav-item img{
    width: 30%;
    padding: 20px;
}

#nav-logo img{
    width: 100%;
}


#nav-logo{
    justify-content: flex-start;
    width: 30%;
}




#menu-links{
    display: flex;
}




#menu-links ul {
    display: flex;
    flex-direction: column;
    list-style: none;
   background-color: rgb(222, 229, 243);
}

#menu-links li{
    border: 1px solid rgb(236, 183, 167);
    text-align: center;
    padding: 10px;
    width: 200px;

}

#menu-links ul li a{
    display: inline-block;
    color: black;
    text-decoration: none;
    padding: 20px;
    font-weight: bold;
    

}

.button1{
    width: 250px;
    background-color: rgb(245, 244, 240);
    border-radius: 6px;
    padding: 15px;
    margin: 12px;
    font-size: 20px;
    color: rgb(24, 1, 1);
    font-weight: bolder;  
    text-align: center;
    text-decoration: none;
}






/*=================HOME =================================
==================PAGE 1================================*/


.flex-container-hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
   width: 100%;
    background-color: rgb(27, 67, 94);
    background-image: url(../img/taipei.jpg);
    background-repeat: no-repeat;
    height: 300px;
    text-align: center;
    margin: 20px opx;

}

#hero-img{
    display: flex;
    width: 100%;
    object-fit: cover;
}


.flex-container-home{
    padding: 20px 30px;
    margin: 20px;
    text-align: center;
}

.flex-container-home img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}



.flex-container-button{
    display: flex;
    flex-direction: column;
    align-items: center;
}


       
#home-text{
    margin-top: 20px;

}
#home-text h2{
    margin: 20px;
}

.home-button-papa{
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-button{
    background-color: white;
    border: 1px solid rgb(224, 214, 214);
    border-radius: 6px;
    width: 100px;
    padding: 10px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    font-weight: bolder; 
  
}



/*=================CULTURE ============================
==================PAGE 2================================*/

.flex-container2{
    display:flex ;
}

.culture-content1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.culture-content2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.c-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   ;
}


.c-content h1{
    padding: 20px;
    margin: 20px;

}

.c-container img{
    padding: 20px;
    height: 200px;

}

.culture1-content{
    display: flex;
    align-items: center;
    width: 50%;
}
.content1-left img{
    width: 100%;
    padding: 20px;

}

.content1-right{
    width: 90%;
    padding: 0px 50px;
    margin-top: 40%;
    border: 1px solid whitesmoke;
    border-radius: 50px;
    background-color: hsl(39, 86%, 33%);
    height: 220px;
    text-align: center;
    padding: 20px;

}

.content3-text{
   
    border: 2px solid hsl(39, 86%, 33%);
    background-color: whitesmoke;
    color:hsl(39, 86%, 33%);
    font-size: 20px;
    padding: 30px;
    margin: 30px;
}

.content4-img img{
    padding: 30px;
    height: 300px;
    width: 100%;

}

    



/*=================Activity ============================
==================PAGE 3================================*/

.flex-container-activity{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


.ac-parent{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    margin: 20px;

}

.flex-container-ac{
    display: flex;
    flex-direction: column;
    width: 100%;
   
}

.flex-container-ac img{
    width: 100%;
}

.flex-container-ac2{
    display: flex;
    width: 100%;
    height: 300px;
    padding: 20px;
    margin: 10px;
    flex-direction: column;
    align-items: center;

}


.flex-container-ac2 img{
    width: 100%;
    height: 300px;
    padding: 10px;
    margin: 10px;

}
    
.flex-container-ac2 h4{
    padding: 10px;
    margin: 10px;

}

.flex-container-ac2 p{
    padding: 10px;
  

}

.flex-container-ac h2{
    padding: 10px;
    color: #ffffff;
}
.flex-container-ac h4{
    padding: 10px;
    font-size: 26px;
    color: #ffffff;
}

.flex-container-ac p{
    font-size: 18px;
    color: #ffffff;
    margin: 10px;
    
}
  .ac-baby{
    padding: 20px;

}

/*=================FOOD ============================
==================PAGE 4================================*/
.flex-container-food{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-container-fd{
    display: flex;
    flex-direction: column;
    width: 85%;
    padding: 20px;
    margin: 20px;
    text-align: center;

}

.fd-text{
    padding: 20px;
    margin: 10px;
    width: 100%;
}

.fd-text h2{
    padding: 10px;


}
   


.flex-container-fd h4{
    padding: 10px;
    margin: 10px
}






/*=================REACH US ============================
==================PAGE 5================================*/


/*This is Matcha Contact Form page 5 start*/
*{box-sizing: border-box;	
}


.form-c1{
    text-align: center;
}

.form-bg{
    display: flex;
    flex-direction: column;
    background-color:rgb(115, 166, 224) ;
    color: white;
    background-image: url("../img/sunmoon.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode:multiply;
    padding: 40px;
    margin: 20px; 
    align-items: center;
}


 form{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    
}

.form-bg p{
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}

input{
    display: flex;
    width: 100%;
}

form input{
	width: 100%;
	padding: 20px;
	margin: 20px;
	background-color: transparent;
	color: #0B1302;
	border: 1px solid #ffffff;
    background-color: rgb(210, 216, 221);
	border-radius: 3px;
}


#form-button button{
    display: flex;
    padding: 20px;
    margin: 20px;
    background-color: #150b01;
    color: white;
    border-radius: 6px;
   
}

#form-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
}

.comments {
	padding: 80px;
	border-radius: 5px;
    height: 80px;
    text-align: center;
}














/* .----------------.  .----------------.  .----------------. 
| .--------------. || .--------------. || .--------------. |
| | ____    ____ | || |              | || |    ___       | |
| ||_   \  /   _|| || |              | || |  .'   '.     | |
| |  |   \/   |  | || |              | || | /  .-.  \    | |
| |  | |\  /| |  | || |              | || | | |   | |    | |
| | _| |_\/_| |_ | || |      _       | || | \  `-'  \_   | |
| ||_____||_____|| || |     (_)      | || |  `.___.\__|  | |
| |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'   */ 


/* Extra small devices (phones, 600px and down) */ 
@media only screen and (max-width: 600px) {

 
    
    nav{
        position: relative;

    }

    #menu-links{
        position: absolute;
        right: 0;
        top: 0;
        display: none;
        flex-direction: column;
        align-items:flex-end;
    }
  

#nav-menu{
    display: flex;
    padding: 0px 30px;

}

    #nav-menu img{  
        width: 50%;

    }
    
    .nav-item{
        display: flex;
        flex-direction: row;
    }
    
    .nav-item img{
        width: 30%;
        padding: 20px;
    }
    
    #nav-logo img{
        width: 100%;
    }
    
    
    #nav-logo{
        justify-content: flex-start;
        width: 30%;
    }
    
    #nav-logo img{
        width: 100%;
    }
 
 
   
    #hero-video{
        display: none;
    }
 

      .flex-container-ac{
        display: flex;
        flex-direction: column;

    }

    .flex-container-button{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .home-button-papa{
        margin: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

      .box1{
        width: 100%;
      }

    .homeflex-item{
        display: flex;
        flex-direction: column;
    }
       
    #home-text, .home-boximg{
        width: 100%;
        
    }
/*---------activity-----xs ----*/
.flex-container-activity{
    padding: 20px;
}

.flex-container-ac2 img{
    width: 100%;
    
}
  
.ac-parent{
    display: flex;
    flex-direction: column;
}

.flex-container-ac2{
    display: flex;
    padding: 20px;
   
}
  .ac-text{
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
}

.lastpart{
    display: flex;
    padding: 20px;
    margin: 10px;
}
.ac-last{
    display: flex;
    flex-direction: column;

}

.ac-last img{
    width: 100%;
    padding: 20px;
    margin: 10px;
}



/*---food page---*/

    .flex-container-fd{
        display: flex;
        margin-left: none;
    }

    .fd-food{
        display: flex;
        justify-content: flex-start;
        width: 40%;

        
    }
    
    .fd-food img{
       height: 200px;
       
    }
    
    .flex-container-fd{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    .fd1-img{
        display: flex;
        width: 60%;
        justify-content: center;
        padding: 10px;
    }

    .fd1-img img{
        display: flex;
        width: 80%;
    }

    .fd1-text{
        width: 60%;
        text-align: center;
        padding: 20px;
        margin: 10px;
        display: flex;
        flex-direction: column;

    }

    .fd1-text h4{
        font-size: 24px;
        padding: 10px;
    }
      
    .fd1-text p{
        font-size: 18px;
        padding: 10px;
    }





    /*--footer----*/
    
.footer1{
	width: 100%;
	text-align:center;
padding: 20px;
margin-top: 30px;
	height: 120px;	
    background-color: rgb(136, 104, 104) ;
    color: whitesmoke;

}



.copyright p{
    text-align: center;
	font-size: 10px;
	padding-top: 30px;
	
}
.copyright h6{
    text-align: center;
	font-size: 15px;
	padding-top: 30px;

}
    .col-xs-1 {
        width: 8.33%;
    }

    .col-xs-2 {
        width: 16.66%;
    }

    .col-xs-3 {
        width: 25%;
    
    }
    .col-xs-4 {
        width: 33.33%;
    }

    .col-xs-5 {
        width: 41.66%;
    }

    .col-xs-6 {
        width: 50%;
    }

     .col-xs-7 {
            width: 58.33%;
        }

    .col-xs-8 {
            width: 66.66%;
        }

     .col-xs-9 {
            width: 75%;
        }

    .col-xs-10 {
            width: 83.33%;
        }

      .col-xs-11 {
            width: 91.66%;
        }

    .col-xs-12 {
            width: 100%;
        }

}   


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    nav{
        position: relative;

    }

    #nav-menu img{  
        width: 50%;

    }
    
    .nav-item{
        display: flex;
        flex-direction: row;
    }
    
    .nav-item img{
        width: 30%;
        padding: 20px;
    }
    
    #nav-logo img{
        width: 100%;
    }
    
    
    #nav-logo{
        justify-content: flex-start;
        width: 30%;
    }
    
    #nav-logo img{
        width: 100%;
    }
 
 
    #menu-links{
        position: absolute;
        right: 0;
        top: 0;
        display: none;
        flex-direction: column;
        align-items:flex-end;
    }



    nav .img-logo{
        margin-top: 25px;
           width: 40%;
       }

       .nav-items{
        display: block;
    }


    
    .nav-item{
        width: 33%;
    }

    #hero-video{
        display: none;
    }


    .flex-container-button{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    

    .home-button-papa{
        margin: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    
    .homeflex-item{
        display: flex;
        flex-direction: column;
    }
       
    #home-text, .home-boximg{
        width: 100%;
        
    }


/* Food page---------*/

.flex-container-fd{
    display: flex;
    margin-left: none;
}

.fd-food{
    display: flex;
    justify-content: flex-start;
    width: 40%;

    
}

.fd-food img{
   height: 200px;
   
}
   
    .col-sm-1 {
        width: 8.33%;
    }

    .col-sm-2 {
        width: 16.66%;
    }

    .col-sm-3 {
        width: 25%;
    
    }
    .col-sm-4 {
        width: 33.33%;
    }

    .col-sm-5 {
        width: 41.66%;
    }

    .col-sm-6 {
        width: 50%;
    }

     .col-sm-7 {
            width: 58.33%;
        }

    .col-sm-8 {
            width: 66.66%;
        }

     .col-sm-9 {
            width: 75%;
        }

    .col-sm-10 {
            width: 83.33%;
        }

      .col-sm-11 {
            width: 91.66%;
        }
        
    .col-sm-12 {
            width: 100%;
        }

}  




/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #nav-menu{
        display: none;
    }
    
    .menu-links{
        flex-direction: row;
    }

    #icon-close{
        display: none;
    }
       
    .homeflex-item{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin:0px 30px;
        justify-content: space-around;   
    }

   
      
    #home-text{
        border: 1px solid rgb(248, 248, 249);
        border-radius: 6px;
        padding: 20px;
        margin: 20px 30px;
    }


    

   


    .col-md-1  { width: 8.33%;}
    .col-md-2 {width: 16.66%;}
    .col-md-3{ width: 25%; }  
    .col-md-4 { width: 33.33%; }
    .col-md-5 { width: 41.66%;  }  
    .col-md-6 {width: 50%; } 
     .col-md-7 { width: 58.33%; }
    
    .col-md-8 {  width: 66.66%;  }
    
     .col-md-9 { width: 75%; }
    
    .col-md-10 {  width: 83.33%;}
    
      .col-md-11 {   width: 91.66%; }  
    .col-md-12 { width: 100%; }
        
       
}
    
    
    
   


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


    .flex-container-nav{
        display: block;
    }

    #nav-logo img{
        width: 100%;
    }
    
    
    #nav-logo{
        justify-content: flex-start;
        width: 30%;
    }
    
    #menu-links{
        position: static;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items:center;
    }
    
    #menu-links ul {
        display: flex;
        flex-direction:row;
        list-style: none;
        background-color: transparent;
     
    }
    




    #menu-links li{
        border: 1px solid rgb(236, 183, 167);
        text-align: center;
        padding: 10px;
        width: 150px;
    
    }
    
    #menu-links ul li a{
        display: inline-block;
        color: rgb(253, 253, 253);
        text-decoration: none;
        padding: 20px;
        font-weight: bold;  
    
    }

    #menu-links ul li {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;

    }
    


    
    .homeflex-item{
        display: flex;
        flex-direction: row;
       
        
    }
       

    .flex-container-hero{
        background-image: none;
        position: relative;
        overflow: hidden;
        display: flex;
    } 

    #hero-video{
        display: block;
        position:absolute;
        z-index: 1;
        height:700px;
        display: flex;
    }

    .vid-text{
        z-index: 2;
       
        opacity: 0.7;
        height: 150px;
        margin-top: 60px;
        text-align: center;
        font-size: 40px;
        color: rgb(248, 247, 246);
       
    }

  

    #vid{
        width: 100%;
        height: 1000px;
        opacity: 0.4;
        
    }

    #vid-text .button1{
        border: 1px solid red
        
    }

    .homeflex-item{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin:10px 30px;
        justify-content: space-around;   
    }

   
      
    #home-text{
        border: 1px solid rgb(248, 248, 249);
        border-radius: 6px;
        padding: 50px;
        margin: 30px 5%;
        
    }

   #home-text img{
    width: 90%
   }

/*------- Culture page------------ */
.c-content{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 20px 0px;
}

.c-content img{
    width: 100%;
}

.c-content h1{
    font-size: 36px;
    text-align: center;
   
}


.culture-content1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.culture-content2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.content1-left img{
    width: 70%;
    padding: 20px;

}

.content1-right{
    width: 100%;
    padding: 0px 50px;
    margin-top: 40%;
    border: 1px solid whitesmoke;
    border-radius: 50px;
    background-color: hsl(39, 86%, 33%);
    height: 300px;
    text-align: center;
    padding: 40px 80px;
    margin-right: 30%;

}

.content1-right h2{
    font-size: 30px;
    padding: 10px;
    margin: 10px;
}

.content1-right p{
    font-size: 24px;
}

.content3-text{
    width: 100%;
    background-color: rgb(68, 46, 5);
    opacity: 0.6;
    color: rgb(255, 255, 255);
    border: none;
}

.content3-text p{
    font-size: 36px;
    font-weight: light;
}

.content4-img{
    width: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
}


/* Activity ---------lg-------*/

.flex-container-ac{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.ac-parent{
    display: flex;
    width: 100%;

}

.flex-container-ac2{
    display: flex;
  
}


.flex-container-ac img{
    width: 100%;
}

.flex-container-activity{
    padding: 20px;
}

.flex-container-ac2 img{
    width: 100%;
    
}
  
.ac-parent{
    display: flex;
    flex-direction: row;
}

.flex-container-ac2{
    display: flex;
    padding: 20px;
   
}
  .ac-text{
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
}

.lastpart{
    display: flex;
    padding: 20px;
    margin: 10px;
}
.ac-last{
    display: flex;
    flex-direction: row

}

.ac-last img{
    width: 100%;
    padding: 20px;
    margin: 10px;
}







/*---food-----*/
.fd-food{
    display: flex;
    justify-content: flex-start;
    width: 40%; 
      
}

.fd-food img{
    width: 100%;
   height: 200px;
   
}

.flex-container-fd1{
    display: flex;
    width: 70%;
    justify-content: flex-start;
   
}

.flex-container-fd1 img{
    width: 60%;
    justify-content: flex-start;
    margin-bottom: 20px;
    
}

.flex-container-fd{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.fd1-img{
    display: flex;
    width: 60%;
    justify-content: center;
    padding: 10px;
}

.fd1-img img{
    display: flex;
    width: 80%;
}

.fd1-text{
    width: 60%;
    text-align: center;
    padding: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;

}

.fd1-text h4{
    font-size: 24px;
    padding: 10px;
}
  
.fd1-text p{
    font-size: 18px;
    padding: 10px;
}



    .col-lg-1 {
        width: 8.33%;
    }

    .col-lg-2 {
        width: 16.66%;
    }

    .col-lg-3 {
        width: 25%;
    
    }
    .col-lg-4 {
        width: 33.33%;
    }

    .col-lg-5 {
        width: 41.66%;
    }

    .col-lg-6 {
        width: 50%;
    }

     .col-lg-7 {
            width: 58.33%;
        }

    .col-lg-8 {
            width: 66.66%;
        }

     .col-lg-9 {
            width: 75%;
        }

    .col-lg-10 {
            width: 83.33%;
        }

      .col-lg-11 {
            width: 91.66%;
        }
        
    .col-lg-12 {
            width: 100%;
        }
 }



/*========================================================
-----------------------FOOTER------------------------------------------
---------------------------------------------------------------*/

.footer1{
	width: 100%;
	text-align:center;
	padding: 0 10px 0 10px; 
	height: 150px;	
    background-color: rgb(136, 104, 104) ;
    color: whitesmoke;

}



.copyright p{
    text-align: center;
	font-size: 10px;
	padding-top: 30px;
	
}
.copyright h6{
    text-align: center;
	font-size: 15px;
	padding-top: 30px;

}

/* The Fooeter end here */



