@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;700&display=swap');

*,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter";
}

html {
    scroll-behavior: smooth;
  }

:root { --color-ar:#f39200; 
        --color-blue:#009dbe;
        --size-subt: 25px;
        --size-p: 20px;
        --spacing-letter: 0.02em;
        --background-color: rgba(17,17,17,255);
    }


body { background-color: rgba(17,17,17,255); color: #fff; overflow-x: hidden; }


.container-hamburger {
    width: 100px;
    display: none;
    align-items: center;
    justify-content: center;
  
  }


 /* ROBIN CSS */
 .container-nav {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 30px 5%;
    background-color:var(--background-color);
  }

.logo { height: 54px; }


.menu {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu li { display: inline-block;  padding: 0 10px;}
.menu li a {transition: color .3s ease; color: white; text-decoration: none;}

.menu li:nth-child(odd) a:hover{  color: var(--color-ar); }
.menu li:nth-child(even) a:hover{ color: var(--color-blue); }

.container-btn-nav { 
    display: flex; 
    gap: 20px; 
    flex-direction: row;  
    justify-content: center;
    align-items: center;
}


    .btn-menu {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        padding: 1rem 1rem;
        box-shadow: 0px 0px 0px 2px rgb(243, 134, 0);
        border: none;
        outline: none;
        border-radius: 15px;
        cursor: pointer;
        text-transform: uppercase;
        background-color: rgba(17,17,17,255);
        transition: 0.6s;
        letter-spacing: 0.5px;
        word-spacing: 0.3rem;
      }
  
  .btn-menu:active {
    scale: 0.92 ;}
  
    .btn-menu:hover {
        background: var(--color-blue);
        box-shadow: 0px 0px 0px 2px var(--color-blue);
      }

  /* Stile per l'icona */
#icon {
  padding-bottom: 7px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  
}

/* Stile per i tratti dell'icona */
path {
  fill: none;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 25px;
  stroke-linecap: round;
  stroke: var(--color-blue);
  stroke-dashoffset: 0px;
}

/* Stile specifico per le tre parti dell'icona */
path#top,
path#bottom {
  stroke-dasharray: 240px 950px;
}

/* 
path#middle {
  stroke-dasharray: 240px 240px;

} */

/* Stile per l'animazione dell'icona "cross" */
.cross path#top,
.cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}

.cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}



.container-flex{
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding-top: 120px;
    background-color:var(--background-color);
    display: flex;
    align-items: center;
    justify-content: center;

}
.content-text{
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: 50%;
}
.content-image{
    width: 50%;
    background-image: url(/styles/img/solo-fondo.png);
    background-size:100%;
    background-repeat: no-repeat;
    animation: fadeIn 3s ease-in-out;
    margin-top: -110px;
}

.solo-logo {
    width: 100%;
    object-fit: cover;
    animation: fadeIn 2s ease-in-out, FLYROBIN 2s linear infinite;
    transform: translateY(var(--translateY));
    left: 0;
    bottom: 0;
  }

.content_item_text{
    margin-top: 50px;
    
}

.item_title{ 

    text-transform: uppercase;
    font-size: 43px;
    background: rgb(132,150,150);
    background: linear-gradient(72deg, rgba(132,150,150,1) 3%, rgba(4,226,255,1) 30%, rgba(254,153,0,1) 66%);
    /*background: linear-gradient(to right,#04e2ff, #fe9900);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 0.7s ease-in-out 0.2s;
}
.item_subtitle{
    font-weight: 700 bold;
    font-size: var(--size-subt);
    animation: fadeInUp 0.7s ease-in-out 0.2s;
    
}
.item_read{

    color: #999999;
    font-size: var(--size-p);
    line-height: 26px;
    letter-spacing: var(--spacing-letter);
    animation: fadeInUp 0.7s ease-in-out 0.2s;
    font-weight: 500;
    margin-top: 15px;
}

.rbn-voice {
    text-decoration:none;
    font-weight: 500;
    color: var(--color-ar);
    font-size:var(--size-p);
    letter-spacing:var(--spacing-letter);
}

/* BOTTONI EXANGES */

.trade-here{
width: 100%;
text-align: center;
font-weight:700;
animation: fadeIn 2s ease-in-out;
font-size: var(--size-subt);
   
}

.container-intext{
 display: flex;
 flex-flow: column;
justify-content: center;
margin-top: 70px;

}
.container-btn{
    display: flex ; 
    justify-content: center; 
    align-content: center; 
    justify-items: center; 
    align-items: center; 
    width: 90%; 
    height: 30%; 
    
}

.bottone-finance{
    
    position: relative;
    padding: 0.3em 0.3em;
    outline: none;
    border: 3px solid #303030;
    background:rgba(17,17,17,255);
    color: #e37906;
    overflow: hidden;
    transition: 0.2s;
    border-radius: 15px;
    cursor: pointer;
    margin-left: 30px;
    margin-top: 20px;
    animation: fadeIn 2s ease-in-out;
    display: flex; 
    gap: 0px 0px; 
    justify-self: center; 
    align-self: center; 
    width:fit-content;
}
    

   .bottone-finance:hover {
    box-shadow: 0 0 10px #10beb8, 0 0 25px #2febdd, 0 0  50px #ec9712;
    transition-delay: 0.6s; }
   
   .bottone-finance span {
    position: absolute;
   }
   
   .bottone-finance span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent,#c3c6c1);
   }
   
   .bottone-finance:hover span:nth-child(1) {
    left: 100%;
    transition: 0.7s;
   }
   
   .bottone-finance span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent,#5eaaa4);
   }
   
   .bottone-finance:hover span:nth-child(3) {
    right: 100%;
    transition: 0.7s;
    transition-delay: 0.35s;
   }
   
   .bottone-finance span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #09a2bc);
   }
   
   .bottone-finance:hover span:nth-child(2) {
    top: 100%;
    transition: 0.7s;
    transition-delay: 0.17s;
   }
   
   .bottone-finance span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #ec9712);
   }
   
   .bottone-finance:hover span:nth-child(4) {
    bottom: 100%;
    transition: 0.7s;
    transition-delay: 0.52s;
   }


/* FEATURES */

/*TITLE SECTION*/
.containter-ti {
    width: 80%;
    margin: 0px auto 0;
    padding-top: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 150px;
    background-color: var(--background-color);
}

.section-ti {

    text-transform: uppercase;
    font-size: 47px;
    background: linear-gradient(72deg, rgba(132, 150, 150, 1) 3%, rgba(4, 226, 255, 1) 30%, rgba(254, 153, 0, 1) 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}


/* FEATURES SECTION  */

.container-fea {
    width: 90%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: var(--background-color);

}

.feature {
    width: 90%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0px auto;
    gap: 30px;
       /* border: solid 1px yellow; */
}

.content-text-fea {

    flex-direction: column;
    width: 50%;
    margin-top: 20px;

       /* border: solid 1px green; */
}


.feature:nth-child(3),.feature:nth-child(4),.feature:nth-child(5),.feature:nth-child(6){
    padding-top: 65px;
}

.feature:nth-child(2),.feature:nth-child(4){
    flex-flow: row-reverse nowrap;
} 

/* 
.feature:nth-child(3),.feature:nth-child(4){
   height: 65vh auto;
} */

/* 
.feature:nth-child(4) {
    margin-top: 220px;
} */





.feature-title {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: var(--spacing-letter);
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 800; }

.feature-text { 
    font-size: var(--size-p);
    line-height: 26px;
    letter-spacing: var(--spacing-letter);
    color: #999999;
    font-weight: 500;
    width: 90%; 
}


.list-ut {
    font-weight: 800;
    color: white;
}

/* FEATURE IMAGE */
.content-fea-img {
    width: 50%;
    padding-top:40px;
    align-self: center; 
 
}

.content-fea-img:nth-of-type(2),.content-fea-img:nth-of-type(4) {
    padding-right: 20px;
}

.feature-image {
    width: 100%;
    height: auto;
    object-fit: cover;

}

.feature-image:first-of-type {
    margin-top: -40px;
}


/* SOLANA HIGHLIGHT */
.solana-highlight {
  background: linear-gradient(72deg, rgba(0, 255, 163, 1) 0%, rgba(3, 225, 255, 1) 36%, rgba(136, 31, 255, 1) 61%);
  background-clip: text;
  -webkit-background-clip: text; /* Supporto per browser WebKit (Chrome, Safari, ecc.) */
  color: transparent;
}



































/* ANIMAZIONI  */


@keyframes fadeInUp{

    0% {
       opacity: 0;
       transform: translateY(140px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
    
    }


    @keyframes fadeIn{

        0% {
           opacity: 0;
           
        }
        
        100% {
            opacity: 1;
            
        }
        
        }

        @keyframes menueffect-sinistro{

            0% {transform: translateX(180px); opacity: 0.5;}
            100% {transform: translateX(0px); opacity: 1;}
        }
        @keyframes menueffect-destro{

            0% {transform: translateX(-140px); opacity: 0.5;}
            100% {transform: translateX(0px); opacity: 1;}
        }

        @keyframes menueffect-centro{

            0% {opacity: 0.5;}
            100% {opacity: 1;}
        }

            @keyframes fadeInleft{

                0% {
                   opacity: 0;
                   transform: translateX(140px);
                }
                
                100% {
                    opacity: 1;
                    transform: translateX(0px);
                }
                
                }


            @keyframes FLYROBIN { /* ANIMAZIONE FLY */

                    0%, 100% {
                      --translateY: 0px;
                    }
                    50% {
                      --translateY: -11px;
                    }
                  } 
                  
    @property --translateY {
    syntax: "<length>";
    inherits: false;
    initial-value: 0;
  }


        @keyframes flow {
            0% {
                background-position: 0 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0 50%;
            }
        }





/* ANIMAZIONI VARIE JS */



.effect-fea-sx-hidden {
  opacity: 0.3;
  filter: blur(5px);
  transform: translateX(-300px);
  transition: all 1s;
}

.effect-fea-sx-show {
  opacity: 1;
  filter: blur(0); 
  transform: translateX(0px);
}


.effect-fea-dx-hidden {
  opacity: 0.3;
  filter: blur(5px);
  transform: translateX(300px);
  transition: all 1s;
}

.effect-fea-dx-show {
  opacity: 1;
  filter: blur(0); 
  transform: translateX(0px); 
}