/* .main_container{
    padding-left: 170px;
    padding-righorizentallinet: 170px;
} */

@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');




body {
    font-family: 'Nunito', sans-serif;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}


.hero_bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url('/images/Homepage-Hero-Image-Optimized-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    background-size: cover;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.custom_nav {
    background: transparent !important;
}

.custom_nav ul li a {
    color: white !important;
    text-transform: uppercase;
    margin-right: 37px;
    transition: all .2s ease-in-out;
    font-size: 12px;

}

.custom_nav ul li a:hover {
    color: #60efff !important;
    transform: scale(1.1);
    /* box-shadow: 0px 15px 20px rgba(44, 114, 255, 0.489); */
}


.hero_heading h1 {
    margin-top: 65px;
    color: #60efff;
    font-size: 72px;
    font-weight: 600;
 
}

.hero_heading:hover {
    color: #60efff;

}


.hero_par p {
    color: white;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Nunito Light', sans-serif;
}

.hero_btn a {
    background: linear-gradient(90deg, #60efff, #0061ff);
    text-decoration: none;
    color: white !important;
    font-weight: 500;
    border-radius: 30px;
    padding: 13px 43px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;


}

.hero_btn a:hover {
    background: #60efff;
    box-shadow: 0px 15px 20px rgba(44, 114, 255, 0.489);
    transform: translateY(-7px);
    color: black !important;


}

.herro_bottom_para p {
    margin-top: 150px;
    color: #60efff;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 60px !important;
}


.section2_margin {
    margin-top: 130px;
}

.left_col_heading_col {
    background: -webkit-linear-gradient(#0061ff, #60efff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    font-size: 60px !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;

}

.righttexthead {
    font-family: 'Nunito Bold', sans-serif;
    font-weight: bold;
    size: 24px;
    color: #606c80;
}

.righttextpara {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    size: 24px;
    color: #606c80;

}

.copyright {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #8fa2bf;


}

.copyright1 a {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #8fa2bf !important;


}


/* .left_col_heading_col:hover {
    transform: scale(1.05);
} */

.sec2_Bottom_para {
    font-size: 40px !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    color: #8fa2bf;

}

.sec3_top_heading h3 {
    background: -webkit-linear-gradient(#60efff, #0061ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    font-size: 60px !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.blank_100px {
    height: 100px;
}
.blank_50px {
    height: 50px;
}
.blank_20px {
    height: 20px;
}

/* 
.sec3_top_heading:hover {
    transform: scale(1.05);
} */




.footer_link ul li a {
    text-decoration: none;

}

.footer_link ul li {
    list-style: none;
}

.footer_link ul {
    padding: 0px !important;
}

.footer_sb {
    margin-top: 150px !important;
}


.navbar-toggler {
    background: #60efff !important;
}







@media only screen and (min-width: 1000px) {
    .main_container {
        padding-left: 170px !important;

        padding-right: 170px !important;
    }

}

@media(max-width:768px) {
    #btn2 {
        position: relative;
        bottom: 50px;
    }
}
