@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');
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&display=swap');
.ui_ux_bg{
    padding: 200px 0px;
    background-image: url(../images/lines_blue2.jpg);
    background-position: center;
    background-size: cover;
}
.ui_ux{
   font-size: 265px;
   color: #0d00ff;
   font-weight:900;
   font-family: "Poppins", sans-serif;
}
.graphic_designer{
    position: relative;
}
.graphic_designer_image{
    position: absolute;
    top: -50px;
    left: 0px;
}
.front_end_develop{
    position: absolute;
    top: 20px;
    left:250px;
}
.front_end_develop h3,a{
    font-size: 32px;
    color: #111111;
    font-weight:600;
    text-decoration: none !important;
}
.develop{
    position: absolute;
    top: -60px;
    right:400px;
}
.develop h3,a{
    font-size: 32px;
    color: #111111;
    font-weight:600;
    text-decoration: none !important;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px !important;
    }
}
.section_2{
    background-color: #0d00ff;
    padding: 100px 0px;
}
.savin_raj {
    font-size: 42px;
    color: #ffffff;
    font-weight:500;
    font-family: "Edu AU VIC WA NT Hand", cursive;
}
.navbar-brand{
  font-size: 18px;
  color: #1d1d1d;
  font-weight:500;
  font-family: "Edu AU VIC WA NT Hand", cursive
}
.nav-link {
  font-size: 14px;
  color: #1d1d1d;
  font-weight:300;
  font-family: "Poppins", sans-serif;
  padding: 0px 32px !important;
}
.p_font {
    font-size: 16px;
    color: #ffffff;
    font-weight:500;
    font-family: "Edu AU VIC WA NT Hand", cursive;
}
.running{
    position: relative;
}
.marquee2 {
    /* background-color: #000; */
    /* padding: 30px 0; */
    color: #131313;
    position: absolute;
    top: 230px;
    z-index: 100;
}
.marquee2 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    align-items: baseline;
    display: flex;
}
.marquee2__seperator {
    margin: 0 2px;
}
.bg_text2 {
    font-size: 300px;
   font-weight: 800;
    font-family: "Poppins", sans-serif;
    /* text-transform: uppercase; */
    /* background: url(../images/6.jpg); */
    background-position: center;
    background-size: contain;
    color: #ffffff !important;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}

/* @font-face {
    font-family: myFirstFont;
    src: url(../fonts/bagiste.otf);
  } */


  .marquee2:hover .marquee__item {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .marquee2__seperator {
    margin: 0 2px;
  }
  /* .marquee2__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 50s linear infinite;
            animation: marquee 50s linear infinite;
  } */
  .marquee2__item {
    /* display: inline-block; */
    align-items: baseline;
    display: flex;
    will-change: transform;
    -webkit-animation: marquee 200s linear infinite;
            animation: marquee 200s linear infinite;
  }
  
  @-webkit-keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .marquee2 {
    /* background-color: #000; */
    /* padding: 30px 0; */
    color: #131313;
  }


  .marquee3 {
    /* background-color: #000; */
    /* padding: 30px 0; */
    color: #131313;
    position: absolute;
    top: 240px;
}
.marquee3 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    align-items: baseline;
    display: flex;
}
.marquee3__seperator {
    margin: 0 2px;
}
.bg_text {
    font-size: 300px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    /* text-transform: uppercase; */
    /* background: url(../images/6.jpg); */
    background-position: center;
    background-size: contain;
    color: transparent;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}

/* @font-face {
    font-family: myFirstFont;
    src: url(../fonts/bagiste.otf);
  } */


  .marquee3:hover .marquee__item {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .marquee3__seperator {
    margin: 0 2px;
  }
  /* .marquee2__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 50s linear infinite;
            animation: marquee 50s linear infinite;
  } */
  .marquee3__item {
    /* display: inline-block; */
    align-items: baseline;
    display: flex;
    will-change: transform;
    -webkit-animation: marquee 200s linear infinite;
            animation: marquee 200s linear infinite;
  }
  
  @-webkit-keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .marquee3 {
    /* background-color: #000; */
    /* padding: 30px 0; */
    color: #131313;
  }
  .savin_raj_profile{
    position: relative;
    z-index: 100;
  }
  .bg_spline {
    padding: 50px 0px;
    background-image: url(../images/lines_blue2.jpg);
    background-position: bottom;
    background-size: contain;
  }
  .spline_builder{
    position: relative;
  }

  .sub_head_h2{
    color: #0d00ff;
    font-size: 80px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .sub_head_h2 span{
    color: #0d00ff;
    font-weight: 100;
    font-size: 80px;
    font-family: "Poppins", sans-serif;
  }
  .my_tools {
    display: flex;
    flex-direction: row;
    padding: 10px 20px;
    border-radius: 32px;
    background-image: url(../images/lines_blue2.jpg);
    background-position: center;
    background-size: cover;
    /* align-items: center; */
    justify-items: center;
    border: 1px solid #a8a8a8;
    margin-bottom: 20px;
   position: static;
   align-items: stretch;
  }
  .my_tools img{
    width: 32px;
    border-radius: 32px;
  }
  .my_tools h4{
    color: #181818;
    font-weight:500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin-left: 10px;
    margin-bottom: 0px !important;
  }
  .tools{
    color: #181818;
    font-weight:500;
    font-size: 18px;
  font-family: "Poppins", sans-serif;
  }
  .work_text {
    color: #181818;
    font-weight:400;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    padding-top: 20px;
  }
  .mt_t5{
    margin-top: 20px;
  }
  @media(max-width:1024px){
    .ui_ux {
        font-size: 80px !important;
        color: #0d00ff;
        font-weight: 900;
        font-family: "Poppins", sans-serif;
    }
    .front_end_develop h3,a {
        font-size: 16px;
        color: #111111;
        font-weight: 600;
    }
    .front_end_develop {
        position: absolute;
        top: -5px;
        left: 39px;
    }
    .develop {
        position: absolute;
        top: -30px;
        right: 111px;
    }
    .develop h3,a {
        font-size: 16px;
        color: #111111;
        font-weight: 600;
    }
    .graphic_designer_image {
        position: absolute;
        top: -16px;
        left: 0px;
    }
    .sub_head_h2 {
        color: #0d00ff;
        font-size: 32px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .sub_head_h2 span {
        color: #0d00ff;
        font-weight: 100;
        font-size: 32px;
        font-family: "Poppins", sans-serif;
    }
    .bg_text2 {
        font-size: 150px;
    }
    .bg_text {
        font-size: 150px;
    }
    .marquee2 {
        /* background-color: #000; */
        /* padding: 30px 0; */
        color: #131313;
        position: absolute;
        top: 400px;
        z-index: 100;
    }
    .marquee3 {
        /* background-color: #000; */
        /* padding: 30px 0; */
        color: #131313;
        position: absolute;
        top: 392px;
    }
    .spline_bg {
        width: 150px;
        display: none !important;
        height: 60px;
        position: absolute;
        background: rgb(224, 219, 251);
        background: linear-gradient(27deg, rgba(224, 219, 251, 1) 0%, rgba(249, 236, 249, 1) 100%);
        background-position: center;
        top: 300px;
        right: 10px;
        border-radius: 20px;
        z-index: 1000;
    }
    .course_h3 {
      font-family: "Poppins", sans-serif;
      font-size: 20px !important;
      font-weight: 400 !important;
      color: #050505 !important;
  }
  .course_button {
    background-image: url(../images/lines_blue2.jpg);
    border: 1px solid #0000005b;
    background-size: cover;
    padding: 12px 12px !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    color: #0e0e0e !important;
    text-decoration: none !important;
    margin-top: 20px;
    display: inline-block;
    border-radius: 30px;
}
  }

  .padding_course {
    padding-bottom: 32px;
}
.course_box {
    width: 100px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    padding: 20px 0px;
    font-family: "Poppins", sans-serif;
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    background-color: #0d00ff;
}
.border_1 {
    border: 1px solid #0d00ff;
}
.course_h3 {
    font-family: "Poppins", sans-serif;
    font-size: 28px !important;
    font-weight: 400 !important;
    color: #050505 !important;
}
.course_h5 {
    font-family: "Poppins", sans-serif;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #050505 !important;
}
.course_button {
    background-image: url(../images/lines_blue2.jpg);
    border: 1px solid #0000005b;
    background-size: cover;
    padding: 12px 32px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0e0e0e !important;
    text-decoration: none !important;
    margin-top: 20px;
    display: inline-block;
    border-radius: 30px;
}
.f_100{
  padding-top: 100px;
}
.footer{
  background-color: #0e0e0e;
  margin-top: 100px;
}
.lets_talk{
    font-family: "Poppins", sans-serif;
    font-size:200px;
    font-weight: 800;
    color: #ffffff !important;
}
.lets_talk span{
    color: #0d00ff !important;
}

.lets_talk {
  font-size: 250px; /* Default size for screens larger than 1200px */
}

/* Below 1200px */
@media (max-width: 1199px) {
  .lets_talk {
      font-size: 200px; /* Adjusted size for medium screens */
  }
}

/* Between 768px and 1200px */
@media (min-width: 768px) and (max-width: 1199px) {
 .lets_talk {
      font-size: 190px; /* Adjusted size for smaller tablets */
  }
}

/* Below 430px */
@media (max-width: 429px) {
 .lets_talk {
      font-size: 70px; /* Adjusted size for small devices */
  }
}
.contact a{
  color: #ffffff;
  font-weight:300;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.parent {
  display: flex;
  justify-content: flex-end; /* Moves child to the right */
}
.course_button2 {
  background-color: #0d00ff ;
  border: 1px solid #ffffff5b;
  background-size: cover;
  padding: 12px 32px !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 30px;
}

.marquee4 {
  background-color: #ffffff;
  padding: 30px 0px;
  border-radius: 0px 0px 20px 20px;
}
.marquee4 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  align-items: baseline;
  display: flex;
}
.marquee4__seperator {
  margin: 0 2px;
}
.bg_text5 {
  font-size: 42px;
  font-weight: 800;
  font-family: "Edu AU VIC WA NT Hand", cursive;
  color: #0d00ff;
  /* background-color: #fff; */
  background-position: center;
  background-size: contain;

}


.marquee4:hover .marquee__item {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.marquee4__seperator {
  margin: 0 2px;
}
/* .marquee2__item {
  display: inline-block;
  will-change: transform;
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite;
} */
.marquee4__item {
  /* display: inline-block; */
  align-items: baseline;
  display: flex;
  will-change: transform;
  -webkit-animation: marquee 200s linear infinite;
          animation: marquee 200s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee4 {
  /* background-color: #000; */
  /* padding: 30px 0; */
  color: #131313;
}
/* Basic styling for the trigger div */
.trigger-div {
  cursor: pointer;
}

/* Popup styling */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.747);
  justify-content: center;
  align-items: center;
}
.password_p{
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  color: #ffffff !important;
}
.popup-content {
  background-color: #0d00ff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 400px;
}
.lock{
  width: 40px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

/* Button styling */
.button2 {
  background-image: url(../images/lines_blue2.jpg);
  border: 1px solid #0000005b;
  background-size: cover;
  border-radius: 28px;
  padding: 12px 32px;
  color: rgb(3, 3, 3);
  border: 1px solid #111111;
  cursor: pointer;
}
.bg_spline_5 {
  padding: 50px 0px;
  background-image: url(../images/lines_blue2.jpg);
  background-position: bottom;
  background-size: contain;
}
@media(max-width:1024px){
  .parent {
    display: flex;
    justify-content: flex-start; /* Moves child to the right */
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-link {
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    padding: 20px 0px !important;
}
}
.nav_fild{
  width: 32px;
}
::-webkit-scrollbar {
  width: 5px;
  height: 200px !important;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0d00ff !important;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0d00ff !important 
}