*{
    padding: 0;
    margin: 0;
    font-family: 'Muli';
}
#backtop {
    width: 50px;
    height: 50px;
    background: tomato;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 5;
  }
.bocuc{
    width: 100%;
    /* background-color: antiquewhite; */
    font-family: 'Roboto','Arial','Helvetica','OpenSans';
    /* background-color: rgb(234, 228, 221); */
    background:linear-gradient(180deg,#A5CAD2,#07b5bb,#0a1a44);
    /* margin-left: auto; */
    
}
.Header{
    height: 1200px;
    /* width: 100%; */
    background-position: center;
    background-size: cover;
    justify-content: space-between;
    margin: 0px auto;
    
}
.Header .H1{
    min-height: 100px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 0px auto;
    background:linear-gradient(180deg,#A5CAD2,#017a7e,#0a1a44);

}
.imglogo{
    border-radius: 50%;
    width:80px ; height: auto;
    
}
nav{
    display: flex;
    padding: 2% 6% 1%;
    justify-content: space-between;
    align-items: center;
    /* background-color: sandybrown; */
    /* background-color:#F0EDCF; */
    margin: 0px auto;
    height: auto;
    
}
.nav-links{
    flex: 1;
    text-align: center;
    font-size: large;
    
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #ffff;
    text-decoration: none;
    font-size: 25px;
    transition: 0.3s;
}
.nav-links ul li a:hover{
    color:  #003056;
    size: 20px;
   
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #003056;
    display: block;
    margin:auto;
    transition: 0.3s;
}
.nav-links ul li:hover::after{
    width:100%;

}

.headericon ul {
    list-style: none;
    display: inline-block;
    justify-content: space-between;
} 
.headericon ul li{
    justify-content: space-between;
    position: relative;
    padding: 20px;
}
.headericon ul li a i{
    color: #ffff;
    transition: 0.5s;
}
.headericon ul li a i:hover{
    color: #003056;
}
.text-box{
    color: #ffff;
    position: absolute;
    top: 50%;
    left: 50%;
    right: -10%;
    transform: translate(-50%,-50%);
    text-align: center;

   
}
.text-box h2{
    font-size: 6rem;
    color: rgba(167, 154, 154, 0.7);
    -webkit-text-stroke: 0.1vw #837777 ;
    text-transform: uppercase;
    position: relative;
}
.text-box h2::before{
    content:  attr(data-text);
    position: absolute;
    width: 0;
    height: 100%;
    color: #fff;
    
    left: 0;
    top: 0;
    -webkit-text-stroke: 0vw #333;
    overflow: hidden;
    animation: ani 4s linear infinite;
    border-right: 1px solid #008979;
}
@keyframes ani{
    0%,10%,100%{
        width: 0;
        text-shadow:0 0 20px rgba(255, 255, 255,0.5) ;
    }
    50% ,70%{
        width: 100%;
        text-shadow:0 0 20px rgba(255, 255, 255,0.5) ;
    }
}
nav .fa-regular{
    display: none;
}
nav .fa-bars{
    display: none;
}
.header1{ 
    background-position: center;
    background-size: cover;
    position:relative;
    width: 100%;
    background: #003056;
    margin: 0 auto;
    min-height: 500px;
    /* margin-top: 10%; */
}
.header1 .h2{
    width: 1510px;
    /* background-color: lawngreen; */
    height: auto;
    margin: 0px auto;

}

.scroll{
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    /* min-height: 80vh; */
    background-color: rgba(4, 4, 4, 0.3);
    position: relative;
    /* width: 100%; */
    overflow: hidden;
    flex-direction: column;
    white-space: nowrap;
    --total-s: 14;
    opacity: 0.4;

    
}
.scroll .s{
    display: inline-block;
   animation: 22s animate infinite linear;
   /* width: 100%; */
   

}

@keyframes animate{
    0%
    {
        transform: translateX(calc(-100%/3.5));

    }
    100%{
        transform: translateX(0);
    }
}
.scroll .s img{
    display: inline-flex;
    margin:5px;
    padding:1px 2px;
    transition: 0.5s;
    text-transform: uppercase;
    width: 300px;
    border-radius: 20px;
   
}
.scroll1{
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    /* min-height: 80vh; */
    background-color: rgba(4, 4, 4, 0.3);
    color: #ffff;
    position: relative;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    white-space: nowrap;
    --total-s: 14;
    opacity: 0.4;
}


.scroll1 .s1{
    display: inline-block;
   animation: 23s animate1 infinite linear;

}

@keyframes animate1{
    0%
    {
        transform: translateX(0);

    }
    100%{
        transform: translateX(calc(-100%/3));
    }
}

.scroll1 .s1 img{
    display: inline-flex;
    margin:5px;
    padding:1px 2px;
    transition: 0.5s;
    text-transform: uppercase;
    width: 300px;
    border-radius: 20px;
   
}
.menu{
    /* background:salmon; */
    width: 100%;
    position: absolute;
    margin-top: -85px;
    height: 570px;
    background-size: cover;
    justify-content: center;
}
.menu .main-menu{
    /* background-color: #368c82; */
    position: relative;
    height: 570px;
    justify-content: space-between;;
    margin: 0px auto;
    width: 1220px;
    display: flex;
    justify-content: center;
    /* width: 80%; */

}
.menu .main-menu .menuGT{
    background:linear-gradient(180deg,#A5CAD2,#00c4cc,#0a1a44);
    width: 30%;
    height: 570px;
    margin-right: 40px;
    /* justify-content: center; */
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    
}
.menu .main-menu .menuGT a{
    list-style: none;
    text-decoration: none;
}
.menu .main-menu  .MD{
    width: 65%;
    margin: 0 auto;
    background-color: #F2F3F7;
    justify-content: center;
    position: relative;
    height: 145px;
    margin-top: -50px;
    
    
}
.menu .main-menu .MD h2{
    color: #1E1E1E;
    padding: 15px ;
    font-family:  sans-serif;
}
.menu .main-menu  .MD p{
    color: #979595;
    font-family:  sans-serif;
    padding: 15px ;
    margin-top: -7%;
    font-size: 15px;
}
.menu .main-menu  .MD  h4{
    color: #1E1E1E;
    font-family:  sans-serif;
    padding: 15px ;
    margin-top: -10%;
    text-decoration: none;
}
.menu .main-menu  .MD h4 i{
    margin-top: 5%;
}
.menu .main-menu .menuGT:hover{
    transform: scale(1.1);

}
.menu .main-menu  .img{
    width: 80%;
    margin-left: 10%;
    margin-right: 17%;
    margin-top: 10%;
    justify-content: center;
    height: 400px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    /* border-radius: 20px; */
}
.menu .main-menu .menuMD{
    background: linear-gradient(180deg,#A5CAD2,#00c4cc,#0a1a44);
    width: 30%;
    height: 570px;
    margin-right: 40px;
    /* justify-content: center; */
    border-radius: 5px;
    
    
}
.menu .main-menu .menuMD a{
    list-style: none;
    text-decoration: none;
}
.menu .main-menu .menuMD:hover{
    transform: scale(1.1);

}
.menu .main-menu .menuHD{
    background: linear-gradient(170deg,#A5CAD2,#00c4cc,#0a1a44);
    width: 30%;
    height: 570px;
    margin-right: 40px;
    /* justify-content: center; */
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    
    
}
.menu .main-menu .menuHD a{
    list-style: none;
    text-decoration: none;
}
.menu .main-menu .menuHD:hover{
    transform: scale(1.1);

}
.content{
    width: 100%;
    /* background-color: lightcoral; */
    background-position: center;
    background-size: cover;
    height: 2200px;
    position: relative;

}


.content1{
    
    position: relative;
    /* height: 1600px; */
    justify-content: space-between;;
    margin: 0px auto;
    width: 100%;
    background-position: center;
    background-size: cover;
    /* background-color: #00c4cc; */
}
.content .title-content1{
    /* background-color: sandybrown; */
    justify-content: space-between;
    margin: 0px auto;
    position: relative;
    background-position: center;
    background-size: cover;
    /* padding: 10px 500px; */
    text-align: center;
    padding: 20px;
    color: #003056;

}

.content .title-content1 h1{
    margin: 0px auto;
    justify-content: space-between;
    text-align: center;
    background-position: center;
    background-size: cover;
    font-size: 3.0rem;
    margin-top: 10px;
    /* background-color: #0e3084; */
}
.container{
    display: flex;
    flex-direction: column;
    /* width: 1220px; */
    /* max-width: 780px; */
    margin: 0 auto;
    flex-direction: row;
    height: 2000px;
    justify-content: space-between;
    /* background-color: darkblue; */
}

.cards{
    width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:100px 0;


}
.card{
    position: sticky;
    top:25%;
    right: 400px;
    width: 1000px;
    /* height: 560px; */
    /* height: auto; */
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 0 1rem #12f7ff;
    background: linear-gradient(200deg,rgb(229, 231, 232),#8fc5d5, pink );
    z-index: 1;
    /* padding-bottom: 25%; */
}
.card span{
    width: 1200px;
    height: 360px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* background-color: #5B99C2; */
    /* font-size: 20px; */
    /* text-align: center; */
    margin-top: -2%;
    float: left;
  
   
    

}
.card .text4{
    width: 450px;
    height: 140px;
    /* background-color: royalblue; */
    padding:  5%;
    /* margin-top: 10%; */
    transform: translateX(-100px);
    position: absolute;
    top: 16%;
    right: -5%; 
    z-index: 2;

   

}
.card .text4 .h1{
    font-size: x-large;
    /* margin-top: 1px; */

}
.glass{
    background: linear-gradient(135deg ,rgba(255,255,255,0.1),rgba(255,255,255,0));
    backdrop-filter:blur(10px) ;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border:1px solid rgba(255,255,255,0.18);
    box-shadow:0 8px 32px 0 rgba(0,0,0,0.37) ;
}
.card span p{
    /* width: 400px; */
    /* height: 100px; */
    /* background-color: #837777; */
    font-size: 11px;
    margin-top: 2%;
    text-align: justify;
}
.card .text4 .bottom{
    margin-bottom: 60px;
}
.obutton{
    margin-top: -40%;
   
}
.obutton1{
    /* position: absolute; */
    margin-top: 300px;
}
.bottom3{
    margin-bottom: 30px;
}
.bottom2{
    margin-bottom: 30px;
}
.bottom1{
    margin-bottom: -20px;
}
.card  span .text4 button{
    --glow-color:#b0ccff;
    --glow-spread-color: rgba(123, 145, 255, 0.871);
    --enhanced-glow-color:rgb(206, 216, 255);
    --btn-color:rgb(61, 70, 136);
    border: 0.25rem solid var(--glow-color);
    padding: 0.7em 2em;
    color: var(--glow-color);
    font-size: 15px;
    font-weight: bold;
    background-color: var(--btn-color);
    border-radius: 1em;
    outline: none;
    box-shadow: 0 0 1em 0.25em var(--glow-color),
                0 0 4em 1em var(--glow-spread-color),
                inset 0 0 0.75em 0.25em var(--glow-color);
    text-shadow: 0 0 0.5em var(--glow-color);
    /* position: relative; */
    transition: all 0.3s;
    /* top:-10%; */
    margin-left: 65%;
    margin-top: 9%;
   
}
.card span .text4 h1{
    margin-top: -30px;
}
.card  span .text4 button a{
    text-decoration: none;
    color: #fff;
}
.card span .text4  button::after{
    pointer-events: none;
    content: "";
    position: absolute;
    top: 120%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--glow-spread-color);
    filter:blur(2em);
    opacity: 0.7;
    transform: perspective(1.5em) rotateX(35deg) scale(1,0.6);

}
.card span .text4 button:hover{
    color: var(--btn-color);
    background-color: var(--glow-color);
    box-shadow: 0 0 1em 0.25em var(--glow-color),
                0 0 4em 2em var(--glow-spread-color),
                inset 0 0 0.75em 0.25em var(--glow-color);

}
.card span .text4 button:active{
    box-shadow: 0 0 0.6em 0.25em var(--glow-color),
                0 0 2.5em 2em var(--glow-spread-color),
                inset 0 0 0.5em 0.25em var(--glow-color);
}
.card span .imgcard{
    width: 380px;
    height: 270px;
    /* background-color: rgb(61, 70, 136); */
    /* margin-right: 170px; */
    margin-left: 3%;
}
.card span .imgcard img{
    width: 100%;
    height: 270px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #fff;
    
}
.card:nth-child(2){
    transform: translateY(4%) translateX(4%);
}
.card:nth-child(3){
    transform: translateY(8%) translateX(8%);
}
.card:nth-child(4){
    transform: translateY(12%) translateX(12%);
}
.card:nth-child(5){
    transform: translateY(16%) translateX(16%);
}
.card:nth-child(6){
    transform: translateY(20%) translateX(20%);
}
.QAcontent{
    width: 100%;
    /* height: 1900px; */
    /* background-color: olive; */
    /* margin-top: 10%; */
}

.text3 {
    width: 100%;
    height: 100px;
    margin: 0px auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* background-color: #E8B7D4; */
   
    color: #003056;
    margin-top: 10px;
}
.text3 h1{
    font-size: 3.0rem;
    margin-top: 10px;
}
.inputQA {
    /* background-color: #1c1e85; */
    color: #fff;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    margin: 0;
  
}
.inputQA .QA{
     background-color: #06477c;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    display: flex;
    width: 1000px;
}

.inputQA .container2 {
   /* width: 100%;
   height: 350px;
   background-color: #008979; */
    width: 700px;
}
.inputQA .QA img{
    width: 300px;
    height: 250px;

}

#gif {
    width: 100%; 
    height: auto;
    margin: 20px auto; 
    border-radius: 10px;
    margin-left: 15px;
  }
  
  #gif img {
    width: 250px;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }
.inputQA .container2 h2{
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 20px;

}
.inputQA .container2 p {
    margin-bottom: 30px;
    font-size: 12px;
}
.inputQA .container2 input[type="NX"] {
    padding: 15px;
    width: 600px;
    border: none;
    border-radius: 5px;
    background-color: #2e3376;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 1rem #12f7ff;
}

.inputQA .container2 button {
    background-color: #3b55ac;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
.inputQA .container2  button:hover {
    /* background-color: #45a049; */
    box-shadow: 0 0 1rem #12f7ff;
    background-color: #1d002c;
     color: #12f7ff;
  }
.products{
    /* background: #121137; */
    padding: 3rem 10%;
    
}

 .products h3{
    font-size:1.5rem ;
    padding: 2rem 1rem 0rem 0rem;
    text-align: center; 
    /* margin-bottom:1rem;  */
    color: #2b2828;
    margin: 0px auto;

}

.product-card{
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 0.5rem;
   
    
   
}
.product-card .pr-card img{
    width: 100px;
    height: 100px;
    margin-top: -3rem;
    filter: drop-shadow(0 0 0 0.5rem #1797ff);
    text-align: center;
    align-items: center;
   
    
}
.pr-card .price-name{
    /* display: flex; */
    color: #fff; 
}
 .product-card .pr-card{
    padding: 4rem;
    border: 1px solid rgba(255, 255, 255,0.5);
    text-align: center;
    border-radius: 8px;
    display: block;
    transition:all .4s ease ;
    z-index: 999;
    background-color:rgba(255, 255, 255, 0.2);
    /* backdrop-filter: blur(30px);
    flex-direction: column; */
    width: 90px;
    height: 150px;
    position: relative;
    box-shadow: 0 0 1rem #12f7ff;
     background-color: #003056;
}
.product-card .pr-card  .price-name h4{
    margin-top: -30px;
    align-items: center;
    padding-top: 35px;
    padding-bottom: .5rem;
    font-size: 1rem;
    text-align: center;

}
.product-card .pr-card  .price-name p{
    font-size: 1rem;
    color: #e3e3e3;
    font-weight: 500;
    margin: 1px -40px 1px; 
    /* padding: .1rem 0 0rem 0; */
    /* width: 200px;
    height: 200px; */
    text-align: center;
    /* margin-top: 5px; */
    /* background-color: rgb(44, 123, 192); */
}
.product-card .pr-card:hover{
    cursor: pointer;
    transform: translateY(-7px);
}  
.slide-wrapper{
    /* overflow: hidden; */

    /* margin:  0 10px 10px; */
    margin: 0px auto;
    height: 400px;
    /* background-color: #008979; */
    width: 360px;

}
.slide-wrapper .swiper-pagination-bullet{
    background: #2f2d2d;
    height: 15px;
    width: 15px;
    opacity: 0.5;
}
.swiper {
    /* width: 1000px; */
    height: 500px;
}
.FAQ{
    display: flex;
    gap: 5rem;
    margin:0PX auto;
    width: 1420px;
    /* height:850px; */
    /* background-color: #1797ff; */
    
}
.QA{
    padding: 5rem 0 0 5rem;
    color: #fff;
     margin-right: 20px;
     width: 1500px;
    
}
.QA h1 {
    font-size: 2.5em;
    /* margin-bottom: 1em; */
    /* gap: 1rem; */
    
}

/* .QA h2 {
    font-size: 1.5em;
    margin-top: -1em;
    margin-bottom: 1em;
} */

.QA p {
    font-size: 13px;
    /* line-height: 1.5; */
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 0rem 6rem 0 0rem;
}

.QA a {
    color: #86a1d5;
    text-decoration: none;
    font-size: 1em;
    font-weight: 550;
}

.QA a:hover {
    text-decoration: underline;
}

.faq-container {
    /* background-color: #212121; */
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(171, 168, 168);
    width: 90%;
    /* max-width: 600px; */
    margin-top: 20px;

}

.faq-item {
    margin-bottom: 1.5em;
}

.faq-question {
    background-color: #c1bfbf;
    padding: 1em;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question h3 {
    margin: 0;
}

.faq-answer {
    background-color: #a9a4a4;
    /* padding: 3em; */
    border-radius: 10px;
    margin-top: 1em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.faq-answer p {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px 5px 0px 10px;
}

.faq-item.active .faq-answer {
    max-height: 800px;
}
.button {
    background-color: #003056;
    color: #fff;
    padding: 0.8em 2em;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 0 1rem #12f7ff;
}

.button:hover {
    background-color: #086bbb;
    
}

.icon {
    font-size: 1.2em;
    color: white;
    transition: transform 0.3s ease;
}

.faq-item.active .icon {
    transform: rotate(180deg);
}

.contact {
    /* background-color: #1c1e85; */
    color: #fff;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 550px;
    margin: 0;
    width: 100%;
  
}


 

.star-container .Fcontact{
    background-color: #003056;
   border-radius: 20px;
   padding: 7px;
   box-shadow: 0 4px 8px rgba(0,0,0,0.1);
   text-align: center;
   display: flex;
   /* width: 1400px; */
   width: 1200px;
   height: 350px;
   position: relative;
   overflow: hidden;
   box-shadow: 0 0 20px #00B0CC;
   

}
.star-container {
    position: relative;
    width: 1200px;
    height: 350px;
    border-radius: 20px;
    padding: 10px;
    margin: 0px auto;
    justify-content: center;
    
}


.contact .star-container .Fcontact img{
   width: 400px;
   height: 360px;
   mask-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,1) 20%,rgba(0,0,0,1) 50%,rgba(0,0,0,0));
}
.contact .star-container .Fcontact .anh{
    z-index: 5;
}

.star-container .Fcontact .FC1{
       /* text-align: center; */
       padding-top: 7rem;
       z-index: 3;
       color: #FFF;
      
} 
.star-container .Fcontact .FC1 h3{
   font-size: 2.2rem;
   z-index: 4;
}
.star-container .Fcontact .FC1 p{
   font-size: 1rem;
   z-index: 5;
   margin-bottom: 2rem;
}
.star {
    position: absolute;
    color: #fff;
    animation: fall linear forwards;
    z-index: 2; 
    
  }
.star::before{
    content: '\f005';
    font-family: fontAwesome;
    text-shadow:  0 0 5px #fff,0 0 20px #fff,0 0 50px #fff;
    font-size: 2px;

} 
@keyframes fall {
    0% { top: -100px; }
    100% { top: 100%; }
  }
.button1 {
    background-color: #003056;
    color: #fff;
    padding: 0.8em 2em;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 0 1rem #12f7ff;

}

.button1:hover {
    background-color: #086bbb;
    
}
.Footer{
    background: linear-gradient(#276F78,#003366);
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    padding-bottom: 41px;
    position: relative;
    overflow: hidden;

}
.Footer h1{
    font-weight:bolder;
    font-size: 2.8em;
    font-family:'Tahoma';
   
}
.Footer h4{
    font-weight: lighter;
    font-size: 1.5em;
    font-family: Verdana;
    margin-top: 10px;
}
.Footer div{
    margin-top: 30px;
    font-weight: lighter;
    font-size: 1em;
    font-family: Verdana;
    
    
}
.Footer div ul{
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin-left: 100px;
    margin-right: 100px;

}
.Footer div ul li h3{
    padding: 10px;
    
}
.Footer  div  button {
    border:10px;
    padding: 10px 15px;
    font: 1.4em sans-serif;
    /* margin-top: 10px; */
    background-color: rgba(0,0, 0, 0.5);
    color: #fff;
    /* margin-left: 10px; */
    border-radius: 5px;
    margin-right: 20px;
    
}
.Footer  div  button a{
    text-decoration: none;
    color: #fff;
}
.Footer  div  button a:hover{
    color: #00B0CC;

}
.flex{
    display: flex;
    justify-content: flex-start;
    z-index: 4;

}
#animation{
    width: 30%;
    z-index: 4;
}
#animation img{
    width: 150%;
    animation: nudge 5s linear infinite alternate;
    animation-direction: alternate;
}
.Info{
    width: 70%;
    margin: 0;
    z-index: 4;
}
.Info ul div li {
   text-align: left;
   margin-top: 20px;
  
}
.text2 :hover{
    color: #00B0CC;
}
.text2 a:hover{
    color: #00B0CC;
}

.Info ul div li a{
    text-decoration: none;
    color: #fff;
}

.text{
    font-size: 1.8rem;
}
@keyframes nudge{
    0%,100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(50px);
    }
}
  #stars-container {
    position: relative;

  }
  .snowflake {
    position: absolute;
    width: 100%;
    height: 100px;
    background-image: url('image_gioithieu/SPIT\ FRONT-\ END\ \(2\).png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    animation: snowfall 15s infinite;
    z-index: 1;
    top:0;
    left:0
  }
  
  @keyframes snowfall {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(300px);
    }
  }
  @media(max-width:1199px){
    #backtop {
        right: 220px;
      }
    .Header {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 1000px;
    }
    .text-box  h2{
      font-size: 3rem;
    }
     nav .nav-links ul li{
        display: block;
    }
     nav .nav-links ul li a{
        font-size: 15px;
        
    }
     .nav-links{
        position:absolute;
        background-color: rgb(157, 176, 180);
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 1;
    }
     nav .fa-regular{
        display: block;
        color: #003056;
        padding: 10px 0px 1px;
        font-size: large;
        cursor: pointer;
    }
     nav .fa-bars{
        display: block;
    }
     nav  .nav-links ul{
        padding: 20px;
    }
     .nav-links ul li a:hover{
        color:  #003056;
        size: 20px;
       
    }
     nav .nav-links i {
        padding: 20px;
    }
    .imglogo{
        border-radius: 50%;
        width:100px ; height: auto;
    }
    .Footer div ul{
        display: block;
        margin-left: 50px;
         margin-right: 50px;
    }
    .Info{
        /* display: block; */
        width: 100%;
    }
    .flex{
        float: left;
        margin-bottom: 10px;
    }
    #animation{
        width: 100%;
    }
    #animation img{
        width: 110%;
        animation: nudge 5s linear infinite alternate;
        animation-direction: alternate;
        margin-left: 20px;
        margin-top: -20px;
        
    }
    .Footer h4{
        font-size: 20px;
    }
    .Footer h1{
        font-size: 25px;
    }
   
    .header1{
        display: block;
        width: 100%;
    }
    .header1 .h2{
        width: 100%;
    }
    .scroll{
         max-width:  100%;
    }
    .scroll1{
        max-width:  100%;
    }
    .menu .main-menu{
        /* display: block; */
        width: 100%;
    }
    .menu .main-menu  .img{
        /* width: 100%; */
        /* height: 300px; */
        width: 80%;
        height: 350px;
        object-fit: cover;
    }
    .menu .main-menu .menuGT{
        width: 90%;
        border-radius: 20px;
        height: 460px;
        margin-bottom: 25px; 
        margin-left: 20px;

    }
    .menu .main-menu  .menuHD{
        width: 90%;
        border-radius: 20px;
        height: 460px;
        margin-bottom: 25px; 
      
    
    }
    .menu .main-menu .menuMD{
        width: 90%;
        border-radius: 20px;
        height: 460px;
        margin-bottom: 25px; 


    }
    .menu .main-menu  .MD{
        width: 65%;
        height: 120px;
    }
    .menu .main-menu  .MD h2{
        font-size: 20px;
    }
    .menu .main-menu  .MD p{
        font-size: 10px;
        margin-top: -20px;
    }

    .menu .main-menu  .MD h4{
        margin-top: -30px;
    }
    .content{
            display: block;
            /* margin-left: -30px; */
            /* width: 100%; */
        }
    .content .title-content1{
       text-align: center;
       width: 100%;
       font-size: 20px;
    }

   *

    .content .title-content1 h1 {
        font-size: 40px;
    }
    /* .card {
        display: block;
        width: 420px;
        height: 400px;
        margin-left: 20px;
       
    } */
     .content{
        width: 100%;
        display: block;
     }

    .content .container{
        max-width: 680px;
        margin-left: 5%;
        display: block;

    }
    .content1  .container .cards .card{
        width: 800px;

    }
     .content1 .cards{
        width: 100%;
        /* margin-left: -60px; */
        display: block;
    }
    .content1 .card span .imgcard img{ 
        /* width: 80%; */
        max-height: 180px;
        margin-top: 25px;
        margin-left: -15px;
    }
    .card span{
        display: block;
        height: 380px;
        width: 800px;
       

    }
    .card .text4{
        margin-top: 105px;
        width:70%;
        height: 100px;
        left: 250px;

        
    }
    .card span  .text4 h1{
        font-size: 26px;
        margin-top: -30px;

    }
    .card span  .text4 p{
        font-size: 13px;
        margin-top: -1px;
    }
    .card  span .text4 button{
        width: 100px;
        height: 40px;
        font-size: 10px;
        margin-top: 10px;
        /* margin-right: 10px; */
    }
    .card  span .text4 .obutton1{
            margin-top: 55px;
    }
    .card  span .text4 .bt{
        margin-top: 10px;
    }
    .card  span .text4 .bt2{
    margin-top: 20px;
    }
    .card span .text4 .bottom{
            margin-bottom: -1px;
    }
    .card span .text4 .bottom1{
        margin-top: 20px;
    }
    .card span .text4 .bottom2{
        margin-bottom: -5px;
    }
    .QAcontent{
        display: block;
        /* margin-top:450px; */
        /* margin-left: -30px; */
    }
    .QAcontent .text3 h6{
        font-size: 15px;
    }
    .QAcontent .text3 h1{
        font-size: 35px;
        text-align: center;
        width: 100%;
    }
    .inputQA{
       width: 100%;
    }
    .inputQA .QA{
        display: block;

        width: 100%;

        margin-left: 10px;

    }
    .inputQA .QA .container2{
        width: 100%;
    }
    .inputQA .QA .container2 p{
        /* text-align: center; */
        /* margin-left: 55px; */
        width:100%;

    }
    .inputQA .container2 input[type="NX"]{
        width: 80%;
    }
    .products h3{
        text-align: center;
    }
    .FAQ{
        display: block;
        /* width: 500px; */
        width: 80%;

    }
    .FAQ .QA {
        font-size: 20px;

        margin-left: -60px;

        width: 90%;
        height: 450px;
    }
    .QA p{
        font-size: 20px;
    }
    .FAQ .QA .faq-container{
        font-size: 20px;
       
    }
    .FAQ .QA .faq-container .faq-item .faq-question{
        padding: 0.5rem;
    }
    .contact .star-container .Fcontact{
        width: 95%;
        z-index: 5;
        margin-left: 20px;
    }
    .contact .star-container .Fcontact img{
        width:100%;
        height: 300px;
        z-index: 5;

    }
   
}

 
/* Moblie: width <740% */

@media(max-width:700px){
   
    #backtop {
        right: 220px;
      }
    .Header {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    
    .flex{
        display: block;
    }
    .text-box{
        font-size: 22px;
    }
     nav .nav-links ul li{
        display: block;
    }
     nav .nav-links ul li a{
        font-size: 15px;
        
    }
     .nav-links{
        position:absolute;
        background-color: rgb(157, 176, 180);
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 1;
    }
     nav .fa-regular{
        display: block;
        color: #003056;
        padding: 10px 0px 1px;
        font-size: large;
        cursor: pointer;
    }
     nav .fa-bars{
        display: block;
    }
     nav  .nav-links ul{
        padding: 20px;
    }
     .nav-links ul li a:hover{
        color:  #003056;
        size: 20px;
       
    }
     nav .nav-links i {
        padding: 20px;
    }
    .imglogo{
        border-radius: 50%;
        width:50px ; height: auto;
    }
    .Footer div ul{
        display: block;
        margin-left: 50px;
         margin-right: 50px;
    }
    .Info{
        display: block;
        width: 100%;
    }
    .flex{
        float: left;
        margin-bottom: 10px;
    }
    #animation{
        width: 100%;
    }
    #animation img{
        width: 110%;
        animation: nudge 5s linear infinite alternate;
        animation-direction: alternate;
        margin-left: 20px;
        margin-top: -20px;
        
    }
    .Footer h4{
        font-size: 20px;
    }
    .Footer h1{
        font-size: 25px;
    }
   
    .header1{
        display: block;
        width: 100%;
    }
    .header1 .h2{
        width: 100%;
    }
    .scroll{
         max-width:  100%;
    }
    .scroll1{
        max-width:  100%;
    }
    .text-box h2{
        font-size: 25px;
    }
    .menu .main-menu{
        display: block;
        width: 100%;
        height: 1500px;
    }
    .menu .main-menu  .img{
        /* width: 100%; */
        /* height: 300px; */
        width: 79%;
        height: 320px;
    }
    .menu .main-menu .menuGT{
        width: 70%;
        border-radius: 20px;
        height: 450px;
        margin-bottom: 25px; 
        margin-left: 60px;
    }
    .menu .main-menu  .menuHD{
        width: 70%;
        border-radius: 20px;
        height: 450px;
        margin-bottom: 25px; 
        margin-left: 60px;
    
    }
    .menu .main-menu .menuMD{
        width: 70%;
        border-radius: 20px;
        height: 450px;
        margin-bottom: 25px; 
        margin-left: 60px;

    }
    .menu .main-menu  .MD{
        width: 65%;
        height: 120px;
    }
    .menu .main-menu  .MD h2{
        font-size: 20px;
    }
    .menu .main-menu  .MD p{
        font-size: 10px;
        margin-top: -20px;
    }

    .menu .main-menu  .MD h4{
        margin-top: -20px;
    }
    .content{
            display: block;
            margin-top:930px;
            /* margin-left: -30px; */
            /* width: 100%; */
        }
    .content .title-content1{
       text-align: center;
       width: 78%;
    }

   *

    .content .title-content1 h1 {
        font-size: 25px;
    }
    /* .card {
        display: block;
        width: 420px;
        height: 400px;
        margin-left: 20px;
       
    } */
     .content{
        width: 100%;
        display: block;
     }

    .content .container{
        max-width: 680px;
        margin-left: 20%;
        display: block;

    }
    .content1  .container .cards .card{
        width: 100%;

    }
     .content1 .cards{
        width: 100%;
        margin-left: -60px;
        display: block;
    }
    .content1 .card span .imgcard img{ 
        width: 80%;
        max-height: 180px;
        margin-top: 15px;
        margin-left: -25px;
    }
    .card span{
        display: block;
        /* width: 100%; */
        height: 400px;
       

    }
    .card .text4{
        margin-top: 105px;
        width:70%;
        height: 150px;
        left: 150px;

        
    }
    .card span  .text4 h1{
        font-size: 16px;
        margin-top: 10px;

    }
    .card span  .text4 p{
        font-size: 10px;
    }
    .card  span .text4 button{
        width: 35%;
        height: 30px;
        font-size: 7px;
        margin-top: -5px;

    }
    .card  span .text4 .bottom{
        margin-bottom: -25px;
    }
    .card  span .text4 .obutton{
        margin-top: 10px;
    }
    .card  span .text4 .bottom3{
        margin-bottom: -20px;
    }
    .card  span .text4 .bottom1{
        margin-bottom: -10px;
        margin-top: -5px;
    }
    .product-card .pr-card img{
        align-items: center;
        margin-left: -30px;
    }
    .QAcontent{
        display: block;
        /* margin-top:450px; */
        /* margin-left: -30px; */
    }
    .QAcontent .text3 h1{
        font-size: 25px;
        text-align: center;
        width: 100%;
    }
    .inputQA{
       width: 100%;
    }
    .inputQA .QA{
        display: block;

        width: 100%;

        margin-left: 10px;

    }
    .inputQA .QA .container2{
        width: 100%;
    }
    .inputQA .QA .container2 p{
        /* text-align: center; */
        /* margin-left: 55px; */
        width:100%;

    }
    .inputQA .container2 input[type="NX"]{
        width: 80%;
    }
    .products h3{
        text-align: center;
    }
    .slide-wrapper{
        width: 100px;
    }
    .FAQ{
        display: block;
        /* width: 500px; */
        width: 80%;

    }
    .FAQ .QA {
        font-size: 10px;
        margin-left: -60px;
        height: 300px;

    }
    .FAQ .QA p{
        font-size: 10px;
    }
    .FAQ .QA .faq-container{
        font-size: 10px;
      
    }
    .FAQ .QA .faq-container .faq-item .faq-question{
        padding: 0.5rem;
    }

    .contact{
        width: 100%;
        margin-bottom: 20px;
       
        
    }
    .contact .star-container{
        margin-bottom: 150px;
        margin-right: 40px;
        
    }
    .contact .star-container .Fcontact{
        width: 95%;
        display: block;
        height: 500px;
        z-index: 5;
        
    }
    .contact .star-container .Fcontact img{
        width: 100%;
        height: 370px;
        z-index: 5;
    }
    .contact .star-container .Fcontact .anh .anh6{
        display: none;
        width: 0;
    }
    .contact .star-container .Fcontact .FC1 h3{
       margin-top: -90px;
       font-size: 30px;
       z-index: 5;
    }
    .contact .star-container .Fcontact .FC1 p{
        font-size: 15px;
        z-index: 5;
    }
    .contact .star-container .Fcontact .anh{
        z-index: 5;
    }
    .star {
        position: absolute;
        color: #a49b9b92;
        animation: fall linear forwards;
        z-index: -1; 
        
      }
}
