@import url('../../assets/lib/css/google-fonts-v0.01.css');
:root{
    --text-font: 'Raleway', sans-serif;
}
body{
    padding-top: 76px;
}
.top-nav{
    height: 76px;
    background-color: #1CDAFF;
    background-image: linear-gradient(90deg, #1CDAFF, #00ef9f);
    margin-bottom: 90px;
    padding: 0px 100px 0px 100px;
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: all .2s;
    box-shadow: 0px -4px 4px 5px #00000038;
    font-family: var(--text-font);
    user-select: none;
}
.brand {
    font-size: 40px;
    display: inline-block;
    line-height: 75px;
    font-family: 'Alatsi', sans-serif;
}
.brand span{
    font-size: 45px;
}
.brand img{
    margin-bottom: 8px;
    width: auto;
    height: auto;
}
.navbar{
    float: right;
    line-height: 60px;
    font-size: 15px;
}
.navbar li{
    list-style: none;
    margin: 0px 10px;
}
.navbar li a, .brand a{
    color: white;
    text-decoration: none;
}
.top-nav .navBtn{
    fill: white;
    float: right;
    margin-top: 18px;
    display: none;
    cursor: pointer;
}
.top-nav .side-navbar{
    position: absolute;
    right: 70px;
    top: 76px;
    background-color: rgb(252, 252, 252);
    width: 200px;
    box-shadow: 0px 0px 4px 1px #0000001a;
    padding: 10px 0px;
    font-weight: 300;
    font-size: 15px;
    display: none;
}
.top-nav .side-navbar li a{
    text-decoration: none;
    color: #0ec6b9;
}
.top-nav .side-navbar li{
    list-style: none;
    padding: 8px 0px 8px 20px;
}
.container-section-1 .col-lg-5, .container-section-1 .col-lg-7{
    height: 340px;
}
.container-section-1{
    height: auto;
    margin: 60px auto;
}
.container-section-1-left{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(250, 250, 250, 0) !important;
}
.loading{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 40px;
    height: 40px;
    border: 2px solid #0ec6b9;
    animation: rotating .4s linear infinite;
    border-radius: 50%;
    border-bottom-color: transparent;
    z-index: 1;
}
.hide-loading{
    display: none;
}
@keyframes rotating{
    to{ transform: rotate(360deg); }
}
.container-section-1-right{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.container-section-1-right h1{
    font-family: 'Source Sans Pro', sans-serif;
    color: #0ec6b9;
}
.container-section-1-right p{
    font-family: var(--text-font);
    font-size: 17px;
    max-width: 520px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.container-section-1-right button, .show-more{
    border: 0px;
    border-radius: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: white;
    background-image: linear-gradient(90deg, #1CDAFF, #00ef9f);
    margin-top: 15px;
    padding: 10px 60px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.image-area{
    margin-top: 65px;
    text-align: center;
    background-color: rgb(250, 250, 250);
    border-top: 1px solid rgb(242, 242, 242);
    border-bottom: 1px solid rgb(242, 242, 242);
}
.image-area .image-area-cols{
    font-family: var(--text-font);
    padding-top: 40px;
    padding-bottom: 20px;
}
.image-area .image-area-cols img{
    width: 70px; 
    height: auto
}
.image-area .image-area-cols h2{
    margin-top: 20px;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #2c2c2c;
}
.image-area .image-area-cols p{
    font-size: 16px;
}
.endless-animation{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin-top: 70px; 
    font-size: 40px;
    text-align: center;
    color: #0ec6b9;
}
.endless-animation p{
    margin-top: 5px; 
    font-size: 15px; 
    margin-bottom: 40px;
    color: black;
    font-family: var(--text-font);
}
.popular-animations{
    text-align: center;
}
.popular-animations .title{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
.popular-animations .slider{
    height: 150px;
    margin-bottom: 20px;
}
.popular-animations .skitter{
    background-color: transparent;
}
.show-more{
    margin-top: 20px;
    padding: 14px 100px;
    position: relative;
    z-index: 2;
}
.slider-skins{
    background-image: linear-gradient(90deg, #1CDAFF, #00ef9f);
    margin-top: 95px;
    text-align: center;
    padding: 32px 0px 25px 0px;
}
.slider-skins h4{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}
.slider-skins .column{
    margin: 32px 0px 25px 0px;
}
.slider-skins a{
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.slider-skins p{
    font-family: var(--text-font);
    font-size: 17px;
    color: white;
}
.slider-skins button{
    background-color: transparent;
    border: 2px solid white;
    border-radius: 20px;
    padding: 5px 20px;
    transition-duration: .1s;
    color: white;
}
.easily-started{
    text-align: center;
    margin-top: 105px;
    margin-bottom: 100px;
}
.easily-started h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #0ec6b9;
    margin-bottom: 5px;
}
.easily-started p{
    max-width: 780px;
    font-family: var(--text-font);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 19px;
}
.footer{
    background-color: rgb(250, 250, 250);
    border-top: 1px solid rgb(242, 242, 242);
    text-align: left;
}
.footer .column div{
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 17px;
    width: 140px;
    padding-left: 10px;
    margin: 30px 0px 10px 0px;
    border-radius: 2px;
}
.footer .column .title{
    background-image: linear-gradient(90deg, #1CDAFF, #00ef9f);
}
.footer .column p{
    font-family: var(--text-font);
    max-width: 450px;
}
.footer .menu{
    padding-left: 0px;
    margin-bottom: 50px;
}
.footer .column ul{
    margin-left: -30px;
}
.footer .column ul li{
    list-style: none;
    margin: 10px 0px;
}
.footer .column ul li a{
    color: #212529;
    text-decoration: none;
}
.copyright-area{
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    padding: 5px;
    background-image: linear-gradient(90deg, #1CDAFF, #00ef9f);
    color: white;
}
.blog--bg-image{
	background:url(../../images/blog-header-img.jpg) center top; 
	position: absolute;
	z-index: -1; 
	width: 100%; 
	height: 737px;
}
.blog--bg-image svg{
    position: absolute; 
    bottom: 0px; 
    z-index: 1; 
}
.blog--bg-image svg:nth-child(1){
    fill: rgba(14, 198, 186, 0.52);
}
.blog--bg-image span{
    display: block;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.40);
}
/* upper area start here */
.blog--upper-area{
    min-height: 800px;
    margin-bottom: 40px;
}
.blog--bg-image-text{
	text-align: center; 
	font-family: var(--text-font);
	color: white; 
	max-width: 650px; 
	font-size: 20px;
    margin: auto;
    margin: 130px auto;
}
.blog--bg-image-text.for-category{
    margin: 138px auto;
}
.blog--bg-image-text h1{
    font-family: 'Secular One', sans-serif; 
    font-size: 74px;
}
.blog--bg-image-text .select-category{
    width: 200px;
    margin: auto;
    margin-top: 32px;
    position: relative;
}
.blog--bg-image-text .select-category div{
    width: 200px;
    line-height: 50px;
    user-select: none;
    background-color: white;
    color: black;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 2px;

}
.blog--bg-image-text .select-category ul{
    position: absolute;
    transform: translateY(-80px);
    padding: 0px;
    display: none;
}
.blog--bg-image-text .select-category ul li{
    list-style: none;
    width: 200px;
    line-height: 50px;
    background-color: white;
    color: black;
    font-size: 1rem;
    user-select: none;
    cursor: pointer;
}
.blog--bg-image-text .select-category ul li:first-child{
    border-radius: 2px 2px 0px 0px;
}
.blog--bg-image-text .select-category ul li:last-child{
    border-radius: 0px 0px 2px 2px;
}
.blog--bg-image-text .select-category ul li:not(:last-child){
    border-bottom: 1px solid rgb(228, 228, 228);
}
.blog--bg-image-text .select-tags .tags-input{
    width: 100%;
    max-width: 450px;
    background-color: white;
    margin: auto;
    padding: 14px;
    margin-top: 32px;
    border-radius: 2px;
}
.blog--bg-image-text .select-tags input{
    outline: none;
    border: none;
    font-size: 17px;
    padding: 8px 10px 6px 10px;
    width: 100%;
    border: 1px solid #bdbdbd;
    font-weight: 400;
    border-radius: 2px;
    cursor: pointer;
}
.blog--bg-image-text .select-tags .tags-area{
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: white;
    margin: auto;
    margin-top: 4px;
    width: 100%;
    max-width: 450px;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 2px;
    display: none;
    z-index: 9;
}
.blog--bg-image-text .select-tags .tags-area::-webkit-scrollbar {
    width: 20px;
  }
.blog--bg-image-text .select-tags .tags-area::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: white;
  }
.blog--bg-image-text .select-tags .tags-area::-webkit-scrollbar-thumb {
    background: #586069; 
    border-radius: 14px;
    border: 7px solid white;
}
.blog--bg-image-text .select-tags .tags-area .list{
    height: 100%;
    width: 100%;
    color: black;
    border-radius: 2px;
    background-color: white;
    text-align: left;
    padding: 7px 9px;
    cursor: default;
}
.blog--bg-image-text .select-tags .tags-area .list ul{
    margin-left: -40px;
}
.blog--bg-image-text .select-tags .tags-area .list ul img{
    width: 26px;
    position: relative;
    left: 50%;
    transform: translateX(-13px);
    margin-top: 15px;
}
.blog--bg-image-text .select-tags .tags-area .list li{
    list-style: none;
    display: inline;
    cursor: pointer;
    font-size: 15px;
    padding: 4px 8px;
    user-select: none;
    border-radius: 2px;
    border-top: 1px solid #00000015;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
    margin: 4px 2px;
    display: inline-flex;
    flex-wrap: wrap;
    white-space: pre;
}
.blog--bg-image-text .select-tags .tags-area .list li span{
    font-weight: 600;
    color:#0ec6b9;
}
.tag-error{
    font-size: 14px;
    color: red;
    text-align: center;
    margin-top: 15px;
}
.load-post-error{
    width: 100%;
    text-align: center;
}
.load-post-error span{
    color: red;
    font-size: 17px;
    font-weight: 500;
}
.blog--post-area{
    position: relative;
    margin-bottom: 15px;
    min-height: 400px;
}
.blog--post-area .need-more-posts{
    text-align: center;
    position: absolute;
    z-index: -1;
    bottom: 200px;
}
.blog--post-area .preloader-container{
    visibility: hidden;
}
.blog--post-area .preloader-container .visibale-loader{
    visibility: visible;
}
.blog--post-area .preloader{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
}
.blog--post-area .no-more-posts{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    border: 1px solid rgb(231 231 231);
    font-size: 12px;
    padding: 4px 14px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 110px;
    height: 28px;
    text-align: center;
    background-color: white;
}
.blog--post-area .column{
    height: 400px;
    height: auto;
    padding: 0px 10px;
    margin-bottom: 30px;
}
.blog--post-area .column:hover .blog--post-card h3 a{
    color: #0ec6b9;
}
.blog--post-card{
    background-color: white;
    padding: 10px;
    height: 100%;
    border-radius: 2px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog--post-card img{
    width: 100%;
    border-radius: 2px;
    margin-bottom: 15px;
}
.blog--post-card ul{
    margin-left: -39px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.blog--post-card ul li{
    list-style: none;
    display: inline;
    padding: 2px 6px;
    margin-right: 4px;
    border-radius: 2px;
    background-image: linear-gradient(90deg, #1CDAFF, #00ef9f);
}
.blog--post-card ul li a{
    color: rgb(30, 30, 30);
}
.blog--post-card h3{
    display: inline-block;
    margin-top: -8px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.blog--post-card h3 a{
    color: black;
    text-decoration: none;
    transition-duration: .2s;
}
.post-extra-info{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
}
.post-extra-info svg{
    fill: rgb(58, 58, 58);
}
.post-extra-info svg:nth-child(1),
.post-extra-info .author-icon{
    position: relative;
    top: -2px;
}
.post-extra-info span{
    margin-right: 4px;
}
.post-extra-info span a{
    color: black;
    transition-duration: .2s;
}
.post-extra-info span a:hover{
    color: #0ec6b9;
}
.blog--post-card p{
    font-family: var(--text-font);
    margin-top: 5px;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
button{
    outline: none !important;
}
.about--header-img{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about--container .column{
    padding: 40px 10px;
}
.about--container h2{
    font-family: 'Source Sans Pro', sans-serif;
}
.about--container p{
    font-family: var(--text-font);
    font-size: 17px;
}
.about--container .column a{
    text-decoration: none;
    color: black;
    transition-duration: .3s;
    font-family: 'Source Sans Pro', sans-serif;
}
.about--container .column a:hover{
    color: #1CDBFD;
}
.privacy--container .column{
    padding: 40px 10px;
}
.privacy--container h3,
.privacy--container h2{
    font-family: 'Source Sans Pro', sans-serif;
}
.privacy--container p{
    font-family: var(--text-font);
    font-size: 17px;
}
.privacy--container li{
    font-family: var(--text-font);
    font-size: 15px;
}
.privacy--container strong{
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
}
.privacy--container .column:first-child a{
    text-decoration: none;
    color: black;
    transition-duration: .3s;
    font-family: 'Source Sans Pro', sans-serif;
}
.privacy--container .column:first-child a:hover{
    color: #1CDBFD;
}
.disclaimer-container .column{
    padding: 40px 10px;
}
.disclaimer-container h3,
.disclaimer-container h2{
    font-family: 'Source Sans Pro', sans-serif;
}
.disclaimer-container p{
    font-family: var(--text-font);
    font-size: 17px;
}
.disclaimer-container .column:first-child a{
    text-decoration: none;
    color: black;
    transition-duration: .3s;
    font-family: 'Source Sans Pro', sans-serif;
}
.disclaimer-container .column:first-child a:hover{
    color: #1CDBFD;
}
.cdn-container{
    margin-top: 10px;
    padding: 50px 0px;
    text-align: center;
}
.cdn-container h2,
.cdn-container h3,
.cdn-container h4{
    font-family: 'Source Sans Pro', sans-serif;
}
.cdn-container p{
    font-family: var(--text-font);
    font-size: 17px;
    max-width: 650px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.cdn-container .main-p{
    font-size: 20px;
    max-width: 750px;
    margin-bottom: 40px;
}
.cdn-container .download-code-area{
    background-image: linear-gradient(90deg, #1CDAFF, #00ef9f);
    padding: 40px 0px;
}
.download-code-area .column{
    color: white;
}
.download-code-area .column p{
    min-height: 100px;
}
.cdn-container .download-code-area a{
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
}
.cdn-container .download-code-area button{
    background-color: transparent;
    border: 2px solid white;
    border-radius: 20px;
    padding: 5px 20px;
    transition-duration: .1s;
    color: white;
}
.cdn-container .cdn--cource-code{
    margin-top: 50px;
}
.cdn-container .cdn--cource-code a{
    text-decoration: none;
    color: black;
    transition-duration: .2s;
}
.cdn-container .cdn--cource-code a:hover{
    color: #1CDAFF;
    transition-duration: .2s;
}
.cdn-container .cdn--cource-code code{
    display: block;
    padding: 4px 10px;
}
.cdn-container .cdn--cource-code h4{
    margin-top: 30px;
}

.cookie-consent-container{
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 100%;
    width: 395px;
    min-height: 236px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 999;
    transition-duration: .15s;
    opacity: 0;
    transform: scale(.9);
}
.cookie-consent-container.show{
    opacity: 1;
    transform: scale(1);
}
.cookie-consent-container.hide{
    opacity: 0;
    transform: scale(.9);
}
.cookie-consent-container .header .img{
    display: inline-block;
    align-items: center;
    background: url(../../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    height: 40px;
    width: 40px;
}
.cookie-consent-container .header{
    padding-top: 15px;
    padding-left: 15px;
    user-select: none;
}
.cookie-consent-container .header .title{
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    position: relative;
    top: -12px;
    left: 8px;
}
.cookie-consent-container .cookie-content{
    padding: 0px 15px;
    font-family: var(--text-font);
    font-weight: 500;
}
.cookie-consent-container .cookie-content a{
    text-decoration: none;
    color: #0ec6b9;
    font-size: 14px;
}
.cookie-consent-container .cookie-btn{
    width: 100%;
    text-align: center;
    position: relative;
    bottom: -15px;
}
.cookie-consent-container .cookie-btn button{
    width: 240px;
    height: 45px;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #1CDAFF, #00ef9f);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
/* media queries start here */
@media only screen and (max-width: 1100px) {
    .top-nav{
        padding: 0px 20px 0px 20px;
    }
    .popular-animations .slider{
        height: 130px;
    }
}
@media only screen and (max-width: 991px) {
    .container-section-1 .col-lg-5{
        height: 500px;
    }
    .container-section-1 .col-lg-7{
        height: auto;
        padding-top: 20px;
    }
    .container-section-1{
        margin: 30px auto;
    }
    .image-area{
        padding: 30px 0px;
    }
    .popular-animations .slider{
        height: 185px;
    }
    .download-code-area .column{
        max-width: 500px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .cdn-container .heading-space{
        margin-top: 30px;
    }
    .download-code-area .column p{
        min-height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .container-section-1 .col-lg-5{
        height: 380px;
    } 
    .popular-animations .slider{
        height: 205px;
    }
    .footer .column p{
        margin-bottom: 0px;
    }
    .footer .menu{
        margin-bottom: 30px;
    }
    .about--header-img img{
        height: 260px;
    }
}
@media only screen and (max-width: 860px) {
    .navbar{
        display: none;
    }
    .top-nav{
        padding: 0px 60px 0px 60px;
    }
    .top-nav .navBtn{
        display: block;
    }
    .easily-started p{
        padding: 0px 40px;
    }
}
@media only screen and (max-width: 575px) {
    .container-section-1 .col-lg-5{
        height: 400px;
    }
    .container-section-1{
        margin: 10px auto;
    }
    .container-section-1 .col-lg-7{
        padding-top: 0px;
    }
    .popular-animations .slider{
        margin-bottom: 5px;
    }
    .slider-skins p{
        padding: 0px 30px;
    }
    .footer .menu{
        margin-bottom: 0px;
    }
    .footer .company{
        margin-bottom: 25px;
    }
    .footer .company div{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 525px) {
    .container-section-1 .col-lg-5{
        height: 375px;
    } 
    .popular-animations .slider{
        height: 190px;
    }
    .cookie-consent-container{
        width: 250px;
        min-height: 290px;
    }
    .cookie-consent-container .header .title{
        left: 2px;
    }
    .cookie-consent-container .cookie-btn button{
        width: 180px;
    }
}
@media only screen and (max-width: 475px) {
    .container-section-1 .col-lg-5{
        height: 350px;
    }
    .container-section-1{
        margin: 5px auto;
    } 
    .popular-animations .slider{
        height: 180px;
    }
    .easily-started p{
        padding: 10px;
    }
}
@media only screen and (max-width: 425px) {
    .container-section-1 .col-lg-5{
        height: 320px;
    }
    .container-section-1{
        margin: 5px auto;
    } 
    .popular-animations .slider{
        height: 165px;
    }
    .slider-skins p{
        padding: 0px 5px;
    }
}
@media only screen and (max-width: 375px) {
    .container-section-1 .col-lg-5{
        height: 270px;
    } 
    .popular-animations .slider{
        height: 150px;
    }
    .about--header-img img{
        margin-right: 140px;
    }
    
}
@media only screen and (max-width: 325px) {
    .container-section-1 .col-lg-7{
        margin-top: -10px;
    } 
    .popular-animations .slider{
        height: 130px;
    }
    .show-more{
        padding: 10px 60px;
    }
}
@media only screen and (max-width: 300px) {
    .container-section-1 .col-lg-5{
        height: 220px;
    } 
    .popular-animations .slider{
        height: 120px;
    }
}
@media only screen and (max-width: 560px) {
    .top-nav{
        padding: 0px 10px 0px 10px;
    }
    .brand {
        font-size: 32px;
    }
    .brand span{
        font-size: 35px;
    }
    .brand img{
        display: none;
    }
    .top-nav .side-navbar{
        right: 12px;
    }
}
@media only screen and (max-width: 350px) {
    .blog--bg-image-text{
        margin: 50px auto;
    }
    .blog--bg-image-text.for-category{
        margin: 50px auto;
    }
    .blog--bg-image-text h1{
        font-size: 55px;
    }
}
@media only screen and (max-width: 310px) {
    .brand {
        font-size: 22px;
    }
    .brand span{
        font-size: 25px;
    }
    .cookie-consent-container{
        left: 5px;
        bottom: 5px;
    }
}