/*Heading*/
@import url('https://fonts.googleapis.com/css?family=Handlee&display=swap');
/* Sub Heading*/
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great&display=swap');
/* para */
@import url('https://fonts.googleapis.com/css?family=Dokdo&display=swap');
/*qoutes */
@import url('https://fonts.googleapis.com/css?family=Bahianita&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

  .preLoader
  {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #fbb471 url(images/tennis.gif) no-repeat center;
      z-index: 99999;
      overflow: hidden;
  }
  .LoadingLogo
  {
      color: #000;
      font-family: 'Luckiest Guy', cursive;
      text-align: center;
      position: relative;
      top: 200px;
  }
  

.navbar{
    background-color: #444a4e;
}
.navbar-brand{
    color: #fff;
    font-size: 40px;
    font-family: 'Bahianita';
    animation: btn 1s infinite ease;
}
@keyframes btn {
    from, 49% { transform-origin: -50% 100%; }
  50%, 75%, to { transform-origin: 150% 100%; }
  25% { transform: rotate(-10deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(10deg); }
}
.navbar ul li{
    list-style: none;
    display: inline-block;
    font-family: 'Bahianita';
}
.navbar li p{
    color: #fff;
    font-size: 40px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.navbar-brand:hover{
    transition: 0.7s;
    animation: none;
}

#Opnbtn{
    color: #000;
    background-color: #ffff;
    padding: 20px;
}


.sidebar{
    position: fixed;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
}
.sidebar ul{
    position: relative;
    top: 100px;
    width: 50%;
    margin-left: 50px;
}
.sidebar li {
    list-style: none;
    display: block;
    text-decoration: none;
}
.sidebar li a{
    font-size: 90px;
    font-family: 'Bahianita';
    text-decoration-line: underline;
    text-decoration-color: #fbb471;
    color: #fff;
}
.sidebar li a:hover{
    text-decoration-line: line-through;
    text-decoration-color: red; 
    transition: 0.5s;
}
.navbar li p{
    color: #fff;
    font-size: 40px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

#closebtn{
    color: #000;
    float: right;
    font-size: 70px;
    font-family: 'Fredericka the Great';
    margin-right: 50px;
    text-decoration: none;
}
main{
    height: 120vh;
    background-color: #444a4e;
}

.Greet{
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 100px;
}
.Greet h1
{
    color: salmon;
    font-size: 150px;
    font-family: 'Fredericka the Great';
}
.Greet h2
{
    color: #eee;
    font-size: 70px;
    font-family: 'Fredericka the Great';
}
.Greet span{
}
.Greet p{
    color: #eee;
    font-family: fantasy, cursive;
    letter-spacing: 2px;
}
.Greet a{
    color: #fff;    
    border: 2px solid darkcyan;
    padding: 10px;
    transition: 0.7s;
}
.Greet a:hover{
    text-decoration: none;
    background-color: #fbb471;
    border: 2px solid #444a4e;
    transition: 0.9s;
}

.Unique{
    height: 130vh;
    background-color: #444a4e;
    text-align: justify;
}
.get{
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    height: 85vh;
}
.right {
    float: right;
}
.left .text{
    padding: 10px;
    position: relative;
    top: 30px;
    left: 50px;
}
.text h1{
    border-bottom: 1px solid saddlebrown;
    width: 25%;
    font-size: 60px;
    font-family: 'Bahianita';
}
.text ul{
    position: relative;
    top: 20px;
    width: 40%;
}
.text li {
    list-style: none;
    margin: 10px;
    font-family: fantasy;
}



.strategy{
    height: 120vh;
    border: 10px solid salmon;
    text-align: center;
}
.strategy h1{
    position: relative;
    top: 100px;
    font-family: 'Fredericka the Great';
    text-decoration-line: underline;
}
.strategy p{
    position: relative;
    top: 150px;
    font-size: 30px;
    font-family: 'Handlee', cursive;
    width: 50%; 
    margin: 0 auto;
}
.strategy ul{
    position: relative;
    top: 200px;
    font-size: 30px;
    font-family: 'Bahianita';
}


footer{
    height: 50vh;
    background-color: #444a4e;
}
footer a{
    color: #fff;
    position: relative;
    top: 50px;
    margin-left: 50px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    font-size: 40px;    
    font-family: 'Bahianita';
}
footer ul{
    position: relative;
    top: 50px;
}
footer li{
    color: #fff;
    list-style: none;
    margin: 10px;
    font-family: 'Dokdo', cursive;
}
footer li a{
    font-size: 30px;
    font-family: 'Dokdo', cursive;
    border: none;
}
.cont b{
    color: #444a4e;
    font-family: 'Fredericka the Great';
}


/*For Iphone X ,6,7,8*/
@media(max-aspect-ratio: 16/9)
{
    .sidebar li{
        margin: 10px;
    }
    .sidebar li a{
        font-size: 30px;
    }
    .Greet h1{
        font-size: 90px;
    }
    .Greet h2{
        font-size: 40px;
    }
    .get{
        height: 115vh;
    }
    .left .text{
        left: 10px;
    }
    .text h1{
        font-size: 40px;
        width: 50%;
    }
    .text ul{
        width: 100%;
    }
    .text li{
        font-size: 12px;
    }
    .strategy{
        height: 130vh;
    }
    .strategy h1{
        font-size: 30px;
    }
    .strategy p{
        font-size: 20px;
    }
    .strategy li{
        font-size: 20px;
    }
    footer{
        height: 80vh;
    }
    footer li a{
        font-size: 20px;
    }
}
/*For Iphone 5*/
@media (max-height: 568px) and (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2)
{
    .Greet h1{
        font-size: 60px;
    }
    .Greet h2{
        font-size: 30px;
    }
    .Unique{
        height: 150vh;
    }
    .get{
        height: 145vh;
    }
    .strategy{
        height: 160vh;
    }
}

/* For S5*/
@media (max-height: 640px) and (max-width: 360px) 
{
    .Greet h1{
        font-size: 80px;
    }
    .Greet h2{
        font-size: 30px;
    }
    .Unique{
        height: 150vh;
    }
    .get{
        height: 145vh;
    }
    .strategy{
        height: 160vh;
    }
}

  
::-webkit-scrollbar{
    width: 0px;
}