
          
.top7 ul {
   position: inherit;
    top: 4px;
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.top7 ul li {
    position: relative;
    list-style: none;
    margin: 0 2px;
}
.top7 ul li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 40px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transition: 0.5s;
    opacity: 0;
    filter: blur(2px);
    transform: scale(0.8);
}
.top7 ul li:hover::before {
    transition-delay: 0.2s;
    opacity: 0.2;
    transform: scale(1);
}
.top7 ul li a {
    width: 40px;
    height: 40px;
    display: block;
    transition: 0.5s;
}
.top7 ul li:hover a {
    transform: translateY(-10px);
}
.top7 ul li a span  {
    width: 100%;
    height: 100%;
}
.top7 ul li a span::before {
    font-family: fontAwesome;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    transform-origin: top;
    transition: transform 0.5s;
}
.top7 ul li:hover a span::before {
    transform: rotateX(90deg) translateY(-50%);
}
.top7  li a span::after {
    font-family: fontAwesome;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #fff;
    color: #262626; */
    transform-origin: bottom;
    transition: transform 0.5s;
    transform: rotateX(90deg) translateY(50%);
}
.top7 ul li:hover a span::after {
    transform: rotateX(0deg) translateY(0);
}
.top7  li:nth-child(1) a span::before,
.top7 ul li:nth-child(1) a span::after {
    content: '\f09a';
	
  


}
.top7 ul li:nth-child(2) a span::before,
.top7 ul li:nth-child(2) a span::after {
    content: '\f16d';
}
.top7 ul li:nth-child(4) a span::before,
.top7 ul li:nth-child(4) a span::after {
    content: '\f167';
}
.top7 ul li:nth-child(3) a span::before,
.top7 ul li:nth-child(3) a span::after {
    content: '\f08c';
}


.top7 ul li:nth-child(5) a span::before,
.top7 ul li:nth-child(5) a span::after {
    content: '\e07b';
}

.top7 ul li:nth-child(5) a span::before,
.top7 ul li:nth-child(5) a span::after {
    content: '\f0ac';
}

.top7 ul li:nth-child(1) a span::before {
    background: #3b5999;
    color: #fff;
}

.top7 ul li:nth-child(1) a span::after {
    background: #3b5999;
    color: #fff;
}


.top7 ul li:nth-child(6) a span::before {
    background: #3b5999;
    color: #fff;
}

.top7 ul li:nth-child(6) a span::after {
    background: #3b5999;
    color: #fff;
}

.top7 ul li:nth-child(2) a span::after {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); 
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);    

    color: #fff;
}

.top7 ul li:nth-child(2) a span::before {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); 
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);    

    color: #fff;
}


.top7 ul li:nth-child(4) a span::after {
    background: #dd4b39;
    color: #fff;
}
.top7 ul li:nth-child(3) a span::after {
      background: #2867B2;
   color: #fff;
}

.top7 ul li:nth-child(5) a span::after {
    background: #0077b5;
    color: #fff;
}










          
.top1 ul {
   position: inherit;
    top: 4px;
    margin: 0;
    padding: 0;
    display: block;
}
.top1 ul li {
    position: relative;
    list-style: none;
    margin: 0 10px 7px 10px;
}
.top1 ul li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width:100% ;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transition: 0.5s;
    opacity: 0;
    filter: blur(2px);
    transform: scale(0.8);
}
.top1 ul li:hover::before {
    transition-delay: 0.2s;
    opacity: 0.2;
    transform: scale(1);
}


.top1 ul li p
{
    
         right: 90px;
    color: #b1976b;
    z-index: 999999999999999;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    top: 14px;
    
}


.top1 ul li a {
        width: 276px;
    height: 50px;
    display: block;
    transition: 0.5s;
}
.top1 ul li:hover a {
    transform: translateY(-10px);
    
}
.top7 ul li a span  {
    width: 100%;
    height: 100%;
}
.top1 ul li a span::before {
        padding-right: 25px;
	font-size: 25px;
    font-family: fontAwesome;
    text-align: right;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff !important;
    color: #262626 !important;
    
  
}

.top1  li a span::after {
    padding-right: 25px;
	font-size: 25px;
    font-family: fontAwesome;
    text-align: right;
    line-height: 50px;
    position: absolute;
    top: 0;
    right:0;
    width: 100%;
    height: 100%;
    /* background: #fff;
    color: #262626; */
     
 
}

.top1 ul li:hover a p  {
 
       background-color: #b1976b;
    color: white;
}

.top1 ul li:hover a span::after {
    transform: rotateX(0deg) translateY(0);
       background-color: #b1976b;
    color: white;
}
.top1  li:nth-child(1) a span::before,
.top1 ul li:nth-child(1) a span::after {
    content: '\f2a0';
	color: #b1976b;
}

.top1 ul li:nth-child(2) a span::before,
.top1 ul li:nth-child(2) a span::after {
    /*content: '\f232';*/
	 content: '\f2a0';
	color: #b1976b;
}

.top1 ul li:nth-child(3) a span::before,
.top1 ul li:nth-child(3) a span::after {
    content: '\f0e0';
	color: #b1976b;
}


.top1 ul li:nth-child(4) a span::before,
.top1 ul li:nth-child(4) a span::after {
   /* content: '\f0ac';*/
	content: '\f082';
	color:#3b5999;

}
.top1 ul li:nth-child(6) a span::before,
.top1 ul li:nth-child(6) a span::after {
   /* content: '\f0ac';*/
	content: '\f0ac';
	color: #b1976b;

}

.top1 ul li:nth-child(5) a span::before,
.top1 ul li:nth-child(5) a span::after {
    /*content: '\f005';*/
	content: '\f16d'; /* Instagram icon */
   

   
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}






span {
    color: #b1976b;
}




iframe {
    border: 3px solid #0a6db0 !important;
}





