@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}

a{
    text-decoration: none;
    color: #000;
}

img{
    object-fit: cover;
}

body{
    background-color: #f1f1f1;
}

nav{
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

nav a.logo{
    font-size: 33px;
    color: #0f2182;
    font-weight: 600;
}

nav .links a:not(:last-child){
    margin-right: 20px;
}

nav .social a{
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 30px;
}

header{
    padding: 0 80px;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer{
    background-color: #000;
    color: #fff;
    padding: 100px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer h3{
    font-size: 48px;
}
footer .right{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 26px;   
}

footer .right links{
    display: flex;
    gap: 40px;
}

footer .right .links a{
    color: #989898;
    transition: color 0.3 ease;
    margin-right: 10px;
}

footer .right .links a:hover{
    color: #fff;
}

footer .right p{
    font-size: 13px;
    color: #777;
}


.menu1{
    background-color: #94cfff49;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 35%;
    min-height: 500px;  
    left: 310px;
    bottom: 5px;
}

.menu1 h1{
    position: relative;
    display: flex;
    font-size: 40px;
    top: 30px;
    justify-content: center;
}
.menu1 p{
    position: relative;
    display: flex;
    top: 25px;
    font-size: 19px;
    justify-content: center;
}

.menu1 .content p{
    font-family: TimeNewsRome;
    position: relative;
    display: flex;
    font-size: 17px;
    top: 20px;
    margin-top: 50px;
    justify-content: center;
}

.shadow__btn {
    position: relative;
    display: flex;
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
    top: 180px;
    left: 65px;
    
  }
  
  .shadow__btn {
    background: rgb(0,140,255);
    box-shadow: 0 0 25px rgb(0,140,255);
  }
  
  .shadow__btn:hover {
    box-shadow: 0 0 5px rgb(0,140,255),
                0 0 25px rgb(0,140,255),
                0 0 50px rgb(0,140,255),
                0 0 100px rgb(0,140,255);
  }

.menu2{
    background-color: #94cfff49;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    position: relative;
    position: absolute;
    overflow: hidden;
    width: 275px;
    height: 500px; 
    left: 800px;
    bottom: 200px;
}
.menu2 h1{
    position: relative;
    display: flex;
    font-size: 40px;
    top: 30px;
    justify-content: center;
}
.menu2 p{
    position: relative;
    display: flex;
    top: 25px;
    font-size: 19px;
    justify-content: center;
}
.menu2 .content2 p{
    font-family: TimeNewsRome;
    position: relative;
    display: flex;
    font-size: 17px;
    top: 45px;
    margin-top: 50px;
    justify-content: center;
}

.menu2 .content2 a{
    font-family: TimeNewsRome;
    position: relative;
    display: flex;
    font-size: 14px;
    bottom: 10px;
    top: 40px;
    justify-content: center;
}
.menu2 .content2 h4{
    position: relative;
    display: flex;
    justify-content: center;
    top: 70px;
    font-size: 25px;
}

.shadow__btn2 {
    position: relative;
    display: flex;
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
    top: 200px;
    left: 65px;
    
  }
  
  .shadow__btn2 {
    background: rgb(0,140,255);
    box-shadow: 0 0 25px rgb(0,140,255);
  }
  
  .shadow__btn2:hover {
    box-shadow: 0 0 5px rgb(0,140,255),
                0 0 25px rgb(0,140,255),
                0 0 50px rgb(0,140,255),
                0 0 100px rgb(0,140,255);
  }

.menu3{
    background-color: #94cfff49;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    position: relative;
    position: absolute;
    overflow: hidden;
    width: 275px;
    min-height: 500px;  
    left: 1200px;
    bottom: 200px;
}
.menu3 h1{
    position: relative;
    display: flex;
    font-size: 40px;
    top: 30px;
    justify-content: center;
}
.menu3 p{
    position: relative;
    display: flex;
    top: 25px;
    font-size: 19px;
    justify-content: center;
}

.menu3 .content3 a{
    font-family: TimeNewsRome;
    position: relative;
    display: flex;
    font-size: 14px;
    bottom: 10px;
    top: 40px;
    justify-content: center;
}

.menu3 .content3 p{
    font-family: TimeNewsRome;
    position: relative;
    display: flex;
    font-size: 17px;
    bottom: 10px;
    top: 100px;
    justify-content: center;
}

.menu3 .content3 h4{
    position: relative;
    display: flex;
    justify-content: center;
    top: 70px;
    font-size: 25px;
}

.shadow__btn3 {
    position: relative;
    display: flex;
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
    top: 250px;
    left: 65px;
    
  }
  
  .shadow__btn3 {
    background: rgb(0,140,255);
    box-shadow: 0 0 25px rgb(0,140,255);
  }
  
  .shadow__btn3:hover {
    box-shadow: 0 0 5px rgb(0,140,255),
                0 0 25px rgb(0,140,255),
                0 0 50px rgb(0,140,255),
                0 0 100px rgb(0,140,255);
  }

