*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter';
}
html,body{
    height: 100%;
    width: 100%;

}
*::-webkit-scrollbar{
    display: none;
}
*::selection{
    color: white;
    background-color:black;
}
.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .mulish-<uniquifier> {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
  
  .inter-<uniquifier>{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "slnt" 0;
  }

  
  .skeleton-loader {
    width: 100%;
    max-width: 600px;
  }
  
  .skeleton-row {
    height: 20px;
    margin-bottom: 10px;
    background-color: #f0f0f0; 
    border-radius: 4px;
    animation: glowing 1s linear infinite alternate;
  }

  @keyframes glowing {
    0% {
        background-color: rgb(128, 128, 128); /* Light grey */
     
    }
    /* 50% {
        background-color: rgba(128, 128, 128, 0.182);
     
    } */
    100% {
        background-color: rgba(128, 128, 128, 0.408); /* Light grey */
    }
  }
  #card.loading .skeleton-loader {
    display: none;
  }
  
#loader{
    height: 100%;
    width: 100%;
    background-color: black;
    position: fixed;
    z-index: 9999;
    top: 0;
    transition: all ease 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loader h1{
    font-size: 4vw;
    color: transparent;
    background: linear-gradient(to right,orange,orangered);
    position: absolute;
    opacity: 0;
    -webkit-background-clip: text;
    animation-name: load;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: linear;
}
#loader h1:nth-child(2){
    animation-delay: 2s;
}
#loader h1:nth-child(3){
    animation-delay: 3s;
}
@keyframes load {
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
opacity: 0;
    }
}



















#div1{
    height: 97vh;
    width: 100%;
    background-color: #EFEAE3;
    position: relative;
}
#nav{
    padding: 2vw 2vw;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}
#nav img{
        padding-top: 10px;
        height: 11vh;
        width: 250px;
    
}
#nav2{
    display: flex;
    align-items: center;
    gap: 1vw;
}
#nav2 h4{ 
    color: rgba(0, 0, 0, 0.911);
    padding: 10px 20px;
    border: 1px solid gray;
    border-radius: 50px;
    font-weight: 500;
    transition: all ease 0.3s;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}
#nav2 h4::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    left: 0;
    bottom: -100%;
    border-radius: 50%;
    transition: all ease 0.3s;
}
#nav2 h4:hover::after{
  bottom: 0;  
  border-radius: 0;

}
#nav2 h4:hover a{
    color: white;
}
#nav2 h4 a{
    color: black;
    text-decoration: none;
    z-index: 9;
    position: relative;
}
#nav h3{
    display: none;
}







#center{
    margin-left: 40px;
}
#center #left1{
    font-family: 'Anton';
    font-size: 10vw;
    line-height: 25vh;
    padding-top: 50px;
    color: rgba(0, 0, 0, 0.885);
}
#center #left2 #left2part2{
    font-family: 'Anton';
    background-color: #EFEAE3;
    font-size: 10vw;
    line-height: 22vh;
    padding-left: 19px;
    color: rgba(0, 0, 0, 0.885);
    animation: slideIn 2s ease;
}
@keyframes slideIn {
    0% { transform: translateX(-60%); }
    100% { transform: translateX(0%); }
  }
#center #left2 #left2part1{
    height: 22vh;
    width: 32vh;
    position: relative;
    /* margin-top: -3px;  */
}
#center #left2 #left2part1 video{
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 30%;
}
#center #left3 #left3part1{
    font-family: 'Anton';
    font-size: 10vw;
    line-height: 21vh;
    color: rgba(0, 0, 0, 0.885);
}
#try_now {
    height: 3vh;
    width: 450px;
    margin-left: 29px;
    font-size: 20px;
    text-decoration: none;
    color: black;

}
#try_now:hover{
    cursor: pointer;
}
#center #left2{
   display: flex;
   align-items: flex-start;
   margin-left: 13px;
   margin-top: -2.5vh;
}
#center #left3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#center #left3 #left3part2{
    padding-left: 399px;
    padding-right: 30px;
    position: relative;
}


#div1 hr{
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
}


#div2-part1{
    height: 25vh;
    width: 100%;
    background-color: #efeae3;
    
}
#search{
    height: 25vh;
    width: 100%;
    background-color: rgb(142, 139, 139);
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
}
#search .search-bar{
    display: flex;
    align-items: center;
    height: 20vh;
    justify-content: center;
}
#search .search-bar .news-input{
    height: 6vh;
    width: 50%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 0px white solid;
    /* margin-left: 340px; */
    padding-inline: 12px;
    font-size: 16px;
    background-color: #efeae3;
    font-family: 'Inter';
    text-align: center;
}

.search-button{
    height: 6vh;
    width: 100px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 0px grey;
    background-color: rgb(128, 128, 128);
}
.search-button:hover{
    background-color: rgb(101, 99, 99);
}


.clear-button{
    visibility: hidden;
   margin-left: -45px;
   gap: 50px;
   border-radius: 50%;
   padding-right: 13px;
   padding-left: 14px;
   padding-top:px;
   padding-bottom:px;
   border: 0;
   background-color: #efeae300;
}
.clear-button p{
    font-size: 35px;
    font-weight: 200;
    padding-bottom: 3px;
}
.clear-button:hover{
    background-color: #69676737;
    transition: all ease 0.5s;
}

  .news-input:focus + .clear-button,
  .news-input:not(:placeholder-shown) + .clear-button {
    visibility: visible;
  }
  
   input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
   }




main{
    padding-block: 40px;
    background-color: rgb(142, 139, 139);
    border-top: 1px solid rgba(128, 128, 128, 0.623);
    border-bottom:1px solid rgba(128, 128, 128, 0.623); ;
    
}
.cards-container{
    /* margin-left: 53px; */
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 50px;
    align-items: start;
    display: flex;
    gap: 50px;
}
.card{
    width: 320px;
    min-height: 400px;
    border: 0 solid rgba(0, 0, 0, 0.377);
    cursor: pointer;
    border-radius: 19px;
    background-color: rgb(116, 115, 115);
overflow: hidden;
transition: all 0.3s ease;
}
.card:hover{
    background-color: rgb(109, 109, 109);
    transform: translateY(-8px);
}
.card-header img{
    width: 100%;
    height: 200px;
    object-fit: cover;

}
.card-content{
    padding: 12px;
}
.news-source{
    margin-block: 12px;
}











#div2-part2{
    height: 150vh;
    width: 100%;
    background-color: rgb(142, 139, 139);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




#div2-part2-middle{
    height: 80vh;
    background-color: #efeae3;
    width: 100%;
    padding: 6vw 2vw;
    user-select: none;
    border-radius: 80px;
    cursor: grab;
    position: relative;
    /* margin-top: -8vh; */

}

.swiper {
    width: 100%;
    height: 100%;

  }

  .swiper-slide {
    border-left: 1px solid black;
    border-image: linear-gradient(to bottom,transparent 20%, black 60%, black 10%, transparent 90%) 1;
    width: 29%;
    padding: 0vw 2vw;
    margin-top: -9vh;
  }
  .swiper-slide:nth-child(1){
    border-left: 0px;
  }

  .swiper .swiper-scrollbar {
    --swiper-scrollbar-size: 6px;
    --swiper-scrollbar-bottom: 4px;
    --swiper-scrollbar-left: 400px !important;
    --swiper-scrollbar-right: 400px !important;
    --swiper-scrollbar-drag-bg-color: rgb(0, 0, 0);
  }



#question .ri-question-mark{
    font-size: 25px;
    padding: 3px;
    color: rgb(173, 0, 0);

}

#question{
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 8vw;
}
#question h6{
    font-weight: 800;
    font-size: 17px;
    padding-top: 26px;
    line-height: 25px;
    padding-left: 15px;
}
#answer{
    margin-top: 1vw;
    margin-left: 3vw;
    line-height: 20px;
    
}
#back-link:before,
#back-link:after{
    content: "";
    position: absolute;
    height: 7px;
    width: 0%;
    background-color: #0F1110;
    transition: all ease 0.8s;
}
#back-link:before{
    left: 0;
    top: auto;
}
#back-link:after{
    right: 0;
    bottom: auto;
}

#back-link:hover::before,
#back-link:hover::after{
    width: 100%;
}

#moving-text-a:before,
#moving-text-a:after{
    content: "";
    position: absolute;
    height: 7px;
    width: 0%;
    background-color: #0F1110;
    transition: all ease 0.8s;
}

#moving-text-a:after{
    right: 0; 
    top: auto;
}
#moving-text-a:before{
    left: 0;
    bottom: auto;
}

#moving-text-a:hover::before,
#moving-text-a:hover::after{
    width: 100%;
}

#moving-text1{
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 4vh;
}
#moving-text1 h1{
    font-size: 7vw;
    color:black;
    font-weight: 300;
    padding-bottom: 15px;
    
}
#moving-text1::-webkit-scrollbar{
    display: none;
}

#moving-text1 #con {
    /* background-color:black; */
    white-space: nowrap;
    display: inline-block;
    height: -5vw;
    margin-left: -6px;
    animation-name: move1;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-top: -3.5vh;
}

#moving-text1 #con #iconset{
    font-size: 70px;
    display: inline-block;
    margin-left: 46px;
    margin-right: 23px;
    color:black;
}

#moving-text1 #con h1{
display: inline-block;
padding-top: 18px;
word-spacing:13px;
margin-left: 23px;
}
@keyframes move1 {
    from{
        transform: translateX(-100%);
    }
    to{
        transform: translateX(0);
    }
}
   







#moving-text2{
    white-space: nowrap;
    overflow-x: auto;
    /* margin-top: -18vh; */
    /* margin-bottom: 15vh; */
    height: 24vh;
    overflow: hidden;
}
#moving-text2 h1{
    font-size: 7vw;
    color:black;
    font-weight: 300;
    padding-bottom: 15px;
}
#moving-text2::-webkit-scrollbar{
    display: none;
}

#moving-text2 #con {
    /* background-color:black; */
    white-space: nowrap;
    display: inline-block;
    height: -5vw;
    margin-left: -6px;
    animation-name: move2;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
   margin-top: 3vh;
}

#moving-text2 #con #iconset{
    font-size: 70px;
    display: inline-block;
    margin-left: 46px;
    margin-right: 23px;
    color:black;
}

#moving-text2 #con h1{
display: inline-block;
padding-top: 18px;
word-spacing:13px;
margin-left: 23px;
}
@keyframes move2 {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}








#footer{
    height: 70vh;
    width: 100%;
    background-color:#0F1110;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
#footer-top{
    margin-top: 16vh;
    height: 30vh;
    width: 80%;
    position: relative;
    display: flex;
}
#footer-top #footer-top1{
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer-top #footer-top1 h6{
    color: white;
    font-size: 15px;
    font-weight: 600;
}
#footer-top #footer-top1 a{
    text-decoration: none;
    padding-top: 20px;
    color: rgba(255, 255, 255, 0.529);
   
}
#footer-top #footer-top1 a:hover{
    color: #987c56;
}
#footer-top #footer-top2{
    width: 40%;
}

#footer-top #footer-top2 h6{
    color: white;
    font-size: 15px;
    padding-bottom: 20px;
    padding-left: 120px;
    font-weight: 600;
}
#footer-top #footer-top2 a{
    padding-left: 70px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.529);
}
#footer-top #footer-top2 a:hover{
    color: #987c56;
}
#footer-top #footer-top3{
    width: 40%;
    padding-left: 25%;
}
#footer-top #footer-top3 h6{
    color: white;
    font-size: 15px;
    font-weight: 600;
}
#footer-top #footer-top3 #mail{
    padding-top: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.529);

}
 #footer-bottom{
    height: 20vh;
    width: 80%;
    display: flex;
    flex-direction: column;
}
#footer-bottom1{
    padding-top: 90px;
    padding-bottom: 20px;
}
#footer-bottom2{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
#footer-bottom h6{
    color: white;
    font-size: 14px;
    font-weight: 600;
}
#footer-bottom #footer-bottom2 #links a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    padding-left: 20px;
    font-weight: 600;
}
#footer-bottom #footer-bottom2 #links a:hover{
    color: #987c56;
}

#full-scr{
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.708);
    position: fixed;
    z-index: 99;
    top: -100%;
    transition: all ease 0.5s;
}
#full-div1{
    height: 40%;
    width: 100%;
    background-color: #EFEAE3;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
#full-div1 a{
    text-decoration: none;
    font-size: 7vw;
    color: rgba(0, 0, 0, 0.848);
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 800;
    font-family: 'Mulish';
    /* padding-right: 9vw; */
    padding-top: 12px;
}
#full-div1 #home{
    padding-top: 17vh;
}


@media (max-width:770px) {
    #center{
        margin-left: 30px;
    }
    #center #left1{
       
        font-size: 11vw;
    }
    #center #left2 #left2part2{

        font-size: 11vw;
        line-height: 16vh;
        padding-left: 19px;
    }
    #center #left2 #left2part1{
        height: 25vh;
        width: 27vh;
        position: relative;
        margin-top: -35px; 
    }
    #center #left2 #left2part1 video{
        height: 100%;
        width: 100%;
        object-fit: contain;
        border-radius: 40%;
    }
    #center #left3 #left3part1{
        font-family: 'Anton';
        font-size: 11vw;
        line-height: 25vh;
    }
    #try_now button{
        height: 6vh;
        width: 90px;
        margin-left: 29px;
        font-size: 14px;
    }
    #center #left2{
       display: flex;
       align-items: flex-start;
       margin-left: 13px;
    }
    #center #left3{
        margin-top: -30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #center #left3 #left3part2{
        padding-left: 60px;
        /* padding-right: 30px; */
    }


    #search .search-bar{
        display: flex;
        align-items: center;
        height: 20vh;
        /* margin-left: -32vw; */
    }

    #moving-text #con {
        height: 8vw;
    }
    #moving-text #con #iconset{
        font-size: 28px;
    }


    
#div2-part2-middle{
    height: 55vh;
    width: 100%;
    padding: 6vw 2vw;
    user-select: none;

}


  .swiper-slide {
    width: 49%;
    padding: 0vw 2vw
  }

#question .ri-question-mark{
    font-size: 25px;
    padding: 3px;
}

#question{
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 4vw;
}
#question h6{
    font-weight: 800;
    font-size: 17px;
    padding-top: 26px;
    line-height: 25px;
    padding-left: 15px;
}
#answer{
    margin-top: 1vw;
    margin-left: 6vw;
    line-height: 20px;
    
}
    

.cards-container{
    /* margin-left: 35px; */
    flex-wrap: wrap;
    row-gap: 50px;
    align-items: start;
    display: flex;
    gap: 40px;
}
.card{
    width: 320px;
    min-height: 400px;
    border: 0 solid rgba(0, 0, 0, 0.377);
    cursor: pointer;
    border-radius: 19px;
    background-color: rgba(128, 128, 128, 0.366);
overflow: hidden;
transition: all 0.3s ease;
}
.card-header img{
    width: 100%;
    height: 200px;
    object-fit: cover;

}
.card-content{
    padding: 12px;
}
.news-source{
    margin-block: 12px;
}
}




@media (max-width:550px) {
    #loader h1{
        font-size: 10vw;
    }







#div1{
    height: 94vh;
    width: 100%;
}
#nav{
    padding: 2vw 2vw;
    height: 100px;
    background-color: #EFEAE3;
   
}
#nav img{
    padding-top: 6px;
    height: 12vh;
    width: 200px;
    scale: 0.85;
}

#nav2{
    display: none;
}
#nav h3{
    display: block;
    padding: 3vw 5vw;
    border: 1px solid #797575;
    border-radius: 50px;
    font-size: 4vw;
    font-weight: 500;
    padding-left: 6vw;
    margin-right: 10vw;

}






#center{
    margin-left: 30px;
}
#center #left1{
    font-size: 13vw;
    line-height: 20vh;
    padding-top: 20px;
  
}
#center #left2 #left2part2{
    font-size: 13vw;
    line-height: 13.5vh;
    height: 13vh;
    padding-left: -12px;
}
#center #left2 #left2part1{
    height: 13vh;
    width: 22vh;
    margin-top: -53px; 
    margin-left: -11px;
}
#center #left2 #left2part1 video{
    height: 19vh;
    width: 100%;
    margin-top: 5vh;
    object-fit: contain;
    border-radius: 30%;
}
#center #left3 #left3part1{
    font-size: 13vw;
    margin-top: -7vh;
}
#try_now {
   
    scale: .8;
    height: 6vh;
    width: 140px;
    margin-left: -250px;
    font-size: 22px;
    margin-top: -5vh;
}
#center #left2{
   display: flex;
   align-items: flex-start;
   margin-left: 13px;
   margin-top: -5vh;
   height: 14vh;
}
#center #left3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: -1vh;
    
}
#center #left3 #left3part2{
    padding-left: 20px;
    padding-right: 40px;
    text-align: center;
    flex-basis: 100%;
    padding-bottom: 20px;
    padding-top: 15px;
}
#div2-part1{
    height: 22vh;
}
#search{
    height: 22vh;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
#search .search-bar{
    height: 20vh;
    /* margin-left: -290px; */
    align-items: center;
}
#search .search-bar .news-input{
    height: 6vh;
    width: 65%;
    font-size: 13px;
}

.search-button{
    height: 6vh;
    width: 70px;
}
.card{
    width: 285px;
    min-height: 400px;
    background-color: #646765;
}




#div2-part2{
    height: 100vh;
}



#div2-part2-middle{
    height: 50vh;
    width: 100%;
    padding: 6vw 2vw;
    border-radius: 40px;
}


  .swiper-slide {
    border-left: 1px solid black;
    width: 80%;
    padding: 0vw 2vw;
    margin-top: -1vh;
  }
#question .ri-question-mark{
    font-size: 25px;
    padding: 3px;
    color: rgb(173, 0, 0);

}

#question{
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 8vw;
}
#question h6{
    font-weight: 600;
    font-size: 15px;
    padding-top: 26px;
    line-height: 25px;
    padding-left: 15px;
}
#answer{
    font-weight: 400;
    font-size: 15px;
    margin-top: 1vw;
    margin-left: 12vw;
    line-height: 20px;
    
}

#moving-text1{
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 4vh;
}
#moving-text1 h1{
    font-size: 19vw;
}


#moving-text2 h1{
    font-size: 19vw;
}










#footer{
    height: 40vh;
    width: 100%;
    background-color: rgb(19, 19, 19);
}
#footer-top{
    margin-top: 5vh;
    height: 15vh;
    width: 100%;
    margin-left: -29vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer-top #footer-top1{
    height: 100%;
    width: 30%;
    margin-left: 22%;
}
#footer-top #footer-top1 h6{
    font-size: 13px;
    color: rgb(122, 112, 112);
}
#footer-top #footer-top1 a{
    text-decoration: none;
    padding-top: 15px;
    font-size: 13px;
    text-wrap: nowrap;
    color: rgb(190, 184, 184);
}
#footer-top #footer-top2{
    width: 30%;
    margin-left: 11%;
    margin-top: -7%;
}

#footer-top #footer-top2 h6{
    font-size: 13px;
    padding-left: 15px;
    color: rgb(122, 112, 112);
}
#footer-top #footer-top2 a{
    padding-left: 8px;
    font-size: 13px;
    text-align: center;
    color: rgb(190, 184, 184);
}
#footer-top #footer-top3{
    width: 35%;
    padding-left: 11%;
    margin-top: -13%;
}
#footer-top #footer-top3 h6{
    font-size: 13px;
    color: rgb(122, 112, 112);
}
#footer-top #footer-top3 #mail{
    padding-top: 20px;
    color: rgb(190, 184, 184);
}
 #footer-bottom{
    height: 20vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 6.5vw;
}
#footer-bottom1{
    padding-top: 90px;
    padding-bottom: 20px;
}
#footer-bottom1 hr{
    width: 92%;
  
}
#footer-bottom2{
    width: 90%;
    margin-top: -1.5vh;
}
#footer-bottom h6{
    font-size: 12px;
    color: rgb(190, 184, 184);
}
#footer-bottom #footer-bottom2 #links a{
    font-size: 14px;
    padding-left: 5px;
    color: rgb(190, 184, 184);
}
}

