
/***************************
    CUSTOM SCROLL BAR
****************************/
*, html{
  scroll-behavior: smooth;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root{
  --white:#FFF;
  --black:#f7f2f2;
  --lite:rgba(255,255,255,0.6);
  --gray:rgba(1,1,1,0.6);
  --dark:#3c3d3c;
  --primary:linear-gradient(145deg,#d63384f9,#d63384f9);
  --primary_dark:#d63384f9;
  --primary_lite:#d63384f9;
  --secondary:#000a17;
  --default_font:'Ysabeau Infant', sans-serif;
  --title_font:'Outfit', sans-serif;
}

::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background: var(--dark);
}

::-webkit-scrollbar-thumb {
  background: gray;
  -webkit-box-shadow: 0px 1px 2px var(--dark);
}

::-webkit-scrollbar-corner {
  background: var(--dark);
}



/***************************
          DEFAULT
****************************/
body{
  margin:0;
  overflow-x:hidden !important;
  font-family: var(--default_font);
}

a{
  text-decoration:none !important;
  min-width: fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

a, button{
  transition:0.5s;
}

em{
  font-style:normal;
  color:var(--primary_lite);
}

a, p, .btn{
  font-size:15px;
}

p{
  line-height:1.9em;
  color:var(--lite);
}

a, button, input, textarea, select{
  outline:none !important;
}

fieldset{
  border:0;
}

h1, h2, h3, h4, h5, h6{
  margin:0;
}

.title, .sub_title{
  font-family:var(--title_font);
  font-weight:400;
  margin:0;
}

.flex, .fixed_flex{
  display:flex;
}

.flex_content{
  width:100%;
  position:relative;
}

.padding_1x{
  padding:1rem;
}

.padding_2x{
  padding:2rem;
}

.padding_3x{
  padding:3rem;
}

.padding_4x{
  padding:4rem;
}

.big{
  font-size:3.5em;
}

.medium{
  font-size:2em;
}

.small{
  font-size:1.3em;
}

.btn{
  padding:1rem;
  border-radius:5px;
  color:var(--white);
  position:relative;
  border:0;
  text-align:center;
  
}

.btn_3{
  display:block;
  background-color:0;
  color:var(--white);
  position:relative;
  font-family:var(--default_font);
  font-weight:400;
  text-transform:uppercase;
}

.btn_3:before{
  content:"";
  border-radius:50%;
  background-color:rgba(255,255,255,0.2);
  position:absolute;
  left:0;
  top:50%;
  width:40px;
  height:40px;
  transition:0.5s;
  transform:translate(0%, -50%);
}

.btn_3:after{
  content:"\f178";
  font-family:"FontAwesome";
  margin-left:5px;
}

.btn_3:hover:before{
  border-radius:40px;
  width:100%;
}

@media (max-width:920px){
  .flex{
      flex-wrap:wrap;
  }
  
  .padding_1x, .padding_2x, .padding_3x, .padding_4x{
      padding:1rem;
  }
  
  .big{
      font-size:1.8em;
  }
  
  .medium{
      font-size:1.3em;
  }
  
  .small{
      font-size:1.1em;
  }
  
  .btn{
      padding:0.5rem 1rem;
  }
  
  a, p, .btn{
      font-size:12px;
  }
}

.slider {
  position: relative;
  width: 100%;
  height: 100vh;
}

ul{
  padding:0;
  margin:0;
}

.slider .title{
  font-weight:400;
}

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: clip .7s ease-in-out, z-index 0s .7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display:flex;
  align-items:center;
  justify-content:left;
}

.slider li:nth-child(1){
  background:linear-gradient(to right, rgba(1,1,1,1) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("/public/images/main.jpg");
  background-size: cover;
  background-position:top left;
}

.slider li:before{
  content:"";
  position:absolute;
  top:-20px;
  right:0;
  width:250px;
  height:250px;
  background-image:url("/public/images/bg2.png");
  background-size:100% 100%;
  transition-delay: 1s;
  transform: rotate(-90deg);
  z-index:1;
}

.slider li:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:300px;
  height:300px;
  background-image:url("/public/images/bg1\ \(2\).png");
  background-size:100% 100%;
  transform:rotate(360deg);
transition: all 1.5s cubic-bezier(0,0,.2,1);
  z-index:1;
  background-position:center left;
}

.slider li:nth-child(2){
  background:linear-gradient(to right, rgba(1,1,1,1) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("https://www.nhti.edu/wp-content/uploads/2021/04/AdvancedSoftwareDevelopment-scaled.jpg");
  background-size: cover;
  background-position:top left;
}

.slider li:nth-child(3){
  background:linear-gradient(to right, rgba(1,1,1,1) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("/public/images/web.jpg");
  background-size: cover;
  background-position:top left;
}

.slider article{
  width:60%;
  margin-top:4rem;
  color: #fff;
  z-index:11;
}

.slider h3 + p {
  display: inline-block;
  color: var(--lite);
  font-weight:300;
}

.slider h3, .slider h3 + p, .slider p + .btn, li:after{
  opacity: 0;
  transition: opacity .7s 0s, transform .5s .2s;
  transform: translate3d(0, 50%, 0);
}

li.current h3, li.current h3 + p, li.current p + .btn, li.current:after {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

.slider li:before{
  transition: 0.5s;
  top:-250px !important;
}

li.current:before{
  transition-delay: 1s;
  transform: rotate(-90deg);
  top:-20px !important;
}

li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
  clip: rect(0, 0, 100vh, 0);
}

.slider aside {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  text-align: center;
  z-index: 10;
}

.slider aside a {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: var(--white);
  margin: 0 0.2rem;
  transition: transform .3s;
}

.slider em{
  background: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

a.current_dot {
  transform: scale(1.4);
  background:var(--primary) !important;
}

@media screen and (max-width: 920px) {
  header{
      height:70vh;
      position:relative;
  }
  
  .cs-down{
      display:none;
  }

  .slider{
      height:70vh;
  }
  
  .slider article{
      width:100%;
      margin-top:2rem;
  }
  
  .slider li:nth-child(2){
      background-position:top center;
  }
  
  .slider li:nth-child(3){
      background-position:top center;
  }
  
  li.current:before{
      top:-30px;
      right:-10px;
  }
}

#header1{/* From https://css.glass */
/* From https://css.glass */
/* From https://css.glass */
background: #d63384b8;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(9.2px);
-webkit-backdrop-filter: blur(9.2px);
border: 1px solid rgba(214, 51, 132, 0.1);
position: fixed;
z-index: 100;
width: 80%;}

/* #div1{border-radius: 20px;
  background: #fd7e14;
  box-shadow: inset 29px 29px 59px #a4520d,
              inset -29px -29px 59px #ffaa1b;} */





#m1,#div1,#div2,#div3,#m2{ border-radius: 20px;
              background: #ffa857;
              box-shadow: inset 29px 29px 29px #a66d39,
                          inset -29px -29px 29px #ffe375;
}
#div5,#div6,#div7,#div8,#div9,#div10,#div11,#div12,#div13,#div14,#div15{border-radius: 50px;
  background: linear-gradient(145deg, #e6b269, #ffd47d);
  box-shadow:  32px 32px 63px #d9a863,
               -32px -32px 63px #ffe487;}
p{text-align: justify;
  text-justify: inter-word}

  @import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

  body {
    font-family: Lato, sans-serif;
  }
  
  footer {
    width:100vw;
    position:fixed;
    bottom:0px;
  }
  footer div {
    background-color:#fd7e14;
    margin: -5px 0px 0px 0px;
    padding:0px;
    color: #fff;
    text-align:center;
  }
  svg {
    width:100%;
  }
  .arrow {
    stroke-width: .3px;
    stroke:yellow;
  }
  .topball {
    animation: ball 1.5s ease-in-out;
    animation-iteration-count:infinite;
    animation-direction: alternate;
    animation-delay: 0.3s;
    cursor:pointer;
  }
  
  .wave {
    animation: wave 3s linear;
    animation-iteration-count:infinite;
    fill: #d63384b8;
  }
  .drop {
    fill: transparent;
    animation: drop 5s ease infinite normal;
    stroke: #d63384b8;
    stroke-width:0.5;
    opacity:.6; 
    transform: translateY(80%);
  }
  .drop1 {
    transform-origin: 20px 3px;
  }
  .drop2 {
    animation-delay: 3s;
    animation-duration:3s;
    transform-origin: 25px 3px;
  }
  .drop3 {
    animation-delay: -2s;
    animation-duration:3.4s;
    transform-origin: 16px 3px;
  }
  .gooeff {
      filter: url(#goo);
  }
  #wave2 {
    animation-duration:5s;
    animation-direction: reverse;
    opacity: .6
  }
  #wave3 {
    animation-duration: 7s;
    opacity:.3;
  }
  @keyframes drop {
    0% {
      transform: translateY(80%); 
      opacity:.6; 
    }
    80% {
      transform: translateY(80%); 
      opacity:.6; 
    }
    90% { 
      transform: translateY(10%) ; 
      opacity:.6; 
    }
    100% { 
      transform: translateY(0%) scale(1.5);  
      stroke-width:0.2;
      opacity:0; 
    }
  }
  @keyframes wave{
    to {transform: translateX(-100%);}
  }
  @keyframes ball {
    to {transform: translateY(20%);}
  }
  
/* Default styles for the header */
header {
  /* Your existing styles here */
}

/* Media query for screens smaller than 768 pixels (mobile devices) */
@media (max-width: 920px) {
  header {
    flex-direction: column; /* Stack items vertically */
    align-items: center;    /* Center items horizontally */
    padding: 1rem 0;        /* Add some vertical padding */
    height: 19vh;
    width: 100%;
    font-size:small;
    line-height: 0;
   
  }
  
  .nav.nav-pills {
    flex-direction: column; /* Stack nav items vertically */
     /* Center nav items horizontally */
  }
  
  .nav-item {
    margin-bottom: 0.5rem;  /* Add some space between nav items */
  }
  
  .nav-link {
    padding: 0.5rem 1rem;    /* Add padding to nav links */
  }
  #codeimg{display: none;}
}
/* Default styles for the section */
section {
  /* Your existing styles here */
}

/* Media query for screens smaller than 768 pixels (mobile devices) */
@media (max-width: 768px) {
  section {
    height: auto; /* Adjust the height as needed */
  }

  /* Adjust styles for the left and right arrow buttons */
  #prev, #next {
   display: none;
  }

  /* Adjust styles for the cards */
  .card {
    width: 90%;      /* Adjust the width */
    min-width: 90%;  /* Adjust the min-width */
    margin: 15px auto; /* Center the cards and add spacing */
    border-radius: 15px; /* Smaller border radius */
  }

  /* Adjust styles for card text */
  .card h2, .card p {
    font-size: 14px; /* Adjust the font size */
    margin-top: 20px; /* Adjust margins */
  }

  /* Adjust styles for card header */
  .card h4 {
    font-size: 12px; /* Adjust the font size */
    padding: 10px;   /* Adjust padding */
  }

  /* Adjust styles for heart icon */
  .lar.la-heart {
    font-size: 1rem; /* Adjust the font size */
  }
}
img{pointer-events: none;}



/* Media Query for screens with a width of 768px or less */

/* Media Query for screens with a width of 768px or less */



@media (max-width: 920px) {
    #header1 {
        padding: 15px; /* Adjust padding for smaller screens */
        margin-left: 0; /* Reset left margin */
        text-align: center; /* Center-align content */
        margin-bottom: 50px;padding-bottom: 20px;
         height: 19vh;
    }
    
    #logo {
        width: 40px; /* Decrease logo width for smaller screens */
        height: 30px; /* Decrease logo height for smaller screens */
    }

    .nav-pills {
        flex-direction: column; /* Stack nav links vertically */
        align-items: center; /* Center-align nav links */
    }

    .nav-link {
        font-size: 12px; /* Decrease font size of nav links */
        padding: 5px 10px; /* Adjust padding for nav links */
    }

    .dropdown {
        margin-top: 10px; /* Add space above dropdown for clarity */
    }


    #more{width: 10px; height: 10px; margin: 0%; padding: 0;}
    #logo{width: 70px; height: 70px;}
    .dropdown {
      margin-top: 10px; /* Add space above dropdown for clarity */
  }

  .dropdown-item {
      font-size: 12px; /* Decrease font size of dropdown items */
      line-height: 1.5; /* Increase line spacing for dropdown items */
  }
  #div1{padding-top: 50vh;
    margin-top: 50vh;}; 
    
#contact{font-size: small;}
.contact{font-size: large; font-weight: 300;}
.con{font-size: small; font-weight: 100;}
  #div3,#div2{margin-top: 100px; padding-top: 5vh;}
  #m5{margin-top: 70px}
/* ul{margin-top: 14px;} */
/* #certificate{display: none;} */
}
iframe{border-radius: 10px;}

.container.my-5 {
  padding: 20px;
}

.contact{font-weight: 700; font-weight: 800;}


