@import "normal.css";
@font-face {
    font-family: "Poppins";
    src: url("../Fonts/Poppins/Poppins-Regular.ttf") format("truetype"), url("../Fonts/Poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../Fonts/Roboto/static/Roboto-Regular.ttf") format("truetype"), url("../Fonts/Roboto/static/Roboto-Regular.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto-Country";
    src: url("../Fonts/CountryFlag/Countryflag.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+1F1E6-1F1FF;
}

.countryflag {
  font-family: "Roboto-Country"!important;
  font-size: 24px;
}

h1,
h3 {
    font-family: "Roboto";
}
p {
    font-family: Roboto;
    font-weight: 600;
}

header h3 {
    color: #FFD95A;
}

.frame-space-before-small-medium {
    padding-top: 90px;
}

.frame-space-before-extra-medium {
    padding-top: 150px;
}

.frame-space-before-small-large {
    padding-top: 190px;
}

.frame-space-before-double-extra-large {
    padding-top: 220px;
}

.frame-space-after-small-medium {
    padding-bottom: 90px;
}

.frame-space-after-extra-medium {
    padding-bottom: 150px;
}

.frame-space-after-small-large {
    padding-bottom: 190px;
}

.frame-space-after-double-extra-large {
    padding-bottom: 220px;
}
.frame-border-radius .bg-color {
    border-radius: 30px;
}

.form-filed-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap:1rem;
}

.femanager_fieldset.femanager_image.form-group {
    grid-column: span 2;
}

.femanager_fieldset.femanager_submit.form-group {
    grid-column: span 2;
}

.newagencyregistration_submit.form-group {
    grid-column: span 2;
}

.newmodelregistration_submit.form-group {
    grid-column: span 2;
}

/*.femanager_fieldset.femanager_aboutus.form-group {
    grid-column: span 2;
}*/

.femanager_fieldset.femanager_aboutus.form-group.edit {
    grid-column: span 2;
}

/*---------------------------------------------header.html------------------------------------------*/
.ftww_main-header
{
    background-color:#1C1B19;
    max-width: 100%;
}
.ftww_header span 
{
    color: #35E311;
}

.ftww_header
{
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.ftww_header .ftww_content 
{
    flex: 1;
    text-align: center;
}
.ftww_header p
{
    padding-top: 10px;
}
       
.ftww_login
{
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 17.58px;
    letter-spacing: 0%;
    color:white;
    text-decoration: none;
    text-transform: uppercase;
}
.ftww_login:hover
{
    color: #FFD95A;
}
.ftww_login.active 
{
    color: #ffd95a !important;
}


.main-navigation.bg-body-tertiary 
{
    background: #353530 !important;
}
.main-menu ul 
{
    list-style-type: none;
    font-family: "poppins";
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.main-menu ul li 
{
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-collapse.navbar-collapse_list 
{
    flex-grow: 0;
}
.nav-item  .nav-link 
{
    color: #ffffff !important;
}
.main-navigation.navbar 
{
    --bs-navbar-padding-x: 1 !important;
}
.nav-link.active 
{
    color: #ffd95a !important;
}

.dropdown-item.active
{
      color: #ffd95a !important;
}
.nav-link:hover 
{
    color: #ffd95a !important;
}
.toggler > .navbar-toggler 
{
    color: #ffd95a !important;
    background-color: #ffd95a !important;
}
.pagelevel-0 .nav-item li:first-child a.nav-link, .pagelevel-0 header .navbar-nav li:first-child a.nav-link 
{
    color: #ffd95a !important;
}
/* Default styling */
.nav-item
{
    position: relative;
}
.sub-menu 
{
    display:none;
    position: absolute;
    min-width: 100px;
    background-color: #353530;
    color:#ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    z-index: 1000   ;
    border: 1px solid #ccc;
    text-align:left;f
}

/* Show dropdown on hover */
.nav-item:hover .sub-menu 
{
    display: block;
}
.sub-menu li a 
{
   color:white;
    padding:10px;
  text-decoration: none;
  display: block;
}
.sub-menu li a:hover 
{
    color: #ffd95a;
}

/*-----------------------------------End of header---------------------------------------------*/
/* -------------------------------------home hero section-----------------------------------*/
.bg-image {
    
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover; 
}

.hero_section_bgimg
{
    position: relative;
    z-index: 1;
}

.hero_section_content 
{
    position: relative;
    z-index: 1;
}

.hero_section_bgimg h1 
{
    color: #ffffff;
    padding-top: 117px;
    padding-bottom: 35px;
}
.hero_section_bgimg p 
{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30.16px;
}

.hero_section_bgimg h1 > span 
{
    color: #ffd95a;
}
.herosection-link
{
    margin-top:105px;
}
.hero_section_bgimg a 
{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.44px;
    border: none;
    border-radius: 10px;
    padding: 20px 26px;
    color: #ffffff;
    margin-top: 25px;
    text-decoration: none;
}
.radiant_btn 
{
    background: linear-gradient(90deg, #ffd95a 0%, #2f2811 50%, #000000 100%);
    background: linear-gradient(90deg, #ffd95a 40%, #2f2811 80%, #000000 100%);
    background-size: 200% 100%;
    background-position: 99% 0%;
    transition: all 0.5s ease
}

.radiant_btn:hover 
{
    background-position: 1% 0%;
    color: black!important;
}

/*------------------------------------End of home hero-section------------------------------------*/

/* ------------------------------------contact us page---------------------------------------------*/
form.contact_form 
{
    background-color: #353530;
    border-radius: 20px;
}
.contact_form .form-control 
{
    background-color: #1C1B19 !important;
    padding: 1.1rem 0rem 1.1rem 4rem!important;
    border: #000000 !important;
    color: #ffffff !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.44px;
    border-radius: 20px;
}
input::placeholder 
{
    color: white !important;
    opacity: 0.5;
}
.contact_form textarea::placeholder 
{
    color: #ffffff;
}
.contact_form .form_btn 
{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 35.16px;
    color: #ffffff;
    padding: 12px 50px;
    border: none;
    text-align: center;
    border-radius: 0px;
}
.contact_form .form-group
{
    position: relative;
}
.input svg
{
    position: absolute;
    left: 20px;
    top: 30%;
}
.textarea-svg
{
    position: absolute;
    top: 13%;
}
.arrow background-image 
{
    background-repeat: no-repeat;
    background-position: cover:
    color:white; 
}
/*----------------------------------end of contctus page-----------------------------------------------*/
/*-----------------------------------footer-section-------------------------------------------*/
footer ul li a 
{
    color:#000000;
    text-decoration: none;
}
.footer ul 
{
    padding-left: 0rem !important;
}
.footer ul li 
{
    list-style-type: none !important;
    font-family: "poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding-top: 23px;
}
.footer h4 
{
    font-family: "poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 3px;
}
.footer_content p 
{
    font-family: "poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 1rem;
}
.footer_last_section p 
{
    font-family: "poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 0 !important;
}
.footer_last_section .ce-center .ce-outer 
{
    position: relative;
    float: initial !important;
    right: initial !important;
}
.footer_last_section .ce-center .ce-inner 
{
    position: relative;
    float: initial;
    right: initial;
}
.footer_last_section .image 
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46.61px;
    height: 30.03px;
    border-radius: 5.38px;
    background: #ffffff;
    border: 0.22px solid #d6dce5;
    box-shadow: 0px 4.48px 8.96px 0px #b7b7b714;
}
.footer hr 
{
    opacity: 1.25 !important;
    margin-top: 0rem !important;
    margin-bottom: 1.05rem !important;
}
.footer .frame-type-image img:hover 
{
    filter: invert(1);
}
.footer .frame-type-menu_pages a:hover 
{
    color: #6f4e2e;
}
/* End of footer*/
/*---------------------------registration_form---------------------------------------*/


form.registration_form,
form.edit_form 
{
    background-color: #353530;
    border-radius: 30px;
}
.registration_form .form-control,
.edit_form .form-control
{
    background-color: #1C1B19 !important;
    border: #000000 !important;
    color:hsla(46, 100%, 68%, 1)!important;
    font-family: Roboto;
    font-weight: 400;
    border-radius: 20px;
    box-shadow: 15px 15px 15px 0px hsla(0, 0%, 0%, 0.5);
}
.registration_form input::placeholder,
.edit_form input::placeholder 
{
     color:hsla(46, 100%, 68%, 1)!important;
}
.registration_form textarea::placeholder,
.edit_form textarea::placeholder 
{
    color:hsla(46, 100%, 68%, 1)!important;
}
.registration_form .form_btn,
.edit_form .form_btn 
{
    font-family: Roboto;
    font-weight: 600;
    color: #ffffff;
    border: none;
    text-align: center;
    border-radius: 10px;
    box-shadow: 15px 15px 15px 0px hsla(0, 0%, 0%, 0.5);
}
.register_logo_content
{
    width: 200px;
    height:200px;
    border-radius: 50%;
    background: hsla(40, 6%, 10%, 1);
    box-shadow: 15px 15px 25px 0px hsla(0, 0%, 0%, 0.25);
}
.register_logo_content span
{
    font-family: Roboto;
    font-size: 25px;
    font-weight: 400;
    line-height: 30.02px;
}
.frame-type-femanager_registration h3
{
    padding-top:62px;
    color: #FFD95A;
}
    /* agency logo img*/
.custom-file-input-logo 
{
    opacity: 0;
    position: absolute;
    z-index: -1;
    right: 0;
}
.custom-file-label 
{
    cursor: pointer;
    padding: 5px 10px;
    /*border: 1px solid #ccc;*/
    display: inline-block;
    font-size: 35px;
    line-height: 41.02px;
}
/*------------------------------End of rgistration_form------------------*/

/*-----------------------------------Messages--------------------------------*/
    
.messages_content
{
    background-color: #353530;
    border-radius: 30px;
    padding-bottom: 54px;
}
.mesage_list_logo
{
    background-color: white;
}
.messages_List_content li 
{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    background: hsla(40, 6%, 10%, 1);
    color:hsla(0, 0%, 100%, 1);
}
.messages_List_content .list-group-item
{
    border:0;
}
.messages_List_content ul 
{
    border-radius: 30px;
}
.messages_List_content li:hover 
{
    background: hsla(46, 100%, 68%, 1);
    color:#000000;
}
    .messages_List_content li:hover .mesage_list_logo
    {
        background: hsla(0, 0%, 0%, 1);
    }
    .messages_List_content .border-bottom
    {
        border: 1px solid hsla(60, 5%, 20%, 1)!important;
    }
    
    .chat-container
     {
       background-color:#1C1B19;
       padding:39px 45px 35px;
       box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    } 

    .message {
      display: flex;
      margin-bottom: 35px;
    }

    .message.left {
      justify-content: flex-start;
    }

    .message.right {
      justify-content: flex-end;
    }

    .message_box {
      max-width: 62%;
      padding: 20px;
      border-radius: 20px;
      background-color:hsla(46, 100%, 68%, 1);
      color: #000000;
    }
    .messge_header 
    {
        background: hsla(46, 100%, 68%, 1);
        color:#000000;
        border-radius: 30px 30px 0px 0px;
    }
   .messge_footer
   {
     padding-left:34px;
     padding-right:34px;
     background: hsla(46, 100%, 68%, 1);
     color:#000000;
     border-radius:0px 0px 30px 30px;
   }
   .messge_footer_content
   {
     background: #1C1B19;
    }
    .messge_footer_content
    {
        border-radius: 30px;
    }

    .back-button {
      background: none;
      border: none;
      color: #000;
      margin-right: 10px;
      cursor: pointer;
      display: none;
    }

    /*--------------------------End of Messages-----------------------------*/
/*---------------------------------Payment method------------------------------*/
    
    .payment_content
    {
        background-color: #353530;
        border-radius: 30px;
        padding-top: 32px
    }
    .credit-card {
      background: linear-gradient(90deg, #666666 0%, #000000 100%);
      color:#FFFFFF;
      border-radius: 30px;
     box-shadow: 20px 20px 20px 0px #00000080;
    }
    .credit-card .visa-logo {
      font-size: 20px;
      font-weight: bold;
    }
    .credit-card .bank-name {
      text-align: right;
    }
    .credit-card .card-number {
      margin:0px;
      letter-spacing: 2px;
    }
    .payment_form label 
    {
        font-family: Roboto;
        font-weight: 400;
        line-height: 28.13px;
    }
    .payment_form .form-control
    {
        border-radius: 20px;
        box-shadow: 15px 15px 15px 0px #00000080;
        font-family: Roboto;
        font-weight: 400;
    }
    .payment_btn
    {
        border:none;
        border-radius: 10px;
       font-family: Roboto;
        font-weight: 700;
        line-height: 28.13px;
        color: #FFFFFF;
        box-shadow: 15px 15px 15px 0px #00000080;
    }
    .payment_row 
    {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 35.16px;
        color:white;
    }
    .payment_logo
    {
        border-radius: 50%;
        background: #FFD95A;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .payment_mehod
    {
        display: flex;
        justify-content: center;
    }
    .payment_form input::placeholder {
    color:black !important;
    }
    .bank-name p 
    {
        margin:0px;
    }
    .credit-card p 
    {
        margin:0px;
    }    
/*--------------------------------End of payment-------------------------------------*/

/*----------------------------------login page----------------------------------------*/

.frame-background-blur
{
    backdrop-filter: blur(9px);
    background: #FFFFFF1A;
    border: 1px solid #000000;
}
.login_bg_img
{
    background-repeat: no-repeat;
    background-size:cover;
}
.frame-background-blur
{
    padding-top: 63px;
    padding-bottom: 153px;
    border-radius: 30px;
}
.login_img_content img 
{
    max-width: 100%;
    padding-bottom: 190px;
}
.login_form label 
{
    font-family: Roboto;
    font-size: 25px;
    font-weight: 400;
    line-height: 29.3px;
}
.login_form .form-control 
{
    backdrop-filter: blur(50px)!important;
    border: 2px solid #FFFFFF66;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.16) 100%);
    padding: 1rem 1.75rem;
    border-radius: 10px;
    opacity: 60%
}

.login_form .login_btn 
{
    padding: 18px 0px;
    border: none;
    border-radius: 10px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 800;
    line-height: 29.3px;
    color: white;
   margin-bottom: 99px;
   width: 100%;
}


h5.login_txt
{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: Roboto;
        font-style: italic;
        font-weight: 400;
        line-height: 28.13px;
}
.login_content_form .sign-up-page p
{
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.3px;
    color:white;
}
.login_content_form a 
{
    color:#FFD95A;
    text-decoration: none;
}
.login_content_form 
{
        /*padding-right:94px;*/
        padding-top: 57px;
}
.login_content_form h3 
{
        padding-bottom: 55px;
}
.login_box
{
        padding-bottom: 40px;
}
.forgot_psw 
{
        font-family: Roboto;
        font-size: 25px;
        font-weight: 400;
        line-height: 29.3px;
}
.frame-login-page-image img
{
    max-width: 100%;
    height: auto;
}
.login_content_form 
{
     padding-right: 94px;
     padding-top: 57px;
     padding-left: 95px;
}



/*------------------------------------end of login page----------------------------*/

/*------------------------------------logout----------------------------*/

.ftww-logout {
    color: #fff;
}

.ftww-logout .logout_btn {
    padding: 10px 50px;
    color: #fff;
}

.ftww-logout fieldset strong {
    color: #ffd95a;
}

/*------------------------------------end of logout page----------------------------*/

/*--------------------------------sign_up page--------------------------------------------*/

.signup_bg_img 
{
    background-repeat: no-repeat;
    background-size:cover;
}
.signup_img_content img
{
    max-width: 100%;
    padding-bottom: 152px;
}
.signup_content_form 
{
    padding-right:94px;
}
.signup_content_form  h3 
{
    padding-bottom: 33px;
 }
 .signup_form label 
{
    font-family: Roboto;
    font-size: 25px;
    font-weight: 400;
    line-height: 29.3px;
}
.signup_form .form-control 
{
    backdrop-filter: blur(50px)!important;
    border: 2px solid #FFFFFF66;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.16) 100%);
    padding: 1rem 1.75rem;
    border-radius: 10px;
    opacity: 60%
}
.signup_form .signup_btn
{
    padding: 18px 180px;
    border: none;
    border-radius: 10px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 800;
    line-height: 29.3px;
    color: white;
    margin-top: 20px;
 }
 .signup_box
 {
    padding-bottom: 40px;
 }
 .signup_row
 {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 400;
    line-height: 29.3px;
    color: #ffffff;
    margin-top: 35px;
}
/*--------------------------------------end of sign_up page-------------------------------*/

/*-----------------------------------------subscription_page------------------------*/
.subscription_main
{
   padding-top:27px;
}
.subscription_content
{
    background-color: #353530;
    padding-top: 37px;
    padding-left: 55px;
    padding-right: 55px;
    border-radius: 30px;
}
.starter_basic_card
{
    background-color: #FFFFFF;
    color:#000000;
    box-shadow: 10px 10px 25px 0px #00000080;
    border-radius: 30px;
    
  
}


.starter_basic_card h4
{
    font-family: Roboto;
    font-weight: 700;
}
.starter_basic_card p
{
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
}
.card_list ul 
{
    padding-left:0px;
} 

.card_list li
{
    font-family:  Roboto;
    font-weight: 400;
    list-style-type: none;
    padding-bottom: 20px;
}
.card_list li::before
{
    content: "\2714";
    color: white;
    background-color: black;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    font-size: 9px;
    font-weight: 700;
    margin-right: 10px;
}
.card_list p
{
    padding-bottom: 32px;
}
 
 .starter_basic_card a 
{
    font-family: Roboto;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.starter_basic_card:hover .radiant_btn
{
    background-position: 1% 0%;
    color: black!important;
}
.starter_basic_card:hover
{
    background-color:#1C1B19;
    color: #FFD95A;

}
.starter_basic_card:hover li::before
{
    background-color:#FFD95A;
    color: #1C1B19;
}

.subscription_cards
{
    margin-top: 30px;
}
.toggle-container 
{
    display: flex;
    align-items: center;
    background: #1a1a1a;
    padding: 10px 10px;
    border-radius: 30px;
    color: white;
    font-family: Arial, sans-serif;
}

.toggle-label
{
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin:0px 10px;
}
.toggle-switch {
    position: relative;
    width: 40px;
    height: 20px;
}
.toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border-radius: 20px;
    transition: 0.3s;
}
.slider::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: black;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: 0.3s;
}
.toggle-input:checked + .slider::before {
    transform: translateX(20px);
}
/*--------------------------------------end of subscription_page----------------------*/

/*----------------------------------model_page--------------------------------------*/
 .dropdown-toggle::after 
 {
    display: none; 
 }
 .custom-dropdown 
 {
    background-color:  #FFD95A;
    color:#000000;
    padding:18px 17px;
     display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Roboto;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dropdown-btn 
{
    background: rgb(0, 0, 0);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-btn img 
{
     filter: invert(84%) sepia(74%) saturate(426%) hue-rotate(1deg) brightness(105%);
    font-size: 14px;
}
.model_dropdown
{
    margin-top:40px;
}

.main_models
{
    padding-top: 290px;
}
.card_img
{
    position: relative;
    margin-top:1.3rem;
}
img.card-img-top  
{
	border-radius:30px;
}
.model_img_overlay
{
    position: absolute;
    bottom: 44px;
    left: 0px;
    right: 24%;
    backdrop-filter: blur(7px);
    background: #00000080;
    color: white;
    padding: 26px 10px;
    text-align: center;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}
.model_dropdown .dropdown-menu
{
    width:100%;
}
/*--------------------------------end of model_page-----------------------------------*/

/*---------------------------------------model_profile_page----------------------*/

.model_profile_card 
{
    text-align: center;
    box-shadow: 15px 15px 25px 0px #00000040;
}

.model_profile_card .model_profile_header {
        background-color:#FFD95A;
        display: flex;
        justify-content: center;
        align-items: center;
}
.model_profile_card .model_profile_header img {
        width: 20vw; 
        height: 20vw;
        border-radius: 50%;
        object-fit: fill;
        border: 3px solid white;
}
.model_profile_card .model_profile_content {
  background: #353530;
}
.model_profile_card .model_profile_content h4 {
      font-family: Roboto;
      font-weight: 600;
      color:#FFD95A;
}
.model_profile_card .model_profile_content p {
      color:#FFD95A;
      margin-bottom:0px;
      word-break: break-word;
      padding: 0px 10px;
}
.model_profile_card .model_profile_footer {
      background: #FFD95A;  
}
.model_profile_footer h4 
{
        padding-top: 22px;
        padding-bottom: 22px;
        margin:0px;
        font-family: Roboto;
        font-weight: 700;
        font-size: 30px;
        line-height: 35.16px;
        letter-spacing: 0%;
        color:#1C1B19;
}
.model_profile_call img
{
    width: 10vw;
    height: 10vw;
    max-width: 25px;
    max-height: 25px;
}
.model_profile_message img
{
     width: 10vw;
    height: 10vw;
    max-width: 25px;
    max-height: 25px;
}
.model_profile_footer hr 
{
        margin:0rem;
        color: inherit;
        border: 0;
        border-top: var(--bs-border-width) solid;
        opacity: 1.25;
}
.model_profile_aboutme
{
        background-color: #353530;
        box-shadow: 15px 15px 25px 0px #00000040;
        padding:15px;
        border-radius: 20px;
}
.model_profile_aboutme h4
{
        font-family: Roboto;
        font-weight: 600;
        font-size: 30px;
        line-height: 35.16px;
        color: #FFD95A;
        text-align: center;
}
.model_profile_aboutme p 
{
        text-align: center;
        color: #FFD95A;
        margin:0px;
}
.model_info
{
        background: #353530;
        box-shadow: 15px 15px 25px 0px #00000040;
        padding:74px;   
        margin-top:59px;
        border-radius: 20px;
}
.info_about_model
 {
        display: grid;
        grid-template-columns:130px 130px;
 }

.model_info .label
{
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 23.44px;
    letter-spacing: 0%;
    color: #FFD95A;
    text-align: left;
    width: fit-content;
}
.model_info .value
{
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 23.44px;
    letter-spacing: 0%;
    color: #FFD95A;
    text-align: left;
    width: fit-content;
}
.model_profile_img img
{
    width: 100%;
    height: auto;
    display:block;
    padding: 5px;
    object-fit: cover;
    border: 5px solid #FFD95A
}
    
.video_container video::-webkit-media-controls {
    display: none !important;  
}
.video_container video::-moz-media-controls {
    display: none !important;
}
.our_models_profile video
{
     width: 100%;
     height: auto;
     display: block;
     object-fit: cover;
     padding: 5px;
     border: 5px solid #FFD95A;
     background: black;
}
.video_container
{
    position: relative;
    width: 100%;
}
.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20%;
    cursor: pointer;
    transition: 0.3s ease;
}

.lightbox {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 9999;
}
.lightbox-content {
      position: relative;
      width: 80%;
      max-width: 800px;
}

#lightboxVideo {
      width: 100%;
      display: block;
}
.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 10000;
 
}

/*---------------------------------------end of model profile page-----------------*/

@media (max-width: 1400px){
    .modeledit_form > .form-filed-grid{
        display: block;
    }
}

@media (max-width: 991px)
/*---------------------------------herosection------------------------------------*/
{
  .hero_img img
  {
    display: none;
  }
   .hero_section_content
  {
    text-align: center;
  }
  .hero_section_bgimg h1
   {
        padding-top:80px;
    }

    .payment_logo img 
    {
        width:55px;
        height: auto;
    }
 /*---------------------------------herosection------------------------------------*/
 /*----------------------------------model_profile_page--------------------------*/
  .model_profile_card
  {
    display: flex;
  }
  .model_profile_card .model_profile_header 
  {
    border-bottom-left-radius: 20px; 
    border-top-left-radius: 20px;
    width:70px;
  }
  .model_profile_card .model_profile_header img {
    width: 20vw;
    height: 20vw;
    max-width: 60px;
    max-height: 60px;
  }
  .model_profile_card .model_profile_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex:1;
  }
  .model_profile_card .model_profile_footer {
    background: #FFD95A;
     border-bottom-right-radius: 20px; 
     border-top-right-radius: 20px; 
     display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
  }
  .model_profile_card .model_profile_content h4 {
        font-size: 20px;
        line-height: 25.16px;
   }
  .model_profile_footer hr 
  {
    margin:0rem;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 1.25;
    width: 1px;
    height: 100%;
    background-color: black;
  }
  .model_info 
  { 
    margin-top: 30px;
  }
  .model_profile_call
  {
    width: 45px;
  }
 .model_profile_message
 {
     width: 45px;
 }

}
/*-----------------------------end of model_profile_page------------------------*/

@media (max-width: 767px)
{
    /*---------------------------------------contact form------------------------------*/
    form.contact_form {
        padding: 30px;
    }

    /*----------------------------------end of contact form------------------------------*/
    /*REGISTER_FORM*/
    form.registration_form, 
    form.edit_form {
    padding: 50px 30px;
    }
    .registration_form .form-control,
    .edit_form .form-control {
    
    padding: 1.1rem 0rem 1.1rem 1rem!important;
    font-size: 16px;
    line-height: 20.44px;
    }

    .registration_form .form_btn,
    .edit_form .form_btn {
        font-size: 17px;
        line-height: 26.16px;
        padding: 20px 80px;
    }
     .frame-type-femanager_registration h3
    {
        padding-top:40px;
    }
    .our_model_profile .frame-space-before-large 
    {
        margin-top: 0rem;
    }
    /*END register FORM*/
    /*-----------------------------messeg_page------------------------*/

    .messages_List_content 
    {
    display: block;
    }

  .our_messege_box 
  {
    display: none; 
  }

  .back-button 
  {
    display: inline-block; 
  }
  .mesage_list_logo {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    }
    .messages_List_content li {
    font-size: 16px;
    line-height: 21.44px;
    }
    .message_box {
    max-width: 65%;
    padding: 12px;
    }
    .message {
    margin-bottom: 20px;
    }
    .chat-container {
        padding: 20px 15px 20px;
    }
    .mesage_list_logo {
        height: 40px;
        width: 40px;
        border-radius: 50%;
    }
    .messge_footer {
    padding-left: 20px;
    padding-right: 20px;
    }
    .messages_content {
    padding-bottom: 40px;
    }
    /*--------------------------end of messsege_pge----------------*/
    /*---------------------------payment page-----------------------*/
        .card_content
        {
            display: none;
        }
        .payment_form label {
        font-size: 17px;
        }
        .payment_form .form-control {
        padding: 0.7rem 1rem;
        font-size: 16px;
        line-height: 23.44px;
        }
        .payment_btn {
        padding: 10px 0px;
        font-size: 18px;
        line-height: 28.13px;
        }
        .payment_form_content {
        padding-right: 50px;
        padding-left: 50px;
        }
        .payment_mehod {
        column-gap: 35px;
        }
        .payment_logo {
        width: 70px;
        height: 70px;
        }
        .payment_logo img {
        width: 50px;
        height: auto;
        }
    /*----------------------------end of payment page----------------*/
     .form-filed-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0rem;
    }

    .femanager_fieldset.femanager_image.form-group {
    grid-column: span 1;
    }

    .femanager_fieldset.femanager_submit.form-group {
    grid-column: span 1;
    }

    .newagencyregistration_submit.form-group {
    grid-column: span 1;
    }

    .newmodelregistration_submit.form-group {
    grid-column: span 1;
    }

    .femanager_fieldset.femanager_aboutus.form-group {
     grid-column: span 1;
    }
    /*---------------------model_profil_logo-------------------------------*/
      .our_models_profile {
        padding: 30px 0px;
      }
      
     img.model_profile_call {
      width: 10vw;
      height: 10vw;
      max-width: 25px;
      max-height: 25px;
   }

   .model_profile_footer h4{
        padding-block:9px;
        font-size: 18px;
    }

   /*-----------------------end of model_profile_logo----------------------*/
   /*-------------------------subscription_page------------------------------*/
   .card_list p {
    	padding-bottom: 20px;
	}
	.starter_basic_card a 
	{
   		font-size: 18px;
    	line-height: 23.44px;
    	margin: 31px 15px 0px;
    	padding: 12px 0px;
	}
	/*------------------------------end of subscription_profile logo----------------------*/
    /*-----------------------login-page-------------------*/ 
    .frame-space-before-extra-medium 
    {
        padding-top: 30px;
    }
    .login_content_form {
        padding-right: 30px;
        padding-top: 20px;
        padding-left: 30px;
   }
    .login_box {
        padding-bottom: 25px;
    }
    .login_content_form .sign-up-page p{
        font-size: 22px;
        text-align: center;
    }
    .login_form .login_btn {
        padding: 15px 0px;
        font-size: 20px;
        margin-bottom: 50px;
    }
    .frame-background-blur {
        padding-bottom: 50px;
    }
    .login_content_form h3 {
        padding-bottom: 40px;
    }
    /*--------------------------end of login-page-------------------*/

    .agency_form > .form-filed-grid{
        display: block;
    }
    
}

@media (max-width: 576px) 
{
    p 
    {
        font-size: 14px;
        line-height: 18px;
    }
    /*hero-section*/
    .hero_section_bgimg p 
    {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 25.16px;
    }
    /*End of hero-section*/
    /*Contact page*/
    
    .our_contact.frame-space-before-small-medium 
    {
        padding-top: 25px;
    }
    /*End of cotact Page*/
    /*---------------registration form--------------*/
        
    .model_profile_main
    {
      padding-top:40px;
    }
    .payment_logo img 
    {
      width: 35px;
      height: auto;
    }
    .payment_logo 
    {
      width: 50px;
      height: 50px;
    }
    .payment_mehod 
    {
      column-gap: 25px;
    }
    
    /*-----------------------------model_profil_page---------------------------*/
     .model_info .label 
    {
       font-size: 14px;
       line-height: 23.44px;
    }
    .model_info .value
    {
        font-size: 14px;
       line-height: 23.44px;
    }
    .model_info 
    {
      padding: 20px;
    }
    .info_about_model, .info_about_agency {
    display: grid;
    grid-template-columns: 140px 1fr;
  }
    .model_profile_aboutme h4 
    {
      font-size: 20px;
    }
    .custom-play-button {
    width: 60px;
    height: 60px;

    }
    .model_profile_card .model_profile_content h4 {
        font-size: 18px;
        line-height: 20.16px;
    }
    .model_profile_card .model_profile_content p
    {
        font-size: 12px;
        line-height: 18px;
    }

    
     /*------------------------------end of model_profile_page-------------------*/
     /*-------------------------------subscription_page-----------------------------*/
    .starter_basic_card h4 
    {
      font-size: 28px;
      line-height: 42.19px;
    }
    .starter_basic_card span {
    	font-size: 16px;
    	line-height: 23.44px;
    }
   .subscription_content   {
    padding-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
   }
   .card_list p
   {
     font-size: 12px;
       line-height: 100%;
   }
   .card_list li
   {
       font-size: 12px;
       line-height: 100%;
    }
    .starter_basic_card .card-body 
    {
    	padding: 20px 15px;
	}
	.toggle-label {
    	font-size: 14px;
    	line-height: 100%;
    }
    /*------------------------------------End of subscription-------------------*/
     /*-----------------------------model_page-----------------------------*/
    
     .custom-dropdown 
    {
        padding: 15px 17px;
        font-size: 23px;
    }
    .model_dropdown {
    margin-top: 30px;
    }
    .model_img_overlay {
        bottom: 95px;
        padding: 35px 10px;
    }
    /*----------------------end of model_page------------------------------*/
    /*----------------------------login page------------------------------*/
        .login_content_form {
            padding-top: 20px;
        }
        .login_form label {
            font-size: 20px;
        }
        .login_content_form .sign-up-page p {
        font-size: 20px;
        text-align: center;
        }
        
    /*-----------------------------end of login page----------------------*/

}
@media (max-width: 470px) 
{
    .model_img_overlay {
        bottom: 99px;
        padding: 27px 10px;
    }

    /*------------login-page-------------*/
        h5.login_txt
        {
            font-size: 18px;
        }

    /*------------end of login-----------*/
}

@media (min-width: 577px){

    p {
        font-size: 16px;
       line-height: 20px;
    }
    /*Contact page*/ 
    .our_contact.frame-space-before-small-medium 
    {
        padding-top: 25px;
    }
    /*End of cotact Page*/
    /*registration form*/

        .registration_main
        {
            padding-top:60px;
        }
        .register_logo_content
        {
         width: 250px;
         height:250px;
        }

    /*end of registration form*/
    /*----------------------------model_info_page-------------------------*/
      .model_info 
    {
       padding: 35px;
    }
    .model_info .label 
    {
       font-size: 13px;
       line-height: 23.44px;
    }
    .model_info .value
    {
        font-size: 13px;
       line-height: 23.44px;
    }
    .info_about_model 
    {
        display: grid;
        grid-template-columns: 110px 1fr;
   }

    .info_about_agency
    {
        display: grid;
        grid-template-columns: 105px 1fr;
   }
   .model_profile_aboutme h4 
    {
      font-size: 22px;
      line-height: 35.16px;
    }

    /*------------------------------end of model_info_page----------------*/

    /*-----------------------------subscription_page--------------------------*/
 
 	.subscription_content
 	{
 		padding-top: 37px;
    	padding-left: 30px;
    	padding-right: 30px;
 	}
 	.starter_basic_card .card-body 
    {
     padding: 25px 16px;
    }
    .starter_basic_card h4 
    {
      font-size: 30px;
      line-height: 42.19px;
    }
    .starter_basic_card span {
    	font-size: 18px;
    	line-height: 23.44px;
    }
    .card_list li {
     	font-size: 15px;
    	line-height: 100%;
    }
    .card_list p 
    {
        font-size: 15px;
        line-height: 100%;
    }
    .toggle-label 
    {
        font-size: 16px;
        line-height: 100%;
        margin: 0px 10px;
    }
    /*-----------------------------end of subscription_page---------------------*/
     /*-----------------------------model_page-----------------------------*/
    .model_img_overlay
    {
       bottom: 38px;
        padding: 25px 10px;
    }
    .custom-dropdown 
    {
        padding: 15px 17px;
        font-size: 21px;
    }
    /*----------------------end of model_page------------------------------*/
    
}

@media (min-width: 767px){
/*Contact page*/ 
    .contact-form-main {
        padding: 0 50px;
    }
    form.contact_form {
        padding: 80px 40px 70px;
    }
    .contact_form .form-control {
        padding:1.1rem 0rem 1.1rem 4rem !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 23.44px;
    }
    .contact_form .form_btn {
        font-size: 20px;
        font-weight: 500;
        line-height: 30.16px;
        padding: 20px 80px;
        border: none;
        text-align: center;
    }
    .our_contact.frame-space-before-small-medium {
        padding-top: 45px;
    }
   
    /*--------------------------------end of contact pge----------------------------*/
     /*------------------Registration_page--------------------------*/
       form.registration_form,
       form.edit_form 
        {
             padding: 60px 100px
        }
        .registration_form .form-control,
        .edit_form .form-control {
         padding:1.1rem 0rem 1.1rem 1rem !important;
        font-size: 18px;
        line-height: 23.44px;
        }
        .registration_main
        {
            padding-top:60px;
        }
    
    .register_logo_content {
    width: 300px;
    height: 300px;
    }
    .register_logo_content span 
    {
        font-size: 30px;
        line-height: 36.02px;
    }  
    
      .registration_form .form_btn,
      .edit_form .form_btn {
        font-size: 20px;
        line-height: 30.16px;
        padding: 20px 120px;
        
    }
    /*-----------------End of Registration-------------------------*/
   /*--------------------message_pge----------------------------*/

    .mesage_list_logo {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    }
    .messages_List_content li {
    font-size: 16px;
    line-height: 21.44px;
    }
    .chat-container {
        padding: 20px 30px 15px;
    }
    .message_box {
    max-width: 71%;
    padding: 15px;
    }
    .message {
    margin-bottom: 25px;
    }
    .message_main
    {
        padding-top:27px;
    }
   /*--------------------end of messege page---------------------*/
   /*---------------------payment-page---------------------------*/

   .payment_form label {
    font-size: 18px;
   }
   .payment_form .form-control {
    padding: 0.7rem 1.2rem;
    font-size: 16px;
    line-height: 23.44px;
    }
    .credit-card {
        padding: 15px 20px 45px 17px;
    }
    .card_content {
    padding-left: 40px;
    padding-top: 2.2rem;
    }
    .payment_form_content {
    padding-right: 40px;
    }
    .payment_btn {
    padding: 10px 0px;
    font-size: 18px;
    line-height: 28.13px;
    }
    .payment_row
    {
        font-size:20px;
    }
    .payment_mehod {
    column-gap: 60px;
    }
    .payment_logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
   }
    .payment_main {
    padding-top: 27px;
    }
     /*----------------------end of payment page---------------------*/

    /*--------------------------model_profil_page--------------------*/
    
   .model_info {
        padding: 40px;
    }
    .our_models_profile {
      padding: 40px 0px;
    }
    /*----------------------------end of model_profile_page----------------*/

     /*---------------------------subscription_page-----------------------*/
    .subscription_content {

      padding-top: 37px;
      padding-left: 40px;
      padding-right: 40px;
    }
    
    .card_list li
    {
        font-size: 12px;
        line-height:100%;
    }
    .card_list p 
    {
        font-size: 12px;
        line-height:100%;
    }
	.starter_basic_card a 
    {
    	font-size: 18px;
    	line-height: 23.44px;
    	display: flex;
    	justify-content: center;
    	margin:40px 15px 0px;
    	padding:12px 0px;
    }
    /*-----------------------------end of subscription_page------------------*/
     /*-----------------------------model_page-----------------------------*/
    .model_img_overlay
    {
        bottom: 33px;
        padding: 19px 10px;
    }
     .dropdown-btn 
    {
        width: 25px;
        height: 25px;
    }
    .custom-dropdown 
    {
        padding:18px 17px;
        font-size: 18px;
    }
    /*----------------------end of model_page------------------------------*/
    /*-----------------------login_page-------------------------------------*/
    .login_form label {
        font-size: 19px;
    }
    .login_box {
    padding-bottom: 25px;
    }
    .login_content_form {
        padding-right: 48px;
        padding-top: 57px;
        padding-left: 48px;
    }
     h5.login_txt {
    font-size: 21px;
    line-height: 27.13px;
    }
    .login_content_form .sign-up-page p 
    {
            font-size: 18px;
    }
    
    .info_about_agency
    {
        display: grid;
        grid-template-columns: 130px 1fr;
   }
    /*---------------------------end of login_page------------------------*/
 }

@media (min-width: 992px)
{

   /*--------------------------------hero section---------------------------------*/ 
  .hero_section_content {
    width:  49.666667%;
  }
  .hero_section_bgimg p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 27.16px;
  }
  .hero_section_bgimg {
    min-height: 92vh;
    }
  .hero_section_bgimg img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    max-height: 92vh;
    z-index: 0;
    }
    p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    }
    .hero_section_bgimg a {
    
    font-size: 18px;
    font-weight: 700;
    line-height: 20.44px;
    padding: 23px 28px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    }
    /*-------------------------------end of hero-section---------------------*/
    /*--------------------------contactus---------------------------------------*/
        .contact-form-main {
        padding: 0 70px;
    }
    form.contact_form {
        padding: 95px 50px 70px;
    }
    
    .contact_form .form_btn {
        font-size: 25px;
        font-weight: 500;
        line-height: 30.16px;
        padding: 21px 90px;
        
    }
     
    /*------------------------End of contactus-----------------------*/
    /*------------------Registration_page--------------------------*/
        
    .registration_form .form_btn,
    .edit_form .form_btn {
        font-size: 25px;
        line-height: 30.16px;
        padding: 22px 150px;
    }
    
    /*-----------------End of Registration-------------------------*/

    /*------------------------sign_up page--------------------------*/

    
    .signup_form label {
    font-size: 20px;
    line-height: 27.3px;
    }
    .signup_form .signup_btn {
    padding: 16px 129px;
    font-size: 20px;
    line-height: 27.3px;
    }

    h5.login_txt {
    font-size: 24px;
    line-height: 27.13px;
    }
    .signup_content_form {
    padding-right: 75px;
    }
    .signup_form .form-control 
    {
        padding: 0.75rem 1.75rem;
    }
     
    /*---------------------------end of sign_up page----------------*/
    /*---------------------------messsege_page-------------------------*/

    .messages_List_content li {
    font-size: 18px;
    line-height: 21.44px;
    }
   .chat-container {
        padding: 36px 34px 36px;
    }
    .message_box {
        max-width: 62%;
        padding: 20px;
    }

    /*-----------------------------payment pge-----------------------------------*/
    .payment_form .form-control {
    padding: 1rem 1.4rem;
    font-size: 18px;
    }
    .payment_btn {
    padding: 12px 0px;
    font-size: 20px;
    }
    .payment_form label {
    font-size: 20px;
   }
   .payment_row {
    font-size: 25px;
    }
    .payment_mehod {
    column-gap: 95px;
    }
    .credit-card {
     padding: 15px 49px 59px 32px;
    }
    .card_content
    {
        padding-left:54px;
        padding-top:2.2rem;
    }
    .payment_form_content
    {
        padding-right:54px;
    }
    .payment_logo {
    width: 100px;
    height: 100px;
    }
    /*-------------------------------end of payment page--------------------------*/
    /*-----------------------model_profile_page--------------------------*/
    .model_profile_card .model_profile_content h4 {
      font-size: 24px;
      line-height: 25.16px;
    }
    .model_profile_footer h4 {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 24px;
        line-height: 35.16px;
    }
    .model_profile_card .model_profile_content {
      padding: 145px 20px 30px;
    }
    .model_profile_aboutme h4 {
      font-size: 24px;
      line-height: 35.16px;
    }
    .model_info .label
    {
        font-size: 18px;
        line-height: 23.44px;
    }
    .model_info .value
    {
        font-size: 18px;
        line-height: 23.44px;
    }
    .info_about_model, {
    display: grid;
    grid-template-columns: 110px 110px;
   }

   .info_about_agency {
     display: grid;
     grid-template-columns: 175px 1fr;
   }
   .model_info {
     padding: 45px;
    }
    .our_models_profile
    {
        padding:74px 32px 100px 21px;
    }
    .model_profile_card .model_profile_header {
        position: relative;
        height: 170px;
        border-top-left-radius: 20px;
       border-top-right-radius: 20px;
    }
    .model_profile_card .model_profile_footer {
      background: #FFD95A; 
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px; 
    }

    .agency_profile_footer{
        border-radius:20px!important;
    }
    .model_profile_card .model_profile_header img {
        width: 20vw; 
        height: 20vw; 
        max-width: 209px; 
        max-height: 209px;
        position: absolute;
        top: 40%;
    }
   /*----------------------------------end of model_profile_pag-------------*/


    /*-----------------------------------subscription_page---------------------------------*/

    .subscription_content
     { background-color: #353530;
        padding-top: 37px;
        padding-left: 50px;
        padding-right: 50px;
     }
    
    .starter_basic_card h4 
    {
      font-size: 30px;
      line-height: 42.19px;
    }
    .starter_basic_card span {
    	font-size: 17px;
    	line-height: 23.44px;
    }
    .toggle-label 
    {
        font-size: 18px;
        line-height: 100%;
        margin: 0px 10px;
    }
    /*-----------------------------model_page-----------------------------*/
    
    .custom-dropdown 
    {
        padding:18px 17px;
        font-size: 23px;
    }
    .dropdown-btn 
    {
        width: 30px;
        height: 30px;
    }
    /*----------------------end of model_page------------------------------*/
    /*------------------------login page-----------------------*/
    .login_form label {
        font-size: 25px;
    }
    .login_box {
        padding-bottom: 40px;
    }
    .login_content_form .sign-up-page p 
    {
            font-size: 19px;
    }

    /*-----------------------------end of login_page------------------------*/
}

@media (min-width: 1200px) 
{
  .info_about_model 
  /*header*/
    .main-menu ul li {
    padding-left: 36px;
    padding-right: 36px;
    /*header*/
    }

    /*-----------------------------------signup-------------------------------------*/
    .signup_form .signup_btn {
    padding: 18px 163px;
    }
    .signup_content_form {
    padding-right: 94px;
    }
    .signup_form .form-control 
    {
        padding: 1rem 1.75rem;
    }
    /*------------------------------------End of signup------------------------------*/
    /*-----------------------------------Messages--------------------------------*/
    .message_main
    {
        padding-top:27px;
    }
    .mesage_list_logo
    {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: white;
    }

    .messages_List_content li 
    {
        font-size: 20px;
        line-height: 23.44px;
        
    }
    .chat-container {
    background-color:#1C1B19;
      padding:36px 45px 35px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    .message {
      display: flex;
      margin-bottom: 35px;
    }

    .message_box {
      max-width: 62%;
      padding: 20px;
    }
   .messge_footer
   {
    padding-left:34px;
    padding-right:34px;
   }
   /*--------------------------End of Messages-----------------------------*/
   /*--------------------------payment page---------------------------------*/
    .payment_form label {
    font-size: 22px;
    line-height: 28.13px;
    }
    .payment_form .form-control {
    padding: 1rem 1.4rem;
    font-size: 18px;
    line-height: 21.44px;
    }
    .payment_btn {
    padding: 12px 0px;
    font-size: 22px;
    }
    .payment_logo {
    width: 105px;
    height: 105px;
  }
  .payment_row 
   {
        font-size: 30px;
   }
   .payment_mehod
    {
        column-gap: 138px;
    }

   /*--------------------------end of paymnet page---------------------------*/
   /*-----------------------model_profile_page--------------------------*/
    .model_profile_card .model_profile_content h4 {
      font-size: 27px;
      line-height: 35.16px;
    }
    .model_profile_footer h4 {
        padding-top: 19px;
        padding-bottom: 19px;
        font-size: 27px;
        line-height: 35.16px;
    }
    .model_profile_card .model_profile_content {
      padding: 161px 20px 31px;
    }
    .model_profile_aboutme h4 {
      font-size: 27px;
      line-height: 35.16px;
    }
    .model_info .label
    {
        font-size: 20px;
        line-height: 23.44px;
    }
    .model_info .value
    {
        font-size: 20px;
        line-height: 23.44px;
    }
    .model_info
    {
      padding:75px;   
    }
     .info_about_model
    {
        display: grid;
        grid-template-columns:134px 1fr;
    }

    .info_about_agency {
      display: grid;
      grid-template-columns: 195px 1fr;
    }

   

    /*----------------------subscription_page------------------------------------------*/
     
     .starter_basic_card .card-body 
    {
      padding: 30px 18px;
    }
    .card_list li
     {
      	font-size: 15px;
      	line-height:100%;
    }
    .card_list p
    {
        font-size: 15px;
        line-height:100%;
    }

    .starter_basic_card h4
    {
        font-family: Roboto;
        font-weight: 700;
        font-size: 36px;
        line-height: 42.19px;
    }
    .starter_basic_card span
   {
        font-size: 20px;
        line-height: 23.44px;
    }
    .starter_basic_card a 
    {
    	
    	font-size: 20px;
    	line-height: 23.44px;
    	display: flex;
    	justify-content: center;
    	margin:47px 15px 0px;
    	padding:15px 0px;
    	border-radius: 10px;
    }
    .toggle-label 
    {
        font-size: 20px;
        line-height: 100%;
        margin: 0px 10px;
    }
    /*-------------------------------model_page-----------------*/
    .model_img_overlay
    {
        bottom: 48px;
        padding: 22px 10px
    }
    .custom-dropdown 
    {
        padding:18px 17px;
        font-size: 25px;
    }
    /*--------------------------end of model_page----------------*/
    /*--------------------------login page-----------------------*/
        .login_content_form 
        {
            padding-right: 70px;
            padding-top: 57px;
            padding-left: 70px;
        }
        
       .modelmediauploads.model_info,
       .modelmediauploadsplan.model_info {
       		padding:30px;
       	}    
       	/*---------------------------end of login page----------------*/
}     

/*----------------------------------end of model_profile_pag-------------*/
     
@media (min-width: 1280px){
    .container {
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
    }
    /*hero-section*/
    .hero_section_content {
        width:  52.666667%;
    }
    .hero_section_bgimg p {
        font-size: 25px;
    }
    /*-------------------end of hero-section----------------------------*/
    /*----------------------------sign_up page---------------------------------*/

   .signup_form label {
    font-size: 23px;
    line-height: 27.3px;
    }
    .signup_form .signup_btn {
    padding: 18px 189px;
    }

    /*--------------------------end of sign_up page-----------------------------*/
    /*--------------------------------------------subscription_page-------------------*/
    .subscription_content {
    background-color: #353530;
    padding-top: 37px;
    padding-left: 55px;
    padding-right: 55px;
   }
   .starter_basic_card .card-body {
    padding: 30px 19px;
    }
    /*-----------------------------end of subscription_page------------------------*/
    /*-----------------------------model_page-----------------------------------*/
    .model_img_overlay
    {
        bottom: 48px;
        left: 0px;
        right: 24%;
        padding: 27px 10px
    }

    /*----------------------------end of model_page----------------------------*/

    /*-----------------------------login page----------------------------------*/
    .login_content_form .sign-up-page p 
    {
        font-size: 21px;
    }
    /*------------------------------end of login page----------------------------*/
}

    

    
@media (min-width: 1440px)
{
    /*---------------------------hero-section----------------------------------*/
   
    h1 {
        font-family: Roboto;
        font-size: 64px;
        font-weight: 400;
        line-height: 75px;
    }
    h2 {
        font-family: Roboto;
        font-size: 50px;
        font-weight: 400;
        line-height: 58.59px;
    }
    h3 {
        font-family: Roboto;
        font-size: 40px;
        font-weight: 700;
        line-height: 46.88px;
    }
    p {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 23.44px;
    }
    /*---------------------------------hero secion----------------------------------s*/
    .hero_section_content {
        width: 63.666667%;
    }
    .hero_section_bgimg h1 {
    color: #ffffff;
    padding-top: 117px;
    padding-bottom: 35px;
    }
    .hero_section_bgimg p {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 35.16px;
    }
    .hero_section_bgimg h1 > span {
    color: #ffd95a;
    }
    .hero_section_bgimg a {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.44px;
    padding: 26px 34px;
    margin-top: 70px;
    }
   /*---------------------------------End Of Hero-section----------------------------*/
    /*Contact page*/
    .contact-form-main {
        padding: 0 70px;
    }
    form.contact_form {
        padding: 106px 50px 80px;
    }
    .contact_form .form-control {
        padding: 1.56rem 4rem !important;
        font-size: 20px;
        font-weight: 400;
        line-height: 23.44px;
    }
    .contact_form .form_btn {
        font-size: 30px;
        font-weight: 600;
        line-height: 35.16px;
        padding: 23px 111px;
    }
    
    /*End of cotact Page*/

    /*----------------------------------Registration_form-------------------------------*/
      
        form.registration_form,
        form.edit_form
        {
            padding:72px 158px;
        }

    .registration_form .form-control,
    .edit_form .form-control {
        padding: 1.56rem 1.3125rem !important;
        font-size: 20px;
        line-height: 23.44px;
        }
    .registration_form .form_btn,
    .edit_form .form_btn {
        font-size: 30px;
        line-height: 35.16px;
        padding: 22px 187px;
    }
     .register_logo_content span
     {
        font-size: 35px;
        line-height: 41.02px;
    }
       
     .register_logo_content
    {
        width: 400px;
        height:400px;
    }

   /*-------------------------------end of registation page-------------------------------*/
   /*--------------------------------sign_up page--------------------------------------------*/

    .signup_bg_img 
    {
        background-repeat: no-repeat;
        background-size:cover;
    }
    .signup_img_content img
    {
        max-width: 100%;
        padding-bottom: 152px;
    }
    .signup_content_form 
    {
        padding-right:94px;
    }
    .signup_content_form  h3 
    {
        padding-bottom: 33px;
     }
     .signup_form label 
    {
        font-family: Roboto;
        font-size: 25px;
        font-weight: 400;
        line-height: 29.3px;
    }
    .signup_form .form-control 
    {
        backdrop-filter: blur(50px)!important;
        border: 2px solid #FFFFFF66;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.16) 100%);
        padding: 1rem 1.75rem;
        border-radius: 10px;
        opacity: 60%
    }
    .signup_form .signup_btn
    {
        padding: 18px 180px;
        border: none;
        border-radius: 10px;
        font-family: Roboto;
        font-size: 25px;
        font-weight: 800;
        line-height: 29.3px;
        color: white;
        margin-top: 20px;
     }
     .signup_box
     {
        padding-bottom: 40px;
     }
     .signup_row
     {
        font-family: Roboto;
        font-size: 25px;
        font-weight: 400;
        line-height: 29.3px;
        color: #ffffff;
        margin-top: 35px;
    }

    /*--------------------------------------end of sign_up page-------------------------------*/
    /*-----------------------------------Messages--------------------------------*/
        .message_box {
        padding-left: 20px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    /*--------------------------End of Messages-----------------------------*/  
    /*--------------------------payent_page---------------------------------*/ 
        .payment_main
    {
        padding-top: 27px;
    }
    .payment_content
    {
        padding-top: 32px
    }
    
    
    .credit-card .card-number {
      letter-spacing: 2px;
    }
    
    
    .payment_form label 
    {
        font-size: 24px;
        line-height: 28.13px;
    }
    .payment_form .form-control
    {
        padding: 1rem 1.4rem;
        font-size: 20px;
        line-height: 23.44px;
    }
    .payment_btn
    {
        padding:12px 0px;
        font-size: 24px;
        line-height: 28.13px;
    }
    
    
    .bank-name p 
    {
        margin:0px;
    }
    .credit-card p 
    {
        margin:0px;
    }

    /*------------------------end of payment_page----------------------------*/

    /*---------------------------model_profile_page---------------------------*/ 

    .model_profile_card .model_profile_content h4 {
      font-size: 30px;
      line-height: 35.16px;
    }
    .model_profile_footer h4 {
        padding-top: 22px;
        padding-bottom: 22px;
        font-size: 30px;
        line-height: 35.16px;
    }
    .model_profile_aboutme h4 {
      font-size: 30px;
      line-height: 35.16px;
    }
/*-----------------------------end of model_profile_page-------------------*/

.select2-container--default .select2-selection--multiple {
    
    padding: 1.3rem 0rem 1.1rem 1.2rem !important;
}
    
 .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	    font-size: 20px!important;
	    line-height: 1;
	    font-weight: 400;
	}

	.select2-dropdown {
		font-size: 20px!important;
		font-weight: 400!important;
		line-height: 23.44px!important;
	}
}


/*Top Menu*/

.topmenu {
    background-color: #000;
    padding: 30px;
}

.topmenu a.login-text {
    float: right;
}

.topnavigation-menu a {
    padding-right: 20px;
}

/*Extention*/

#c63 h3 {
  /*width: 400px;
  height: 400px;
  background-color: #353530;*/
  border-radius: 50%;
  margin: 20px auto;
  /*box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);*/
  transition: background-color 0.3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#c63 h3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  /*line-height: 400px; */
  color: #ffd966;
  text-decoration: none;
  font-size: 35px;
  font-weight: 500;
 /* position: absolute;*/
  top: 0;
  left: 0;
}

/*#c63 h3:hover {
  background-color: #2a2a2a;
}*/

.model_profile_footer .model_profile_hire a {
    text-decoration: none;
}

.agency-modal-detail {
    padding-top: 3rem;
}

.modal-detail {
    padding-top: 3rem;
}


.form-select {
    --bs-form-select-bg-img: url(../Images/angle-down-solid.svg)!important;
}

.tx-ftww-dashboard .typo3-messages {
    /*padding: 0;*/
    padding-left: 50px;
    padding-right: 50px;
    /* text-align: center; */
    padding-top: 20px;
}

.tx-ftww-dashboard .alert.alert-success,
.tx-ftww-dashboard .alert.alert-danger {
    list-style-type: none;
}

.modelmediauploads {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.modelmediauploads label {
    color: #FFD95A;
}

.modelmediauploads .radiant_btn {
    padding: 10px 40px;
    color: #fff;
}

.modelmediauploads label img.media-uploads {
    margin-left: 15px;
}

.our_models_profile .remove-media .delete-button,
.our_models_profile .remove-media .delete-button {
    display: none;
}
 
.our_models_profile .remove-media:hover .delete-button,
.our_models_profile .remove-media:hover .delete-button {
    display: inline-block;
}

.our_models_profile button.delete-button img {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px;
    object-fit: cover;
    border: none;
}

.our_models_profile .remove-media button.delete-button {
    background: #FFD95A;
    margin: 10px 15px;
    border: 2px solid;
}


.filter .advance-search button {
    color: #fff;
}

.filter #advanced-search-section .form-control {
    background-color: #FFD95A;
    color: #000000;
    padding: 16px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Roboto;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    /*cursor: pointer;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.filter #advanced-search-section input.form-control::placeholder{
    color: black !important;
}

.custom-date {
    position: relative;
}

.custom-date input[type="date"] {
    background: transparent;
    color: #FFD700; /* your yellow text color */
    padding-right: 2.5rem; /* space for icon */
}

.custom-date input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.custom-date .calendar-icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: white;
}

.select2-container--default .select2-selection--multiple {
    /* border: 1px solid #aaa; */
    border-radius: 4px;
    cursor: text;
    background-color: #1C1B19!important;
    border: 1px solid #1C1B19!important;
    padding: 0.86rem 0rem 0.8rem 1rem;
    border-radius: 20px!important;
}

input.select2-search__field
{
    background-color: #1C1B19 !important;
    border: #000000 !important;
    color: hsla(46, 100%, 68%, 1) !important;
    font-family: Roboto;
    font-weight: 400;
    box-shadow: 15px 15px 15px 0px hsla(0, 0%, 0%, 0.5);
}

.select2-dropdown {
    background-color: #1C1B19 !important;
    border: 1px solid #1C1B19 !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    color: hsla(46, 100%, 68%, 1) !important;
    font-size: 18px;
    font-weight: 400px!important;
    line-height: 23.44px!important;
}
.select2-container--default .select2-results>.select2-results__options
{
	border:1px solid gray!important;
}

.select2-search.select2-search--inline .select2-search__field::placeholder {
  color: hsla(46, 100%, 68%, 1) !important;
  opacity: 1 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered
{
	padding:0px 0px!important;
	font-size: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li
{
	font-size: 18px;
	line-height: 1
}
.select2-container--default .select2-selection--multiple
{

 box-shadow: 15px 15px 15px 0px hsla(0, 0%, 0%, 0.5);
}
.select2-container .select2-search--inline .select2-search__field
{
	margin-top: 0px!important;
}
.select2-results__option
{
	padding-left: 1rem!important;
	
}
.select2-selection__rendered .select2-selection__choice
{
	color: hsla(46, 100%, 68%, 1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
	background-color:transparent !important;
	border:0px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: hsla(46, 100%, 68%, 1) !important;
    color:#1C1B19 !important;
}

.agency-modal-detail .custom-file-label {
    cursor: auto;
}

/* Chrome, Safari, Edge, Opera */
.tx-ftww-dashboard input[type=number]::-webkit-outer-spin-button,
.tx-ftww-dashboard input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.tx-ftww-dashboard input[type=number] {
    -moz-appearance: textfield;
}
/*---------------------------------------------*/


/*====height range AND age range====*/
.model_dropdown {
    position: relative;
}

.height-filter-content,
.age-filter-content {
    display: none;
    position: absolute;
    top: 100%;
    /*left: 0;*/
    z-index: 1000;
    background: #FFD95A;
    border: 1px solid #ccc;
    padding: 10px;
    width: 93%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 28px;
    right: -10px;
    top: -6px;
}

.noUi-tooltip,
.noUi-tooltip {
    display: none!important;
}

#heightRangeLabel,
#ageRangeLabel {
    font-weight: 600;
}

.height-toggle,
.age-toggle {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.noUi-handle:before {
    left: 7px;
}
.noUi-handle:after {
    left: 11px;
}

.form-label.height-toggle,
.form-label.age-toggle {
    margin-bottom: 0;
}

.form-label.height-toggle:focus,
.form-label.age-toggle:focus  {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}


/*Agency Interested Records Lists*/

.accordion-button::after {
    filter: invert(1);
}


/*agency*/
.agency_submit{
  background-color:#ffd95a ; 
  border-radius: 11px;
  padding-inline:20px; 
}

.tx-ftww-dashboard input:-webkit-autofill {
  /* black background as inset */
  -webkit-box-shadow: 
    0 0 0 1000px #000 inset !important,
    15px 15px 15px 0px hsla(0, 0%, 0%, 0.5); 
  
  -webkit-text-fill-color: hsla(46, 100%, 68%, 1) !important;
  transition: background-color 5000s ease-in-out 0s;
}
/*tx-ftww-dashboard */

.tx-ftww-dashboard .model_info_btn{
    padding-inline:40px;
    padding-block:10px;
    background-color:hsla(46, 100%, 68%, 1); 
    border:0;
    border-radius: 10px;
    color:#ffffff;
    font-size: 18px;
}
.tx-ftww-dashboard .form-filed-grid.model-info-field{
    display:block;
}
.tx-ftww-dashboard .model-info-field h4{
    color:#FFD95A;
    margin-bottom:20px;
}

.tx-ftww-dashboard .model-info-field .form-group{
    background-color:#1C1B19;
    padding:20px;
    border-radius: 10px;
}
.tx-ftww-dashboard .model-info-field .form-group label{
     color:#FFD95A; 
 }

 .tx-ftww-dashboard .experience_form{
 	 display: grid;
  grid-template-columns: repeat(3, 1fr)
 }
.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(../Icons/check.svg)!important;
}
.form-check-input:checked {
    background-color: #070707;
    border-color: #FFD95A; 
}

@media (max-width: 991px) {
	.tx-ftww-dashboard .experience_form{
 	    display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px 10px;
    }
}

@media (max-width: 575px) {
    .tx-ftww-dashboard .experience_form{
            display: grid;
        grid-template-columns: repeat(1, 1fr)
    }
}

.subscription_content {
  position: relative; 
}

.subscription_content img { 
  position: absolute;
  top: -70px;   /* adjust for spacing */
  right: 40px; /* adjust for spacing */
}

@media (max-width: 450px){
           .subscription_content img{
            top: -97px;
            right: 20px;
           }
}

.card_list.plane-detail li {
  
  list-style: none;
  position: relative;
  padding-left: 1.5em;   /* space for tick */
  line-height: 1.4;
}

.card_list.plane-detail li::before {
  content: "✔";          /* tick icon */
  position: absolute;
  left: 0;               /* sits at the left edge */
  top: 0;                /* aligned to top of text */
}


.starter_basic_card .card-body {
  display: flex;
  flex-direction: column;    /* stack content vertically */
  flex: 1;                   /* fill available height */
}


.starter_basic_card .card_list {
  flex: 1;                   /* fill remaining space */
}


.card-body {
  min-height: unset !important;
  max-height: unset !important;
  height: auto !important;
}

.modelmediauploadsplan a.planbutton {
    color: #fff;
    margin-left: 70px;
}

.plan-yearly .monthlyequivalent {
    font-size: 12px;
}