@import url('fontiran-morabba.css');
@import url('fontiran-iranyekan.css');
@import url('http://fonts.cdnfonts.com/css/roboto');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: morabba !important;
    color: black;
    overflow-x: hidden;
}

.enFont-thin {
    font-family: 'Roboto Thin', sans-serif !important;
}

.enFont-light {
    font-family: 'Roboto Light', sans-serif !important;
}

.enFont-medium {
    font-family: 'Roboto Medium', sans-serif !important;
}

.enFont-black {
    font-family: 'Roboto Black', sans-serif !important;
}

.yekanFont-thin {
    font-family: iranyekan !important;
    font-weight: 100;
}

.yekanFont-light {
    font-family: iranyekan !important;
    font-weight: 300;
}

.yekanFont-medium {
    font-family: iranyekan !important;
    font-weight: 500;
}

.yekanFont-black {
    font-family: iranyekan !important;
    font-weight: 700;
}

a,button {
    font-family: morabba !important;
    color: black;
}

p {
    font-family: iranyekan !important;
    color: black;
    font-weight: 500;
    font-size: 23px;
}

:root {
    --border-size : 2px;
    --border-size-big : 10px;
}

header {
    height: 100px;
}


h6 {
    font-size: 10px;
    font-weight: 500;
}
h5 {
    font-size: 13px;
    font-weight: 500;
}
h4 {
    font-size: 16px;
    font-weight: 500;
}
h3 {
    font-size: 19px;
    font-weight: 500;
}
h2 {
    font-size: 22px;
    font-weight: 500;
}
@media only screen and (max-width: 595px) {
    h6 {
        font-size: 7px;
        font-weight: 500;
    }
    h5 {
        font-size: 13px;
        font-weight: 500;
    }
    h4 {
        font-size: 13px;
        font-weight: 500;
    }
    h3 {
        font-size: 13px;
        font-weight: 500;
    }
    h2 {
        font-size: 19px;
        font-weight: 500;
    }
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
    
}

@media only screen and (min-width: 889px) {
    
}

@media only screen and (min-width: 1200px) {}

header .header-top {
    height: 40px;
}
header .header-bottom {
    height: 60px;
}

header .header-linkedin {
    width: 9vw;
}

@media only screen and (max-width: 595px) {
    header .header-linkedin {
        width: 150px;
    }
}

@media only screen and (max-width: 412px) {
    header .header-linkedin {
        display: none !important;
    }
}

header .logo {
    width: 150px;
    height: 100%;
}



header nav ul {
    gap: 30px;
}

header nav.show {
    display: block !important;
}

@media only screen and (max-width: 595px) {
    header nav {
        display: none !important;
        position: absolute !important;
        width: 100% !important;
        top: 100px;
        left: 0;
        z-index: 100;
        background-color: rgb(255, 255, 255) !important;
        border-top:var(--border-size-big) black solid;
        border-bottom:var(--border-size) black solid;
        padding: 0 !important;
    }
    header nav ul {
        display: flex;
        justify-content: space-around !important;
        align-items: center !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    header nav li {
        width: 100% !important;
        display: block !important;
        border-bottom:var(--border-size) black solid;
        padding: 20px;
    }

    header nav li:last-child {
        border-bottom: unset !important;
    }

    header nav li h5 {
        width: 100% !important;
        text-align: center !important;
        font-size: 16px !important;
    }

    .nav-toggle-mobile {
        display: inline-block !important;
    }
}



.nav-toggle-mobile {
    position: relative;
    display: none;
    width: 60px;
    height: 60px;
    border-right:var(--border-size) black solid;
    cursor: pointer;
    background-color: #A3C2FF;
}

.nav-toggle-mobile i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

main .splash {
    height: 600px;
}

.splash-info-text span {
    font-size: 60px;
    font-weight: 500;
    text-align: right;
    float: right;
}

.splash-color {
    background-color: #CCCBFF;
    width: 9.3vw;
    height: 600px;
}

.splash-image {
    width: 30vw;
    height: 600px;
}

.splash-info {
    width: 100%;
    height: 600px;
}

.splash-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splash-info-wrapper {
    height: 400px;
    padding-right: 4rem;
}

@media only screen and (max-width: 1500px) {
    .splash-info-text span {
        font-size: 40px;
        font-weight: 500;
        text-align: right;
        float: right;
    }
}

@media only screen and (max-width: 1240px) {
    .splash-info-text span {
        font-size: 30px;
        font-weight: 500;
        text-align: right;
        float: right;
    }
}

@media only screen and (max-width: 1000px) {
    .splash-info-text span {
        font-size: 25px;
        font-weight: 500;
        text-align: right;
        float: right;
    }
}

@media only screen and (max-width: 700px) {
    .splash-info-text span {
        font-size: 25px;
        font-weight: 500;
        text-align: right;
        float: right;
    }
}


@media only screen and (max-width: 900px) {

    main {
        flex-direction: column !important;
    }

    main .splash {
        height: 400px;
    }

    .splash-info-text span {
        font-size: 25px;
        font-weight: 500;
        text-align: right;
        float: right;
    }

    .splash-color {
        background-color: #CCCBFF;
        width: 100%;
        height: 50px;
    }
    
    .splash-image {
        display: none !important;
    }
    
    .splash-info {
        width: 100%;
        height: 450px;
    }

    .splash-info-wrapper {
        height: 340px;
        padding: 30px !important; 
    }
    
    .to-be {
        display: none !important;
    }

    .splash-now-position-wrapper {
        position: relative;
        flex-direction: column !important;
        padding: 0 !important;
    }
    
    .splash-now-position-wrapper-button {
        width: 100% !important;
        height: 40px !important;
    }
    
    .splash-now-position-wrapper-info {
        width: 100% !important;
    }
}




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

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

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

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

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

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

.flex-column-not-align {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

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

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.line10 {
    height: var(--border-size-big); background-color: #000000;
}

.bb-small {
    border-bottom: var(--border-size) solid black;
}

.bl-small {
    border-left: var(--border-size) solid black;
}

.bt-small {
    border-top: var(--border-size) solid black;
}

.br-small {
    border-right: var(--border-size) solid black;
}

.pad10 {
    padding: 10px;
}

.pad-r10 {
    padding-right: 10px;
}

.pad-r20 {
    padding-right: 20px;
}

.pad-t10 {
    padding-top: 10px;
}

.pad-t20 {
    padding-top: 20px;
}

.pad-l10 {
    padding-left: 10px;
}

.pad-l20 {
    padding-left: 20px;
}

.pad-b10 {
    padding-bottom: 10px;
}

.pad-b20 {
    padding-bottom: 20px;
}

.pad20 {
    padding: 20px;
}

@media only screen and (max-width: 595px) {
    .pad20 {
        padding: 10px;
    }
}

.color1 {
    background-color: #FFCCCC;
}

@media only screen and (max-width: 595px) {
    .color1 {display: none;}
}

.tcolor-blue {
    color: #0094FF;
}


button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    border: none;
}

i {
    height: 15px;
}

button.black {
    background-color: #000000;
    color: #FFF4E3;
}

button.small {
    max-width: 150px;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 595px) {
    button.small {font-size: 13px !important;}
}


button.auto {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
}

.header-background {
    background-color: #e0e0e0;
}



@-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
              transform: translateX(calc(-250px * 7));
    }
  }
  
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
              transform: translateX(calc(-250px * 7));
    }
  }
  
  .slider {
    margin: auto;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
    width: 100%;
    direction: ltr;
  }
  
  .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(400px * 10);
  }
  
  .slider .slide {
    margin: 0 50px;
    width: 300px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }

  .slide span {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    display: block;
    color: rgb(201, 201, 201);
  }

  .social-medias-section-header-title {
      width: 20em;
      height: 120px;
  }

  .social-medias-section-header {
      height: 120px;
      overflow: hidden;
  }
  

  .social-medias-section-header-url {
      font-size: 38px;
      font-weight: 400;
  }

  .cblack {
      color: #000000;
  }

  .cgray {
        color: #808080;
  }

  .social-medias-section-body-sidebar {
      width: 20em;
      height: 500px;
  }
  
  .social-medias-section-body-main {
      width: calc(100% - 20em);
      height: 500px;
  }

  .social-medias-section-body-sidebar-button {
      width: 100%;
      background-color: #D8E5FF;
      color: #1963F2;
  }

  .cursor-pointer {
      cursor: pointer;
  }

  .social-medias-section-body-sidebar ul li {
      padding: 20px;
      width: 100%;
      border-top: var(--border-size) solid black;
      cursor: pointer;
      user-select: none;
  }

  .social-medias-section-body-sidebar ul li.selected {
    border-left: 20px solid #A3C2FF;
 }

 .social-medias-section-body-sidebar ul li:hover {
    transition: 300ms;
    background-color: #d6d8f9;
 }

 .social-medias-section-body-main img {
     border-radius: 50%;
 }

 .social-medias-section-header-url-logo {
    width: calc(100% - 20em);
 }


 @media only screen and (max-width: 1000px) {
    .social-medias-section-header-url {
        font-size: 17px;
        font-weight: 400;
    }
 }

 @media only screen and (max-width: 1000px) {

     .social-medias-section-header {
         flex-direction: column !important;
         height: 190px !important;
     }

     .social-medias-section-header-url-logo {
        width: 100% !important;
     }

     .social-medias-section-header-title {
         width: 100%;
         border: 0 !important;
         border-bottom: var(--border-size) solid black !important;
     }
     
     .social-medias-section-body-sidebar ul li.selected {
         border-left: 10px solid #A3C2FF !important;
     }

     .social-medias-section-body-sidebar-button {
         display: none !important;
     }

     .social-medias-section-header-url {
        font-size: 15px;
        font-weight: 400;
    }

    .social-medias-section-body-sidebar {
        width: 75px;
        height: 370px;
    }

    .social-medias-section-body-sidebar ul li h4 {
        display: none !important;
    }

    .social-medias-section-body-main {
        width: calc(100% - 75px);
        height: 370px;
    }

    .social-medias-section-body-main img {
        width: 140px !important;
    }

    .work-history-section ul {
        flex-flow: wrap;
    }

    .work-history-section ul li {
        width: 50% !important;
        min-height: 220px;
    }

    .work-history-section ul li:nth-child(1) {border-right: var(--border-size) solid black;}

    .work-history-section ul li img {
        width: 90px !important;
        margin: 0 !important;
        margin: 20px !important;
    }
 }

 .work-history-section img {
     border-radius: 50%;
 }

 .work-history-section ul li {
    width: 25%;
    border-right: var(--border-size) solid black;
 }

 .work-history-section ul li:nth-child(1) {border-right: unset;}

 .quote-section {
     height: 300px;
 }

 .quote-section-text-wrapper {
     max-width: 700px;
     direction: ltr;
 }

 .quote-section-text {
     font-size: 25px;
     font-weight: 200;
     direction: rtl;
     text-align: left;
 }

 @media only screen and (max-width: 595px) {

    .quote-section {
        height: 200px;
    }

    .quote-section-text-wrapper {
        max-width: 90%;
    }

    .quote-section-text {
        font-size: 16px;
    }

 }

 .my-email-image {
     width: 60em;
     height: 250px;
     overflow: hidden;
 }

 .my-email-main {
     height: 250px;
 }

 .my-email-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-email-mail {
    font-size: 32px;
    font-weight: 200;
}

.my-email-title {
    font-size: 28px;
    font-weight: 500;
}

@media only screen and (max-width: 595px) {

    .my-email {
        flex-direction: column !important;
    }

    .my-email-image {
        height: 140px;
        width: 100%;
    }

    .my-email-main {
        height: 140px;
    }

    .my-email-title {
        font-size: 20px;
    }

    .my-email-mail {
        font-size: 22px;
    }

}

.about-me {
    height: 500px;
    overflow: hidden;
}

.about-me-main {
    height: 500px;
}

.about-me-image {
    height: 500px;
    overflow: hidden;
}
.about-me-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-me-main {
    width: calc(100% - 500px);
}

@media only screen and (max-width: 1000px) {

    .about-me {
        flex-direction: column !important;
        height: 790px;
    }

    .about-me-main {
        width: 100% !important;
    }

    .about-me-image {
        height: 500px !important;
        width: 100% !important;
        border: 0 !important;
        border-top: var(--border-size) solid black !important;
    }

    .about-me-main-text {
        height: 250px !important;
        max-height: 400px !important;
        padding: 30px !important;
    }

    p {
        font-size: 14px !important;
    }

}

.line10-purple {height: var(--border-size-big); background-color: #A3C2FF;}



  
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 8vh;
    /* margin: 70px; */
  }
  
  .info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
  }
  
  .info span:nth-child(1) {
    color: black;
    font-size: 0.8em;
    font-weight: bold;
  }
  
  .info span:nth-child(2) {
    color: gray;
    font-size: 0.4em;
    font-weight: normal;
  }
  
  .holder {
    position: relative;
    width: 150px;
    aspect-ratio: 1;
    font-size: 12vh;
  }
  
  .out1 {
    position: absolute;
    background: #231f20;
    /*   background: red; */
    width: 100%;
    height: 100%;
    clip-path: polygon(
      30% 0%,
      70% 0%,
      100% 30%,
      100% 70%,
      70% 100%,
      30% 100%,
      0% 70%,
      0% 30%
    );
    -moz-clip-path: polygon(
      30% 0%,
      70% 0%,
      100% 30%,
      100% 70%,
      70% 100%,
      30% 100%,
      0% 70%,
      0% 30%
    );
    -webkit-clip-path: polygon(
      30% 0%,
      70% 0%,
      100% 30%,
      100% 70%,
      70% 100%,
      30% 100%,
      0% 70%,
      0% 30%
    );
    -o-clip-path: polygon(
      30% 0%,
      70% 0%,
      100% 30%,
      100% 70%,
      70% 100%,
      30% 100%,
      0% 70%,
      0% 30%
    );
    animation: out1 1.5s ease-out;
  }
  
  .out1::after {
    content: "";
    position: absolute;
    width: 94%;
    height: 94%;
    left: 3%;
    top: 3%;
    background: white;
    clip-path: inherit;
    -moz-clip-path: inherit;
    -webkit-clip-path: inherit;
    -o-clip-path: inherit;
  }
  
  .holder img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2px;
    top: -2px;
    z-index: 100;
    opacity: 0.4;
    display: none;
  }
  
  .out2 {
    animation: out2 1s ease-out;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #231f20;
    clip-path: polygon(
      30% 0,
      50% 15%,
      70% 0,
      75% 25%,
      100% 30%,
      85% 50%,
      100% 70%,
      75% 75%,
      70% 100%,
      50% 85%,
      30% 100%,
      25% 75%,
      0 70%,
      15% 50%,
      0 30%,
      25% 25%
    );
  
    -moz-clip-path: polygon(
      15% 50%,
      25% 25%,
      30% 5%,
      50% 15%,
      75% 25%,
      95% 30%,
      85% 50%,
      75% 75%,
      70% 95%,
      50% 85%,
      25% 75%,
      5% 70%
    );
    -webkit-clip-path: polygon(
      30% 0,
      50% 15%,
      70% 0,
      75% 25%,
      100% 30%,
      85% 50%,
      100% 70%,
      75% 75%,
      70% 100%,
      50% 85%,
      30% 100%,
      25% 75%,
      0 70%,
      15% 50%,
      0 30%,
      25% 25%
    );
    -o-clip-path: polygon(
      30% 0,
      50% 15%,
      70% 0,
      75% 25%,
      100% 30%,
      85% 50%,
      100% 70%,
      75% 75%,
      70% 100%,
      50% 85%,
      30% 100%,
      25% 75%,
      0 70%,
      15% 50%,
      0 30%,
      25% 25%
    );
  }
  
  .out2::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background: white;
    clip-path: inherit;
    -moz-clip-path: inherit;
    -webkit-clip-path: inherit;
    -o-clip-path: inherit;
  }
  
  .out4 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #231f20;
    clip-path: polygon(
      50% 15%,
      75% 25%,
      85% 50%,
      75% 75%,
      50% 85%,
      25% 75%,
      15% 50%,
      25% 25%
    );
    -moz-clip-path: polygon(
      50% 15%,
      75% 25%,
      85% 50%,
      75% 75%,
      50% 85%,
      25% 75%,
      15% 50%,
      25% 25%
    );
    -webkit-clip-path: polygon(
      50% 15%,
      75% 25%,
      85% 50%,
      75% 75%,
      50% 85%,
      25% 75%,
      15% 50%,
      25% 25%
    );
    -o-clip-path: polygon(
      50% 15%,
      75% 25%,
      85% 50%,
      75% 75%,
      50% 85%,
      25% 75%,
      15% 50%,
      25% 25%
    );
    animation: out2 1s ease-out;
  }
  
  .out4::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background: white;
    clip-path: inherit;
    -moz-clip-path: inherit;
    -webkit-clip-path: inherit;
    -o-clip-path: inherit;
  }
  
  .one {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .7em;
    font-weight: bold;
  }
  
  .one::after {
    content: "1";
    animation: number 1.5s ease-out;
    color: #231f20;
  }
  
  @keyframes number {
    0% {
      content: "10";
      opacity: 0.1;
    }
    10% {
      content: "9";
      opacity: 0.1;
    }
    20% {
      content: "8";
      opacity: 0.1;
    }
    30% {
      content: "7";
      opacity: 0.1;
    }
    40% {
      content: "6";
      opacity: 0.1;
    }
    60% {
      content: "5";
      opacity: 0.1;
    }
    70% {
      content: "4";
      opacity: 0.1;
    }
    80% {
      content: "3";
    }
    90% {
      content: "2";
    }
    100% {
      content: "1";
      opacity: 1;
    }
  }
  
  .dots-base {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: out1 1.5s ease-out;
  }
  
  .dots-base2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: out2 1s ease-out;
  }
  
  .dots-base > * {
    position: absolute;
    width: 8%;
    height: 8%;
    border-radius: 50%;
    background: #231f20;
    z-index: 200;
  }
  
  .dots-base2 > * {
    position: absolute;
    width: 8%;
    height: 8%;
    border-radius: 50%;
    background: #231f20;
    z-index: 200;
  }
  
  .dots-base > *:nth-child(1) {
    left: 27%;
    top: -1%;
  }
  
  .dots-base > *:nth-child(2) {
    left: 65%;
    top: -1%;
  }
  
  .dots-base > *:nth-child(3) {
    left: 94%;
    top: 26%;
  }
  
  .dots-base > *:nth-child(4) {
    left: 94%;
    top: 65%;
  }
  
  .dots-base > *:nth-child(5) {
    left: 65%;
    top: 94%;
  }
  
  .dots-base > *:nth-child(6) {
    left: 26%;
    top: 94%;
  }
  
  .dots-base > *:nth-child(7) {
    left: -2%;
    top: 64%;
  }
  
  .dots-base > *:nth-child(8) {
    left: -2%;
    top: 27%;
  }
  
  .dots-base2 > *:nth-child(1) {
    left: 12%;
    top: 46%;
  }
  
  .dots-base2 > *:nth-child(2) {
    left: 22%;
    top: 22%;
  }
  
  .dots-base2 > *:nth-child(3) {
    left: 46%;
    top: 12%;
  }
  
  .dots-base2 > *:nth-child(4) {
    left: 70%;
    top: 22%;
  }
  
  .dots-base2 > *:nth-child(5) {
    left: 79%;
    top: 45%;
  }
  
  .dots-base2 > *:nth-child(6) {
    left: 70%;
    top: 70%;
  }
  
  .dots-base2 > *:nth-child(7) {
    left: 45%;
    top: 79%;
  }
  
  .dots-base2 > *:nth-child(8) {
    left: 22%;
    top: 70%;
  }
  
  .gray-triangle {
    position: absolute;
    width: 16%;
    height: 14%;
    background: #929496;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    -o-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    animation: fade 2.2s;
  }
  
  .triangle-base {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  .triangle-base > *::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    border-radius: 50%;
    background: white;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
  }
  
  .triangle-base > *:nth-child(1) {
    left: 27%;
    top: 6%;
    transform: rotate(291deg);
    -moz-transform: rotate(291deg);
    -webkit-transform: rotate(338deg);
    -o-transform: rotate(291deg);
  }
  
  .triangle-base > *:nth-child(2) {
    left: 57%;
    top: 6%;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
  }
  
  .triangle-base > *:nth-child(3) {
    left: 79%;
    top: 28%;
    transform: rotate(68deg);
    -moz-transform: rotate(68deg);
    -webkit-transform: rotate(68deg);
    -o-transform: rotate(68deg);
  }
  
  .triangle-base > *:nth-child(4) {
    left: 79%;
    top: 58%;
    transform: rotate(110deg);
    -moz-transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
    -o-transform: rotate(110deg);
  }
  
  .triangle-base > *:nth-child(5) {
    left: 57%;
    top: 80%;
    transform: rotate(159deg);
    -moz-transform: rotate(159deg);
    -webkit-transform: rotate(159deg);
    -o-transform: rotate(159deg);
  }
  
  .triangle-base > *:nth-child(6) {
    left: 27%;
    top: 80%;
    transform: rotate(202deg);
    -moz-transform: rotate(202deg);
    -webkit-transform: rotate(202deg);
    -o-transform: rotate(202deg);
  }
  
  .triangle-base > *:nth-child(7) {
    left: 5%;
    top: 58%;
    transform: rotate(249deg);
    -moz-transform: rotate(249deg);
    -webkit-transform: rotate(249deg);
    -o-transform: rotate(249deg);
  }
  
  .triangle-base > *:nth-child(8) {
    left: 5%;
    top: 28%;
    transform: rotate(291deg);
    -moz-transform: rotate(291deg);
    -webkit-transform: rotate(291deg);
    -o-transform: rotate(291deg);
  }
  
  .yellow-triangle {
    position: absolute;
    width: 27%;
    height: 12%;
    background: #fbd73a;
    clip-path: polygon(50% 30%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(50% 30%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(50% 30%, 100% 100%, 0 100%);
    -o-clip-path: polygon(50% 30%, 100% 100%, 0 100%);
    animation: fade 2.1s;
  }
  
  .yellow-triangle-base > *::after {
    content: "";
    position: absolute;
    width: 35%;
    height: 50%;
    border-radius: 50%;
    background: white;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  
  .yellow-triangle-base {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  .yellow-triangle-base > *:nth-child(1) {
    left: 9%;
    top: 16%;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  
  .yellow-triangle-base > *:nth-child(2) {
    left: 37%;
    top: 4%;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  
  .yellow-triangle-base > *:nth-child(3) {
    left: 64%;
    top: 16%;
    transform: rotate(225deg);
    -moz-transform: rotate(220deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(220deg);
  }
  
  .yellow-triangle-base > *:nth-child(4) {
    left: 77%;
    top: 44%;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
  }
  
  .yellow-triangle-base > *:nth-child(5) {
    left: 65%;
    top: 72%;
    transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
  
  .yellow-triangle-base > *:nth-child(6) {
    left: 37%;
    top: 84%;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  
  .yellow-triangle-base > *:nth-child(7) {
    left: 8%;
    top: 72%;
    transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -o-transform: rotate(44deg);
  }
  
  .yellow-triangle-base > *:nth-child(8) {
    left: -4%;
    top: 44%;
    transform: rotate(90deg);
    -moz-transform: rotate(44deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(44deg);
  }
  @keyframes out1 {
    from {
      transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -webkit-transform: -webkit-rotate(0deg);
      -o-transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -webkit-transform: -webkit-rotate(360deg);
      -o-transform: rotate(360deg);
      
    }
  }
  
  @keyframes out2 {
    from {
      transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -webkit-transform: -webkit-rotate(0deg);
      -o-transform: rotate(0deg);
    }
    to {
      transform: rotate(-360deg);
      -moz-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
      -webkit-transform: -webkit-rotate(-360deg);
      -o-transform: rotate(-360deg);
    }
  }
  
  @keyframes fade {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    60% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }
  
  .share {
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 1vh;
  }
  
  .share a {
    text-decoration: none;
    background-color: rgb(218, 218, 218);
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0.3em;
    padding: 1em 1.5em;
    margin: 0 10px;
    border-radius: 5px;
    transition: background-color 0.2s;
    font-family: sans-serif;
    color: rgb(86, 86, 86);
  }
  
  .share a:hover {
    background-color: rgb(178, 178, 178);
  }
  