html, body{
    background-color: #F4F5F9;
    overflow-x: hidden;
    height: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.offcanvas-full-screen {
    position: fixed;
    z-index: 1;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #4268E7;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow-y: auto;
  }
  
  [data-whatinput='mouse'] .offcanvas-full-screen {
    outline: 0;
  }
  
  .offcanvas-full-screen.is-transition-overlap {
    z-index: 10;
  }
  
  .offcanvas-full-screen.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  }
  
  .offcanvas-full-screen.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  
  .offcanvas-full-screen.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  
  .offcanvas-full-screen.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " ";
  }
  
  .offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  
  .offcanvas-full-screen-inner {
    padding: 1rem;
    text-align: center;
  }
  
  .offcanvas-full-screen-menu {
    margin: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .offcanvas-full-screen-menu{
    margin-top: 40px;
    text-align: center;
  }

  .offcanvas-full-screen-menu > li {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  
  [data-whatinput='mouse'] .offcanvas-full-screen-menu > li {
    outline: 0;
  }
  
  .offcanvas-full-screen-menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
  }
  
  .offcanvas-full-screen-menu input,
  .offcanvas-full-screen-menu select,
  .offcanvas-full-screen-menu a,
  .offcanvas-full-screen-menu button {
    margin-bottom: 0;
  }
  
  .offcanvas-full-screen-menu > li {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  
  .offcanvas-full-screen-menu > li > a {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .offcanvas-full-screen-menu a {
    color: #fefefe;
  }
  
  .offcanvas-full-screen-menu a:hover {
    color: #b2b2b2;
  }
  
  .offcanvas-full-screen-close {
    color: #fefefe;
    font-size: 2rem;
    right: 10px;
    position: absolute;
  }
  
  .offcanvas-full-screen-close:hover {
    color: #b2b2b2;
  }

.nav{
  width: 10%;
}
  
#left{
    margin-top: 20px;
    position: relative;
    left: 5%;
    float: left;
}

#center{
    margin-top: 20px;
}

#right{
    position: relative;
    margin-top: 20px;
    float: right;
    right: 3%;
}

.bg-white-circle{
    border-radius: 50%;
    background: #fff;
    padding : 15px;
}

.search{
  width: 300%;
  position: absolute;
  top: -10px;
  right: 120%;
  display: flex;
  outline: none;
}

.search input{
  border-radius: 20px;
  height: 42px;
  padding-left: 35px;
  box-sizing: border-box;
  color: #b6b6b6;
  border-width:0px;
  border:none;
  outline: none;
  box-shadow: 0px 0px 0px !important;
}

.search i{
  height: 32px;
  font-size: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
  color: #cacbcf;
}

*:focus {
  outline: none;
}

input:focus,
input:active {
 box-shadow: none !important;
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 outline: none !important;
}


*{
  -webkit-tap-highlight-color: transparent;
}

.logo{
  width: 90%;
  position: relative;
  height: 150px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 50px;
  margin-top: 20px;
  background: linear-gradient(90deg, #4066e5 16px, transparent 1%) center, linear-gradient(#4066e5 16px, transparent 1%) center, #486fe8;
  background-size: 22px 22px;
}

.logo h1, .logo h2{
  position: relative;
  text-align: center;
  top: 30px;
  line-height: 30px;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  color: #fff;
}

.logo h1{
  display: block;
  margin: 0px 40px;
}

.logo h2{
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 6px;
  font-style: italic;
  font-size: 22px;
  opacity: 95%;
}

.browse-categories{
  position: relative;
  top: 70px;
  text-align: center;
  display: block;
}

.browse-categories h4{
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2b1d1c;
  font-size: 17px;
  font-weight: 700;
}

.browse-categories h4 a{
  font-weight: 600;
  font-size: 15px;
  color: #3a62de;
}

.categories{
  display: flex;
  position: relative;
  top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  align-items: center;
  justify-content: center;
}

.category{
  display: inline-flex;
  margin-right: 4px;
  margin-left: 4px;
}

#icon{
  cursor: pointer;
}

.owl-carousel{
  position: relative;
  top: 75px;
  padding-bottom: 20px;
}

#carousel-content{
  display: table-cell;
  text-align: center;
  margin: 0px 15px;
  height: 200px;
  width: 175px;
  background-color: white;
  border-radius: 30px;
}

#botimg{
  position: relative;
  top: 10px;
  margin: 0 auto;
  border-radius: 50%;
  max-width:128px;
  height:auto;
}

.botimg{
  position: relative;
  top: 10px;
  margin: 0 auto;
  border-radius: 50%;
  max-width:128px;
  height:auto;
}

.botname, .botusername{
  position: relative;
  top: 15px;
  margin: 0;
  font-weight: 600;
}

.botname{
  color: #2a2a2a;
  text-overflow: ellipsis;
  line-height: 12px;
  margin: 0px 10px;
  font-size: 16px;
}

.botusername{
  color: #767489;
  font-weight: 520;
  font-size: 12px;
}

.main{
  background-color: #fff;
  height: 100%;
  border-radius: 0 0 0 10%;
}

.body{
  width: 100vw;
}

.botinfo-container{
  background:
  -webkit-radial-gradient(#486fe8 15%, transparent 1%),
  -webkit-radial-gradient(#486fe8 15%, transparent 1%),
  #4268e7;
  background-size: 25px 25px;
  height: 87%;
  width: 94%;
  margin: 0px auto;
  border-radius: 0 0 15% 15%;
}

.dev-info{
  position: relative;
  height: 13%;
  width: 100%;
}

.botinfo{
  position: relative;
  top: 0px;
  padding-bottom: 10px;
  text-align: center;
  margin: 0px auto;
}

.bot-image{
  margin-top:40px;
  border-radius: 50%;
  max-width:128px;
  height:auto;
  margin-bottom: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
}

.botinfo p{
  margin: 0px auto;
}

.bot-rating{
  color: #F7B32B;
  font-size: 22px;
}

.bot-name, .bot-username, .bot-description{
  color: #fefefe;
}

.bot-username{
  font-size: 14px;
  font-weight: 500;
}

.bot-name{
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.bot-description{
  font-size: 14px;
  line-height: 12px;
}

.dev-info{
  display: inline-flex;
}

.dev-all1{
  font-size: 100%;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 0px;
  background-color: #68c86e;
  height: 40px;
  width: 40px;
  border-radius: 60% 0 0 0;
  cursor: pointer;
}

.dev-all2{
  font-size: 100%;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 0px;
  background-color: #68c86e;
  height: 40px;
  width: 70px;
  cursor: pointer;
}

.dev{
  position: relative;
  left: 3%;
  width: calc(100vw - 110px);
}

.dev p{
  position: relative;
  margin: 0;
  font-size: 11px;
  line-height: 12px;
  left: 10px;
  color: #2a2a2a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 190px;
}

@media screen and (min-width: 350px) {
  .dev p{
    width: 220px;
  }
}
@media screen and (min-width: 410px) {
  .dev p{
    width: 275px;
  }
}
@media screen and (min-width: 760px) {
  .dev p{
    width: 600px;
  }
}

@media screen and (max-width: 374px) {
  .logo h1{
    font-size: 28px;
  }
}


.dev h1{
  position: relative;
  left: 10px;
  margin: 0;
  top: 3px;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #2a2a2a;
}

.dev-all2 p{
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  left: 8px;
  top: 10px;
  color: #f3f9f7;
}

.dev-all1 p{
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 10px;
  color: #f3f9f7;
}