::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #1a1b3321;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #D9D9D9CC, #737373CC);
  background-clip: content-box;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #222;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Bw Modelica', sans-serif;
  background-color: #191A33;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url('../img/bg/home-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  color: #fff;
  font-family: 'Bw Modelica', sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out !important;
}

a:hover {
  text-decoration: none;
  transition: 0.2s ease-in-out !important;
}

p {
  margin-bottom: 0;
  color: #fff;
  font-family: 'Bw Modelica', sans-serif;
}

input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none !important;
}

button {
  border: none;
}

button:focus {
  outline: 0;
}

#content {
  display: none;
}

#loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #191A33;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader img {
  width: 15vw;
}
.prima-range-sec .head{
  width: 100%;
  margin-top: 1.823vw;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
} 
.prima-range-sec .head img{
  width: 95vw;
}
.prima-range-sec .cover{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10PX;
  animation: fade-out 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 5s both;
  margin-top: -5%;
}
@keyframes fade-out{
  0%{
    transform: scale(1.0);
  }
  100%{
    transform: scale(1.5);
    opacity: 0;
    display: none;
  }
}
.prima-range-sec .cover img.heading-img{
  width: 39.323vw;
  animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s both;
}

@keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}
.prima-range-sec .cover img.range-img{
  width: 68.75vw;
  animation: slide-in-bck-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
@keyframes slide-in-bck-center {
  0% {
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  
}
.range-list{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3.25vw;
  width: 80vw;
  margin: auto;
  height: 0;
  animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 5.5s both;
  margin-top: -5%;
  visibility: hidden;
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
    height: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    height: 85vh;
  }
}
.range-list .list{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.prima-range-sec .range-list img.heading-img{
  width: 39.323vw;
}
.range-list a{
  background-color: #00000082;
  border: 0.154vw solid #969AFF;
  border-radius: 1.77vw;
  text-align: center;
  width: 23.958vw;
  height: 23.958vw;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  gap: 0.481vw;
  padding-bottom: 1.563vw;
}
.range-list a img{
  width: 15.008vw;
  transition: all 0.3s;
}
.range-list a p{
  font-size: 1.667vw;
  font-weight: 700;
  line-height: 1.979vw;
  transition: all 0.3s;
}
.range-list a:hover{
  padding-bottom: 1.999vw;
  background-color: #000000b8;
}
.range-list a:hover p{
  font-size: 1.999vw;
  line-height: 2.079vw;
}
.range-list a:hover img{
  width: 16.708vw;
}
@media only screen and (max-width: 768px) {
  #loader img {
    width: 18vh;
  }
  .prima-range-sec .head {
    margin-top: 6.823vw;
  }
  .prima-range-sec .cover{
    gap: 30px;
    margin-top: 10%;
  }
  .prima-range-sec .cover img.heading-img{
    width: 100vw;
  }
  .prima-range-sec .cover img.range-img{
    width: 130vw;
  }
  .range-list {
    gap: 5.25vw;
    width: auto;
    align-items: center;
    align-content: end;
    padding-bottom: 10vw;
    margin-top: 6%;
    height: 100%;
    justify-content: flex-start;
  }
  .range-list a {
    border: 2px solid #969AFF;
    border-radius: 30px;
    width: 200px;
    height: 180px;
    justify-content: flex-end;
    flex-direction: column-reverse;
    gap: 0.481vw;
    padding-bottom: 0.563vw;
    padding-top: 4vw;
  }
  .range-list a img {
    width: 34.008vw;
  }
  .range-list a p {
    font-size: 4.667vw;
    line-height: 5.979vw;
  }
  .range-list a:hover{
    padding-bottom: 0.563vw;
    background-color: #000000b8;
  }
  .range-list a:hover p{
    font-size: 4.667vw;
    line-height: 5.979vw;
  }
  .range-list a:hover img{
    width: 35.008vw;
  }
  .prima-range-sec .range-list img.heading-img{
    width: 100vw;
  }
}