@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@600&display=swap');
body {
    background-color: rgb(26, 26, 26);
    font-family: 'Libre Franklin', sans-serif;
    /* background: linear-gradient(90deg, #faae06 50%, #8a419b 50%); */
}

/*             
            .font-lato-black {
                font-family: 'font-lato-black';
            } */

.font-theme {
    color: #01a0c8 !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-top-200 {
    padding-top: 200px !important;
}

.padding-top-250 {
    padding-top: 250px !important;
}

.padding-top-300 {
    padding-top: 300px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

.font-bold {
    font-weight: 600;
}

.font-20 {
    font-size: 20px;
}

.font-40 {
    font-size: 40px;
}

.main-one {
    min-height: 100vh;
}

.section-one {
    position: relative;
    height: 100%;
    flex: 1;
    padding: 1rem;
    transform: scale(1);
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    width: 100%;
    /* background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url('../imgs/social_bg.jpg');
                transition: all 0.4s ease-in-out;
                height: 100%; */
}

.section-two {
    position: relative;
    height: 100%;
    flex: 1;
    padding: 1rem;
    transform: scale(1);
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    width: 100%;
}

/* .section-one:hover{
                background: linear-gradient(rgba(212, 211, 211, 0.85), rgba(0, 0, 0, 0.85)),url('../imgs/social_bg.jpg');
                opacity: 2;
              
            } */

.section-two .content-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-40%, -50%);
   
}

.section-one .content-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 45%;
    top: 48%;
    transform: translate(-40%, -50%);
    /* position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 65%)), url(../imgs/hero-1.jpg);
    background-size: cover;
    background-position: center; */
    /* background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url('../imgs/social_bg.jpg'); */
    /* transition: all 0.4s ease-in-out;
                height: 100%;
                -webkit-transition: all 0.4s ease-in-out 0s;
                -moz-transition: all 0.4s ease-in-out 0s;
                transition: all 0.4s ease-in-out 0s; */
}

.section-one:hover {
    transform: scale(0.95);
}

.section-two:hover {
    transform: scale(0.95);
}

.logo-img {
    position: relative;
    width: 200px;
}

.logo-img-alt {
    width: 220px;
    filter: invert();
}

.section-one h2 {
    color: white;
    /* font-family: Raleway; */
    font-weight: 600;
    text-align: center;
    margin: 15px 0px 30px;
}

.section-two h2 {
    color: white;
    /* font-family: Raleway;*/
    font-weight: 600;
    text-align: center;
    margin: 15px 0px 30px;
}

.btn-theme {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    border-radius: 50px;
    background-size: 200% auto;
    font-size: 16px;
    border: 0;
    font-weight: 800;
    transition: all 0.3s ease-in-out;
    color: white;
    background-image: linear-gradient(to top right, #750095b3 30%, #dc5bffb3 67%, #9422b3a8 100%);

}

.btn-theme:hover {
    color: white;
  
    background-position: right center;
    text-decoration: none;
}

.btn-theme-alt {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    border-radius: 50px;
    background-size: 200% auto;
    font-size: 16px;
    border: 0;
    font-weight: bolder;
    transition: all 0.3s ease-in-out;
    color: white;
    /* background-image:  linear-gradient(to top right, #00a0c7 30%, #00a0c799 67%, #00a0c7 100%); */
    background-image: linear-gradient(to top right, #095570 27%, #7ed4f1ed 84%, #00a0c7 100%);
}

.btn-theme-alt:hover {
    color: white;
  
    background-position: right center;
    text-decoration: none;
}

.border-line:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100vh;
    left: 50%;
    background: linear-gradient(to top right, #00a0c7 30%, #37daff 67%, #00a0c7 100%);
}

.social-icons {
    display: flex;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.social-icons li {
    list-style: none;
}

.social-icons li a {
    width: 65px;
    height: 65px;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    margin: 0 10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
}

.social-icons li a .icon {
    position: relative;
    color: #00a0c7;
    transition: .5s;
    z-index: 3;
}



.social-icons li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.social-icons li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.social-icons li a:hover:before {
    top: 0;
}

.social-icons li:nth-child(1) a:before {
    background: #3b5999;
}

.social-icons li:nth-child(2) a:before {
    background: #dc2d75;
}

.social-icons li:nth-child(3) a:before {
    background: #0077b5;
}

.social-icons li:nth-child(4) a:before {
    background: #dd4b39;
}

@media screen and (max-width: 500px) {
    .section-two h2 {
        margin: 15px 10px 30px;
    }
    .section-one h2 {
        margin: 15px 10px 30px;
    }
    .social-icons {
        display: flex;
        position: relative;
        padding: 10px 0px 30px;
    }
    .social-icons li a {
        margin: 0 5px;
    }
    .section-one .content-overlay{
        left: 0% !important;
        transform: translate(0%, -50%) !important;
    }
    .section-two .content-overlay{
        left: 0% !important;
        transform: translate(0%, -50%) !important;
    }
    
}

@media screen and (max-width: 900px) and (min-width: 501px) {}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #232741;
    background: linear-gradient(rgb(0 0 0 / 33%), rgb(29 29 29 / 69%)), url(../imgs/main_index/hero-3.jpg);
    background-repeat: no-repeat;
background-size: cover;
background-position: center;
}


#particles-js-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 49%), rgb(29 29 29 / 69%)), url(../imgs/main_index/hero-1.jpg);
    background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats, .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.content_body{
    margin-top: 50px;
}
.content_body a{
    color: #48c4f5;
    text-align: start;
    
}
.content_body a b{
    font-size: 18px;
    color: white;
    margin-right: 5px;
}