@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&family=Orbitron:wght@400..900&display=swap');

@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Lexend&family=Sen:wght@400..800&display=swap');
* {
  font-family: "Titillium Web", sans-serif;
  /* font-family: "Lexend", serif; */
  /* font-weight: 400; */

  
}
html{
	overflow-x: hidden !important;

}	
body{
    background-color: rgb(233, 220, 220) !important;
    overflow-x: hidden !important;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-link {
  position: relative;
}
/* .nav-link::before:hover{
  color: #0092CD !important;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10px;
  width: 30%;
  height: 3px;
  background-color: #0092CD;
  border-radius: 2px;
  transition: width 0.3s ease;
} */

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10px;
  width: 30%;
  height: 3px;
  background-color: #0092CD;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nav-link.active {
  color: #0092CD !important;
}

.navbar-nav {
  flex-direction: row;
}

.nav-item {
  margin-left: 15px;
}

.section {
  padding: 60px 0;
}

.dropdown-menu {
  position: absolute;
  will-change: transform;
  transform: translate3d(0px, 40px, 0px);
}

.vasanth_color {
  color: floralwhite !important;
  font-size: 22px !important;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
}

.vasanth_span {
  color: #0092CD;
  
  font-weight: 600;
}

.nav-bgc {
  background-color: black;  
  padding: 20px;
  position: fixed;
  width: 100% !important;
}


.menu_color {
  color: aliceblue !important;
  font-size: 20px;
  font-weight: 600;
}

.menu_span {
  color: #0092CD;
  font-weight: 500;
}

.navbar-toggler:focus {
  border: 2px solid #0092CD;
}

.navbar-toggler {
  border: 2px solid #0092CD;  
}

@media (min-width: 1200px) {
  .container {
      max-width: 1340px !important;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-nav {
      flex-direction: column;
      margin-top: 20px; /* Adjust for better spacing */
      width: 100%; /* Make it full width */
  }

  .nav-item {
      margin-left: 0; /* Reset left margin for mobile */
      margin-bottom: 10px; /* Add spacing between items */
  }

  .nav-link {
      text-align: center; /* Center align nav links */
  }

  .menu_color {
      font-size: 18px;
      font-weight: 400;
  }

  .nav-link.active::after {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 50%; /* Center the indicator */
      transform: translateX(-50%);
      width: 30%;
      height: 2px;
      background-color: #0092CD;
      border-radius: 2px;
      transition: width 0.3s ease;
  }
  .what_img{
    display: none !important;
  }
  .what_imgs{
    display: block ;
  }
.vvvv{
  display: none;
}
.beast{
  display: block !important;
}
.master{
  display: none;
}
}

body {
  overflow-x: hidden !important;
}

/* ==========================     nav end    ================================*/
.beast{
  display: none;
}
.sec_one{
    background-color: #0092CD;
    height: 100vh;
}
.sec_about{
    background-color: #1E1E1E;
    /* height: 100vh !important; */
}
.c6::first-letter{
    font-size: xx-large;
  }
  .c6{
    text-align: justify;
  }
  .I-Con{
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 8px;
    color: #000;
   
  }
  .I-Con i:hover{
    color: #0092CD!important;
  background-color: rgb(0, 0, 0);
    border-radius: 50px; 
    padding: 8px;
    
  }
  .img-border{
    background-color: #0092CD !important;
    border-radius: 8px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  a:hover{
    color: none !important;
  }

.btn_hire{
  border: 3px solid rgb(0, 0, 0);
  padding: 10px 20px !important;
  background-color: #000;
  color: #F8F9FA ;
  font-size: 19px;
  font-weight: 600;
}
.btn_hire:hover{
  background-color: #d7d7d700;
  color: #000 !important;
  border: 3px solid black;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
  /* =================   type start  =========== */
  .text-orange {
    color: rgb(210, 210, 210) !important;
    font-size: 50px !important;
    /* text-shadow: 5px 5px 5px black; */
    
  }
  .text-grey {
    color: #aea79f !important;
  }
  
   .vasanth{
    font-weight: 400 !important;
    font-size: 70px ;
    font-family: "Mitr", sans-serif;
    /* font-weight: 700; */
    font-style: normal;
   }
  #presentation {
    max-height: 100vh;
    overflow: hidden;
    padding: 2rem;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-top: 10%;
  }
  .resume-title {
    text-align: left;
    font-size: 5rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .resume-subtitle {
    text-align: left;
    font-size: 2rem;
    font-weight: 300;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  }
  .resume-pre {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  }
  .subtitle-text{
    font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  }

.first_img{
  width: 80%;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border-radius: 10px;
}


/* ===================   project start  ============== */
.three-box{
  background-color: #222222;
  color: #fff !important;
  padding: 20px;
  border-radius: 12px;
}
.three-box:hover{
  background-color: rgb(190, 202, 198);
  color: #0092CD;
}
.three-box .a-color:hover{
  color: rgb(121, 115, 120);
}

.three_icon{
  font-size: 40px;
}
.a-color{
  color: #fff;
  text-decoration: none !important;
  
}
.three-text{
  text-align: justify;
  text-decoration: none !important;
}
.img-responsive{
  padding: 10px !important;
  border: 3px solid #1E1E1E;
  margin-bottom: 20px;
  border-radius: 20px;
}
.img-responsive:hover {
  border: 3px solid #0092CD;
  box-shadow: rgba(64, 192, 243, 0.74) 0px 5px 15px;
  padding: 10px;
  border-radius: 20px;
  
 
} 
.pro_bg{
  background-color: #1E1E1E;
  /* height: 100vh; */
}
.all1{
  background-color: #0092CD;
  color:black;
}
.clg1 ,.exp1, .hos1 ,.bus1, .git1{
  color: #0092CD;
  background-color: #000000;
  font-size: 18px;
}
.clg1:hover ,.exp1:hover, .hos1:hover ,.bus1:hover, .git1:hover{
  background-color: #0092CD;
  color:black;
}
.mob_hide{
  display: none;
}
#whatidoo{
  display: none;
}
/* ========================    media query start ======================================*/

 @media only screen and (max-width: 768px){
  #whatidoo{
    display: block;
  }
    /* .mob_pad{
      margin-top: 50px !important;
    } */
    #presentation {
       padding: 2px;
        margin-top: 20%;
         /* height: 100vh !important; */
        
      }
      .I-Con{
        font-size: 23px;
      }
      .sec_one{
        max-height: 300vh  !important;
      }
      .vasanth{
        font-size: 50px !important;
        font-weight: 500 !important;
      }
      .resume-subtitle{
        font-size: 28px !important;
      }
      .text-orange{
        font-size: 28px !important;
      }
      /* .section{
        height: 100vh !important;
      } */
      .section{
        padding: 1px !important;
      }
      /* .hide_service{
        display: none;
      }
       */
  }
  
@media only screen and (max-width: 768px) {
  .navbar-nav {
      flex-direction: column;
      margin-top: 20px; /* Adjust for better spacing */
      width: 100%; /* Make it full width */
      text-align: left; /* Left align the menu items */
  }

  .nav-item {
      margin-left: 0; /* Reset left margin for mobile */
      margin-bottom: 10px; /* Add spacing between items */
  }

  .nav-link.active::after {
      display: none; /* Remove the active underline in mobile view */
  }

  .menu_color {
      font-size: 18px;
      font-weight: 400;
  }
}


  /* ==========================home project page =====================*/
  #image-container {
    flex-shrink: 0;
    width: 200px;
    height: 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    overflow: hidden;
    transform: rotate(15deg);
  }
  .image {
    flex-shrink: 0;
    height: 200px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    animation: move 15s linear infinite alternate;
    user-select: none;
  }
  .picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  @keyframes move {
    0% {
      transform: translatey(0);
    }
    100% {
      transform: translatey(500%);
    }
  }
  #image-container:nth-child(2) .image {
    animation-direction: alternate-reverse;
  }
  #image-container:nth-child(4) .image {
    animation-direction: alternate-reverse;
  }
  #image-container:nth-child(6) .image {
    animation-direction: alternate-reverse;
  }
  #image-container:nth-child(3) {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  
    /* #image-container:hover .image {
      animation-play-state: paused;
    } */
  .xxx{
    width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  }
  .xxx{
    position: absolute;
    opacity: 0.4;
  }
  .yyy{
    position: relative;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .vp{
    text-decoration: none;
    color: floralwhite;
    font-weight: 700;
  }
  /* form */

  /* .content-wrapper {
    min-height: 100%;
    position: relative;
 } */
  
  .get-in-touch {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
 }
  .get-in-touch .title {
    text-align: center;
    font-family: "Orbitron", sans-serif;
    /* text-transform: capitalize; */
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 48px;
    padding-bottom: 28px;
 }
 
 a{
  text-decoration: none;
 }
 .title {
  text-align: center;
  margin-bottom: 20px;
  color: #0092CD;
  
}

.contact-form .form-field {
  position: relative;
  margin-bottom: 20px;
}

.contact-form .input-text {
  width: 100%;
  padding: 10px;
  border: 1px  solid #ccc;
  border-radius: 4px;
}

.contact-form .input-text:focus {
  border-color: #007bff;
  outline: none;
}

.contact-form .label {
  
  left: 10px;
  top: 18px;
  transition: 0.2s;
  color: #888;
}

.contact-form .input-text:not(:placeholder-shown) + .label,
.contact-form .input-text:focus + .label {
  top: -10px;
  left: 5px;
  font-size: 12px;
  color: #007bff;
}

.submit-btn {
  background-color: #0092CD;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  width: 30%;
}

.submit-btn:hover {
  background-color: #0092CD;
}

.thank-you-message {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  color: rgb(37, 0, 90);
}
 /* form :end */
 .skillbar-container {
  position:relative;
  display:block;
  margin-bottom: 15px;   
  width: 100%;
  background-color: #666463;
  background-color: rgba(255,255,255,.1);
  height:35px;
  height:5px;
  margin-top: 6px;
}
  
.skills {
  height:35px;
  height:5px;
  width:0px;
}
.bg-project{
  background-color: #000;
}
.bg-success{
  background-color: rgb(1, 111, 18) !important;
 
}
/* ===================================today */

p::selection{
  background-color: #0092CD !important;
  color: #000;
}

h3::selection{
  background-color: #0092CD !important;
  color: #000;
}

h2::selection{
  background-color: #0092CD !important;
  color: #000;
}

h1::selection{
  background-color: #0092CD !important;
  color: #000;
}
h6::selection{
  background-color: #0092CD !important;
  color: #000;
}
span::selection{
  background-color: #0092CD !important;
  color: #000;

}
label::selection{
  background-color: #0092CD !important;
  color: #000;

}
div::selection{
  background-color: #0092CD !important;
  color: #000;
}
/* newly add for first image slide start */

.slider {
  position: relative;
  width: 100%;
  height: 350px !important ; 
  overflow: hidden;
 
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border-radius: 10px;
}

.slider-image {
  position: absolute;
  width: 100%;
  height: 350px !important;
  object-fit: cover; 
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slider-image.active {
  opacity: 1;
}
body{
  overflow-x: hidden !important;
}
head{
  overflow-x: hidden !important;
}
@media only screen and (max-width:768px){
  
.slider-image {
  height: 340px !important;
}
  .slider{
    height: 300px !important;
  }
  body{
    overflow-x: hidden !important;
  }
  head{
    overflow-x: hidden !important;

  }
  html{
    overflow-x: hidden !important;
  }
}
.mob_hide{
  display: block !important;
}
/* newly add for first image slide end */
/* old yello color :#F69414 */



.new_blue{
  background-color: #0092CD;
}
.what_img{
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers the items horizontally */
  justify-content: center; 
 
}
.icon_img{
  width: 130px;
}
.z1{
  color: #0092CD;
  font-weight: 600;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.237);

}
.what_img {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate {
  opacity: 1;
  transform: translateX(0);
}





img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
/* ============ Full Page Slider ================= */
.creative-carousal--hero{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.creative-carousal--hero .carousel-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.creative-carousal--hero .carousel-slider  .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    background-size: cover;
    background-position: center;
}
.creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 3;
}
.creative-carousal--hero .carousel-slider .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #222327;
    opacity: 0.7;
}
.creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active:after {
    opacity: 0.4;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
    opacity: 1;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner h2{
    width: 100%;
    float: left;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner a{
    font-size: 19px;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    text-decoration: none;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner a:hover{
    text-decoration: none;
    color: #75dab4;
}
.creative-carousal--hero .slide-progress {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -110px;
    z-index: 3;
    text-align: center;
}
.creative-carousal--hero .slide-progress span {
    display: inline-block;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
}
.creative-carousal--hero .slide-progress .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: auto 10px;
    display: inline-block;
    position: static;
    background: rgba(255, 255, 255, 0.3);
}
.creative-carousal--hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
}

.creative-carousal--hero .slide-progress span {
    display: inline-block;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
}
.creative-carousal--hero .swiper-button-prev {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 120px;
    bottom: 30px;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    background: none;
}
.creative-carousal--hero .swiper-button-prev:after{
    display: none;
}
.creative-carousal--hero .swiper-button-next {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 30px;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    background: none;
}
.creative-carousal--hero .swiper-button-next:after{
    display: none;
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
    .creative-carousal--hero .carousel-slider .swiper-slide .inner h2{
               font-size: 7vw;
        line-height: 7vw;
        margin-bottom: 15px;
    }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
    .creative-carousal--hero .carousel-slider .swiper-slide .inner h2{
        font-size: 12vw;
        line-height: 12vw;
        margin-bottom: 15px;
    }
    .creative-carousal--hero .swiper-button-prev{
            left: 40px;
    }
    .creative-carousal--hero .swiper-button-next{
            right: 40px;
    }
    .what_imgs{
      display: none;
    }
}
.what_imgs{
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers the items horizontally */
  justify-content: center;

}
.btn_view{
  background-color: #0092CD;
}
.btn_view:hover{
  background-color: #0092CD;
  box-shadow: rgba(3, 213, 255, 0.25) 0px 54px 55px, rgba(0, 136, 255, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.xxx{
  background-image: url(./img/bg-gif.gif);
  height: 100vh;
  background-position: center;
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}


.test_font{
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
