@media (max-width: 991px) {
    
    .jumbotron.login-box-wrap.home, 
    .jumbotron.register-box-wrap.home, 
    .jumbotron.login-box-wrap.home .container {padding: 0 !important;}
    .jumbotron.register-box-wrap.home .container {padding: 0 !important;}
    /* .jumbotron.homepage.home .container {padding-top: 0 !important;} */

    .col-lg-7.second.mt-3 {
        padding-top: 12vh;
    }

    .col-lg-7.second.mt-3 {
        padding-top: 11vh;
    }
    .col-lg-7.second.mt-3::before {
      font-size: 20px;
    }
}


/* Add headline above the specified column */
/* .col-lg-7.second.mt-3::before { */
.title-before {
    /* content: 'Exclusive Content, Unmatched Support, Global Impact' !important; */
    display: block !important;
    font-size: 42px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-bottom: 4px !important;
    text-align: center !important;
    width: 102% !important;
    margin-top: -50px;
}

/* .col-lg-7.second.mt-3::after { */
.title-after{
    /* content: 'Monetize your work with tailored solutions for creators.'; */
    display: block;
    font-size: 22px;
    color: #666;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

/* Ensure the column has enough padding to accommodate the new content */
.col-lg-7.second.mt-3 {
 
    position: relative;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .col-lg-7.second.mt-3::before {
        font-size: 20px;
    }

    .col-lg-7.second.mt-3::after {
        font-size: 14px;
    }

    .col-lg-7.second.mt-3 {
        padding-top: 35px;
    }
}


/*main area and footer */
.bg-gradient {
  background:none!important ;
}

/* Reset some basic elements */
.footer_background_color {
    background-color: #f8f9fa;
    padding: 20px 0;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Hide unnecessary elements */
/* .col-md-3:first-child, */
 
.col-md-3:last-child {
    display: none;
}

/* Style the remaining column */
.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-3 h5 {
    display: none;
}

.list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-unstyled li {
    margin: 0 10px;
}

.link-footer {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

/* ###### main area ###### */
.col-lg-5::before {
    content: '';
    display: block;
    width: 200px; /* Adjust based on desired logo size */
    height: 60px; /* Adjust based on desired logo size */
    margin: 0 auto 20px; /* Centers the logo and adds space below */
    background-image: url('https://exantria.com/img/logo_2-1619702102.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* General styles */
body, html {
  background-color: #f8f9fa;

}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.row.middle-box {
  display: flex;
  align-items: center;
}

/* Left column styles */
.col-lg-7 {

  padding-right: 40px;
}

.col-lg-7 img {
  max-width: 100%;
  height: auto;
}

/* Right column styles */
.col-lg-5 {
  flex: 1;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Avatar styles */
.pop-avatars {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/*.pop-avatars img {
  border-radius: 50%;
  margin: 0 -5px;
  border: 5px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}*/

/* Subtitle styles */
h5.text-center {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

/* Form styles */
.form-group {
  margin-bottom: 15px;
}

.input-group {
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  overflow: hidden;
}

.input-group-prepend {
  /* background-color: #f8f9fa; */
  background-color: #E2E2E2;
}

.input-group-text {
  border: none;
  background-color: transparent;
  color: #497cbf;
}

.form-control {
  border: none;
  padding: 12px;
}

.form-control:focus {
  box-shadow: 0 0 0 2px rgba(239, 57, 54, 0.2);
}

/* Button styles */
.btn-red-color:not(.nav-link) {
  background-color: #ef3936;
  color: white;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.btn-red-color:hover {
  background-color: #d62f2c;
}


.btn-twitter{
    background-color: #1A1A1A;
}

.sign-up-text{color: #ef3936}

/* Link styles */
a {
  color: #497cbf;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #ef3936;
}

/* Social login styles */
/* #social_login {margin-top: 20px;} */

.btn-google {
  background-color: white;
  color: #333;
  border: 1px solid #e1e4e8;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}

.btn-google:hover {
  background-color: #f8f9fa;
}

/* Sign up link styles */
.w-100.text-center {
  margin-top: 20px;
}

/* Custom checkbox styles */
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #497cbf;
  border-color: #497cbf;
}

/* Error message styles */
.alert-danger {
  background-color: rgba(239, 57, 54, 0.1);
  border-color: #ef3936;
  color: #ef3936;
}
/*footer */
body > main > div.py-5.footer_background_color.footer_text_color.border-top > footer > div > div:nth-child(1) > div > div {
  display:none;
}

body > main > div.py-5.footer_background_color.footer_text_color.border-top > footer {
  text-align: center;
}
body > main > div.py-5.footer_background_color.footer_text_color.border-top > footer > div > div:nth-child(1) > div > ul {
  padding-top: 8px;
}

body > main > div.py-5.footer_background_color.footer_text_color.border-top > footer > div > div:nth-child(1) > a > img {
  padding-bottom: 8px!important;
}


.col-lg-7 img {
    /* max-width: 22vw !important;
    height: auto !important; */
    margin: 0 auto;
}



@media (max-width: 991px) {
    .col-lg-7.second.mt-3::before {
        font-size: 25px !important;
        width: 100% !important;
        margin-top: 0px !important;
    }
  	col-lg-7 second mt-3 {
      padding-right: 5px!important
    }
    .col-lg-7 {
        padding-right: 12px !important;
    }

    .col-lg-5::before{display: none;}
}


jumbotron homepage home m-0 bg-gradient login-box-wrap {
	padding-bottom: 12px !important;
}