/* Body CSS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,300..900;1,300..900&display=swap');
*{margin: 0; padding: 0;}
body{font-family: "Roboto", sans-serif !important;}
.container-fluid {--bs-gutter-x: 3.5rem !important;}
ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

/* Header */
nav.navbar.navbar-expand-lg.white {
    padding: 20px 0;
}
a.navbar-brand img {
    max-width: 120px;
    width: 100%;
}
ul.navbar-nav li a {
    color: #231f20;
    border: 1px solid #c5c7c8;
    border-radius: 50px;
    padding: 8px 17px !important;
}
ul.navbar-nav li a:hover, ul.navbar-nav li a:focus{
    background: #ec4356;
    color: #fff;
}
ul.navbar-nav li.user-profile a {
    border: none;
    padding: 0 0 0px 20px !important;
}
ul.navbar-nav li.user-profile a:hover, ul.navbar-nav li.user-profile a:focus{
    background: transparent;
}
ul.navbar-nav li.user-profile a img {
    max-width: 40px;
}
.custom-navbar{
    padding-left: 5% !important;
}
.custom-navbar li a{
    color:#231F20;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

/* Custom Alert */
.alert.custom-alert {
    background: #E6E7E8;
    border-radius: 35px;
    vertical-align: middle;
    border: 1px solid #BCBEC0;
    color: #231f20;
}
.custom-alert img {
    margin: 15px 0;
}
.custom-alert button.btn {
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 18% 0;
    padding: 12px 20px;
    width: 100%;
    border: 1px solid #BCBEC0;
}

/* Banner */
h1.banner-text-red {
    font-size: 65px;
    color: #ec4356;
    font-weight: 600;
}
h1.banner-text-dark {
    font-size: 65px;
    color: #231f20;
    font-weight: 600;
}
.banner-text-small {
    font-size: 15px;
    color: #231f20;
}
a.banner-btn{
    background: #ec4356;
    color:#fff;
    font-size: 14px;
    border: 1px solid #bcbec0;
    border-radius: 50px;
    padding: 10px 25px;
}
a.banner-btn:hover, a.banner-btn:focus{
    background: #231f20;
    color: #fff;
}

/* Mobile Screenshot */
h2.common-heading{
    font-size: 30px;
    color: #231f20;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}
ul.mobile-ss li{
    margin-right: 5px;
}
ul.mobile-ss li img {
    max-width: 320px;
    width: 100%;
}

/* Testimonials */
.gray-bg{
    background: #f1f2f2;
}
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.bx-controls-direction {
    display: none;
}
.testimonials-slider div {
    font-size: 25px;
}
.test-author{
    /* position: absolute; */
    left: 0;
    top: 0;
}
.test-author img{
    width: 80px;
    display: inline-block;
    margin: 0 auto 15px;
    border: 1px solid #f1f2f2;
    border-radius: 80px;

}
.testimonials-slider small{
    font-size: 12px;
    color: #231f20;
}
.bx-wrapper {
    border-radius: 20px;
    max-width: 750px !important;
    width: 100% !important;
    border: 20px solid #fff !important;
    box-shadow: none !important;
    margin: 0 auto;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    bottom: -70px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent !important;
    border: 1px solid #939598;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #939598 !important;
}

/* Icons Section */
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
h2.icon-heading-red{
    font-size: 50px;
    color: #ec4356;
    font-weight: 600;
}
.icon-section strong{
    color: #231f20;
    font-size: 18px;
}
.icon-section p{
    color: #231f20;
    font-size: 14px;
    font-weight: 400;
}

/* Footer */
.py-80{
    padding-top: 80px;
    padding-bottom: 80px;;
}
ul.social-feeds {
    border-bottom: 1px solid #231f20;
    padding-bottom: 20px !important;
    display: inline-block;
    width: 100%;
}
ul.social-feeds li b {
    font-size: 14px;
    color: #636466;
    font-weight: 400;
    display: inline-block;
    margin-right: 20px;
}
ul.social-feeds li a {
    margin-right: 5px;
}
ul.social-feeds li img {
    max-width: 30px;
    width: 100%;
}
ul.footer-links li b {
    font-size: 18px;
    color: #636466;
    font-weight: 600;
}
ul.footer-links li{
    padding: 8px 0;
}
ul.footer-links li a {
    font-size: 16px;
    color: #636466;
    font-weight: 400;
    text-decoration: none;
}
ul.footer-links li a img{
    max-width: 100px;
}
ul.footer-links li a:hover, ul.footer-links li a:focus{
    color: #231f20;
    text-decoration: underline;
}
.footer-bar{
    border-top: 1px solid #231f20;
    padding-top: 20px !important;
    display: inline-block;
    width: 100%;
}
.footer-bar ul li a{
    color: #636466;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    padding: 6px 8px;
}
.footer-bar ul li.footer-logo{
    margin-right: 15px;
}
.footer-bar ul li.footer-logo img{
    max-width: 120px;
    width: 100%;
}

/* About */
.vision{
    padding: 60px 15% !important;
}
.vision h3, .team h3{
    font-size: 48px;
    color:#F15E5E;
    font-weight: 700;
    margin-bottom: 40px;
}
.vision p{
    color:#231F20;
    font-size: 18px;
}

/* Team */
.team{
    padding: 60px 15% !important;
    background: #F1F2F2;
}
.team-row{
    border-bottom: 1px solid #231F20;
    padding: 20px 0;
    display: flex !important;
    align-items: center;
}
.team-row img{
width: 100%;
max-width: 100px;
}
.team-row strong{
display: inline-block;
width: 100%;
font-size: 24px;
color: #231F20;
line-height: normal;
}
.team-row small{
display: inline-block;
width: 100%;
font-size: 18px;
color: #231F20;
line-height: normal;
}
.team-row a{
display: inline-block;
width: 100%; 
font-size: 18px;
color: #231F20;
text-decoration: none;
line-height: normal;
}

/* content-creators */
.content-creators h6{
    color: #231f20;
    font-size: 18px;
}
.overlap-img{
    position: relative;
}
.float-img-1 {
    position: absolute;
    left: auto;
    right: -81%;
    bottom: -20px;
    z-index: -9;
}

.img-fluid.customImgOne{
    max-width: 140%;
    position: relative;
    left: -100px;
}

.img-fluid.customImgTwo{
    left: -4px;
    max-width: 130%;
    position: relative;
}

/* Mobile CSS */
@media only screen and (min-width:1px) and (max-width:767px) {
    .img-fluid.customImgOne{
    max-width: 100%;
    left: 0px;
}

.img-fluid.customImgTwo{
    left: 0px;
    max-width: 100%;
}

    .container-fluid {
        --bs-gutter-x: 2rem !important;
    }
    ul.navbar-nav {
        padding: 20px 0 0 !important;
    }
    ul.navbar-nav li.user-profile a {
        padding: 20px 0 0px 0px !important;
    }
    h1.banner-text-red, h1.banner-text-dark, h2.icon-heading-red {
        font-size: 32px;
    }
    ul.mobile-ss li {
        margin-right: 0;
        width: 100%;
    }
    .icon-section img {
        width: 100%;
    }
    ul.footer-links li {
        padding: 5px 0;
    }
    .alert.custom-alert {
        text-align: center;
        padding: 15px 20px 0;
    }
    .custom-navbar {
        padding: 10px 0 0 !important;
    }
    .vision, .team {
        padding: 30px 0% !important;
    }
    .row.team-row {
        text-align: center;
    }
    .team h3 {
        text-align: center;
    }
    .float-img-1{
        display: none;
    }
    .content-creators h6 {
        margin: 30px 0;
    }
}


/* Ipad CSS */
@media only screen and (min-width:768px) and (max-width:1150px) {}