*
{   
    padding: 0;
    box-sizing: border-box;
}

body
{
    margin: 10px 80px;
    background-color: #111111;
    overflow-x: hidden;
}

header
{
    height: 100vh;
    position: relative;
}

h3
{
    color: white;
    font-size: 32px;
    font-family: "Inter", serif;
    text-align: center;
    margin-bottom: 40px;
}

p, h1, h2, h4, h5, a
{
    color: white;
    font-family: "Inter", serif;
}

.des-dev .mobile-plus p
{
    display: none;
}

.top-nav
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo p
{
    font-size: 32px;
    font-family: "Megrim", serif;
}

.logo a
{
    text-decoration: none;
}

.nav-menu a
{
    text-decoration: none;
    font-size: 20px;
    margin-right: 40px;
    color: white;
    font-family: "Inter", serif;
    background: 
      linear-gradient(#e533eb, #F45C43, #ff42d0) 
      bottom /var(--d, 0) 3px
      no-repeat;
    transition:0.5s;
}

.nav-menu a:last-child
{
    margin-right: 0;
}

.nav-menu a:hover
{
    --d: 100%;
}

.menu-button
{
    display: none;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -2;
  }
  
.slider-wrapper {
    display: flex;
    animation: scroll 15s linear infinite;
    will-change: transform;
}
  
.slider-wrapper img {
    width: 16.66%; /* 100% / 6 */
    flex-shrink: 0;
    object-fit: cover;
    opacity: 30%;
    width: 400px;
    border-radius: 16px;
    margin-right: 24px;
  }
  

@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
}

.btn
{
    background: 
    linear-gradient(#111111 0 0) padding-box,
    linear-gradient(to right, #9c20aa, #fb3570) border-box;
    border: 5px solid transparent;
    border-radius: 500px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.contact-me a
{
    transition: transform 2s;
    margin: 0;
}

.contact-me:hover
{
    background: linear-gradient(90deg, #e533eb, #F45C43, #ff42d0);
    background-size: 400% 400%;
    animation: gradientAnimation 6s ease infinite;
    transition: transform 2s;
}

@keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
   
.middle-content
{
    /* height: 550px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    margin-right: 0;
}

.mobile-short-intro
{
    display: none;
}

.short-intro h1
{
    font-size: 48px;
    text-align: center;
    margin-bottom: 0;
}

.btn a
{
    padding: 12px 24px;
    display: inline-block;
    color: white;
    text-decoration: none;
}

.short-intro p
{
    font-size: 32px;
    text-align: center;
    font-family: "Kalam", serif;
    margin-top: 16px;
}

.short-intro span
{
    position: relative;
    margin: 0;
}

.short-intro img
{
    position: absolute;
    z-index: -1;
    width: 400px;
    left: -32px;
    top: -15px;
}

.proff-details
{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.uiux p
{
    text-align: center;
    font-size: 72px;
    font-weight: bolder;
    margin: 0;
}

.des-dev
{
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    display: flex;
    justify-content: center;
}

.des-dev p
{
    display: flex;
    flex-direction: column;
}

.resume
{
    margin-top: 56px;
}

.resume a
{
    background: 
    linear-gradient(#111111 0 0) padding-box,
    linear-gradient(to right, #9c20aa, #fb3570) border-box;
    border: 5px solid transparent;
    border-radius: 500px;
    display: inline-block;
    padding: 12px 24px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.9s ease-in;
    text-decoration: none;
    font-size: 16px;
}

.designerdes
{
    background: linear-gradient(#9c20aa, #fb3570);
    background-clip: text;
    color: transparent;
    margin: 0;
    font-size: 48px;
}

.developmentdes
{
    background-image: url(assets/code-bg.jpg);
    
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-repeat: no-repeat;
    margin: 0;
    font-size: 48px;
}

.plus
{
    font-size: 48px;
}

.resume
{
    display: flex;
    justify-content: center;
}

.resume a:hover
{
    background: linear-gradient(90deg, #e533eb, #F45C43, #ff42d0);
    background-size: 400% 400%;
    animation: gradientAnimation 6s ease infinite;
}

.about-me
{
    margin-top: 80px;
}

.about-me
{
    display: flex;
}

.about-me-content p
{
    line-height: 40px;
    font-size: 20px;
}

.about-me-heading
{
    margin-left: 80px;
}

.about-me-heading h3
{
    font-size: 32px;
}

.border-p p
{
    border: 3px solid white;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 500px;
    margin-right: 16px;
}

.skills h3
{
    font-size: 32px;
}

.design-archive h3
{
    text-align: center;
    font-size: 32px;
}

.design-archive p
{
    margin-top: -20px;
    font-size: 20px;
    line-height: 32px;
}

.design-archive-1 img
{
    width: 550px;
    height: 360px;
    object-fit: cover;
    border-radius: 24px 24px 24px 0;
}

.design-archive-2 img
{
    width: 550px;
    height: 360px;
    object-fit: cover;
    border-radius: 24px 24px 24px 0;
}

.design-archive h4
{
    font-size: 24px;
}

.design-archive
{
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}

.port-content h4
{
    margin-top: -4px;
}
.port-content p
{
    font-size: 18px;
    margin-top: -28px;
    opacity: 0.8;
}

.design-archive-1
{
    line-height: 40px;
}

.border-p p
{
    opacity: 0.8;
}

.view-btn
{
    background: 
    linear-gradient(#111111 0 0) padding-box,
    linear-gradient(to right, #9c20aa, #fb3570) border-box;
    border: 5px solid transparent;
    border-radius: 500px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    padding: 16px 32px;
    color: white;
    font-family: "Inter", serif;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    margin-top: 32px;
}

.view-btn:hover
{
    background: linear-gradient(90deg, #e533eb, #F45C43, #ff42d0);
    background-size: 400% 400%;
    animation: gradientAnimation 6s ease infinite;
    transition: transform 2s;
}

.design-archive-2
{
    line-height: 48px
}

.port-content
{
    width: 500px;
}

.handshake-img 
{
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.handshake-cont h3
{
    text-align: start;
    font-size: 40px;
    font-family: "Inter", serif;
}

.handshake-cont a
{
    text-decoration: none;
    font-size: 32px;
    font-family: "Inter", serif;
    color: white;
}

.handshake-cont
{
    margin-left: 120px;
}

/* single portfolio page  */

.heading-content h2
{
    font-size: 32px;
}

.heading-content p
{
    font-size: 20px;
    line-height: 40px;
}

.project-image img
{
    width: 1400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
}

.f-left-right
{
    display: flex;
    justify-content: space-between;
}

.f-nav-menu a
{
    display: flex;
    flex-direction: row;
    line-height: 80px;
}

.f-nav-menu .contact-me a
{
    display: inline;
    padding: 0px 24px;
}

.portfolio-icons
{
    display: flex;
}

.portfolio-icons img
{
    width: 54px;
    margin-right: 32px;
}

/* view design page  */
.des-heading-para
{
    margin-bottom: 80px;
}

.des-heading-para p
{
    font-size: 20px;
    line-height: 40px;
}

.scroll-animation
{
    display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
}

.scroll-circle {
	position: relative;
	width: var(--d-outer);
	height: var(--d-outer);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scroll-logo {
	position: absolute;
	width: var(--d-inner);
	height: var(--d-inner);
	background: url(https://avatars.githubusercontent.com/u/58844494?v=4);
	background-size: cover;
	border-radius: 50%;
	filter: contrast(1.5);
}
.scroll-text {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: rotateText 10s linear infinite;
}
@keyframes rotateText {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.scroll-text p span {
	position: absolute;
	left: 50%;
	font-size: 1.2em;
	transform-origin: 0 var(--radius);
}




/* media queries  */
@media screen and (max-width: 480px)
{

    body
    {
        margin: 32px 24px;
        overflow-x: hidden;
    }

    h3
{
    font-size: 24px;
    margin-bottom: 16px;
}

.nav-menu
{
    display: none;
}

.logo p
{
    font-size: 24px;
    font-family: "Megrim", serif;
}

.btn
{
    background: 
    linear-gradient(#111111 0 0) padding-box,
    linear-gradient(to right, #9c20aa, #fb3570) border-box;
    border: 3px solid transparent;
    border-radius: 500px;
}

.btn a
{
    padding: 8px 12px;
}

.contact-me a
{
    font-size: 12px;
}

.short-intro p
{
    font-size: 24px;
    text-align: center;
    font-family: "Kalam", serif;
    margin-top: 16px;
}

.short-intro h1
{
    font-size: 32px;
    text-align: center;
    margin-bottom: 0;
}

.uiux p
{
    font-size: 40px;
}

.des-dev
{
    text-align: center;
    display: flex;
    justify-content: center;
}

.des-dev p
{
    display: flex;
    flex-direction: column;
}

.resume
{
    margin-top: 24px;
}

.resume a
{
    border: 3px solid transparent;
    padding: 8px 16px;
    font-size: 12px;
}

.designerdes
{
    background: linear-gradient(#9c20aa, #fb3570);
    background-clip: text;
    color: transparent;
    margin: 0;
    font-size: 24px;
}

.developmentdes
{
    background-image: url(assets/code-bg.jpg);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-repeat: no-repeat;
    margin: 0;
    font-size: 24px;
}

.plus
{
    font-size: 24px;
}

.proff-details
{
    margin-top: 104px;
}

.about-me
{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-me-content p
{
    font-size: 14px;
}

.about-me img
{
    width: 200px;
}

.about-me-heading h3
{
    font-size: 20px;
    margin-bottom: 16px;
}

.about-me-heading
{
    margin: 0;
}

.border-p p
{
    border: 1px solid white;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 500px;
    margin-right: 16px;
}

.skills h3
{
    font-size: 24px;
}

.skills p
{
    margin: 8px 4px;
}

.btn
{
    border: 3px solid transparent;
}

.design-archive p
{
    margin-top: -20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.design-archive-1
{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.design-archive-1 img
{
    width: 100%;
    height: 280px;
    border-radius: 16px 16px 16px 0;
    align-items: center;
    display: flex;
}

.design-archive-2 img
{
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 24px 24px 24px 0;
}

.design-archive h4
{
    font-size: 20px;
    margin-bottom: 16px;
}

.design-archive
{
    margin: 24px 0;
    display: flex;
    flex-direction: column;
}

.border-p p
{
    border: 1px solid white;
    padding: 8px 16px;
    margin-right: 8px;
    
}

.short-intro img
{
    display: none;
}

.port-content
{
    width: 100%;
}

.view-btn
{
    font-size: 12px;
    padding: 8px 16px;
    margin: 0;
}

.handshake-img
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.handshake-img img
{
    position: relative;
    width: 420px;
    opacity: 60%;
}

.handshake-cont
{
    position: absolute;
    margin: 0;
    text-align: center;
    line-height: 4px;
}

.handshake-cont h3
{
    text-align: center;
    font-size: 32px;
    margin-bottom: 56px;
}

.handshake-cont a
{
    font-size: 18px;
}

.project-image img
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
}

.heading-content h2
{
    font-size: 24px;
    margin: 0 0 8px;
}

.heading-content p
{
    font-size: 14px;
    line-height: 32px;
    margin: 0 0 32px;
}

header
{
    height: 100%;
    position: relative;
}

.slider-wrapper img {
    width: 280px;
    border-radius: 16px;
    margin-right: 24px;
  }

  .short-intro
  {
    display: none;
  }

  .mobile-short-intro
  {
    display: inline-block;
    justify-content: center;
    align-items: center;
  }

  .mobile-short-intro h1
  {
    text-align: center;
    margin: auto;
  }

  .mobile-short-intro span
{
    /* position: relative; */
    margin: 0;
}

.mobile-short-intro p
{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.mobile-short-intro p span img
{
    position: absolute;
    z-index: -1;
    width: 220px;
    margin-top: -10px;
    margin-left: -16px;
}

.portfolio-icons img
{
    width: 32px;
    margin-right: 32px;
}

.other-portfolios h3
{
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.other-portfolios
{
    align-items: center;
    justify-content: center;
}

}