/* Import fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');
/* Global styles */
* {
    text-decoration: none;
}

body {
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
}

/* Section styling */
section {
    padding: 100px 0;
}

.max-width {
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;
}

/* Font styles */
.info, .showinfo, .showreel, .post, .soft, footer {
    font-family: 'Poppins', sans-serif;
}

/* Title styling */
section .title {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 60px;
    padding-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
    color: white;
}
section .title::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 180px;
    height: 3px;
    background: #111;
    transform: translateX(-50%);
}

section .title::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    font-size: 20px;
    color: crimson;
    padding: 0 5px;
    background: #fff;
    transform: translateX(-50%);
}

/* Home section styling */
.home {
    display: flex;
    height: 100vh;
    color: #fff;
    min-height: 500px;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Ubuntu', sans-serif;
}

.home .max-width {
    display: flex;
}

/* Home content styling */
.home .home-content .text-1 {
    font-size: 27px;
    text-align: center;
    color:white;
}

.home .home-content .text-2 {
    font-size: 55px;
    text-align: center;
    color:white;
    letter-spacing: 0.4cm;
    font-weight: 100;
}

.home .home-content .text-3 {
    font-size: 40px;
    margin: 5px 0;
    text-align: center;
    color:white;
}
.Home-Type{
    left: 50%;
    transform: translateX(-50%);
    text-align: center;  
    position: relative;
    z-index: 99;
}
.Home-Type .Typing-P{
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    color: #fff;  
    background-color: #000000b3;
    border-radius: 20px;
    padding: 5px 10px;  
    position: absolute;  
    left: 50%;
    font-size: 25px;
    transform: translateX(-50%);
    z-index: 999;
}
.home .text-3:hover .Typing-P{
    opacity: 1;
    visibility:visible;
    text-align: center;
}
.home .home-content .typing{
    font-size: 40px;
    margin: 5px 0;
    text-align: center;
    color: crimson;
}
/* Home content link styling */
.home .home-content a {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    padding: 12px 36px;
    margin-top: 20px;
    font-weight: 400;
    transition: all 3s ease;
}

/* Home content link hover styling */
.home .home-content a:hover {
    color: white;
    background: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border-radius: 10px;
    transition: all 3s ease;
}

/* Info section styling */
.info, .teams {
    color: #fff;
}

.info .title::before, .teams .title::before {
    background: #282828;
}

/* .info .title::after, .teams .title::after {
    background: #000000;
    content: "Who Am I?";
} */
.Skill-Title{
    font-size: 35px;
    position: relative;
    text-align: center;
    font-weight: 900;
    margin-top: 20px;
    padding-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
    color: white;
}
.Bio-Title{
    font-size: 35px;
    position: relative;
    text-align: center;
    font-weight: 900;
    margin-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    color: white;
}
.info .typing-2{
    font-size: 29px;
    text-align: center;
    color: crimson;
}
.Skill-Type{
    left: 50%;
    transform: translateX(-50%);
    text-align: center;  
    position: relative;
    z-index: 99;
}
.Skill-Type .Typing-2P{
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    color: #fff;  
    background-color: #000000b3;
    border-radius: 20px;
    padding: 5px 10px;  
    position: absolute;  
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.info .text-3:hover .Typing-2P{
    opacity: 1;
    visibility:visible;
    text-align: center;
}
.info .typing-3{
    font-size: 30px;
    text-align: center;
    color: crimson;
}
.info .text-3 {
    font-size: 30px;
    text-align: center;
    color:white;
    margin: auto;
}
.info .info-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.info .info-content .textbio{
    color:white;
    font-weight: 100;
    text-align: center;
}

.info .info-content .text,
.info .info-content .textdesc {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    /* padding-top: 30px; */
    color: white;
    margin: auto;
}

.info-image {
    margin: auto;
    border-radius: 200px;
    width: 200px;
}

.info .info-content .text-type {
    font-size: 350%;
    color: white;
    padding-top: 50px;
}
.info .info-content .text-p{
    color:white;
}
.info .info-content .text span{
    color: crimson;
}
.info .info-content p{
    text-align: justify;
    padding-top: 15px;
}

.info .info-content a{
    display: inline-block;
    background: crimson;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid crimson;
    transition: all 0.3s ease;
}
.info .info-content a:hover{
    color: crimson;
    background: none;
}
/* showinfo section */
.showinfo, .teams{
    color:#fff;
    /* background: #111; */
}
.showinfo .title::before,
.teams .title::before{
    background: #282828;
    width: 230px;
}
/* .showinfo .title::after,
.teams .title::after{
    background: #000000;
    content: "What i Worked on?";
} */
.showinfo .showinfo-content .text,
.showinfo .showinfo-content .textdesc{
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 30px;
    color: white;
    margin:auto;
}
.showinfo .showinfo-content .text{
    font-family: 'Ubuntu', sans-serif;
    color:white;
    /* text-align: center; */
}
.showinfo .showinfo-content .text-type{
    font-family: 'Ubuntu', sans-serif;
    font-size: 350%;
    color:white;
    padding-top: 50px;
    /* text-align: center; */
}
.showinfo .showinfo-content .text-p{
    font-family: 'Ubuntu', sans-serif;
    color:white;
    /* text-align: center; */
}
.showinfo .showinfo-content .text span{
    font-family: 'Ubuntu', sans-serif;
    color: crimson;
    /* text-align: center; */
}
.showinfo .showinfo-content p{
    font-family: 'Ubuntu', sans-serif;
    text-align: justify;
    padding-top: 15px;
    /* text-align: center; */
}

.showinfo .showinfo-content{
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* Showreel section styling */
.Showreel, .teams{
    color:#fff;
    /* background: #111; */
}
.Showreel .title::before,
.teams .title::before{
    background: #282828;
}
/* .Showreel .title::after,
.teams .title::after{
    background: #000000;
    content: "Who Am i?";
} */
.Showreel .Showreel-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
/* Post section styling */
.Post, .teams{
    color:#fff;
    /* background: #111; */
}
.Post .title::before,
.teams .title::before{
    background: #282828;
    width: 230px;
}
.swiper-container {
  width: 100%;
}
.poster-arrow{
  color: white;
  font-weight: 900;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  width: 250px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.swiper-slide.faded {
    opacity: 0.5;
}
.swiper-slide img{
  border-radius: 10px;
  height: 370px;
  object-fit: cover;
}
/* .Post .title::after,
.teams .title::after{
    background: #000000;
    content: "Posters For My Work";
} */
.gallery{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.gallery .image{
  width: calc(100% / 4);
  padding: 3px;
}
.gallery .image img {
  width: 200px; /* width of container */
  height: 400px; /* height of container */
  object-fit: cover;
  object-position: 50% 10%; /* try 20px 10px */ 
}
.gallery .image span{
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery .image img{
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.gallery .image:hover img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.gallery .image.hide{
  display: none;
}
.gallery .image.show{
  animation: animate 0.4s ease;
}
/* contact section styling */
.Soft, .teams{
    color:#fff;
    /* background: #111; */
}
.Soft #title::before,
.teams #title::before{
    background: #282828;
    width: 300px;
}
/* .Soft #title::after,
.teams #title::after{
    background: #000000;
    content: "What Programs Do i Work?";
} */
.Soft-Title{
    font-size: 20px;
    position: relative;
    text-align: center;
    font-weight: 900;
    margin-bottom: 60px;
    padding-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
    color: white;
}


.HoverSoft{
    opacity: 0;
    width: calc(80% + 1px);
    transition: 0.3s ease-in;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%);
    font-weight: 700;
    font-size: calc(100% - 4px);
    pointer-events: none;
    
}

li:hover .HoverImgSoft{
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.AgisoftLogo{
    border-radius: 30px;
}
.AginetyLogo{
    border-radius: 20px;
}
.TerragenLogo{
    border-radius: 20px;
}
.Houdini{
    border-radius: 10px;
}
li:hover .HoverSoft{
    opacity: 1;
    width: calc(80% + 1px);
    background: rgba(0, 0, 0, 0.58);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.logos-section{
	width: 100%;
	height: auto;
	text-align: center;
}
.logo-current{
    padding-top: 70px;
}
.logos-section ul {
	padding: 0;
	margin: 0;
}

.logos-section ul li {
	list-style: none;
	display: inline-block;
	width:90px;
	height:90px;
	position: relative;
	overflow: hidden;
	cursor:pointer;
	margin: 10px;
	box-shadow: 0px 0px 10px -7px #555;
	transition: .5s;
}

.logos-section ul li img {
	width: 100%;
	height: 100%;
}
.logos-section ul li img:hover .tooltiptext{
	visibility: visible;
}
.logos-section ul li img:nth-child(1) {
	transform: translateY(0);
	transition: .5s;
}
.logos-section ul li img:nth-child(2) {
	transform: translateY(0);
	transition: .5s;
}
.viewport-header {
  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: auto;
}
video {
  object-fit: cover;
  width: 90vw;
  margin: auto;
  justify-content: center;
  height: 100vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(transparent, black, transparent);
  mask-image: linear-gradient(transparent, black, transparent);
}
#ArtTEXT{
  font-family: 'Dancing Script', cursive;
}
.ArtSoon{
  font-weight: 200;
  font-size: 20px;
}
.ArtA{
  color: white;
}
/*Hover-Section*/


/* .logos-section ul li:hover img:nth-child(1) {
	transform: translateY(-100%);
	transition: .5s;
}
.logos-section ul li:hover img:nth-child(2) {
	transform: translateY(-100%);
	transition: .5s;
} */
/* footer section styling */
footer{
    /* background: #111; */
    padding: 15px 23px;
    color: #fff;
    text-align: center;
}
footer span a{
    color: crimson;
    text-decoration: none;
}
footer span a:hover{
    text-decoration: underline;
}
.social-icons {
  padding: 0;
  list-style: none;
  margin: 2em;
}
.social-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.2em;
}
.social-icons i {
  color: #fff;
  position: absolute;
  top: 21px;
  left: 21px;
  transition: all 265ms ease-out;
}
.social-icons a {
  display: inline-block;
}
.social-icons a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  border-radius: 100px;
  transition: all 100ms ease-out;
}
.social-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}
.social-icons a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  color: #00B5F5;
  background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F);
  background-clip: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}
.ContactTooltip{
    left: 50%;
    transform: translateX(-50%);
    text-align: center;  
    position: relative;
    z-index: 99;
}
.ContactTooltip .ContactTool{
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    color: #fff;  
    background-color: #000000b3;
    border-radius: 20px;
    padding: 5px 10px;  
    position: absolute;  
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    top: -100px;
}
.foot .social-icons li:hover .ContactTool{
    opacity: 1;
    visibility:visible;
    text-align: center;
    top: -100px;
}
/* responsive media query start */
@media (max-width: 1104px) {
    .info .info-content img{
        height: 250px;
        width: 250px;
    }
}
@media (max-width: 1000px) {
    .gallery .image{
      width: calc(100% / 3);
    }
}
@media (max-width: 991px) {
    .max-width{
        padding: 0 50px;
    }
}
@media (max-width: 947px){
    .menu-btn{
        display: block;
        z-index: 999;
    }
    .menu-btn i.active:before{
        content: "\f00d";
    }
    .navbar .menu{
        position: fixed;
        height: 100vh;
        width: 100%;
        left: -100%;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 80px;
        transition: all 0.3s ease;
    }
    .navbar .menu.active{
        left: 0;
    }
    .navbar .menu li{
        display: block;
    }
    .navbar .menu li a{
        display: inline-block;
        margin: 20px 0;
        font-size: 25px;
    }
    .home .home-content .text-2{
        font-size: 45px;
    }
    .home .home-content .text-3{
        font-size: 35px;
    }
    .home .home-content a{
        font-size: 23px;
        padding: 10px 30px;
    }
    .max-width{
        max-width: 930px;
    }
    .showinfo .showinfo-content .column{
        transform: translate(5%,0);
        display:inline-block;
    }
    .info .info-content .left{
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .info .info-content{
        flex: 100%;
    }
}
@media (max-width: 800px) {
    .gallery .image{
      width: calc(100% / 2);
      height: 100%;
    }
  }  
@media (max-width: 690px) {
    .max-width{
        padding: 0 23px;
    }

    .home .home-content .text-2{
        font-size: 35px;
    }
    .home .home-content .text-3{
        font-size: 32px;
    }
    .home .home-content a{
        font-size: 20px;
    }
    .Soft #title::after,
    .teams #title::after{
        font-size: 12px;
    }
    .showinfo .title::after,
    .teams .title::after{
        font-size: 14px;
    }
    .Post .title::after,
    .teams .title::after{
        font-size: 12px;
    }
}
@media screen and (max-width:690px)
 {

  .social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    background-color: #0d0d0d;
    transition: all 265ms ease-out;
   }
}
@media (max-width: 500px) {

    .home .home-content .text-2{
        font-size: 25px;
    }
    .home .home-content .text-3{
        font-size: 27px;
    }
    .info .info-content .text{
        font-size: 19px;
    }
    .contact .right form .fields{
        flex-direction: column;
    }
    .contact .right form .name,
    .contact .right form .email{
        margin: 0;
    }
    .right form .error-box{
       width: 150px;
    }
    .scroll-up-btn{
        right: 15px;
        bottom: 15px;
        height: 38px;
        width: 35px;
        font-size: 23px;
        line-height: 38px;
    }
} 
@media (max-width: 460px) {
    .gallery .image{
      width: calc(100% / 1);
    }
    .gallery .image img{
        height: 500px;
    }
    .Home-Type{
        pointer-events: none;
    }
    .Skill-Type{
        pointer-events: none;
    }
    .ContactTooltip{
        pointer-events: none;
    }
}   