@font-face {
  font-family: "Anurati";
  src: url("./New-Chrome Assets/Anurati-Regular.woff");
}
@font-face {
  font-family: "Audiowide";
  src: url("./New-Chrome Assets/Audiowide-Regular.woff");
}
@font-face {
  font-family: "Inter";
  src: url("./New-Chrome Assets/Inter-VariableFont_opsz,wght.woff");
}
@keyframes rotate360 {
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}
@keyframes appPopUp {
  0% {
    transform: scale(0) translateY(-10px);
    height: 0px;
  }
  to {
    transform: scale(1) translateY(0px);
    height: 124px;
  }
}
@keyframes addPopUp2 {
  0% {
    transform: scale(0.9) translateY(-5px);
    height: 0px;
  }
  to {
    transform: scale(1) translateY(0px);
    height: 272px;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appslide {
  0%{
    grid-template-columns: repeat(4,25px);
    transform: scale(0.95);
  }
    100%{
      grid-template-columns: repeat(4,60px);
      transform: scale(1);
  }
}
* {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin: 0px;
  padding: 0px;
  cursor: var(--cursor-default-url), default;
}
button,
a,
#seek-slider,
.app-icon {
  cursor: var(--cursor-pointer-url), pointer;
}

body {
  overflow: hidden;
}
.new-crome-1 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: grid;
  grid-template-rows: 33vh 1fr 1fr;
  /* background-color: #171c1c; */
  background-image: var(--main-background-image);
  /* -webkit-transition: background 0.05s ease-in-out; */
  background-repeat: no-repeat;
  background-size: cover;
  font-size: var(--font-size-xl);
  font-family: "Audiowide";
}

/* Date and Time Section */

.date-and-time {
  height: 213.25px;
  width: 605.89px;
  margin-top: 30px;
  margin-left: 82px;
  display: flex;
  grid-row-start: 1;
  grid-column-start: 1;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  row-gap: 15px;
  border-radius: 31.07px;
  background-color: var(--color-a);
  backdrop-filter: blur(6px);
  transition: all 0.15s;
}
.date-and-time:hover{
  transform: scale(1.03);
  .day{
    text-shadow: 4px 4px 36.8px var(--color-a3);
  }
  .time{
    text-shadow: 3.4px 3.4px 31.67px var(--color-a3);
  }
}
.time,
.day {
  font-size: 66px;
  letter-spacing: 0.13em;
  line-height: 120.59%;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  height: 3.5rem;
  /* text-shadow: 4px 4px 36.8px rgba(72, 238, 198, 0.3); */
  background-image: var(--main-background-image);
  background-repeat: no-repeat;
  background-size: 100vw;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.time {
  font-size: 60px;
  align-self: end;
  margin-right: 71px;
  /* text-shadow: 3.4px 3.4px 31.67px rgba(72, 238, 198, 0.3); */
}
.day {
  align-self: center;
  font-family: "Anurati";
}

/*    Spotify Music Player Section   */

.spotify {
  width: 342.99px;
  margin-right: 32px;
  display: grid;
  place-items: center;
  aspect-ratio: 342.99 / 170.87;
  grid-row-start: 1;
  grid-column-start: 1;
  justify-self: end;
  align-self: center;
  color: var(--color-black);
  border-radius: var(--br-43xl);
  background-color: var(--color-a);
  backdrop-filter: blur(6px);
  transition: all 0.15s;
}
.spotify:hover{
    filter: drop-shadow(1px 1px 5px var(--color-a3)) !important;
    transform: scale(1.02);
}
.spotify-player {
  width: 281.48px;
  height: 111.84px;
  display: flex;
  justify-content: space-between;
  button:hover{
    transform: scale(1.1);
    transition: all 0.1s ease;
  }
  button:active{
    transform: scale(0.95);
    transition: all 0.1s ease;
  }
}

.spotify-player .audio-thumbnail {
  height: 106.86px;
  aspect-ratio: 1 / 1;
  border: 2.49px solid black;
  border-radius: 16.78px;
  background-image: url("https://i.scdn.co/image/ab67616d00001e02497b38a2a59095193de438d1");
  background-size: cover;
}

.spotify-player .audio-controls-section {
  height: 111.84px;
  width: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.spotify-player .audio-controls-section button {
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.controls-row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#seek-slider {
  appearance: none;
  margin: 0;
  padding: 0;
  width: 136px;
  height: 2.49px;
  background-color: black;
  outline: none;
}
#seek-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: rgb(0, 0, 0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#seek-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    transition: all 0.1s ease;
}
#seek-slider::-webkit-slider-thumb:active {
    transform: scale(0.8);
    transition: all 0.1s ease;
}

.controls-row3 {
  display: flex;
  align-items: center;
  gap: 22px;
}
.audio-controls-section .song-name-container {
  font-size: 12.43px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 110px;
  height: 11.18px;
  display: flex;
  align-items: center;
}
.loop-toggle-btn {
  background-image: url("./New-Chrome Assets/loop-toggle-btn.svg");
  width: 23.61px;
  height: 23.61px;
}
.backward-btn,
.forward-btn,
.play-pause-btn {
  width: 30.45px;
  height: 29.7px;
}
.backward-btn {
  background-image: url("./New-Chrome Assets/backward-btn.svg");
}
.play-pause-btn {
  background-image: url("./New-Chrome Assets/play-pause-btn.svg");
}
.forward-btn {
  background-image: url("./New-Chrome Assets/forward-btn.svg");
}

/*    Search-bar Section    */
.searchbar {
  grid-row-start: 2;
  grid-column-start: 1;
  margin: 49px 0px 0px 168px;
  width: 488px;
  height: fit-content;
  background-color: var(--color-a);
  backdrop-filter: blur(6px);
  border-radius: 28px;
  border: 1.08px solid #00000040;
  border-style: hidden;
  transition: all 0.15s;
}
.searchbar:hover{
  filter: drop-shadow(1px 1px 5px var(--color-a3)) !important;
  transform: scale(1.01);
}
.search-section {
  aspect-ratio: 552 / 63;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  color: #00000063;
}
.assistant-icon {
  width: 46px;
  padding-left: 7px;
}
form {
  height: max-content;
}
.search-section input {
  appearance: none;
  border: none;
  font-family: "Century Gothic", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  -webkit-text-stroke-width: 0.2px;
  height: 37px;
  width: 406px;
  background: none;
  outline: none;
  padding: 5px 0px 0px 2px;
  cursor: var(--cursor-text-url), text;
}

.search-section input::placeholder {
  font-family: "Anurati", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  -webkit-text-stroke-width: 0px;
  color: #00000063;
  font-size: 24px;
  text-justify: center;
}
#btn {
  display: none;
}
.suggestion-section{
  display: none;
}
.seperator-line {
  position: absolute;
  top: 51px;
  left: 19px;
  height: 0px;
  width: 448.5px;
  margin-bottom: 4px;
  border: 0.5px solid #00000066;
  display: none;
}
.suggestion-list {
  list-style: none;
  font-family: "Century Gothic", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #00000080;
  max-height: 210px;
  overflow-y: hidden;
  width: 474px;
}
.suggestion-list::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #2121214d;
  border-radius: 29px;
}
::-webkit-scrollbar-thumb {
  background: #2121214d;
  border-radius: 29px;
  height: 30px;
}
::-webkit-scrollbar-thumb:hover {
  background: #21212177;
}

.suggestion-item {
  width: 464px;
  height: 30px;
  display: grid;
  grid-template-rows: 30px;
  align-items: center;
  border-radius: 0px 12px 12px 0px;
}
.suggestion-item:hover {
  background-color: var(--searchbarhovercolor);
  color: #ffffff99;
}
.suggestion-item-selected{
  background-color: var(--searchbarhovercolor) !important;
  color: #ffffff99 !important;
}
.suggestion-searched-item {
  grid-template-columns: 36px 1fr 30px;
  & p {
    width: 380px;
  }
}
.suggestion-unsearched-item {
  grid-template-columns: 36px 1fr;
  & p {
    width: 400px;
  }
}
.suggestion-item p {
  display: inline;
  height: 25px;
  margin: 0px 0px 1px 19px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: normal;
}
.recent-searched-icon {
  margin: 0px 0px 1px 23px;
}
.suggested-icon {
  margin: 0px 0px 0px 18px;
}
.recent-searched-delete-btn {
  height: 30px;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: none;
  grid-column-start: 3;
}
.neo-chrome-logo-section {
  font-family: "Century Gothic", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 10px;
  height: 30.4px;
  margin-top: 10.8px;
  margin-left: 208px;
  color: #0000004d;
  -webkit-text-stroke-width: 0.5px;
  display: block;
  & p {
    width: fit-content;
  }
}
/*    Default Apps Section    */
.default-apps {
  font-size: 14px;
  width: fit-content;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  grid-row-start: 2;
  grid-column-start: 1;
  justify-self: end;
}
.social,
.work {
  aspect-ratio: 172.74 / 170.87;
  width: 172.74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: var(--br-43xl);
  background-color: var(--color-a);
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  backdrop-filter: blur(6px);
  transition: all 0.15s;
}
.social:hover{
  filter: drop-shadow(1px 1px 5px var(--color-a3)) !important;
  transform: scale(1.02);
}
.work:hover{
  filter: drop-shadow(1px 1px 5px var(--color-a3)) !important;
  transform: scale(1.02);
}
.social-child,
.work-child {
  width: 90%;
  height: fit-content;
  padding-top: 10px;
  display: grid;
  row-gap: 11px;
  grid-template-rows: 1fr 1fr;
  justify-content: space-evenly;
}
.social-child .r1,
.work-child .r1 {
  grid-row-start: 1;
}
.social-child .r2,
.work-child .r2 {
  grid-row-start: 2;
}
.work-nametag {
  width: 100%;
  text-align: center;
}
.app-type1 {
  width: 47.22px;
  aspect-ratio: 1/1;
  transition: all 0.15s;
}
.app-type1:hover{
  transform: scale(1.15);
}
.app-type1:active{
  transform: scale(0.7);

}
.app-type1 img {
  width: 100%;
}
/*Google Workspace Section*/

.google-workspace-section {
  width: 80px;
  height: 80px;
  border: 1.24px solid #00000040;
  border-radius: 23px;
  background-color: #00000045;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row-start: 3;
  grid-column-start: 1;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: all 0.5s ease;
  .google-workspace {
    transition: all 0.5s ease;
  }
  .google-workspace-icon {
    transition: all 0.5s ease;
  }
}
.google-workspace-section:hover{
    filter: drop-shadow(1px 1px 5px var(--color-a3)) !important;
    transform: scale(1.02);
}
.expanded-workspace {
  height: 180px;
  border-radius: 28px;

  .google-workspace {
    height: 172px;
    border-radius: 25px;
    background-color: var(--color-a1);
  }
  .google-workspace-icon-section {
    height: 47px;
    width: 100%;
  }
  .google-workspace-icon {
    width: 20px;
    height: 20px;
    filter: invert();
  }
  .app-slider-section {
    height: 124px;
    width: 100%;
    display: flex;
    justify-content: center;
    animation: appPopUp 0.4s ease;
  }
  .app-slider {
    transform: scale(1);
    transition: all 0.5s ease;
    overflow: hidden;
  }
}
.google-workspace {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background-color: var(--color-a2);
  backdrop-filter: blur(6px);
}
.google-workspace-icon-section {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.google-workspace-icon {
  margin: none;
}
.app-slider-section {
  height: 0px;
  width: 0px;
  display: none;
}
.app-slider {
  width: 64px;
  position: relative;
}
.app-type3-icon {
  top: 25px;
  transform: scale(1);
  z-index: 10;
  position: absolute;
  width: 64px;
  border-radius: 24px;
  backdrop-filter: blur(2px);
  transition: all 0.2s ease;
}

/*    Blur Layer    */

.blur-layer {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

/*    Docks Section    */

.dock-section {
  width: 554.29px;
  height: 94.45px;
  justify-self: center;
  position: absolute;
  bottom: 20px;
  clip-path: inset(-181px -3px 0px 0px);
}
.dock {
  border-radius: 28px;
  background-color: var(--color-a);
  backdrop-filter: blur(6px);
  width: 554.29px;
  grid-row-start: 3;
  grid-column-start: 1;
  aspect-ratio: 554.29 / 68.13;
  justify-self: center;
  display: flex;
  position: absolute;
  bottom: 0px;
  transition: all 0.15s;
}
.dock:hover{
  border-radius: 50px;
  filter: drop-shadow(1px 1px 5px var(--color-a3)) !important;
  transform: scale(1.005);
}
.dock-expansion-button-section {
  display: flex;
  justify-content: center;
  .dock-expansion-button{
    transition: all 0.2s;
    transform: scale(1.1);

  }
  .dock-expansion-button{
    height: 30px;
    width: 100px;
  }
  .dock-expansion-button img{
    width: 67px;
  }
  .dock-expansion-button:hover{
    transform: scale(1.2);
    filter: drop-shadow(1px 1px 5px #eee);
  }
  .dock-expansion-button:active{
    transform: scale(0.7) translateY(-6px);

  }
}
.eleone{
  animation: rotate360 3s linear infinite;
}
.theme-button-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}
.theme-button {
  display: flex;
  align-items: center;
  transition: all 0.15s;
}
.theme-button:hover{
  transform: scale(1.1);
}
.theme-button:active{
  transform: scale(0.7);
}
.theme-button > img {
  width: 154.83px;
  border-radius: 16px;
  content: var(--main-theme-button);
}
.customised-apps {
  display: flex;
  width: 393px;
  gap: 44.13px;
  align-items: center;
}
.app-type2 {
  width: 49.55px;
  aspect-ratio: 1/1;
  position: relative;
  transition: all 0.15s;
}
.app-type2:hover{
  transform: scale(1.15);
}
.app-type2:active{
  transform: scale(0.7);
}
.app-type2 a {
  position: absolute;
}
.app-type2 img {
  width: 100%;
}
.expandable-dock {
  width: 100%;
  border: 1.3px solid #00000040;
  bottom: 0px;
  position: inherit;
  border-radius: 18.13px;
  background-color: #000000ba;
  backdrop-filter: blur(7px);
  transition: all 0.4s ease;
  transform: translateY(272px);
}
.expanded-docks {
  height: 272px;
  transform: translateY(0px);
  animation: addPopUp2 0.05s ease;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expanded-dock-apps-section {
  display: flex;
  justify-content: space-between;
  width: 89.483%;
  height: 80.147%;
  margin: 4.8% 5%;
}
.expanded-dock-apps-section-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49.395%;
  height: 100%;
}
.app-stack {
  width: 100%;
  height: 25.977%;
  background: linear-gradient(to right, #0e103a 31%, #19ab77 90%);
  box-shadow: 0px 2.59px 55.76px -5.18px rgba(176, 255, 255, 0.25);
  border-radius: 18.13px;
  display: flex;
  align-items: center;
}
.stack-label {
  width: 108px;
  height: 47.68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 14px;
  margin: 0px 7px 0px 5px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  font-family: "Inter";
  color: #022132;
  font-size: 16px;
  font-weight: bolder;
  -webkit-text-stroke: 1px #022132;
  letter-spacing: 2px;
}
.stack-apps {
  width: 112px;
  height: 43.63px;
  display: grid;
  grid-template-columns: repeat(4,25px);
  transition: all 0.5s ease;
  animation: appslide ease 0.5s 1 reverse;
}

.app-type4-icon {
  height: 43.63px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  max-width: none !important;
}
.app-stack-active{
  .stack-label {
    width: 0px;
    font-size: 0px;
    transition: all 0.5s ease-out;
    font-size: 0px;
  }
  .stack-apps {
    width: 233px;
    height: 43.63px;
    display: grid;
    grid-template-columns: repeat(4,60px);
    transition: all 0.5s ease-in-out;
    animation: appslide ease 0.3s ;
  }
}
.expanded-dock-apps-section-left {
  width: 45.766%;
  height: 100%;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 63px 1fr;
  grid-template-rows: 70px 147px;
}
.themes-section {
  position: relative;
  width: 63px;
  height: 147px;
  grid-column-start: 1;
  grid-row-start: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-carousel-toggle-btn {
  width: 63px;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./New-Chrome Assets/Themes-courasel-toggle-btn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  z-index: 5;
}
.theme-carousel-toggle-btn img {
  transition: all 0.2s ease;
}
.theme-carousel {
  width: 63px;
  height: 145px;
  position: absolute;
  left: 0px;
  border-radius: 20px;
  background-color: #ffffff;
  filter: none;
  transition: all 0.2s ease;
  padding: 17px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.theme-carousel-active {
  width: 304px;
  transition: all 0.4s ease;
  border-radius: 20px 16px 16px 20px;
  filter: drop-shadow(2px 0px 7px #00000040);
}
.theme-items {
  width: 43px;
  height: 117px;
  border-radius: 17px;
  background-color: #d9d9d9;
}
.dock-micellenous-section{
  width: 227px;
  height: 217px;
  border-radius: 16px;
  /* background: radial-gradient(circle at 11% 0%, rgba(34, 180, 162, 1) 11%, rgba(21, 29, 72, 1) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 33% 100%, 33% 28%, 0 28%); */
  background-image: url("./New-Chrome Assets/Group 238.png");
  background-position-x: -28px;
  background-position-y: -27px;
  background-size: auto;
  display: grid;
  grid-template-columns: 63px 1fr 1fr;
  grid-template-rows: 70px 1fr 1fr;
  padding: 8px;
  box-sizing: border-box;
}
.dock-date-and-time{
  width: 136px;
  height: 124px;
  grid-row-end: 4;
  grid-column-end: 4;
  display: grid;
  grid-template-columns: 81px 1fr;
    grid-template-rows: 42px 75px;
    row-gap: 7px;
    column-gap: 6px;
}
.dock-month{
  width: 81px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 64px;
  font-size: 25px;
  display: flex;  
  align-items: center;
  justify-content: center;
  grid-row-start: 1;
  grid-column-start: 1;
}
.dock-date{
  width: 136px;
  height: 75px;
  background-color: #ffffff;
  border-radius: 11px;
  font-size: 76.78px;
  display: flex;  
  align-items: center;
  justify-content: center;
  grid-row-start: 2;
  grid-column-start: 1;
}
.dock-clock {
  width: 44px;
  aspect-ratio: 1/1;
  background-color: #fcfafe;
  border-radius: 50%;
  position: relative;
}
.second-hand-block,.minute-hand-block,.hour-hand-block{
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
}
.second-hand {
  width: 2.59px;
  aspect-ratio: 1/1;
  position: absolute;
  background-color: #d71919;
  border-radius: 50%;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.minute-hand{
  width: 1.29px;
  height: 18.12px;
  position: absolute;
  background-color: #AEABB1;
  border-radius: 250px;
  top: 4.45px;
  left: 50%;
  transform: translateX(-50%);
}
.hour-hand{
    width: 5.18px;
    height: 15.53px;
    position: absolute;
    background-color: #1A1D1C;
    border-radius: 250px;
    top: 9.28px;
    left: 50%;
    transform: translateX(-50%);
}
