body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Helvetica Neue';
        /* font-family: "Systopie";
    font-weight: 400; */
}


.currentuserposition, .head, .newsAndSales
{
    width: 86%;
    margin: 0 auto;
}

.newsAndSales{
    flex-direction: column;
    gap: 2vw;
    margin-bottom: 12vw;
    
}

.name {
    font-size: 4vw;
    padding: 5vw;
}
.footer__logo{
    width: 10vw;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    align-items: center;
    
}
.logo__desktop, .footer__logo{
    width: 10vw;
    object-fit: cover;
}

.logo__desktop img , .footer__logo img{
    width: 100%;
    height: 100%;
}
.links {
    position: relative;
    font-size: 1vw;
    font-weight: 500;
    line-height: normal;
    
    cursor: pointer;
    padding-bottom: 4px;
}
.currentuserposition{
    margin-top: 60px;
    color: rgba(32, 46, 72, 0.70);
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}

.head{
    color: #3B3D40;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Systopie";
    margin-top: 41px;
}

.dcenter{
    display: flex;
    justify-content: center;

}

.capnews{
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    height: 100%;

}
.cp{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.firstnew{
    background: linear-gradient(180deg, rgba(53, 69, 81, 0.00) 0%, rgba(35, 44, 50, 0.49) 42.5%, rgba(21, 22, 24, 0.89) 94.06%),
    url("./assets/desktopimages/darvin.jpg");
    aspect-ratio: 4/3;
    width: 49%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    text-decoration: none !important;
}
.secondnew{
    aspect-ratio: 4/3;
    width: 49%;
    background: linear-gradient(180deg, rgba(53, 69, 81, 0.00) 0%, rgba(35, 44, 50, 0.49) 42.5%, rgba(21, 22, 24, 0.89) 94.06%),
    url('../assets/images/mvideosvg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
}

.firstnew, .secondnew{
    background-size: cover; 
    transition: transform 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
 
}

.firstnew::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(53, 69, 81, 0.00) 0%, rgba(35, 44, 50, 0.49) 42.5%, rgba(21, 22, 24, 0.89) 94.06%),
    url("./assets/desktopimages/darvin.jpg");
    background-size: cover;
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
}

.secondnew::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(53, 69, 81, 0.00) 0%, rgba(35, 44, 50, 0.49) 42.5%, rgba(21, 22, 24, 0.89) 94.06%),
    url('../assets/images/mvideosvg.png');
    background-size: cover;
    transition: transform 0.5s ease-in-out;
}
.firstnew:hover::after, .secondnew:hover::after{
    transform: scale(1.1);
}

.firstnew::before, .secondnew::before{
    content: "";
    display: block;
    padding-top: 80%;
}


.whitetext{
    text-decoration: none;
    color: #fff;
    
}
.capNewsText{
    padding-bottom: 2.5vw;
    padding-left: 2vw;
    flex-direction: column;
    /* gap: 21px; */
    z-index: 3;
    width: 80%;
   
   
}

.capNewsHead{
    font-size: 1.5vw;
    font-weight: 500;
    line-height: normal;
    font-family: "Systopie";
    text-decoration: none;
    color: white;
}
/* .name{
    color: rgba(0, 0, 0, 0.76);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 153px;
    margin-top: 163px;
} */

.lowernews{
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    
}

.loweritem{
    width: 31%;
}
.galeryimg {
    width: 54%;
    background-size: cover; 
    transition: transform 0.3s ease-in-out; 
    background: url("../assets/images/galeryimg.png");
    position: relative;
    overflow: hidden;
}

.galeryimg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/images/galeryimg.png');
    background-size: cover;
    transition: transform 0.3s ease-in-out;
}

.galeryimg:hover::after {
    transform: scale(1.1);
}

.galeryimg::before {
    content: "";
    display: block;
    padding-top: 80%; 
}

.lowertext{
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin-top: 46px;
    text-decoration: none;
    
}
.lowerNewsHead{
    color: rgba(21, 22, 24, 0.89);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.lowerNewsBody{
    color: rgba(21, 22, 24, 0.69);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Systopie";
}

.allnewsbtn{
    margin: 0 auto;
}

.imsnews:nth-child(1) {
    background: url("../assets/images/lowerfirstsvg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    
}

.imsnews:nth-child(2) {
    background: url("../assets/images/lowersecond.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    
}

.imsnews:nth-child(3) {
    background: url("../assets/images/lowerfirstsvg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    
}

.imsnews {
    width: 100%; 
    aspect-ratio: 16/9; 
   
}

.imsnews::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    transition: transform 0.3s ease-in-out;
    background-position: center;
}


.imsnews::after{
    background: url("../assets/images/lowerfirstsvg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.imsnews:nth-child(1):hover::after, .imsnews:nth-child(2):hover::after, .imsnews:nth-child(3):hover::after {
    transform: scale(1.05);
}

.imsnews:nth-child(1)::before, .imsnews:nth-child(2)::before, .imsnews:nth-child(3)::before{
    content: "";
    display: block;
    padding-top: 80%; 
    
}
.sokolov::after{
    background: url("../assets/images/SOKOLOV.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.mvideo::after{
    background: url("../assets/images/mvideosvg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.bcinfoimg::after{
    background: url("../assets/images/thirdimg.png");
    background-size: cover;
    background-repeat: no-repeat;

}

/* ----------------------------------------button with arrow-------------------------- */
.moreBtnBtn:hover{
    filter: brightness(1.1);
}
.moreBtnBtn:hover .arrow{
    transform: translateX(20px);
}

.arrow {
    transition: transform 0.5s ease;
}

.moreBtnBtn {
    width: 268px;
    height: 80px;
    border-radius: 5px;
    background: linear-gradient(180deg, #A7C4DC 0%, #102D4A 100%);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 40px;
    transition: filter 0.3s ease; 
}

.morebtntext {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}

.allnewsbtn{
    margin: 0 auto;
    margin-bottom: 170px;
}

/* --------------------------------------------------------------------- */


 .imsnews::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    transition: transform 0.3s ease-in-out;
    background-position: center;
}

.time{
    display: flex;
    flex-direction: column;
    gap: 40px;
    
}

.right{
    display: flex;
    justify-content: right;
}


.dropdown {
    position: relative;
    display: inline-block;

  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 11vw;
    
    padding: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    transform-origin: center top;
    animation: slideIn 0.3s ease-in-out;
    border-radius: 5px;
  }
  
  .dropdown-content a {
    color: black;
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
    text-decoration: none;
    display: block;
    
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
    left: -4vw;
    
    
  }

.droplink{
    position: relative;
    font-size: 0.7vw; 
    font-weight: 500;
    line-height: normal;
    display: flex;
    cursor: pointer;
    padding-bottom: 1vw;
    text-align: center;
    
}


.droplink::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 9.7vw;
    border-bottom: 0.05vw solid transparent;
    transition: border-color 0.3s ease;
}

.droplink:hover::after{
    border-color: black;
    opacity: 0.6;
}
  
  @keyframes slideIn {
    from {
      transform: scaleY(0);
    }
    to {
      transform: scaleY(1);
    }
  }











