@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@1,100;1,300;1,400&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600&family=Ms+Madi&family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,700&family=Shadows+Into+Light&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
    
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
*{
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: white;
    transition: all 0.4s ease;
    font-weight: 500;
 }
 button:focus,
 button:active{
    outline: none;
    box-shadow: none;
 }
    
img{
    width:100%;
    object-fit: cover;
}

/* Modal-----*/
.bg-cover{
    background-position: center !important;
    background-size: cover !important;
}


/*-----Navbar---------*/
.navbar{
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.5);
    opacity: 0.8;
}


.navbar .navbar-nav .nav-link{
    margin-right: 20px;
    color: rgb(12, 10, 10);
    font-weight: 400;
    font-size: 14px;
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active{
    color: #0086b3;
   font-weight: 600;
}
   

.brand{
    z-index: 1000 !important;
}


.btn{
    padding: 9px 20px;
    font-weight: 600; 
    background-color:#0086b3;
    color: white;
}
.btn:hover{
    color: #0086b3;
}
.btn-info{
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #0086b3;
    border: none;
    color: white;
    font-size: small;
    letter-spacing: 2px;
}
.navbar-toggler{
    outline: none;
    border: none;
}
.navbar-toggler:focus,
.navbar-toggler:active{
    border: none;
    outline: 0;
    box-shadow: none;
}


@media only screen and (max-width: 1110px){
    .navbar .navbar-nav .nav-link{
        margin-right: 10px;
        font-size: 13px;
    }
    .brand-logo{
        width: 120px;
        height: 65px;
    }
    .navbar .btn-info{
        margin-bottom: 20px;
    }
}

/*----------Bootstrap 5 Carousel------------*/
  

   .carousel-item{
    height: 100vh;
    min-height: 300px;
   }
   .carousel-caption{
    bottom: 220px;
    z-index: 2;
   }
   .carousel-item .overlay{
    background:linear-gradient(to top, rgba(6, 78, 134, 0.4), rgba(29, 60, 83, 0.6));
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
}

   .carousel-caption h5{
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
   }

   .carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 20px;
    line-height: 1.9;
    font-weight: 600;
   }
   .carousel-caption a{
    display: inline-block;
    padding: 9px 20px;
    margin-top: 15px;
   }
   .carousel-inner:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
   }

   @media only screen and (max-width:767px){
    .carousel-caption{
        bottom: 180px;
    }
    .carousel-caption h5{
        font-size: 30px;
    }
    .carousel-caption p{
        font-size: 14px;
        width: 80%;
    }
    .carousel-caption a{
        padding: 10px 15px;
        font-size: 15px;
    }
   }


   @media only screen and (max-width: 400px){
    .carousel-caption h5{
        font-size: 27px;
    }
   }

/*----------About 關於我們-------------*/

section{
    margin-top: 80px;
    margin-bottom: 80px;
    min-height: 100vh;
}
section.home{
    margin-top: 0;
}

section .title{
    background-color: rgb(241, 241, 241);
    padding: 25px;
    letter-spacing: 10px;
    z-index: -1;
}

.about-banner{
    /*--
    background-image: url('https://cdn.pixabay.com/photo/2020/07/21/17/07/the-girl-and-the-robot-5426850_960_720.jpg');
    --*/
    background-image: url('office/1.jpg');
    background-position: center;
    background-size: cover;
    background-blend-mode: normal;
    height: 80vh;
}

.sub-title:before{
    content: '';
    height: 10px;
    width: 24px;
    background-color: #0086b3;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

@media only screen and (max-width: 767px){
    .about-banner{
        height: 50vh;
    }
}
@media only screen and (max-width: 427px){
    .about-banner{
        height: 40vh;
    }
}


/*------Develop、solution 獨家技術、解決方安---------*/

.intro{
    margin-bottom: 40px;

}

.intro h6{
    font-weight: 400;
    color: rgb(236, 52, 23);
}
.intro p{
    max-width: 600px;
    margin: auto;
}

.tech-box{
    padding: 32px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tech h5{
    margin-top: 24px;
    margin-bottom: 12px;
}


/*----- 近期作品 5D WEB 美術館----------*/

.project-img{
    height: 300px;
}
.sophia-img{
   height: 300px;
   object-fit: contain;
}
.project{
    position: relative;
}
.project .overlay{
    background:linear-gradient(to bottom, rgba(9, 32, 50, 0.0), rgba(9, 32, 50, 0.8));
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
}

.project .content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 32px;
}
.project h4,
.project h6{
    color: white;
}

.project h6:before{
    content: '';
    height: 2px;
    width: 24px;
    background-color: red;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}


/*----- 近期作品 Sophia 智能咖啡秤----------*/
.project-box{
    padding: 32px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
  /*-----------FBDA SECTION---------*/
    #fbda {
        padding-top: 50px;
        padding-bottom: 100px;
        text-align: center;
        margin-bottom: 0;
        
    }

    .fbda-title img{
        width: 250px;
        height: 80px;
    }
    .fbda-title h2{
        letter-spacing: 15px;
        font-weight: 400;
        font-size: 30px;
    }
    .fbda-title .fbda-slogan{
        color: white;
        letter-spacing: 5px;
        font-size: 20px;
        padding: 50px;
        font-style:oblique;
        font-weight: 500;
    }
    .fbda-content{
        background-color: black;
            
    }
    .fbda-content:hover{
         /*---
        background: #EB5757; 
        background: -webkit-linear-gradient(to right, #000000, #EB5757);
        background: linear-gradient(to right, #000000, #EB5757);  
     -----*/
        /*---
        background: #1A2980; 
        background: -webkit-linear-gradient(to right, #26D0CE, #1A2980);  
        background: linear-gradient(to right, #26D0CE, #1A2980); 
        -----*/
        /*---
        background: #000046;  
        background: -webkit-linear-gradient(to right, #1CB5E0, #000046); 
        background: linear-gradient(to right, #1CB5E0, #000046); 
        -----*/
      
        background: #141E30;  
        background: -webkit-linear-gradient(to right, #243B55, #141E30); 
        background: linear-gradient(to right, #243B55, #141E30); 
        transition: all 3s;
    }
    .fbda-content img{
        width: 180px;
        height: 100px;
        margin:10px auto;
        object-fit: cover;
    }
    .fbda-content .card-title{
        color: white;
        letter-spacing: 3px;
        border-bottom: 5px solid #0086b3;
        padding-bottom: 25px;
    }
    .fbda-content ul{
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .fbda-content .card-detail{
        color: white;
        letter-spacing: 3px;
        line-height: 3;
    }

    @media only screen and (max-width: 1200px){
        .fbda-content .card-title{
            font-size: 17px;
        }
        .fbda-content img{
            width: 150px;
            height: 80px;
            margin:10px auto;
        }
    }
    @media only screen and (max-width: 996px){
        
        .fbda-content .card-title{
            font-size: 10px;
            letter-spacing: 1px;
        }
        .fbda-content img{
            width: 120px;
            height: 60px;
            margin:1px auto;
        }
        .fbda-content .card-detail{
            font-size: 10px;
            letter-spacing: 1px;
        }
        .fbda-title .fbda-slogan{   
            letter-spacing: 2px;
            font-size: 20px;
            padding: 30px;
            font-style:oblique;
        }
    }

    @media only screen and (max-width: 768px){
        .fbda-content .card-title{
            font-size: 20px;
            letter-spacing: 1px;
            font-weight: 100;
        }
        .fbda-content img{
            width: 150px;
            height: 80px;
            margin:1px auto;
        }
        .fbda-content .card-detail{
            font-size: 18px;
            letter-spacing: 1px;
        }
        .fbda-title .fbda-slogan{   
            letter-spacing: 2px;
            font-size: 17px;
            padding: 30px;
            font-style:oblique;
        }
        .fbda-title h2{
            letter-spacing: 8px;
            font-size: 25px;
            
        }
    }


/*-----------Footer--------*/
 footer .footer-right img{
    width: 150px;
    height: 300px;
 }
 .footer-left h2{
    font-size: 40px;
    letter-spacing: 3px;
 }
 .footer-left i{
    color: #0086b3;
    margin-right: 5px;
 }
 .footer-left p{
   line-height: 3;
   letter-spacing: 2px;
 }
.footer-content{
    width: 100%;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.footer-bottom{
    text-align: center;
    border-top: 1px solid rgb(47, 44, 44);
    margin-top: 50px;
}

footer .mailto:hover,
footer .mailto i:hover{
    color: #e14062;
}

@media only screen and (max-width: 768px){
    .footer-left h2{
        font-size: 30px;
        letter-spacing: 3px;
     }
     .footer-left p{
        font-size: 18px;
        letter-spacing: 1px;
      }
}

/*------Form------*/

   .form-control:focus,
   .form-control:active{
    box-shadow: none;
    outline: none;
   }
   

 /*Animation-----*/

   .animate__animated.animate__fadeIn {
    --animate-duration: 2s;
  }

  .animate__animated.animate__fadeInBottomRight {
    --animate-duration: 2s;
  }

  .animate__animated.animate__fadeInDown {
    --animate-duration: 2s;
  }




/*-------Meta World Video background------*/


.hero{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #333;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.08);
    min-height: 80vh;
    background: rgb(0,210,255);
    background: linear-gradient(90deg, rgba(0,210,255,0.3641106100643382) 18%, rgba(31,0,36,0.21004898541447825) 34%, rgba(92,184,226,0.176435540036327) 79%);
}

.video-bg{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: black;
    z-index: -1;
}

 
/*------Meta Section-----*/

.meta-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.meta-info{
    margin: 20px auto;
    line-height: 2;
    width: 100%;
}

.meta-content .meta-info span:before{
    content: '';
    height: 5px;
    width: 5px;
    background-color: #0086b3;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px; 
}
@media only screen and (max-width: 991px){
    .meta-container{
        flex-flow: row-wrap;
    }
    
    .meta-box .container-img{
        display: block;
        order: 1;
        width: 100%;;
    }
    .meta-box .meta-content{
        display: block;
        order: 2;
        width: 100%;
    }
    .meta-info{ 
        width: 100%;
    }
    .meta-content .meta-title{
        text-align: center;
    }
}

