/* -------------------- */
@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Oswald');

.topnav {
    position: fixed;
    align-items: flex-end;
    justify-content: flex-end;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 70px;
    background-color:black;
    box-shadow: 0px 0px 10px gray;
    display: flex;
    line-height: 50px;
  }
  
  
  .topnav> .brand {
      position: absolute;
      left: 5%;
      top: 12%;
  }
  
  .topnav .link {
    flex: left;
    margin: 7% 10px 11px;
    padding: 10px 0 0 12px;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-family:open-sans-serif;
    /* font-weight: bolder;  */
  
  }
  .topnav >a>i{
    display: inline;
    float: left;
    margin-top: 12px;
    margin-right:12px;
    margin-bottom:17px;
  }
  .topnav>a :hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
  
  }
  
  .topnav >.link:hover {
    border-bottom: 2px solid white;
  
  }
  .footer-sticky {
    position: absolute;
    width:100%;
    /* bottom:0%; */
    background: black;
    color:white;
    /* margin-top: 10px; */
    font-family:open-sans-serif;
    /* padding-bottom: 20px; */
  }
  
  .icons{
    padding-top: 1rem;
    text-align: center;
  
  }
  
  .icons a{
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    margin: 0.5rem;
    color: #f4f4f4;
  }
  
  .company-name{
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
  
  @media (max-width: 500px){
    html{
        font-size: 50%;
    }
  }    
  
  @media(min-width: 501px) and (max-width: 768px){
    html{
    font-size: 50%;
    }
  }  
header{
    margin: 0;
    padding: 0;
}
main{
    padding: 0;
    margin: 0;
    max-width:100%;
    max-height:100%;
}
#img-container{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#r{
     max-width:100%;
    max-height:100%;
}
#testr{
    background-color: aquamarine;
    padding:30%;
}
#h1-about{ 
    position: absolute;
    top:3%;
    left:1%;
    margin-top: 100px;
    font-size: 130px;
    background-color: rgb(76, 245, 194);
    border:solid 1px black;
}
.line-1{
    max-width: 30%;
    position: absolute;
    top:20%;  
    left:2%;
    margin-top: 100px;
    box-sizing: border-box;
    font-size: 60px;
    font-family: Amatic SC, cursive;
    background-color:rgb(252, 236, 146);
    white-space: nowrap;
    overflow: hidden; 
}
.line-2{
    position: absolute;
    top:28%;  
    left:5%;
    margin-top: 100px;
    box-sizing: border-box;
    background-color:rgb(241, 97, 193);
    font-size: 50px;
    font-family: Amatic SC, cursive;

}
.line-1{
    animation: animated-text 2s steps(30,end) 1s 1 normal both;
  }
  .line-2{
    animation: animated-text2 2s steps(30,end) 1s 1 normal both;

  }
  
  /* text animation */
  
  @keyframes animated-text{
    from{width: 0;text-color:transparent}
    to{width: 30%;}
  }
  @keyframes animated-text2{
    from{width: 0;text-color:transparent}
    to{width: 18%;}
  }
 #my-id{
     /* border: 1px solid rgb(233, 0, 0); */
}
#our-story{
    max-width:30%;
    padding-left: 2%;
}
#our-story>h1{
    font-size:80px;
}
  #my-id {
    width:100%;
    height:auto;
    font-size:25px;
    font-family: Amatic SC, cursive;
    margin-bottom:5%;
    line-height: 1.4;
    margin-top:5%;
    padding-left:4%;
    box-shadow: 3px 1px 1px 1px rgb(255, 129, 224);
  }
  #story-img {
      width: 200px;
      height:200px;
  }
  html {
    box-sizing: border-box;
  }

  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  .column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  
  @media screen and (max-width: 650px) {
    .column {
      width: 50%;
      display: block;
    }
  }
  
  .card {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
     */
     text-align: center;
     /* border: solid 1px black; */
     box-shadow: 3px 0 0 1px rgb(159, 255, 199);

  }

  .card>img{
      height:30%;
      width: 30%;
      text-align: center;
      border-radius: 100%;
      /* border:solid 1px red; */
      clip-path: circle();

  }  
  .container {
    padding: 0 16px;
    text-align: center;
  }
  
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  .container>h2{    
      font-family: Amatic SC, cursive;
      font-weight:900;
      font-size:30px;

}
  
  .title {
    color: grey;
  }
  
  .social-icons {
    padding: 0;
    list-style: none;
    margin: 1em;
  }
  
  .social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1em;
  }
  
  .social-icons i {
    color: #fff;
    position: absolute;
    top: 0.95em;
    left: 0.96em;
    transition: all 265ms ease-out;
  }
  
  .social-icons a {
    display: inline-block;
  }
  
  .social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #ff003c, #c648c8);
    transition: all 265ms ease-out;
  }
  
  .social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
  }
  
  .social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #ff003c;
    background: -webkit-linear-gradient(45deg, #ff003c, #c648c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
  }
 
 
  

