@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900&display=swap');
:root
{
    /* Main Colors */
    --primaryOne: #a9dff2;
    --primaryTwo: #38aee4;
    --primaryThree: #1a3967;

    /* Secondary Colors */
    --secondary-blueberry: #1e77b9;
    --secondary-strawberry: #e54041;
    --secondary-peach: #faa84d;
    --secondary-grape: #a55ea6;
    --secondary-apple: #29b45d;
    --secondary-banana: #f9d374;
    --secondary-orange: #ea754b;

    --lightGrey: rgb(180, 180, 180);
    --midGrey: rgb(130, 130, 130);
    --midDarkGrey: rgb(110, 110, 110);
    --darkGrey: rgb(70, 70, 70);

    /* Fonts Family*/
    --liftlife-fonts: 'Poppins', sans-serif;
    /* Ftont Sizes */
    --heading-semiBold: 800;
    --heading-meduim:700;
    --heading-sub:300;
    --body-regular:200;
    --body-light:100;

    /* Font Spacing */
    --std-font-size: 20px;

    /* Margins */
    --std-margin: 25px;

    /* Paddings */
    --std-padding: 9px;

    /* Grid Spacings */

    /* Animation */
    --transitionSpeed: 1s;
    --btnTransitionSpeed: 0.2s;
    --btnScale:scale(1.03);

    /* Drop Shadow */
    --dropshadow-light: 0px 0px 8px #5a5a5a10;
    --dropshadow-mid: 0px 0px 8px #5a5a5a21;
    --dropshadow: 10px 10px 5px #5a5a5a1e;
    --dropshadowFull: 2px 3px 8px #5a5a5a46;
    

}
*{
    font-family:var(--liftlife-fonts);
    margin:0;
    padding:0;
    box-sizing: border-box;
    
}
grammarly-btn {display:none!important;}
grammarly-extension {display:none!important;}

body, html
{
   
    height:auto;
    background-color: rgb(250, 250, 250);
}
html{
    height: 100%;
}

body{
    min-height: 100%;
    display:flex;
    flex-direction: column;
}

.heading-big
{
    letter-spacing: 2px;
    text-align: start;
    color: var(--primaryThree);
    font-size:2em;
    font-weight:bold;
    width:100%;
    transition: 0.5s;
}
.heading-meduim
{

}
label, button, p, h1, h2,h3,h4,h5,h6
{
    -webkit-transition: all 0.25s linear;
    /*-webkit-touch-callout: none; */
    /*-webkit-user-select: none; */
    /* -khtml-user-select: none;*/
    /*   -moz-user-select: none; */
    /*    -ms-user-select: none; */
    /*        user-select: none; */
}

.checkbox
{
    margin-top: 25px;
    margin-right:25px;
    width:25px;
    height:25px;
    background:white;
    border-radius: 10px;
}
a:hover{
    cursor: pointer;
}

.paragraph-style-one
{
    font-weight: 100;
    padding:20px 0;
    width:100%;
    line-height: 25px;
    color: var(--midDarkGrey);
}

.padd-all{
 padding: 25px;   
}
.padd-top{
 padding-top: 25px;   
}
.padd-bottom{
 padding-bottom: 25px;   
}
.padd-left{
 padding-left: 25px;   
}
.padd-right{
 padding-right: 25px;   
}

.text-light{
    font-weight: 200;
}
.text-normal{
    font-weight: 300;
}
.text-meduim{
    font-weight: 400;
}
.text-bold{
    font-weight: 500;
}
.text-extra-bold{
    font-weight: 700;
}
.text-extra-black{
    font-weight: 900;
}
.text-all-caps
{
    text-transform: uppercase;
}
.text-all-lower
{
    text-transform: lowercase;
}
.text-all-start-caps
{
    text-transform: capitalize;
}
.text-blue-light
{
    color: var(--primaryOne);
}
.text-blue-meduim
{
    color: var(--primaryTwo);
}
.text-blue-dark
{
    color: var(--primaryThree);
}
.text-white
{
    color: white;
}
.text-grey-light
{
    color: var(--lightGrey);
}
.text-grey-mid
{
    color: var(--midGrey);
}
.text-grey-mid-dark
{
    color: var(--midDarkGrey);
}
.text-grey-dark
{
    color: var(--darkGrey);
}
.text-green
{
    color: var(--secondary-apple);
}
.text-orange
{
    color: var(--secondary-orange);
}
.text-yellow
{
    color: var(--secondary-banana);
}
.text-peach
{
    color: var(--secondary-peach);
}
.text-red
{
    color: var(--secondary-strawberry);
}
.text-purple
{
    color: var(--secondary-grape);
}

.round-all
{
    border-radius: 8px;
}
.round-top-left
{
    border-top-left-radius: 8px;
}
.round-top-right
{
    border-top-right-radius: 8px;
}
.round-bottom-left
{
    border-bottom-left-radius: 8px;
}
.round-bottom-right
{
    border-bottom-right-radius: 8px;
}

.bg-white
{
    background:white;
}
.bg-smokewhite
{
    background:whitesmoke;
}
.bg-grey-dark
{
    background: var(--darkGrey);
}

.bg-blue-light
{
    background:var(--primaryOne);
}
.bg-blue-meduim
{
    background:var(--primaryTwo);
}
.bg-blue-dark
{
    background:var(--primaryThree);
}

.bg-green
{
    background: var(--secondary-apple);

}
.bg-yellow
{
    background:var(--secondary-banana);

}
.bg-peach
{
    background:var(--secondary-peach);

}
.bg-orange
{
    background:var(--secondary-orange);

}
.bg-red
{
    background: var(--secondary-strawberry);

}
.alert-box-red,
.alert-box-green,
.alert-textbox-red,
.alert-textbox-blue-dark,
.alert-textbox-green 
{
    background-color: rgb(255, 113, 113);
    color:white;
    outline: none;
    width:100%;
    border:none;
    border-radius: 10px;
}
.alert-box-red,
.alert-textbox-red
{
    background-color: rgb(255, 113, 113);
}
.alert-box-green,
.alert-textbox-green 
{
    background-color: var(--secondary-apple);
}
.alert-textbox-blue-dark
{
    background-color: var(--primaryTwo);
    /* color: var(--lightGrey) ; */
}

.alert-box-red p,
.alert-box-green p,
.alert-textbox-red,
.alert-textbox-green,
.alert-textbox-blue-dark,
.alert-textbox-blue-dark p
{
    padding:10px;
    width:100%;
}
.alert-textbox-red,
.alert-textbox-green 
{
    text-align: left;
}


#login-success-panel
{
    display:flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    height: auto;
    background:white;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#login-success-panel h1
{

    padding: 5px;

}


/* Modal */
.modalBG
{
    display: flex;
    justify-content: center; 
    align-items: center;
    position: fixed;
    z-index:99999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow: auto;
    background-color: rgb(96, 196, 243); /* Fallback color */
    background-color: rgba(158, 158, 158, 0.61); /* Black w/ opacity */
}
.modalBG.profile-img-bg
{
    flex-direction: column;

}
#image-modal button
{
    justify-self: center; 
    align-self: center;
    text-align:center;
    margin:25px;
}
#image-modal 
{

    text-align:center;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.897); /* Black w/ opacity */
}
.show-data-list
{
    display: block;
}
/* .profile-img-modal-content
{
    margin:auto;
    margin-top:150px;
    display:block;
    width:80%;
    max-width: 700px;
} */
.modal-close-btn
{
    position: absolute;
    top:15px;
    right:35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 9999999999;
}
.btn-clear:hover, .btn-clear:focus, .text-btn-clear:hover, .text-btn-clear:focus
{
    transform: var(--btnScale);
    color:var(--primaryTwo);
    text-decoration: none;
    cursor: pointer;
}
.btn-clear:active, .text-btn-clear:active
{
    transform: scale(0.9);
}

.animate_modal 
{
    -webkit-animation: animate-popup 0.6s;
    animation: animate-popup 0.6s;
}

.pop-down
{
    -webkit-animation: animate-popdown 0.3s;
    animation: animate-popdown 0.3s ;
    animation-fill-mode: forwards;
}

.scale-top-to-Btm
{
    transform-origin: top left;
    -webkit-animation: animate-scale-y-up 0.3s;
    animation: animate-scale-y-up 0.3s ;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animate-scale-y-up
{
    0% {-webkit-transform: scaleY(0)} 
    50% {-webkit-transform: scaleY(1.1)}
    100% {-webkit-transform: scaleY(1)}
}
@keyframes animate-scale-y-up
{
    0% {-webkit-transform: scaleY(0)} 
    50% {-webkit-transform: scaleY(1.1)}
    100% {-webkit-transform: scaleY(1)}
}

  @-webkit-keyframes animate-popup {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animate-popup {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }

  @-webkit-keyframes animate-popdown {
    0% {-webkit-transform: scale(1);}
    10% {-webkit-transform: scale(1.05);}
    20% {-webkit-transform: scale(1);}
    100% {
        -webkit-transform: scale(0);
    }
  }
    
  @keyframes animate-popdown {
    0% {transform: scale(1);}
    10% {transform: scale(1.05);}
    20% {transform: scale(1);}
    100% {
        transform: scale(0);
    }
  }

  /* Input Fields */
.reg-inputfield, .reg-inputfield-meduim, .reg-inputfield-small, .reg-inputfield-large,.reg-inputfield-full
{
    width:100%;
    padding: 8px 12px;
    margin: 8px 0;
    outline: none;
    display:inline-block;
    border-radius: 10px;
    border: 1px solid var(--primaryThree);

    text-align: center;
    letter-spacing:1.5px;
    align-self: center;
    font-size:1.0em;
    box-sizing: border-box;
}
.reg-inputfield-full
{
    width:100%;
}
.reg-inputfield-large
{
    width:90%;
}
.reg-inputfield-meduim
{
    width:70%;
}
.reg-inputfield-small
{
    width:40%;
}
.inputfield-s
{
    width:100%;
    max-width: 300px;
    padding: 8px 12px;
    margin: 8px 0;
    outline: none;
    display:inline-block;
    border-radius: 10px;
    border: 1px solid var(--secondary-grape);
    text-align: center;
    letter-spacing:1.5px;
    font-size:1.0em;
    box-sizing: border-box;
}



/* Common Buttons */
.btn-blue-dark
{
    background-color: var(--primaryThree);
}
.btn-blue-meduim
{
    background-color: var(--primaryTwo);
}
.btn-blue-mid-dark
{
    background-color: var(--secondary-blueberry);
}
.btn-blue-light
{
    background-color: var(--primaryOne);
}
.btn-purple
{
    background-color: var(--secondary-grape);
}
.btn-yellow
{
    background-color: var(--secondary-banana);
}

.btn-peach
{
    background-color: var(--secondary-peach);
}
.btn-orange
{
    background-color: var(--secondary-orange);
}
.btn-green
{
    background-color: var(--secondary-apple);
}
.btn-red
{
    background-color: var(--secondary-strawberry);
}
.btn-white
{
    background-color: white;
    color: black;
}
.btn-white-with-border
{
    background-color: white;
    border: 1px solid var(--midGrey);
    color: black;

}

.btn-clear
{
    background:none;
    border:none;
    outline:none;
    font-size: 1.2em;
}
.btn-clear-active
{
    background:none;
    border:none;
    outline:none;
    font-size: 1.3em;
    color: var(--primaryTwo);
}
.text-btn-clear
{
    background:none;
    border:none;
    outline: none;
    transition: var(--btnTransitionSpeed);
    cursor: pointer;
    font-size: 1em;
}

.btn-small
{
    height: auto;
    width:50px;
}

.btn-meduim
{
    height: auto;
    width:100px;
}
.btn-meduim-large
{
    height: auto;
    width:150px;
}

.btn-large
{
    height: auto;
    width:250px;
}
.btn-full
{
    height: auto;
    width:100%;
}
.btn-fit-content
{
    height: auto;
    width:fit-content;
}

.btn
{
    color:white;
    border-radius: 10px;
    border:none;
    outline: none;
    padding: 8px 12px;
    margin-top:20px;
    transition: var(--btnTransitionSpeed);
    cursor: pointer;
    text-align: center;
    box-shadow: var(--dropshadow-mid);
    /* font-size: 1.1em; */
}
.btn:active
{
    transform: scale(5);
    box-shadow: var(--dropshadowFull);
}
.btn:hover,
.btn:focus
{
    transform: var(--btnScale);
    box-shadow: var(--dropshadow-mid);
}

/* Pagination */
.page-button-container
{
    display:flex;
    width: 100%;
    max-width: min-content;
}

/* Tables */
table, .table, .result-table, .add-new-table
{
    box-sizing: border-box;
    border: none;
    border-spacing: 0;
    width:100%;
    font-size: 0.9em;
    background: white;
}

td,tr
{
    border: 1px solid var(--primaryThree);
    text-align: center;
    padding: 10px 10px;
   transition: var(--btnTransitionSpeed);
   font-size: 14px;
}

tr:nth-child(odd)
{
    background-color: var(--primaryOne);
}

th{
    text-align: center;
    padding: 10px 5px;
    background-color: var(--primaryThree);
    color:whitesmoke;
    border: 1px solid whitesmoke;
    font-size: 14px;
}
th:first-child {
    border-top-left-radius: 8px;
    border-right: none;
}
th:last-child {
    border-top-right-radius: 8px;
    border-left: none;
}
tr:last-child td:first-child 
{
    border-bottom-left-radius: 8px;
}
tr:last-child td:last-child 
{
    border-bottom-right-radius: 8px;
}
.google , .facebook
{
   background-color: #E57368;
   width:220px;
}

.facebook {background-color: #76A7FA;}

/* Contact FORM */
.contact-form-container {
    width: 100%;
    padding:0 50px;
    height: auto;
    display: grid;
    row-gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: auto;
    justify-content: center;
    color: var(--midDarkGrey);
}
.love-tt {
    width: 60%;
    margin-bottom: 25px;
    font-size: 1.5em;
}

.contact-form-left {
    width: 100%;
    height: auto;
    max-width:600px;
    justify-self: center;
    padding: 50px;
}

.contact-form-left form input{
    overflow: hidden;
    margin: 20px 0;
    padding: 20px;
    height: 50px;
    width: 60%;
    background: white;
    border: solid 2px rgb(179, 109, 179);
    border-radius: 15px;
    outline: none;
}

.contact-form-container textarea {
    width: 100%;
    padding: 12px 20px;
    height:150px;
    box-sizing: border-box;
    border: 2px solid rgb(179, 109, 179);
    border-radius: 15px;
    resize: none;
}

.contact-form-right
{
    width:100%;
    max-width:600px;
    padding: 50px;
    justify-self: center;
}

.contact-details-grid {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 200px auto;
}

.contact-details-grid div {
    padding-right: 40px;
}

.contact-details-grid p {
    width: 100%;
}
.contact-names, .contact-details
{
    margin-top: 25px;
}
.contact-names
{
    font-weight: bold;
}

.office-hours,
.admin-office {
    overflow: hidden;
    width: 100%;
    height: auto;
    display: flex;
    /* background:pink; */
    flex-direction: column;
    justify-items: center;
    margin-top: 25px;
}

.admin-office p {
    width: 80%;
}

#submit-msg {
    margin: 20px 0;
    height: 50px;
    border: none;
    border-radius: 15px;
    outline: none;
    width: 150px;

    background: rgb(179, 109, 179);
    color: white;
    transition: 0.3s;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
}


#submit-msg:hover {
    transform: scale(1.05);
}

#submit-msg:active {
    transform: scale(.9);
}
/* top Sponsors */
.top-sponsors-container
{
    padding: 50px;
    padding-top: 140px;
    padding-bottom: 0;
    display:flex;
    flex-direction: column;
}
.top-sponsors-container a
{
   justify-self: center;
   align-self: center;
}

.top-sponsor-logos
{
    padding:100px;
    width:100%;
    gap: 100px;
    display:grid;
    height:auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
    grid-row: auto;
    justify-content: center;
    transition: 0.3s;
}
.top-sponsors-container h1
{
    margin-bottom: 50px;
}

figure 
{
    /* padding: 50px; */
    width: 100%;
    height:auto;
    background: var(--primaryOne);
}
figure img
{
    display:block;
    width:100%;
    max-width: 200px;
    height:200px;
    background: var(--primaryOne);
    transition: 0.3s;
}
figcaption
{
    text-align: center;
    background: white;
}

.top-sponsor-names, .all-sponsor-names
{
    margin: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid var(--primaryThree);
}
.name-container-left, .name-container-right
{
    margin-top: 50px;
    width:100%;
    max-width: max-content;
    text-align: center;
}
.all-sponsor-names p, .top-sponsor-names p
{
    padding: 10px;
}

/* Star Raatings and Feedback Bars */
.star-rating-container,
.listing-item .star-rating-container
{
    margin-top: 25px;
    width: 100%;
    max-width: 200px;
    height:20px;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
}
.listing-item .star-rating-container
{
    margin:0;

}

.star,.no-star,
.listing-item .star, .listing-item .no-star
{
    height:100%;
    width:20px;
    fill:var(--secondary-peach);
    transition: all 0.2s;
}

.listing-item .star, .listing-item .no-star
{
    width:15px;
}

.no-star,
.listing-item .no-star
{
   fill:var(--lightGrey);
}
.user-star .star:hover
{
    fill:var(--lightGrey);
    transform: scale(1.2);

}
.star:hover
{
   fill:var(--secondary-peach);
    transform: scale(1.2) rotate(10deg);
}
.star:active
{
   fill:var(--secondary-peach);
    transform: scale(0.8) rotate(-45deg);
}
.feedback-container
{
    background:pink;
    width: 250px;
    height:50px;
    float:right;
}
/* Scroll Bars */
::-webkit-scrollbar {
    width: 0.5em;
}

::-webkit-scrollbar-track {
    
    background-color: var(--primaryOne);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.144);
    background:transparent; 
}

::-webkit-scrollbar-thumb {
    background-color: var(--primaryThree);
    outline: 1px solid slategrey;
}
::-webkit-scrollbar * {
  }

@media(max-width:1300px)
{
    .top-sponsor-logos, .all-sponsor-brands
    {
        padding:0;
  
        grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
    }
    figure img
    {
        display:block;
        width:100%;
        max-width: 100px;
        height:100px;
        background: var(--primaryOne);
    }
    figcaption
    {
        font-size: 0.8em;
    }
    .top-sponsor-names, .all-sponsor-names
    {
        font-size:0.9em;
        margin:50px 0;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        height:auto;
    }
}

@media(max-width:1100px)
{
    .top-sponsor-logos, .all-sponsor-brands
    {
        grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
    }
}

@media (max-width:900px)
{
    .contact-form-container
    {
        width:100%;
        grid-template-columns: 100%;
        align-items: center;
    }
}

@media (max-width: 700px)
{
    .top-sponsor-logos, .all-sponsor-brands
    {
        gap:25px;
    }
    .love-tt
    {
        width: 100%
    }
    .contact-form-container
    {
        padding:0;
        width:100%;
    }
    .contact-form-left, .contact-form-right
    {
        width:100%;
        padding:25px;
    }
    .contact-details-grid {
        width:100%;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-rows: auto;
        justify-content: center;
    }
    .contact-details
    {
        margin-top:0px;
    }
}

@media(max-width: 500px)
{
    .top-sponsor-names, .all-sponsor-names 
    {
        font-size:0.8em;
    }
}

@media(max-width: 450px)
{
    .top-sponsor-names, .all-sponsor-names 
    {
        font-size:0.8em;
    }
    #registerModal,
    #loginModal
    {
        justify-content: flex-start;
        align-items: flex-start;
        background:white;
    }
}