
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Courgette&family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Glory:ital,wght@0,300;1,200&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}


body{
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.671),rgba(0, 0, 0, 0.616)),url(photos/back.webp);
    background-position: center;
    opacity: 0.8;
    background-size: cover;
    font-family: 'Nunito', sans-serif;
}

.main{
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.068);
    width: 90%;
    border-radius: 20px;
    margin:auto;
    text-align: center;
    box-shadow: 12px 12px 22px rgba(0, 0, 0, 0.363) , 8px 8px 12px rgba(0, 0, 0, 0.363);
    overflow: hidden; 
}


                        /* nav icons section start */
.icons{
    display: flex;
    width: 95%;
    margin: 10px auto;
    justify-content: space-between;
}

.icons .fb{
    flex-basis: 4%;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-left: 0px;
}

.icons .insta{
    flex-basis: 4%;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-left: -20px;
}

.icons .fb .fbi{
    color:#fff;
    padding: 9.2px;
    font-size: 20px;
    background-color: #0088cc;
    border-radius: 8px; 
}

.icons .insta .instai{
    color:#fff;
    padding: 9.2px;
    font-size: 20px;
    background-color: #d82d6f;
    border-radius: 8px;
}

.icons .use{
    flex-basis: 92%;
    text-align: right;
}

.icons .use .user{
    color: #fff;
    font-size: 25px;
    padding: 12px 0px;
}

                                         /* nav icons section finish */

                                         /* main content section start */

.main-cont{
   width: 90%;
   position: relative;
   margin: 0px auto;
   text-align: center;
}

.head__section img{
    display: block;
    margin: 0 auto;
    height: 8rem;
    width: 8rem;
    object-fit: cover;
    border-radius: 50%;
}

.head__section h3{
    text-align: center;
    color: #fff;
    font-family: 'Caveat', cursive;
    font-family: 'Courgette', cursive;
    font-family: 'Titillium Web', sans-serif;
    font-size: 32px;
    margin: 6px auto 0px auto;
    position: relative;

}

.social__links ul{
    padding-bottom: 200px;
}

.social__links ul li{
    width: 100%;
    margin: 1.2rem 0;
    padding: 0.4rem 0.8rem;
    background: rgba( 255, 255, 255, 0.1 );
    backdrop-filter: blur( 0px );
    border-radius: 5px;
    transition: background 0.25s;
    transform-style: preserve-3d;
    perspective: 500px;
    box-shadow: 0 0 0.8rem  rgba(255, 255, 255, .12);
    display: flex;
}

.js-tilt-glare{
    border-radius: 5px;
}

.social__links ul li a{
    width: 97%;
    display: flex;
    color: #ffff;
    font-size: 1.2rem;
    text-align: center;
    align-items: center;
    margin: auto;
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.social__links ul li a .icon{
    flex-basis: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social__links ul li a .discrrip{
    text-align: right;
    flex-basis:56%;
}

.social__links ul li a h3{
    cursor: pointer;
}

.social__links ul li a p{
    font-family: 'Glory', sans-serif;
}


.social__links ul li a .icon .iconify{
    line-height: 8rem;
    padding-top: 8px;
    margin: 10px 0px;
    font-size: 3rem;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
    transform: scale(1.4) translateZ(100px);
    color: #fff;
    transition: 0.25s;
}

						/* main links hover  */
.social__links ul .cricket:hover{
    background: #943128;
}

.social__links ul .booking:hover{
    background:#943128;
}

.social__links ul .loca:hover{
    background: #327942;
} 

.social__links ul .wagroup:hover{
    background: #1F618D;
} 
						/* main content section finish */

						/* fixed icons section */

.call{
	position:fixed;
	font-size:30px;
	width:55px;
	height:55px;
	bottom:10px;
	right:10px;
	background-color:#0088CC;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.whatsapp{
	position:fixed;
	font-size:30px;
	width:55px;
	height:55px;
	bottom:85px;
	right:10px;
	background-color:#4FCE5D;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}



.my-float{
	margin-top:12px;
}

.call:before{
  position:absolute;
  content:'';
  border:12px solid #0088CC;
  left:0;
  right:0;
  bottom:0;
  top:0;
  border-radius:50%;
  animation:animate 2s linear infinite;
}
.call:after{
  position:absolute;
  content:'';
  border:12px solid #0088CC;
  left:0;
  right:0;
  bottom:0;
  top:0;
  border-radius:50%;
  animation:animate 2s 1s linear infinite;
}

.whatsapp:before{
  position:absolute;
  content:'';
  border:12px solid #4FCE5D;
  left:0;
  right:0;
  bottom:0;
  top:0;
  border-radius:50%;
  animation:animate 2s linear infinite;
}
.whatsapp:after{
  position:absolute;
  content:'';
  border:12px solid #4FCE5D;
  left:0;
  right:0;
  bottom:0;
  top:0;
  border-radius:50%;
  animation:animate 2s 1s linear infinite;
}

@keyframes animate{
  100%{
    transform:scale(1.5);
    opacity:0
  }
}
 
                                     /* media query for arrnge nav links for mobile device */

@media screen and (min-width:250px) and (max-width:800px){
 
    .head__section h3{
        font-size: 16px;
    }
    
    .main{
         overflow: hidden;
    }
      
    .nav .icons{
        display: flex;
         justify-content: left;
         padding: 8px 14px;
    }

    .nav .fb .fbi{
        color:#fff;
        padding: 17px;
        font-size: 20px;
        margin-left: 10px;
    }
    
    
    .nav .insta .instai{
        color:#fff;
        padding: 15px 15px 10px 15px;
        font-size: 23px;
    }

    .icons .insta{
        margin-left:6px ;
    }
 

    
}

                                       /* text arrange for mobie device */
@media screen and (min-width:460px) and (max-width:700px){
   
    
    .social__links ul li a h3{
        cursor: pointer;
        font-size: 20px;
    }
                                    
    .social__links ul li a p{
        font-family: 'Glory', sans-serif;
        font-size: 16px;
    }
                                    
    .social__links ul li a .icon .iconify{
        font-size: 2rem;
    } 
                                    
}
                                     

                                       /* text arrange for mobie device */
@media screen and (min-width:460px) and (max-width:700px){
   
    
    .social__links ul li a h3{
        cursor: pointer;
        font-size: 20px;
    }

    .social__links ul li a p{
        font-family: 'Glory', sans-serif;
        font-size: 16px;
   }

    .social__links ul li a .icon .iconify{
         font-size: 2rem;
   } 

}
 

                                       /* text arrange for mobie device */
@media screen and (min-width:360px) and (max-width:460px){
   
    
    .social__links ul li a h3{
        cursor: pointer;
        font-size: 17px;
    }

    .social__links ul li a p{
        font-family: 'Glory', sans-serif;
        font-size: 13px;
   }

    .social__links ul li a .icon .iconify{
         font-size: 2rem;
   } 

}
 

                                        /* text arrange for mobie device */
@media screen and (min-width:200px) and (max-width:360px){
   
    
    .social__links ul li a h3{
        cursor: pointer;
        font-size: 15px;
    }

    .social__links ul li a p{
        font-family: 'Glory', sans-serif;
        font-size: 11px;
    }
    
     .social__links ul li a .icon .iconify{
        font-size: 2.0rem;
     }
 
}
 
                   /* manage space between fbI & instaI  */
@media screen and (min-width:800px) and (max-width:1490px){

    .icons .insta{
        margin-left:4px ;
    }
 
}
