@import url("https://fonts.googleapis.com/css2?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&display=swap");

@font-face {
  font-family: heading;
  src: url(../Fonts/neue-kaine-variable.ttf);
}


.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    /* Hide it by default */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: "Poppins", serif;
}

:root {
  --primary-color: #d92128;
  --accent-color: #f8f9fa;
  --text-dark: #212529;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

.font {
  font-family: heading, sans-serif;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}


.font_popping{
  font-family: "Poppins", serif;
}


.logo_aroww{
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}



img {
  max-width: 100%;
  height: auto;
}


.color {
  color: var(--primary-color);
}

header {
  /* background-color: #fff;  */
  border-bottom: 1px solid #ededed87;
}

.home-section {
  min-height: 100vh;
  padding-left: 33.3%;
  display: flex;
  align-items: center;
}


.star_sec{
    position: relative;
    left: -65px;
    top: 41px;
    width: 100px;
    height: 100px;
  }


/* .repeat-section {
    min-height: 100vh;
    padding-left: 254px;
    display: flex;
    align-items: center;
} */


.new_space .accordion-flush {
  margin-bottom: 90px;
}

.svg {
    position: absolute;
    left: -160px;
    top: -182px;
    pointer-events: none;
}
.repeat-section .container {
  padding-left: 151px !important;
}

.home-font {
  font-weight: 800;
  /* Extra Bold */
  font-size: clamp(40px, 8vw, 70px);
  line-height: 1.1;
  letter-spacing: -1px;
  /* Tracking: 60 / 1000 */
}

.home-font2 {
  font-weight: 800;
  /* Extra Bold */
  font-size: clamp(40px, 8vw, 60px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  /* Tracking: 60 / 1000 */
}

.home-font-p {
  font-weight: 200;
  /* Extra Bold */
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  /* Tracking: 60 / 1000 */
  
}

.accordion-body ul li {
    font-weight: 300;
    margin-bottom: 4px;
}


.section-2 .home-font-p {
    font-weight: 200;
    font-size: 40px;
    line-height: 1.1;
    margin-left: 9px;
    letter-spacing: 0.06em;
    margin-top: -42px;
}

.accordion-body ul li{
  font-weight: 300;
}

.fw-200 {
  font-weight: 200;
}

.offcanvas {
  min-height: 100vh;
  background: var(--primary-color);
}

.offcanvas hr {
  border-bottom: 1px solid #0000002f;
  margin: 0;
}

.font-1 {
  font-size: 45px;
}

.offcanvas li a {
  color: #750019;
}

.offcanvas li a.active {
  color: #ffffff;
}

.active {
  color: #ffffff;
}

/* .active{
  font-weight: 700 !important;
  font-family: heading, sans-serif;
          font-size: 45px;
          color: #fff;
 } */

.offcanvas li a:hover {
  color: #ffffff;
}

.offcanvas-body {
  text-align: end;
  padding-right: 15%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.section-2 h2 {
  font-size: 200px;
  font-weight: 800;
}

.section-3 h2 {
  font-size: 100px;
  font-weight: 800;
}

.text {
  /* color: #444444; */
  color: #221f1f;
}

.text2 {
  color: #58595b;
}

.custom-line-height {
  line-height: 38px;
}
.logo{
  width: 200px;
  transition: all 0.5s ease;
}
header.active{
  border-bottom: 1px solid #ededed87;
}
header.active .logo{
width: 114px;
}

.width_1 {
  width: 67%;
}
.width_2 {
  width: 56%;
}

.font_new{
  font-size: 18px;
}

.padding-header {
  padding-top: 202px !important;
}

.fw-800 {
  font-weight: 800;
}

/* Customizing the slide-down duration and timing */
.offcanvas-top {
  transition: transform 1s ease !important;
}

.offcanvas-body ul li {
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInMenu 0.5s forwards;
  animation-delay: 0.3s;
  /* Waits for the header to slide down */
}

@keyframes fadeInMenu {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.border-below {
  border-bottom: 1px solid #d92128;
}

.custom-height {
  height: 260px;
}

.footer-ul li .active {
  color: #d92128 !important;
}

.footer-ul li a:hover {
  color: #d92128 !important;
}

.line {
  width: 150px;
  height: 4px;
  background-color: #d92128;
}

.line-white {
  width: 150px;
  height: 4px;
  background-color: #fff;
}

.padding {
  padding: 60px 0px;
}

.padding-header {
  padding-top: 60px;
}

.custom-width2 {
  width: 460px;
}

.accordion-collapse {
  transition: all 0.5s ease !important;
}

.accordion-button::after {
  transition: all 0.4s ease-in-out !important;
}

.accordion-item .accordion-body {
  opacity: 0;
  transform: translateY(-10px);
}



.accordion-item .show .accordion-body {
    opacity: 1;
    transform: translateY(0);
    background-color: #f9f9f9 !important;
    border-bottom: 1px solid #dee2e6;
}

section.repeat-section .accordion-button:not(.collapsed) {
  color: var(--primary-color) !important;
}

section.repeat-section .accordion-button:focus {
  box-shadow: none;
  border: 0px solid transparent;
}

.fw-900{
font-weight: 900;
}

section.repeat-section .accordion-button::after {
  background-image: url("../Images/plus.png");
  mix-blend-mode: multiply;
}

section.repeat-section .accordion-button:not(.collapsed)::after {
  background-image: url("../Images/close-final.png");
  mix-blend-mode: multiply;
}




.accordion-flush .accordion-item .accordion-button.collapsed {
    border-bottom: 1px solid #B5B5B5;
    padding-bottom: 20px;
    transition-delay: 0.5s;
}

.font_new_5{
  font-size: 18px;
  font-weight: 300;
}

.accordion-button:not(.collapsed) {
  box-shadow: unset !important;
  padding-bottom: 15px;
}

.accordion {
  --bs-accordion-bg: #f9f9f9 !important;
}

.margin-left {
  margin-left: -39px;
}

.custom-width3 {
  width: 60%;
}

.star1 {
    position: absolute;
    top: -120px;
    right: 18%;
    z-index: 9;
}

.star_img {
  width: 289px;
}

.star2 {
    position: absolute;
    bottom: -143px;
    left: 10%;
    z-index: 9;
}

.star5 {
    position: absolute;
    top: -144px;
    left: 3%;
    z-index: 9;
}
.star3 {
  position: absolute;
  bottom: 50px;
  right: 20%;
  z-index: 9;
}


.footer-c{
  padding: 0px 100px;
}

.star4 {
  position: absolute;
  top: -80px;
  left: 10%;
  z-index: 9;
}

.star3 img {
  width: 70px;
}

.star4 img {
  width: 200px;
}

.padding2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-bottom {
  padding-bottom: 60px;
}

.padding3 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.w-75 {
  width: 92% !important;
}


.w{
  font-weight: 300;
}

.button1 {
  padding: 15px 10px;
  background-color: #d92128;
  color: #fff;
  border-radius: 30px;
  transition: all 0.5s ease;
}

.button1:hover {
  background-color: transparent;
  color: #222;
  border: 1px solid #222;
  transition: all 0.5s ease;
}

.fa-arrow-down {
  transform: rotate(272deg);
  font-weight: 600;
}

header.no-border {
  border-bottom: 0px !important;
}

.form-container {
  max-width: 700px;
}

input {
  width: 100%;
  border-bottom: 1px solid #e74c3c;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 20px;
  outline: none;
  background: transparent;
  padding: 5px 0;
  font-size: 18px;
  color: #333;
}

select {
  width: 100%;
  border-bottom: 1px solid #e74c3c;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 20px;
  outline: none;
  background: transparent;
  padding: 5px 0;
  font-size: 18px;
  color: #333 !important;
}

/* Optional: Focus state to highlight the line when typing */
.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
  color: #e74c3c;
}

/* Active State (Checked) */
input[type="radio"]:checked+label {
  background-color: #d32f2f;
  color: #ffffff;
  border-color: #d32f2f;
}

/* Pill Label Styling */
label {
  display: inline-block;
  padding: 10px 32px;
  border: 1px solid #D92128;
  border-radius: 100px;
  color: #555;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}

/* Hidden Radio Input */
input[type="radio"] {
  display: none;
}

.radio-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}

/* Hidden default input */
#resume-upload {
  display: none;
}

.file-upload-btn:hover {
  background-color: #b71c1c;
}

/* Custom File Upload Button */
.file-upload-btn {
  display: inline-block;
  background-color: #d32f2f;
  /* Image match red */
  color: white;
  padding: 12px 35px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s;
  border: none;
}

/* Upload Wrapper */
.upload-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Subtext styling */
.file-format-text {
  color: #777;
  font-size: 1.1rem;
}

/* Black Submit Button */
.btn-submit {
  background-color: #1a1a1a;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 1.4rem;
  cursor: pointer;
  border: none;
  transition: transform 0.1s;
}

.btn-submit:active {
  transform: scale(0.98);
}


.padding-header2 {
  padding-top: 80px;
}



/* .fixed-top {
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
}


.navbar-brand img {
    transition: transform 0.5s ease;
    transform-origin: left center; 
} */

#navbar-logo,
#menu-icon,
.fixed-top {
  transition: all 0.5s ease;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  padding-right: 0px;
}


.font_new_2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
}

.font_new_3 {
    font-size: 24px !important;
}



