:root:not( .dark ){
    --white: hsl(0, 0%, 100%);
    --dark: hsl(0, 0%, 0%);
    --orange: hsl(22, 82%, 53%);
    --acdn-bg: hsl(289, 19%, 88%) ;
    --acdn-btn: hsl(289, 19%, 88%) ;
    --py-dark: hsl(0, 0%, 94%);
    --bg-gray: hsl(210, 4%, 20%);
    --text-light: hsl(281, 89%, 4%);
    --primary: hsl(153, 100%, 33%);
    --secondary:hsl(272, 77%, 49%);
    --black: hsl(285, 40%, 98%);
    --black1: hsl(0, 0%, 0%); 
    --border-color: hsl(150, 2%, 75%);
    --blue: hsl(217, 90%, 60%);
    --primary-accent: hsl(152, 46%, 71%);
    --secondary-accent: hsl(157, 46%, 49%);
    --warning-text: hsl(146, 100%, 97%);
    --warning-link-block: hsl(0, 70%, 43%);
    --header-bg: hsl(240, 5%, 80%);
    --body-bg:hsl(0, 0%, 100%);
    --btn-bg: hsl(0, 0%, 95%);
    --btn-color: hsl(0, 0%, 13%);
    --btn-border: var(--border-color);
    --color: hsl(60, 3%, 6%);
    --item-bg: hsl(0, 0%, 100%);
    --top-bar: hsl(0, 0%, 100%);
    --h-color: hsl(271, 51%, 58%);
    --top-const-btn: var(--secondary);
    --box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px 1px;
}
:root.dark{
    --white: hsl(0, 0%, 100%);
    --dark: hsl(0, 0%, 0%);
    --orange: hsl(22, 82%, 53%);
    --py-dark: hsl(225, 5%, 16%);
    --bg-gray: hsl(240, 3%, 6%);
    --text-light: hsl(150, 5%, 70%);
    --primary: hsl(157, 68%, 30%);
    --secondary:hsl(271, 51%, 58%);
    --black: hsl(0, 0%, 0%);
    --black1: hsl(0, 0%, 47%);
    --blue: hsl(217, 90%, 60%);
    --border-color: hsl(225, 5%, 16%);
    --acdn-bg: hsl(225, 5%, 16%);
    --acdn-btn: hsl(289, 19%, 88%) ;
    --primary-accent: hsl(152, 46%, 71%);
    --secondary-accent: hsl(157, 46%, 49%);
    --warning-text: hsl(146, 100%, 97%);
    --warning-link-block: hsl(0, 70%, 43%);
    --header-bg: hsl(0, 0%, 10%);
    --body-bg:hsl(0deg 0% 23.53%);
    --btn-bg: hsl(225, 5%, 16%);
    --btn-border: hsl(225, 5%, 16%);
    --btn-color: hsl(180, 69%, 97%);
    --color: hsl(0, 0%, 90%);
    --item-bg: var(--black); 
    --top-bar: hsl(0, 0%, 0%);
    --h-color: hsl(271, 51%, 58%);
    --top-const-btn: var(--secondary);
    --box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px 1px; 
   
    
}



body{
    background-color: var(--body-bg) !important;
    overflow-x: hidden;
    font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

ol{
    list-style-type: disc;
}
ol li:first-child{
    list-style-type: none;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h2, h3, h4, h5, h6{
    color: var(--color) !important;
    font-weight: 700;
}

strong{
    color: var(--text-light);
}

/* .ace_content{
    font-size: 16px !important;
} */
.navbar{
  border-bottom: 1px solid var(--border-color);
}
.nav-link{
    color: var(--color);
}
.nav-link:hover{
    color: var(--secondary-accent);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--secondary);
    font-weight: 700;
}

.accordion-button{
    background-color: var(--black);
    color: var(--color);
    outline: none ;
    box-shadow: none;
}
.accordion-button:focus{
    outline: none;
    box-shadow: none;
}

.accordion, .accordion-item {
    border-color: var(--acdn-bg) !important;
}
.accordion-item{
    background-color: var(--acdn-bg);
    color: var(--color);
}

.accordion-button:not(.collapsed){
    background-color: var(--secondary);
    box-shadow: none;
    color: var(--acdn-btn);
}
.copyright{
    color: var(--color);
}

.copyright a{
    color: var(--secondary);
}
.navbar-brand{
    color: var(--color);
    font-weight: 900;
    font-size: 20px;
    border: none;
    outline: none;
    
}
.navbar-brand:hover{
    color: var(--color);
}
.bg-dark{
    background-color: var(--top-bar) !important;
}

.btn-primary, .btn-outline-primary, .btn-secondary{
    background-color: var(--btn-bg);
    border-color: var(--btn-border);
    color: var(--btn-color);
    font-size: 14px;
    font-weight: 600;
    border-bottom-left-radius: 0;
}


#filename{
    font-size: 13px;
    font-weight: 600;
}
.course-btn button{
    background-color: var(--top-const-btn);
    color: var(--white);
    font-weight: 700;
    border-bottom-left-radius: 0;
}

.course-btn button:hover{
    background-color: var(--black1) !important;
    border-color: var(--black1) !important;
}
.btn-outline-primary:hover, .btn-primary:hover, .btn-secondary:hover{
    background-color: var(--secondary) !important;
    border-color: var(--secondary);
    transform: scale(1.1);
    transition: all 0.5s ease-in-out; 
}
.btn-secondary {
    padding-top: 5px;
    margin-left: 5px;
}

.run-btn{
    border-color: var(--primary);
    color: var(--primary);
    font-weight: 700;
    padding-left: 25px;
    padding-right: 25px;
}

.run-btn:hover{
    background-color: var(--primary) !important;
    border-color: var(--primary);
    transform: none !important;
}
.share-btn{
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}

.share-btn:hover{
    transform: none !important;
}
.editor {
    height: auto;
    min-height: 300px;
    border: 1px solid var(--header-bg);
    color: var(--color);
    padding: 10px;
    font-family: monospace;
    font-size: 14px;
    overflow-x: hidden;
    background-color: var(--black);
    border-radius:  0 0 15px;

}
.file-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.nav-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    margin-right: 10px;
}

.editor-active {
    font-weight: bold;
}

.editor-header{
    background-color: var(--header-bg);
    color: var(--secondary);
    padding: 5px 15px;
    border-radius: 15px 15px 0 0;
    font-size: 17px;
}

.editor-header button{
    padding: 3px 10px;
}
.editor-header h2{
    font-size: 18px !important;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--text-light) !important;
}


.output-container{
    box-shadow: var(--box-shadow);
    border-radius: 15px;
}

.output-container-1{
    background-color: var(--black);
    min-height: 220px;
    max-height: 220px;
    overflow-y: hidden;
    overflow-x: auto;
    border-radius:  0 15px 15px 0px;
    width: 100%;    
}

.output-container-1{
    border: 1px solid var(--border-color);
}


.output-left-ctrls{
    border-radius: 15px 0 0 15px;
    width: auto;
    background-color: var(--py-dark);
}
.output-content{
    width: 100%;
    padding: 10px 15px;
    color: var(--color);
    overflow-x: hidden;
    white-space: pre-wrap; /* Preserve whitespace and line breaks */
    /* background-color: red; */
    height: 220px;
    overflow-y: auto; /* Scroll for overflow */
}
.output-left-buttons{
    margin-top: 0px;
    height: 220px;
}

.output-left-buttons button{
    padding: 5px 10px;
}
.output-left-buttons button i{
    font-size: 13px;
}

.term-output {
    font-family: monospace;
    margin: 0;
    padding: 0;
}

.traceback-line {
    color: orange;  /* Orange for traceback */
}

.error-output {
    color: red;  /* Red for errors */
}

.general-output {
    color: var(--color);  /* White for general output */
}


.skeleton-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.skeleton-item {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 8px;
  animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-image, .skeleton-title, .skeleton-meta {
  background-color: #e0e0e0;
  border-radius: 4px;
}

.skeleton-image {
  height: 100px;
}

.skeleton-title {
  height: 20px;
  margin: 8px 0;
}

.skeleton-meta {
  height: 15px;
}

.hidden { display: none; }

.loader {
  text-align: center;
  padding: 20px;
  font-weight: bold;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.news-header{
    background-color: transparent;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    padding: 5px 5px;
}
.news-header ol{
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
.news-header ol li{
  padding: 7px 0;
}
.news-header ol li a{
    margin: 0 3px;
    color: var(--color) ;
    font-size: 12px;
    font-weight: 700;
    background-color: transparent;
    padding: 7px 15px;
    border-radius: 20px;
    border-bottom-left-radius: 20;
    margin: 5px;
    cursor: pointer;
    border: 1px solid var(--border-color);
    text-decoration: none;
}
.news-header ol li a:hover{
    background-color: var(--orange);
    color: var(--white);
    transform: scale(1.1);
    transition: all .3s ease-in-out;
    border-color: var(--orange);
}
.news-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 15px;
}

.news-item{
  position: relative;
    height: auto;
    min-height: 250px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    /* border-bottom-left-radius: 0; */
    background-color: var(--item-bg);
    overflow-x: hidden;
    
}

.article-details h2{
  color: var(--color) !important;
}
.article-details a{
  text-decoration: none;
}
.article-details .category{
  border: 1px solid var(--orange);
  padding: 5px 10px;
  border-radius: 30px; 
  width: fit-content;
  font-weight: 700;  
  font-size: 13px;
  background-color: var(--orange);
  color: var(--white) !important;
}

.article-details .category:hover{
  border-color: var(--orange);
  color: var(--orange) !important;
  background-color: transparent;
  
  
}
.top-dets, .summary, .details{
  color: var(--color) !important;
}

.top-dets{
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 4px 0;
}

.article-image img{
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.related-article img {
  max-height: 200px;
  min-height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}

.related-article a{
  text-decoration: none;
  color: var(--color);
}
.related-article a:hover h5{
  color: #0071e2 !important;
}

.pagination li {
  list-style: none !important;
}
.realted-article-btm{
  margin-top: 15px;
  border-top: 1px solid var(--border-color);
  padding: 5px 0;
}
.realted-article-btm small{
  font-size: 12px;
  color: var(--color);
}
.news-item:hover{
    transition: all 0.5s ease-in-out;
    transform: scale(1.03);
    box-shadow: 5px 5px 0 rgba(140, 53, 167, 0.188);
}
.news-image{
    position: relative;
    overflow: hidden;
    min-height: 170px;
    max-height: 170px;
    border-bottom: 1px solid var(--border-color);
    background-image: url('../../media/hoody.png');

}

.news-image img{
  min-height: 170px;
}

.news-item .cat{
  position: absolute;
  top: 140px;
  left: 5px;
  background-color: var(--orange);
  padding: 3px 10px;
  border-radius: 20px;
  color: var(--white);
  font-size: 12px;
}
.news-image img{
    width: 100%;
    max-height: 190px;
    object-fit: cover;
    object-position: center;
}
.news-item:hover .news-image img {
    transition: all 1.5s ease-in-out;
    transform: scale(1.1);
    object-position: top;
}
.news-details{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 13px;
    color: var(--color);
}
.news-details h5{
  padding: 15px;
}
.news-details h5 a{
  text-decoration: none;
  color: var(--color);
}

.news-details h5 a:hover{
  color: #0071e2;
}

.news-details p{
    margin: 1rem 0;
    font-weight: 600;
}
.news-details-btm p{
    margin-bottom: 0;
    margin-top: 0;
}

.news-details-btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid var(--border-color);
}


.editor-wrapper {
    display: flex; /* Use flexbox for line numbers and editor side by side */
    border: 1px solid var(--border-color);
    height: 270px; /* Fixed height for the editor */
}

#editor{
    background-color: var(--black);
}

.editor-cont{
    height: 270px;
}

.editor-wrapper .editor{
    border-bottom-right-radius: 0;
}

.line-numbers {
    background-color: var(--header-bg); /* Light background for line numbers */
    padding: 10px;
    overflow-y: hidden;
    width: 35px;
    border-right: 1px solid #030303; /* Border between line numbers and editor */
    text-align: right; /* Right-align line numbers */
    user-select: none; /* Prevent selection of line numbers */
}

#line-numbers {
    font-family: monospace; /* Use monospace font for line numbers */
    color: var(--color); /* Color for line numbers */
}

.editor {
    flex: 1; /* Take remaining space */
    padding: 10px;
    overflow-y: auto; /* Enable scrolling */
    outline: none; /* Remove outline when focused */
    font-family: monospace; /* Use monospace font for code */
    resize: none; /* Prevent resizing */
}

.cursor-info {
    display: flex;
    justify-content: start; /* Space between line and column indicators */
    padding: 5px 15px;
    background-color: var(--py-dark); /* Same as line numbers background */
    border: 1px solid var(--border-color) !important; /* Border to separate from editor */
    border-radius: 0 0 15px 15px ;
    color: var(--color);
}

.cursor-info span{
    color: var(--h-color) !important;
    margin: 0 3px;
}

.cursor-info span {
    color: #ddd; /* Darker text for cursor position */
    font-weight: bold; /* Bold text for emphasis */
}


.advert{
    position: relative;
}

.advert small{
    position: absolute;
    top: 0;
    left: 10px;
    background-color: #f7f7f7f7;
    color: var(--dark) !important;
    border-radius: 0 0 7px 0;
    padding: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.advert img{
    width: 100%;
    display: none !important;
}
.footer-b{
    padding: 15px 0;
}


footer{
  border-top: 1px solid var(--border-color);
  margin-top: 50px !important;
}

/* From Uiverse.io by satyamchaudharydev */ 
.output-loader {
    display: none;
    --height-of-loader: 4px;
    --loader-color: #0071e2;
    width: 100%;
    height: var(--height-of-loader);
    border-radius: 0px;
    background-color: rgba(0,0,0,0.2);
    position: relative;
  }
  
  .output-loader::before {
    content: "";
    position: absolute;
    background: var(--loader-color);
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 0px;
    animation: moving 1s ease-in-out infinite;
    ;
  }
  
  @keyframes moving {
    50% {
      width: 100%;
    }
  
    100% {
      width: 0;
      right: 0;
      left: unset;
    }
  }



/* From Uiverse.io by satyamchaudharydev */ 
/* The switch - the box around the slider */
.switch {
    display: block;
    --width-of-switch: 3.5em;
    --height-of-switch: 2em;
    /* size of sliding icon -- sun and moon */
    --size-of-icon: 1.4em;
    /* it is like a inline-padding of switch */
    --slider-offset: 0.3em;
    position: relative;
    width: var(--width-of-switch);
    height: var(--height-of-switch);
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4f4f5;
    transition: .4s;
    border-radius: 30px;
    border: 1px solid var(--border-color);
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: var(--size-of-icon,1.4em);
    width: var(--size-of-icon,1.4em);
    border-radius: 20px;
    left: var(--slider-offset,0.3em);
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(40deg,#ff0080,#ff8c00 70%);
    ;
   transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #303136;
  }
  
  input:checked + .slider:before {
    left: calc(100% - (var(--size-of-icon,1.4em) + var(--slider-offset,0.3em)));
    background: #303136;
    /* change the value of second inset in box-shadow to change the angle and direction of the moon  */
    box-shadow: inset -3px -2px 5px -2px #8983f7, inset -10px -4px 0 0 #a3dafb;
  }

/* From Uiverse.io by Lakshay-art */ 
.grid {
    height: 800px;
    width: 800px;
    background-image: linear-gradient(to right, #0f0f10 1px, transparent 1px),
      linear-gradient(to bottom, #0f0f10 1px, transparent 1px);
    background-size: 1rem 1rem;
    background-position: center center;
    position: absolute;
    z-index: -1;
    filter: blur(1px);
  }
  .white,
  .border,
  .darkBorderBg,
  .glow {
    max-height: 70px;
    max-width: 400px;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    /* Border Radius */
    border-radius: 12px;
    filter: blur(3px);
  }
  .input {
    background-color: var(--py-dark);
    border: none;
    /* padding:7px; */
    width: 400px;
    height: 56px;
    border-radius: 10px;
    color: var(--color);
    padding-inline: 59px;
    font-size: 18px;
  }
  #poda {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .input::placeholder {
    color: var(--h-color);
  }
  
  .input:focus {
    outline: none;
  }
  
  #main:focus-within > #input-mask {
    display: none;
  }
  
  #input-mask {
    pointer-events: none;
    width: 200px;
    height: 20px;
    border-radius: 4px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(162, 51, 214, 0.185));
    top: 18px;
    left: 70px;
  }
  #pink-mask {
    pointer-events: none;
    width: 50px;
    height: 25px;
    position: absolute;
    background: #cf30aa;
    top: 10px;
    left: 5px;
    filter: blur(20px);
    opacity: 0.8;
    animation:leftright 4s ease-in infinite;
    transition: all 2s;
  }
  #main:hover > #pink-mask {
    animation: rotate 4s linear infinite;
    opacity: 0;
  }
  
  .white {
    max-height: 65px;
    max-width: 400px;
    border-radius: 10px;
    filter: blur(2px);
  }
  
  .white::before {
    content: "";
    z-index: -2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(83deg);
    position: absolute;
    width: 900px;
    height: 900px;
    background-repeat: no-repeat;
    background-position: 0 0;
    filter: brightness(1.4);
    background-image: conic-gradient(
      rgba(0, 0, 0, 0) 0%,
      #e20b89,
      rgba(0, 0, 0, 0) 8%,
      rgba(0, 0, 0, 0) 50%,
      #aa5f0a,
      rgba(0, 0, 0, 0) 58%
    );
    animation: rotate 4s linear infinite;
    transition: all 2s;
  }
  .border {
    max-height: 59px;
    max-width: 500px;
    border-radius: 11px;
    filter: blur(0.px);
  }
  .border::before {
    content: "";
    z-index: -2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(70deg);
    position: absolute;
    width: 900px;
    height: 900px;
    filter: brightness(1.3);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(
      #1c191c,
      #402fb5 5%,
      #1c191c 14%,
      #1c191c 50%,
      #cf30aa 60%,
      #1c191c 64%
    );
    animation: rotate 4s 0.1s linear infinite;
    transition: all 2s;
  }
  .darkBorderBg {
    max-height: 65px;
    max-width: 400px;
  }
  .darkBorderBg::before {
    content: "";
    z-index: -2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(82deg);
    position: absolute;
    width: 600px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(
      rgba(0, 0, 0, 0),
      #18116a,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0) 50%,
      #6e1b60,
      rgba(0, 0, 0, 0) 60%
    );
    transition: all 2s;
  }
  #poda:hover > .darkBorderBg::before {
    transform: translate(-50%, -50%) rotate(262deg);
  }
  #poda:hover > .glow::before {
    transform: translate(-50%, -50%) rotate(240deg);
  }
  #poda:hover > .white::before {
    transform: translate(-50%, -50%) rotate(263deg);
  }
  #poda:hover > .border::before {
    transform: translate(-50%, -50%) rotate(250deg);
  }
  
  #poda:hover > .darkBorderBg::before {
    transform: translate(-50%, -50%) rotate(-98deg);
  }
  #poda:hover > .glow::before {
    transform: translate(-50%, -50%) rotate(-120deg);
  }
  #poda:hover > .white::before {
    transform: translate(-50%, -50%) rotate(-97deg);
  }
  #poda:hover > .border::before {
    transform: translate(-50%, -50%) rotate(-110deg);
  }
  
  #poda:focus-within > .darkBorderBg::before {
    transform: translate(-50%, -50%) rotate(442deg);
    transition: all 4s;
  }
  #poda:focus-within > .glow::before {
    transform: translate(-50%, -50%) rotate(420deg);
    transition: all 4s;
  }
  #poda:focus-within > .white::before {
    transform: translate(-50%, -50%) rotate(443deg);
    transition: all 4s;
  }
  #poda:focus-within > .border::before {
    transform: translate(-50%, -50%) rotate(430deg);
    transition: all 4s;
  }
  
  .glow {
    overflow: hidden;
    filter: blur(30px);
    opacity: 0.4;
    max-height: 60px;
    max-width: 400px;
  }
  .glow:before {
    content: "";
    z-index: -2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(60deg);
    position: absolute;
    width: 999px;
    height: 999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    /*border color, change middle color*/
    background-image: conic-gradient(
      #000,
      #402fb5 5%,
      #000 38%,
      #000 50%,
      #cf30aa 60%,
      #000 87%
    );
    /* change speed here */
    animation: rotate 4s 0.3s linear infinite;
    transition: all 2s;
  }
  
  @keyframes rotate {
    100% {
      transform: translate(-50%, -50%) rotate(450deg);
    }
  }
  @keyframes leftright {
    0% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  
    49% {
      transform: translate(250px, 0px);
      opacity: 0;
    }
    80% {
      transform: translate(-40px, 0px);
      opacity: 0;
    }
  
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }
  
  #filter-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    max-height: 40px;
    max-width: 38px;
    height: 100%;
    width: 100%;
  
    isolation: isolate;
    overflow: hidden;
    /* Border Radius */
    border-radius: 10px;
    background: linear-gradient(180deg, #161329, black, #1d1b4b);
    border: 1px solid transparent;
  }
  .filterBorder {
    height: 42px;
    width: 40px;
    position: absolute;
    overflow: hidden;
    top: 7px;
    right: 7px;
    border-radius: 10px;
  }
  
  .filterBorder::before {
    content: "";
  
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    position: absolute;
    width: 600px;
    height: 600px;
    background-repeat: no-repeat;
    background-position: 0 0;
    filter: brightness(1.35);
    background-image: conic-gradient(
      rgba(60, 226, 54, 0),
      #bb5c5c,
      rgba(189, 66, 158, 0.514) 50%,
      rgba(34, 58, 194, 0) 50%,
      #3d3a4f,
      rgba(0, 0, 0, 0) 100%
    );
    animation: rotate 4s linear infinite;
  }
  #main {
    position: relative;
  }
  #search-icon {
    position: absolute;
    left: 20px;
    top: 15px;
  }
  











@media screen and (max-width: 768px) {
    .footer-b{
        flex-direction: column !important;
    }
    .advert{
        display: none;
    }
}