/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');


:root {
    --Tekst-color: #555555; 
}


body {
    /* background-image: url("img/circle-scatter-haikei1.svg"); */
    /* width: 100%;
    height: 4600px; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: cover; */
    /* background-color: beige; */
    /* position: fixed; */
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* font-family: 'Work Sans', sans-serif; */
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: var(--Tekst-color);

}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: #fcfef4;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.flexDisp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flexDispRow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.HelloHeader {
    width: 100%;
    height: 400px;
    /* border: 2px solid peru; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* margin-top: 30px; */
    z-index: 1;
}

.headU {
    width: 90%;
    height: 100%;
    /* border: 2px solid peru; */
    background-image: url("img/mainblob/ssshape9s.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left;
    align-self: flex-start;
    margin-top: 30px;
    z-index: 0;
    transform: rotate(3deg);
}


.hellotext {
    align-self: flex-start;
    margin-left: 10%;
    margin-bottom: 70px;
    /* border: 2px solid peru; */
    text-align: left;
    padding-right: 8%;
    transform: rotate(-3deg);
    line-height: 1;
}


.hellotext h2 {
    font-size: 270%;
    color: #555555;
}

.hellotext p {
    margin-top: -10px;
    font-size: 20px;
    color: #555555;
    letter-spacing: 10px;
}

@media screen and (max-width: 1020px) {
    .hellotext {
        margin-left: 12%;
        margin-bottom: 30px;
    }
  }

@media screen and (max-width: 640px) {
    .hellotext h2 {
        font-size: 220%;
    }

    .hellotext p{
        margin-top: -20px;
    }

  }

  @media screen and (max-width: 490px) {
    .hellotext h2 {
        font-size: 200%;
    }
    .hellotext p{
        font-size: 14px;
        letter-spacing: 8px;
    }
    .hellotext {
        margin-left: 13%;
        margin-bottom: 30px;
    }


  }

  @media screen and (max-width: 312px) {
    .hellotext h2 {
        font-size: 180%;
    }

    .hellotext p {
        font-size: 15px;
    }

    .hellotext {
        margin-left: 10%;
        margin-bottom: 30px;
    }

  }


.startclass{
    width: 100%;
    height: auto;
    /* border: 2px solid peru; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0 0;
}


.w3-animate-left {
    position: relative;
    animation: animateleft 1.1s ease-out;
}

@keyframes animateleft
{
    from {left:-3900px;} 
    to{left:0;}
}

.w3-animate-right{
    position:relative;
    animation:animateright 0.4s
}
.w3-animate-right-delay{
    position:relative;
    animation:animateright 1.9s ease-out;
}
@keyframes animateright
{
    from {right:-3500px;opacity:0} 
    to{right:0;opacity:1}
}

@media screen and (max-width: 2600px) {
    @keyframes animateright
    {
        from {right:-2900px;opacity:0} 
        to{right:0;opacity:1}
    }
        
    @keyframes animateleft
    {
        from {left:-2400px;} 
        to{left:0;}
    }
}

@media screen and (max-width: 1800px) {
    @keyframes animateright
    {
        from {right:-1800px;opacity:0} 
        to{right:0;opacity:1}
    }
        
    @keyframes animateleft
    {
        from {left:-1400px;} 
        to{left:0;}
    }
}

@media screen and (max-width: 600px) {
    @keyframes animateright
    {
        from {right:-700px;opacity:0} 
        to{right:0;opacity:1}
    }
    
    @keyframes animateleft
    {
        from {left:-700px;} 
        to{left:0;}
    }
}


@media screen and (max-width: 400px) {
    @keyframes animateright
    {
        from {right:-500px;opacity:0} 
        to{right:0;opacity:1}
    }
    
    @keyframes animateleft
    {
        from {left:-500px;} 
        to{left:0;}
    }
}



.instartTitle {
    /* border: 2px solid peru; */
    position: relative;
    width: 90%;
    left: -800px;
    margin-top: -40px;
    margin-bottom: -20px;
}
.instartTitle h3 {
    font-size: 40px;
    letter-spacing: 10px;
}

.instartdown{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    height: 100%;
    /* border: 2px solid peru; */
}

.SibUnder {
    /* border: 2px solid peru; */
    height: 100%;
    z-index: 1;
    position: relative;
}

#SibUnder {
    flex-direction: column;
    line-height: 2.1em;
    width: 60%;
    /* border: 2px solid peru; */
}

#SibUnderH3{
    position: relative;
    left: -1600px;
    letter-spacing: 6px;
    width: 70%;
    font-size: 25px;
    margin: 80px 0 0 0;
    text-align: center;
    /* border: 2px solid peru; */
}

.beterweb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    /* border: 2px solid peru; */
}

.LeftIcons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 20px; */
    margin: 0 50px 20px 0;
    text-align: center;
    position: relative;
    left: -1800px;
    /* border: 2px solid peru; */
}

.LeftIcons p {
    margin: 10px;
    /* border: 2px solid peru; */
}

.lesticon {
    width: 60px;
    /* border: 2px solid peru; */
}


.leftinstartdown {
    width: 40%;
    right: -1200px;
}

.mon {
    position: absolute;
}

.transIcons{
    opacity: 0.6;
    transition: 0.6s ease all;
    filter: invert(50%) sepia(51%) saturate(551%) hue-rotate(325deg) brightness(101%) contrast(86%);
}

.transIcons:hover {
    opacity: 1;
}

.gdicon {
    /* transform: perspective(800px) rotateY(27deg) scale(0.9) rotateX(8deg); */
    width: 264px;
    height: auto;
    /* border: 2px solid peru; */
    /* box-shadow: rgba(0, 0, 0, 0.25) -25px 25px 70px -18px; */
    animation: float 3s infinite ease-in-out;
    position: relative;
    left: 300px;
    opacity: 0.4;
    z-index: 1;
}


.anicon {
    /* transform: perspective(800px) rotateY(30deg) scale(0.9) rotateX(8deg); */
    width: 94px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) -25px 25px 30px -18px;
    animation-name: float;
    animation-delay: 0.5s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; 
    position: relative;
    top: 50px;
    left: 230px;
    z-index: 5;
    opacity: 0.7;
}

.picicon {
    /* transform: perspective(800px) rotateY(34deg) scale(0.9) rotateX(9deg); */
    width: 84px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) -15px 15px 30px -8px;
    /* border: 2px solid rgb(255, 151, 151); */
    animation: float2 3s 0.2s infinite ease-in-out;
    position: relative;
    top: -50px;
    left: 180px;
    opacity: 0.7;
    border-radius: 10px;
}

.smicon {
    /* transform: perspective(800px) rotateY(32deg) scale(0.9) rotateX(9deg); */
    width: 84px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) -25px 25px 30px -22px;
    /* border: 2px solid peru; */
    animation: float 3s 0.7s infinite ease-in-out;
    position: relative;
    top: 80px;
    left: -190px;
    border-radius: 15px;
    opacity: 0.6;
    z-index: 3;

}


.chicon {
    /* transform: perspective(800px) rotateY(32deg) scale(0.9) rotateX(9deg); */
    width: 64px;
    height: auto;
    /* border: 2px solid peru; */
    animation: float 3s 0.7s infinite ease-in-out;
    position: relative;
    top: -130px;
    left: -60px;
    opacity: 0.8;
}

.bcicon {
    /* transform: perspective(800px) rotateY(32deg) scale(0.9) rotateX(9deg); */
    width: 50px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) -25px 25px 30px -22px;
    /* border: 2px solid peru; */
    animation: float 3s 0.3s infinite ease-in-out;
    position: relative;
    top: 2px;
    left: -140px;
    z-index: 2;
    opacity: 0.7;
    border-radius: 4px;
}

.scicon {
    /* transform: perspective(800px) rotateY(32deg) scale(0.9) rotateX(9deg); */
    width: 110px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) -25px 25px 30px -22px;
    /* border: 2px solid peru; */
    animation: float3 3s 0.2s infinite ease-in-out;
    position: relative;
    top: -26px;
    left: -375px;
    z-index: 5;
    opacity: 0.7;
    border-radius: 8px;
}

.busicon{ 
    /* transform: perspective(800px) rotateY(32deg) scale(0.9) rotateX(9deg); */
    width: 70px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) -25px 25px 30px -22px;
    /* border: 2px solid peru; */
    animation: float2 3s 0.4s infinite ease-in-out;
    position: relative;
    top: -50px;
    left: -390px;
    z-index: 3;
    opacity: 0.7;
    border-radius: 4px;

}

.woicon {
    /* transform: perspective(800px) rotateY(32deg) scale(0.9) rotateX(9deg); */
    width: 74px;
    height: auto;
    /* border: 2px solid peru; */
    box-shadow: rgba(0, 0, 0, 0.25) -25px 25px 30px -22px;
    animation: float 3s 0.3s infinite ease-in-out;
    position: relative;
    top: -50px;
    left: -420px;
    border-radius: 50%;
    z-index: 3;

}

@keyframes float {
    0% { transform: perspective(800px) rotateY(35deg) scale(0.9) rotateX(8deg) translateY(-10px)}
    50% { transform: perspective(800px) rotateY(35deg) scale(0.9) rotateX(8deg) translateY( 0px)}
    100% { transform: perspective(800px) rotateY(35deg) scale(0.9) rotateX(8deg) translateY(-10px)}    
}

@keyframes float1 {
    0% { transform: perspective(800px) rotateY(35deg) scale(0.9) rotateX(8deg) translateY(-10px) rotateZ(1.5deg)}
    50% { transform: perspective(800px) rotateY(35deg) scale(0.9) rotateX(8deg) translateY( 0px) rotateZ(1.5deg)}
    100% { transform: perspective(800px) rotateY(35deg) scale(0.9) rotateX(8deg) translateY(-10px) rotateZ(1.5deg)}    
}

@keyframes float2 {
    0% { transform: perspective(800px) rotateY(40deg) scale(0.9) rotateX(8deg) translateY(-10px) rotateZ(2deg)}
    50% { transform: perspective(800px) rotateY(40deg) scale(0.9) rotateX(8deg) translateY( 0px) rotateZ(2deg)}
    100% { transform: perspective(800px) rotateY(40deg) scale(0.9) rotateX(8deg) translateY(-10px) rotateZ(2deg)}    
}

@keyframes float3 {
    0% { transform: perspective(800px) rotateY(35deg) scale(0.9) rotateX(8deg) translateY(-10px) rotateZ(1deg)}
    50% { transform: perspective(800px) rotateY(35deg) scale(0.9) rotateX(8deg) translateY( 0px) rotateZ(1deg)}
    100% { transform: perspective(800px) rotateY(35deg) scale(0.9) rotateX(8deg) translateY(-10px) rotateZ(1deg)}    
}

@media screen and (max-width: 1700px) {
    .leftinstartdown{
        margin-right: -45px;
    }
}


@media screen and (max-width: 1000px) {
    .HelloHeader {
        margin-top: -30px;
    }
    
    .instartdown{
        flex-direction: column;
    }
    .leftinstartdown {
        width: 100%;
        margin-top: 50px;
    }
    #SibUnder{
        width: 100%;
        /* border: 2px solid peru; */
    }
    .startclass{
        margin: 0px;
    }
    .beterweb {
        width: 100%;
        margin: 10px 0 0 0;
        /* border: 2px solid peru; */
    }
    .LeftIcons p {
        margin: 10px;
        /* border: 2px solid peru; */
    }
    .LeftIcons {
        margin: 0;
    }
    .instartTitle {
        margin-bottom: 0px;
    }
    
  }

  @media screen and (max-width: 600px) {
    #SibUnderH3{
        margin: 50px 0 10px 0;
        letter-spacing: 3px;
        font-size: 25px;
        line-height: 40px;
    }
    .instartTitle {
        margin-bottom: -10px;
    }
    .instartTitle h3 {
        font-size: 35px;
        letter-spacing: 10px;
    }    
    .LeftIcons p {
        margin: 0;
        line-height: 30px;
    }
    .beterweb {
        flex-direction: column;
        /* border: 2px solid peru; */
    }

    .LeftIcons {
        margin-top: 30px;
    }

    .lesticon {
        margin-bottom: 10px;
    }
    
    .leftinstartdown {
        margin: 100px 0 0 -40px;
    }

    .SibUnder h3 {
        margin-top: 30px;
    }
    .gdicon {
        width: 264px;
        /* border: 2px solid peru; */
        left: 300px;
        opacity: 0.3;
    }
    
    .anicon {
        width: 94px;
        animation-name: float;
        animation-delay: 0.5s;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out; 
        top: 50px;
        left: 230px;
    }
    
    .picicon {
        width: 84px;
        /* border: 2px solid rgb(255, 151, 151); */
        animation: float2 3s 0.2s infinite ease-in-out;
        top: -140px;
        left: -60px;
        opacity: 0.6;
    }
    
    .smicon {
        width: 64px;
        /* border: 2px solid peru; */
        animation: float 3s 0.7s infinite ease-in-out;
        top: 80px;
        left: -140px;
        opacity: 0.8;
    }
    
    
    .chicon {
        width: 64px;
        /* border: 2px solid peru; */
        animation: float 3s 0.7s infinite ease-in-out;
        top: -120px;
        left: -60px;
    }
    
    .bcicon {
        width: 40px;
        /* border: 2px solid peru; */
        animation: float2 3s 0.3s infinite ease-in-out;
        top: -50px;
        left: -110px;
    }
    
    .scicon {
        width: 110px;
        /* border: 2px solid peru; */
        animation: float3 3s 0.2s infinite ease-in-out;
        top: -26px;
        left: -325px;
    }
    
    .busicon{ 
        width: 70px;
        /* border: 2px solid peru; */
        animation: float 3s 0.4s infinite ease-in-out;
        top: 0px;
        left: -330px;
    }
    
    .woicon {
        width: 44px;
        /* border: 2px solid peru; */
        animation: float 3s 0.7s infinite ease-in-out;
        top: -50px;
        left: -190px;
        opacity: 0.8;
    }
  }



.aboutClass {
    /* border: 2px solid peru; */
    margin: 70px 0 0 0;
    width: 100%;
}

#BuidiH3 {
    /* border: 2px solid peru; */
    display: block;
    position: relative;
    right: -1980px;
    width: 90%;
    display: flex;
    justify-content: flex-end;
}

#BuidiH3 h3{
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 8px;
    width: 80%;
    /* border: 2px solid peru; */
    text-align: right;
    align-self: center; 
}

#BuidiH3 b {
    font-weight: 900;
}

.inAboutclass {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* border: 2px solid peru; */
}

.photoClass  {
    width: 40%;
    /* border: 2px solid peru; */
}

.photoClass img {
    width: 300px;
    height: auto;
    /* border-radius: 50%; */
}

.descripClass {
    width: 60%;
}

.aboutIcons {
    /* border: 2px solid peru; */
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
}

.inAbIco {
    /* border: 2px solid peru;  */
    margin: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.3em;
    opacity: 0.9;
    transition: 0.2s ease-in-out all;
    position: relative;
    right: -1800px;
}

.inAbIco:hover {
    transform: scale(1.02);
    opacity: 1;
}

.iconsInAbout {
    width: 70px;
    height: auto;
}

.photoClass {
    position: relative;
    left: -1500px;
}

.photoClass img {
    --g: 4px;     /* the gap */
    --b: 12px;    /* border thickness*/
    --c: #e0775c; /* the color */
    
    
    padding: calc(var(--g) + var(--b));
    --_c: #ffffff00 0 25%, var(--c) 0 50%;
    --_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
    --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
    background:
      var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%),
      var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
    background-size: 200% var(--b),var(--b) 200%;
    cursor: pointer;
    filter: grayscale(50%);
    transition: .3s;
  }
.photoClass img:hover {
    --_p: 75%;
    filter: grayscale(20%);
}

/* @media screen and (max-width: 1500px) {
    .iconsInAbout {
        width: 30%;
    }
} */

@media screen and (max-width: 1400px) {
    /* .inAbIco{
        font-size: 15px;
    } */
    .iconsInAbout {
        width: 60px;
    }
    .photoClass img {
        width: 250px;
        /* border-radius: 50%; */
    }
}

@media screen and (max-width: 1100px) {
    .aboutIcons {
        /* border: 2px solid peru; */
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 25% 25% 25% 25%;
    }
    .inAbIco {
        /* border: 2px solid peru;  */
        margin: 30px;
    }
    #BuidiH3 h3{
        font-size: 35px;
    }
}


@media screen and (max-width: 1000px) {
    #BuidiH3 h3{
        font-size: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    #BuidiH3 h3{
        font-size: 25px;
        letter-spacing: 8px;
    }
    .aboutIcons {
        /* border: 2px solid peru; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .inAboutclass {
        flex-direction:column-reverse;
        /* border: 2px solid peru; */
    }
    .inAbIco {
        /* border: 2px solid peru;  */
        margin: 30px 0 30px 0;
        text-align: center;
        align-items: center;
        line-height: 1.3em;
        width: 90%;
    }
    .photoClass  {
        width: 90%;
    }    
    .descripClass {
        width: 90%;
    }
}



.techClass {
    width: 100%;
    /* border: 2px solid peru; */
}

#techH3 {
/* border: 2px solid peru; */
    display: block;
    position: relative;
    left: -1800px;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}

#techH3 h3{
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 8px;
    width: 80%;
    /* border: 2px solid peru; */
    text-align: left;
    align-self: center; 
}

.inTechClass {
    /* border: 2px solid peru; */
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 70px 0 30px 0;
}

.imgtechSize {
    position: relative;
    right: -2400px;
}

.imgtechSize p {
    font-weight: bold;
}

.imgtechSize img {
    width: 90px;
    height: auto;
    transform: perspective(1500px) rotateY(20deg) scale(0.99);
    /* border-radius: 1rem; */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
    transition: transform 0.23s ease-in-out 0s;
}

.imgtechSize img:hover {
    transform: perspective(3000px) rotateY(5deg) scale(1.02);

  }

@media screen and (max-width: 1250px) {
    
    .inTechClass {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 50% 50%;
    }
    .imgtechSize {
        margin: 50px 30px 30px 0;
    }
    .inTechClass {
        margin: 20px 0 30px 0;
    }

}

@media screen and (max-width: 900px) {
    .imgtechSize img{
        width: 70px;
    }

    #techH3 h3{
        font-size: 25px;
        letter-spacing: 8px;
    }
}

@media screen and (max-width: 600px) {
    #BuidiH3 h3{
        font-size: 25px;
        letter-spacing: 7px;
    }
    #techH3 h3{
        font-size: 25px;
        letter-spacing: 7px;
    }
    .inTechClass {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 33% 33% 33%;
    }
    .imgtechSize {
        margin: 10px 30px 30px 30px;
    }
}

@media screen and (max-width: 350px) {
    .inTechClass {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    }
    .imgtechSize {
        margin: 30px 0 30px 0;
    }

    .inTechClass {
        margin: 30px 0 30px 0;
    }
}


.portfolio {
    /* border: 2px solid peru; */
}

#portH3 {
    /* border: 2px solid peru; */
    display: block;
    position: relative;
    right: -1200px;
    width: 90%;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
    
#portH3 h3{
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 8px;
    width: 80%;
    /* border: 2px solid peru; */
    text-align: right;
    align-self: center; 
}

.webBigClass {
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    /* border: 2px solid peru; */
    margin-bottom: 70px;
}


.webClassPort {
    /* border: 2px solid peru; */
    max-width: 400px;
    max-height: 400px;
    padding: 1.5rem;
    margin: 40px 20px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.25) -25px 25px 30px -18px;
    border-radius: 20px;
    transition: 0.3s ease all;
    /* border: 2px solid peru; */
    position: relative;
    right: -2500px;

}

.webClassPort:hover {
    transform: scale(1.02);
}

.webClassPort:hover .ainWebPor img {
    transform:
      perspective(800px)
      rotateY(-15deg)
      translateY(-20px)
      rotateX(10deg)
      scale(1);
    filter: blur(0);
    opacity: 1;
}

#web1 {
    margin-top: 0px;
}

#web2 {
    margin-top: 100px;
}

#web3 {
    margin-top: 200px;
}

#web4 {
    margin-top: 0px;
}

#web5 {
    margin-top: 100px;
}

#web6 {
    margin-top: 200px;
}


.ainWebPor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /* border: 2px solid peru; */
    text-decoration: none;
    color: var(--Tekst-color);
    padding: 10px 20px;
}

.inAclass{ 
    /* border: 2px solid peru; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.inAclass img {
    border-radius: 10px;
}


.ainWebPor img {
    max-width: 400px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) -25px 25px 30px -18px;
    transform:
        perspective(800px)
        rotateY(20deg) scale(0.9)
        rotateX(5deg);
    filter: blur(1px);
    opacity: 0.9;
    transition: 0.4s ease all;
}


.ainWebPor h3 {
    margin-top: 20px;
    transition: 0.3s ease all;
    /* border: 2px solid peru; */
    width: auto;
}
.ainWebPor p {
    transition: 0.3s ease all;
    /* border: 2px solid peru; */

}

.ainWebPor h3:hover {
    color: #2b2b2b;
    transform: scale(1.05);
}
.ainWebPor p:hover {
    color: #2b2b2b;
    transform: scale(1.05);
}

@media screen and (max-width: 1583px) {
    #web3 {
        margin-top: 50px;
    }
    
    #web4 {
        margin-top: 150px;
    }
    
    #web5 {
        margin-top: 50px;
    }
    
    #web6 {
        margin-top: 150px;
    }
}

@media screen and (max-width: 1250px) {
    .webClassPort {
        /* border: 2px solid  peru; */
        max-width: 350px;
        max-height: 350px;
    }

    .ainWebPor img {
        max-width: 350px;
    }
}

@media screen and (max-width: 800px) {
    .ainWebPor img {
        animation: float4 3s infinite ease-in-out;
        opacity: 1;
        filter: blur(0px);
    }

    .webBigClass {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .webClassPort {
        margin: 0;
    }

    #web1 {
        margin-top: 70px;
        /* border: 2px solid peru; */
    }
    
    #web2 {
        margin-top: 70px;
        /* border: 2px solid peru; */
    }
    
    #web3 {
        margin-top: 70px;
        /* border: 2px solid peru; */
    }
    
    #web4 {
        margin-top: 70px;
        /* border: 2px solid peru; */
    }
    
    #web5 {
        margin-top: 70px;
        /* border: 2px solid peru; */
    }
    
    #web6 {
        margin-top: 70px;
        /* border: 2px solid peru; */
    }

}


@keyframes float4 {
    0% { transform: perspective(800px) rotateY(15deg) scale(0.98) rotateX(8deg) translateY(-10px) rotateZ(1deg)}
    50% { transform: perspective(800px) rotateY(10deg) scale(0.99) rotateX(8deg) translateY( 0px) rotateZ(1deg)}
    100% { transform: perspective(800px) rotateY(15deg) scale(0.98) rotateX(8deg) translateY(-10px) rotateZ(1deg)}    
}


@media screen and (max-width: 800px) {
    .webClassPort {
        /* border: 2px solid  peru; */
        max-width: 250px;
        max-height: 350px;
    }

    .ainWebPor img {
        max-width: 250px;
    }

    #web1 {
        margin-top: 0px;
        /* border: 2px solid peru; */
    }


}

/* /////////////////////////////////// Contact form //////////////////////////////////////////// */

.container {
    width: 100%;
    height: auto;
    /* background: #001660; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border: 2px solid peru; */
}

.container h3{
    color: #555;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 0px;
    /* margin-left: 10%; */
    /* margin-left: 150px; */
    letter-spacing: 10px;
    width: 90%;
    /* border: 2px solid peru; */
    position: relative;
    left: -800px;
}


.contactContainer {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* border: solid 2px peru; */

}

.contactPics {
    width: 50%;
    max-height: 500px;
    height: 90%;
    /* border: solid 2px peru; */
    /* margin-left: 10%; */
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    left: -1300px;
}

.contactPics p {
    color: #555;
    font-weight: 800;
    font-size: 20px;
    width: 70%;
    margin-bottom: 100px;
    line-height: 1.9rem;
    letter-spacing: 2px;
}

.icons {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid peru; */
    height: auto;
}

.icons img {
    margin: 0 5px 0 5px;
}

.linkedin_icon {
    width: 60px;
    height: 5%;
    transition: 0.2s;
    /* border: 2px solid peru; */
    filter: invert(50%) sepia(51%) saturate(551%) hue-rotate(325deg) brightness(101%) contrast(86%);



}

.linkedin_icon:hover {
    transform: scale(1.2);
    filter: invert(27%) brightness(1000%) contrast(100%);
}

.facebok_icon {
    width: 64px;
    height: auto;
    transition: 0.2s;
    /* border: 2px solid peru; */
    filter: invert(50%) sepia(51%) saturate(551%) hue-rotate(325deg) brightness(101%) contrast(86%);



}

.facebok_icon:hover {
    transform: scale(1.2);
    filter: invert(27%) brightness(1000%) contrast(100%);
}

.github_icon {
    width: 64px;
    height: auto;
    transition: 0.2s;
    /* border: 2px solid peru; */
    filter: invert(50%) sepia(51%) saturate(551%) hue-rotate(325deg) brightness(101%) contrast(86%);


}

.github_icon:hover {
    transform: scale(1.2);
    filter: invert(27%) brightness(1000%) contrast(100%);
}



form {
    /* border: solid 2px peru; */
    /* background: #fff; */
    display: flex;
    flex-direction: column;
    padding: 2vw 4vw;
    width: 50%;
    max-width: 600px;
    border-radius: 10px;
    z-index: 10;
    margin: 20px 0 20px 0;
    position: relative;
    right: -1500px;
}



form input, form textarea {
    border: 0;
    margin:  10px 0;
    padding: 20px;
    outline:  none;
    background: #f5f5f5;
    font-size: 16px;
    border-radius: 10px;
    letter-spacing: 2px;

}

form button {
    padding: 15px;
    /* background: #ff5361; */
    background: #e0775c;
    color: #fff;
    font-size: 18px;
    border: 0;
    /* outline: none; */
    cursor: pointer;
    width: 150px;
    margin: 20px auto 0;
    border-radius: 30px;
    transition: all 0.05s ease-in;
}

form button:hover {
    opacity: 0.6;
    transform: scale(1.1);
}

form button:active {
    transform: scale(1.08) translateY(3px);
    opacity: 0.9;
}

.validInputData{
    display: none;
    font-size: 13px;
    color: #ff5361;
}

.messageSend {
    display: none;
    text-align: center;
    font-size: 20px;
    color:rgb(72, 150, 124);
}



@media screen and (max-width: 700px) {
    .contactContainer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* padding: 5px; */
    }
    .contactPics {
        /* border: solid 2px peru; */
        margin-top: 20px;
        width: 100%;
    }
    .container h3{
        margin-bottom: 10px;
        font-size: 30px;
        /* border: solid 2px peru; */
    }
    .contactPics p {
        font-size: 20px;
        width: 100%;
        margin-bottom: 60px;
    }
    
    .icons {
        margin-left: -10px;
        /* margin-bottom: 20px; */
        /* border: 2px solid peru; */
    }

    form {
        /* background: #fff; */
        width: 90%;
        margin-left: 0px;
    }

}

@media screen and (max-width: 400px) { 
  .container h3{
      letter-spacing: 5px;
      font-size: 35px;
  }
}



  /* ////////////////  END Contact form ///////////////////////// */



  /* ////////////////  NAVBAR ///////////////////////// */


.header li {
    list-style: none;
}

.header a {
    text-decoration: none;
}

.header{
    /* border-bottom: 1px solid #E2E8F0; */
    width: 100%;
    height: 30px;
    padding: 20px 10px;
    /* border: 2px solid peru; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    z-index: 99;
    opacity: 1;
    transition: 0.4s;
}

/* .headerBackground {
    background-color: #0000002f;
    box-shadow: rgba(0, 0, 0, 0.25) -25px 25px 30px -18px;
    border-radius: 0% 0% 20% 100%;
} */

.navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* padding: 1rem 1.5rem; */
    /* border: 2px solid peru; */
    width: 90%;
    height: 70px;
    margin-right: 2.5rem;
    
}

.hamburger {
    display: none;
    position: fixed;
    z-index: 120;
    /* border: 2px solid peru; */
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid peru; */
    z-index: 99;
    height: 100%;
    border-radius: 20px ;
    opacity: 1;
}

.nav-item {
    margin-left: 3rem;
    /* border: 2px solid peru; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


.nav-link{
    font-size: 1.1rem;
    font-weight: 400;
    color: #475569;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("img/ssshapenav.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    /* border: 2px solid peru; */
    letter-spacing: 4px;
    width: 130px;
    height: 70%;
    transition: 0.4s;
}

.nav-link:hover{
    color: #000000;
    animation-name: ani-float;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; 
}

@keyframes ani-float {
    0% { transform: translate(0,  0px); scale: 1; opacity: 1;}
    50% { transform: translate(0, 6px); scale: 0.98; opacity: 1;}
    100% { transform: translate(0, 0px); scale: 1; opacity: 1;}    
}



@media only screen and (max-width: 1300px) {
    .nav-link{
        font-size: 1rem;
        /* font-weight: 900; */
        letter-spacing: 4px;
        width: 120px;
        height: 60%;
    }
}


@media only screen and (max-width: 1000px) {
    .header{
        height: 60px;
        padding: 0;
    }
    .headerBackground {
        background-color: transparent;
        border-radius: 0;
        box-shadow:none;

    }
    
    .navbar {
        /* padding-right: 1rem; */
        width: 100%;
        height: 100%;
        margin-right: 0px;
    }
    
    .nav-menu {
        position: fixed;
        right: -150%;
        top: -1em;
        flex-direction: column;
        background-color: #f5f5f5;
        /* background-color: #00000098; */
        width: 100%;
        height: 100%;
        border-radius: 0% 0 0% 50%;
        text-align: center;
        transition: 0.3s;
        /* box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05); */

    }

    .nav-menu.active {
        right: 0;
    }

    .nav-item {
        margin: .5rem 0;
        width: 50%;
        height: 80px;
    }

    .hamburger {
        display: block;
        cursor: pointer;
        padding: 30px;
        border-radius: 0%  0 0% 50% ;
        background-color: #f5f5f5;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}



    /* ////////////////  END NAVBAR ///////////////////////// */
