.primary-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
}
.primary-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .primary-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .primary-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.link-btn {
  display: inline-block;
  font-size: 14px;
  color: white;
  transition: 0.2s;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.link-btn:hover {
  text-decoration: none;
}
.owl-nav-type1 {
  display: flex;
  justify-content: center;
}
.owl-nav-type1 button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #FD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -999px;
}
.owl-nav-type1 button span {
  width: 10px;
  height: 20px;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
}
.owl-nav-type1 button.owl-next {
  transform: rotate(180deg);
}
.vh {
  min-height: 100vh;
  height: 600px;
}
@media (max-width: 1279px) {
  .vh {
    min-height: auto;
    height: auto;
  }
}
.input-field {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
}
.input-field:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.input-textarea {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
  height: 100px;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.input-textarea:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.submit-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  background-color: #FD0000;
  color: white;
  border: 0;
  font-size: 15px;
  outline: none;
  font-weight: 600;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .submit-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .submit-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.disable-aos-animate {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
#prl-projects-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0;
}
#prl-projects-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#prl-projects-banner .container {
  z-index: 2;
}
#prl-projects-banner h1 {
  color: #FD0000;
  font-size: 60px;
  margin: 0;
  font-weight: 600;
}
#prl-projects-banner p {
  color: #e0e0e0;
}
#prl-projects-banner p:has(a) {
  margin-top: 30px;
}
#prl-projects-banner a {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  height: 50px;
}
#prl-projects-banner a:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #prl-projects-banner a {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #prl-projects-banner a {
    padding: 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #prl-projects-banner {
    padding: 100px 0 50px;
  }
  #prl-projects-banner h1 {
    font-size: 36px;
  }
}
#prl-projects .listing .row {
  position: relative;
  padding: 150px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#prl-projects .listing .row .col.content {
  padding: 0 30px;
  max-width: 800px;
}
#prl-projects .listing .row:nth-child(even) {
  flex-direction: row-reverse;
  background-color: #2C2B2B;
}
#prl-projects .listing .row img {
  min-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(253, 0, 0, 0.5);
  border: 2px solid #FD0000;
}
#prl-projects .listing .row h2 {
  font-size: 36px;
  color: #FD0000;
  font-weight: 600;
  margin: 0;
  line-height: 100%;
}
#prl-projects .listing .row ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#prl-projects .listing .row ul li {
  color: #e0e0e0;
  margin-right: 20px;
  margin-bottom: 5px;
}
#prl-projects .listing .row ul li strong {
  font-weight: normal;
  color: white;
}
#prl-projects .listing .row ul li:first-child {
  min-width: 100%;
}
#prl-projects .listing .row .watch {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  height: 40px;
  padding: 0 20px;
}
#prl-projects .listing .row .watch:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #prl-projects .listing .row .watch {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #prl-projects .listing .row .watch {
    padding: 0 15px;
    font-size: 12px;
  }
}
#prl-projects .listing .row .watch::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid black;
  display: inline-block;
  margin-right: 5px;
}
#prl-projects .listing .row .watch:hover::before {
  border-left-color: white;
}
#prl-projects .listing .row .tonext {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
#prl-projects .listing .row.aos-animate .line1,
#prl-projects .listing .row.aos-animate .line2,
#prl-projects .listing .row.aos-animate .line3,
#prl-projects .listing .row.aos-animate .line4 {
  stroke-dasharray: 2300;
  stroke-dashoffset: 2300;
  animation: dash 2s linear forwards;
  stroke: #CA3532 !important;
  stroke-width: 5 !important;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1279px) {
  #prl-projects .listing .row {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  #prl-projects .listing .row {
    padding: 50px;
    display: block;
  }
  #prl-projects .listing .row .col {
    position: relative;
    z-index: 2;
  }
  #prl-projects .listing .row .col.content {
    padding: 0;
  }
  #prl-projects .listing .row .col.img {
    margin-bottom: 20px;
  }
  #prl-projects .listing .row svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  #prl-projects .listing .row {
    padding-top: 100px;
  }
  #prl-projects .listing .row h2 {
    font-size: 26px;
  }
  #prl-projects .listing .row svg {
    top: 0;
  }
}
@media (max-width: 479px) {
  #prl-projects .listing .row {
    padding: 50px 20px;
  }
  #prl-projects .listing .row svg {
    display: none;
  }
  #prl-projects .listing .row img {
    width: 100%;
    min-width: 100%;
  }
}
