@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Manrope:wght@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=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body {
  font-family: "Roboto", sans-serif !important;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}
.link-color {
  color: #ef3340 !important;
}
.nav-top {
  z-index: 20;
}
textarea:focus-visible {
  outline: none !important;
}
.form-select:focus {
  box-shadow: none !important;
}
.form-control:focus {
  outline: 0;
  box-shadow: none !important;
}

.remove_field.remove-btn{
    right:40px;
    top: 8px;
}

.rating {
  font-size: 12px;
  height: 48%;
  border-radius: 3px;
}
.top {
  padding-top: 100px;
}
.red-bg {
  background-color: #ef3340 !important;
}
.bg-yellow {
  background-color: #ffbf05;
}
.bg-yellow-gradient {
  background: linear-gradient(#ffbf05, #fe9c54) !important;
}
.bg-light-yellow-gradient {
  background: linear-gradient(#ffe8b3, #ffd6b0) !important;
  transition: 0.5s;
}

.text-gradient {
  background: linear-gradient(45deg, #ef3340, #ffbf05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-btn .slick-prev,
.review-btn .slick-next {
  width: 30px;
	height: 20px;
}

.review-btn .slick-prev::before,
.review-btn .slick-next::before {
  color: #ffbf05 !important;
}

.text-yellow {
  color: #ffbf05 !important;
}
.text-red {
  color: #ef3340 !important;
}

.yellow-border {
  border: 2px #ffbf05 solid !important;
}

.red-border {
  border: 2px #ef3340 solid !important;
}
.gradient-box-shadow {
  box-shadow: 0 12px 24px rgba(1, 33, 105), 0 0 15px rgba(200, 16, 46, 0.6);
}
.bg-off-white {
  background-color: #f6faff !important;
}
.bg-gradient-red-custom {
  background: linear-gradient(to right, #ef3340, #cf142b);
}
.textShadow {
  text-shadow: 0 0 5px rgba(200, 220, 255, 0.8),
    0 0 10px rgba(200, 220, 255, 0.8), 0 0 20px rgba(255, 255, 255, 1),
    0 0 35px rgba(255, 255, 255, 1);
}

.textShadow-black {
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.red-border-left {
  position: relative;
  padding-left: 16px;
}

.red-border-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  height: 50%;
  width: 4px;
  background-color: #ef3340;
}

.nav {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #ffbf05;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}
.nav-tabs .nav-link {
  background-color: #ffffff;
  color: black;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.nav-tabs .nav-link:hover {
  transform: scale(1.05);
  background-color: #ef3340;
  color: white !important;
}

.nav-tabs .nav-link.active {
  background-color: #ef3340 !important;
  color: white !important;
}

.nav-tabs .nav-link.active:hover {
  background-color: #ef3340;
  color: white !important;
}
.university-img {
  width: 200px;
}
.university-logo {
  height: 120px !important;
}
.img-top {
  top: 0px;
  z-index: 1;
}
.img-bottom {
  bottom: 0px;
  z-index: 1;
}
.img-middle {
  top: 200px;
  left: -150px;
  z-index: 1;
}
.hero-banner .col-md-6.position-relative h1,
.col-md-6.position-relative p,
.top-banner-icon {
  position: relative;
  z-index: 2;
}

.icon-size {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.half-circle {
  z-index: -1;
}
.writer-line-top {
  top: 0px;
  left: 32%;
  width: 40%;
}
.writer-line-left {
  left: 0px;
  top: 50%;
}
.writer-line-right {
  right: 0;
  top: 50%;
}
.cta {
  background: linear-gradient(rgba(238, 178, 40, 0.2), rgba(238, 178, 40, 0.6)),
    url(../images/banner-cta.webp);
  background-size: cover;
  background-position: center;
}
.assignment-writers:hover .bg-light-yellow-gradient {
  background: linear-gradient(#ffbf05, #fe9c54) !important;
}
.step-number {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 75px;
  left: -20px;
}
.testimonial-slider-box {
  min-height: 400px;
}
.expert-slider-box {
  height: 430px !important;
}
.testimonial-round-1 {
  left: -10px;
  top: -15px;
  width: 60px;
  height: 80px;
  transform: rotate(130deg);
  z-index: 1;
}
.testimonial-round-2 {
  right: -50px;
  top: 132px;
  width: 100px;
  height: 200px;
  transform: rotate(-140deg);
  z-index: 1;
  background: radial-gradient(circle, #fff9d6 0%, #fff1ad 50%, #ffe680 100%);
}
.testimonial-slider-box {
  background: linear-gradient(#fad2d2, #f7b3b3) !important;
}
.testimonial-slider-box .fa-star {
  text-shadow: -1px -1px 0 #ef3340, 1px -1px 0 #ef3340, -1px 1px 0 #ef3340,
    1px 1px 0 #ef3340;
}

.testimonial-slider-box .fa-quote-left {
  position: relative;
  z-index: 2;
}
.testimonial-slider-box p {
  position: relative;
  z-index: 2;
}
.testimonial-slider-box h6 {
    position: relative;
    z-index: 2;
}

.circle-wrapper {
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
  z-index: 1;
}
.side-box {
  top: 50%;
  transform: translate(13%, -50%);
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}

.right-side-box {
  top: 50%;
  transform: translate(-13%, -50%);
  transition: all 0.3s ease;
  position: absolute;
  z-index: 2;
  white-space: nowrap;
}

.left-side:hover .side-box {
  transform: translate(17%, -50%);
}
.left-side:hover i {
  margin-right: 0px !important;
}

.right-side:hover .right-side-box {
  transform: translate(-20%, -50%);
}
.right-side:hover i {
  margin-right: 0px !important;
}
.cta-btn {
  transition: 0.5s;
  animation: pulse-shadow-white 1s infinite;
}

@keyframes pulse-shadow-white {
  0% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 2px 10px 5px #fff;
  }
  100% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  }
}

.cta-btn-orange {
  transition: 0.5s;
  animation: pulse-shadow-orange 1s infinite; /* renamed keyframe */
}

@keyframes pulse-shadow-orange {
  0% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 2px 10px 5px #ef3340;
  }
  100% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  }
}

.cta-btn-red {
  transition: 0.5s;
  animation: pulse-shadow-red 1s infinite;
}

@keyframes pulse-shadow-red {
  0% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 2px 10px 5px #ffc107;
  }
  100% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  }
}
.subject-rounded {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.subject-box {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.subject-rounded-active {
  background-color: #ef3340;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.subject-rounded {
  background: linear-gradient(#ffe8b3, #ffd6b0);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subject-box {
  background: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.subject-rounded:hover {
  background: #ef3340 !important;
}

.subject-rounded:hover .subject-box {
  background: linear-gradient(#ffe8b3, #ffd6b0);
}
.accordion-button::after {
  display: none !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.subject-scroll {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.offer-section {
  background-image: url(../images/red-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.quality-box {
  height: 300px;
}

.dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
}
.vertical-scroll-section {
  height: 460px;
  overflow-y: auto;
  overflow-x: hidden
}

.form-select:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}
.hero-banner h1,
p {
  position: relative;
  z-index: 2;
}
.whatsapp-button {
  bottom: 20px;
  left: 10px;
  z-index: 999;
  width: 190px;
}
.blur-sample-page-img {
  top: 50%;
}
.sample-circle {
  top: 18%;
  right: 18%;
  width: 6%;
}
.assignment-girl-img{
  width: 40%;
}

.expert-placeholder {
  width: 150px;
  height: 150px;
}
.form-select ,.form-control, textarea  {
  color: #707881 !important;
}
.error-image{
  max-width: 300px;
  height: 300px;
}

