@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Inconsolata:wght@200..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Space+Grotesk:wght@300..700&display=swap');


.dark-mode {
    --Neutral_200: #091540;
    --Neutral_0: hsl(226, 25%, 17%);
    --Neutral_300: hsl(226, 11%, 37%);
    --Neutral_900: hsl(200, 60%, 99%);
    --Neutral_100: hsl(226, 11%, 37%);
    --Neutral_0_1: hsl(226, 25%, 17%);
    --Neutral_0_2: hsl(226, 25%, 17%);
    --Neutral_600: hsl(0, 0%, 78%);
    --Neutral_700: hsl(200, 60%, 99%);
    --Neutral_extension_header: hsl(198, 19%, 23%);
    --Red_700: hsl(3, 71%, 56%);
    --Neutral_0_3: hsl(200, 60%, 99%);
    --Main_BG: var(--Dark_Gradient);
    --Neutral_logo_text: hsl(200, 60%, 99%);

}


:root{
    --Neutral_900: hsl(227, 75%, 14%);
    --Neutral_extension_header: hsl(227, 75%, 14%);
    --Neutral_logo_text: hsl(227, 75%, 14%);
    --Neutral_800: hsl(226, 25%, 17%);
    --Neutral_700: hsl(225, 23%, 24%);
    --Neutral_600: hsl(226, 11%, 37%);
    --Neutral_300: hsl(0, 0%, 78%);
    --Neutral_200: hsl(217, 61%, 90%);
    --Neutral_100: hsl(0, 0%, 93%);
    --Neutral_0: hsl(200, 60%, 99%);
    --Neutral_0_1: hsl(200, 60%, 99%);
    --Neutral_0_2: hsl(200, 60%, 99%);
    --Neutral_0_3: hsl(200, 60%, 99%);
    --Red_400: hsl(3, 86%, 64%);
    --Red_500: hsl(3, 71%, 56%);
    --Red_700: hsl(3, 77%, 44%);
    --Light_Gradient: linear-gradient(180deg, #EBF2FC 0%, #EEF8F9 100%);
    --Dark_Gradient: linear-gradient(180deg, #040918 0%, #091540 100%);
    --Main_BG: var(--Light_Gradient);
}


body{
    font-family: "Noto Sans", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--Main_BG);
    height: fit-content;

}

.header{
    width: 95%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--Neutral_0);
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    color: var(--Neutral_extension_header);
}



.logo{
    margin-left: 10px;
}

.logoImg{
    color: var(--Neutral_logo_text);
}

.darkMode{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--Neutral_300);
    width:50px;
    height: 50px;
    border-radius: 10px;
    margin-right: 20px;
}

.darkMode:hover{
    background-color: var(--Neutral_600);
    cursor: pointer;
}


.main{
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainHeader{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mainTitle{
    font-size: 26px;
    margin-left: 5px;
    margin-top: 28px;
    color: var(--Neutral_900);
}

.filtersDiv{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 17px;
}

.filterBtn{
    width: fit-content;
    height: 30px;
    border: none;
    padding-left: 14px;
    padding-right: 14px;
    background-color: var(--Neutral_0_1);
    color: var(--Neutral_900);
    font-family: "Noto Sans", sans-serif;
    margin-right: 15px;
    border-radius: 15px;
    font-weight: 600;
}

.filterBtn:hover{
    background-color: var(--Red_700);
    color: var(--Neutral_0);
    cursor: pointer;

}

.mainBody{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 20px;

}

.extensionCard{
    width: 370px;
    height: 170px;
    background-color: var(--Neutral_0_1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cardUpperContent{
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 15px;
    margin-left: 15px;

}

.cardLogo{
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 10px;
}

.textContent{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}

.extensionName{
    font-weight: 750;
    color: var(--Neutral_900);
    
}

.extensionDescription{
   color: var(--Neutral_600);
    font-size: 14px;
    margin-top: 8px;
    width: 258px;
    font-weight: 500;
}

.cardLowerContent{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 25px;
}

.removeBtn{
    width: 75px;
    height: 30px;
    background-color: var(--Neutral_0_2);
    border: 1px solid var(--Neutral_600);
    border-radius: 15px;
    color: var(--Neutral_700);
    font-family: "Noto Sans", sans-serif;
    font-weight: 550;
    margin-left: 15px;

}


.removeBtn:hover{
   background-color: var(--Red_700);
   color: var(--Neutral_0);
   cursor: pointer;
   border: none;
}


.switchInput{
    display: none;

}

.switch{
    display: inline-block;
    width: 40px;
    height: 20px;
    position: relative;
    margin-right: 20px;
    margin-top: -15px;
    cursor: pointer;
}

.slider{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--Neutral_300);
    border-radius: 20px;
    transition: 0.3s;

}

.slider::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  bottom: 2px;
  background-color: var(--Neutral_0_3);
  border-radius: 50%;
  transition: 0.3s;
}

.switchInput:checked + .slider{
    background-color: var(--Red_700);
}

.switchInput:checked + .slider::before{
    transform: translateX(20px);
}


@media screen and (max-width: 1110px){

body{
    font-family: "Noto Sans", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--Main_BG);
    height: fit-content;

}

.header{
    width: 95%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--Neutral_0);
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    color: var(--Neutral_extension_header);
}


.main{
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainHeader{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mainTitle{
    font-size: 26px;
    margin-left: 5px;
    margin-top: 28px;
    color: var(--Neutral_900);
}

.filtersDiv{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0;

}

.mainBody{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;

}

.extensionCard{
    width: 85%;
    height: 170px;
    background-color: var(--Neutral_0_1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


}