/*--------------------- Copyright (c) 2023 ----------------------- 
[Master Stylesheet] 
Project: Funnel Builder
 ------------------------------------------------------------------- 
[Table of contents] 
1. body
2. header
3. slider
4. services
5. about us
6. project gallery
7. process
8. team 
9. project  
10. testimonial 
11. blog 
12. map 
13. footer
-------------------------------------------------------------------*/


/********************************************************
1. body start
 *******************************************************/
:root {
    --primary: #6aab7d;
    --primary-light: #8ebf55;
    --text-color: #53627a;
    --background: #eff5fc;
    --btn-hover-color: #160042;
    --white-color: #ffffff;
    --green-color: #8cdf5f;
    --dark-color: #160042;
}
body {
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	color: var(--text-color);
	background: var(--background);
    margin: 0;
    padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{
	color: #222222;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Outfit', sans-serif;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;
	word-break: break-word;
}
img {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;
}
/* width */

::-webkit-scrollbar {
    width: 4px;
}
/* Track */

::-webkit-scrollbar-track {
    background: transparent;
}
/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--primary);
    width: 4px;
}
/* button css */
.plr_btn, .plr_btn:focus {
    min-width: 100%;
    padding: 0 30px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 6px;
    color: var(--white-color);
    background: linear-gradient(50deg, var(--primary), var(--primary-light) 51%, var(--primary-light)) var(--x, 0)/ 200%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}
.plr_btn:hover {
    --x: 100%;
	color: #ffffff;
}
  
/* button css */

 /********************************************************
1. body end
 *******************************************************/
 .plr_main_wrapper {
    background-image: url(../images/newbanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.plr_login_section {
    background-blend-mode: multiply;
    padding: 20px;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.plr_login_flex {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(50deg, var(--primary), var(--primary-light) 51%, var(--primary-light)) var(--x, 0)/ 200%;
}
.plr_login_flex.plr_white_label {
    background: transparent;
}
.plr_white_label .plr_login_main {
    border-radius: 20px;
}
/*.plr_login_vector {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-right: 30px;*/
/*    flex-direction: column;*/
/*}*/

/*.plr_login_vector img {*/
/*    animation: 6s installation infinite alternate;*/
/*}*/
/*@keyframes installation {*/
/*    0% {*/
/*        transform: translateY(0px);*/
/*    }*/
/*    50% {*/
/*        transform: translateY(20px);*/
/*    }*/
/*}*/
.plr_login_vector {
    text-align: center;
    padding: 50px 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../images/box_shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.plr_quality_text>img {
    display: none;
}
.plr_quality_text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
}
.plr_quality_text h5 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}

.plr_mockup_img {
    margin-top: 45px;
}
.plr_mockup_img p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 10px;
}
.plr_login_main {
    max-width: 500px;
    width: 100%;
    text-align: left;
    padding: 50px;
    color: #ffffff;
    background: #f7fcff;
    border-radius: 0 20px 20px 0;
}
.plr_login_auth > img {
    max-width: 200px;
}
.plr_login_auth h1 {
    font-size: 30px;
    color: #160042;
    font-weight: 500;
    margin: 30px 0 6px;
}
.plr_login_auth h1 span {
    font-weight: 700;
    background: linear-gradient(50deg, var(--primary), var(--primary-light) 51%, var(--primary-light)) var(--x, 0)/ 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.plr_login_auth h5 {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #45586d;
}
/* form css */
.plr_input_main label {
    font-size: 15px;
    color: #160042;
    font-weight: 600;
    margin-bottom: 0;
}
.plr_input {
    position: relative;
    margin-bottom: 10px;
}
.plr_input input {
    color: #45586d;
    background-color: #e8f4fc;
    width: 100%;
    height: 60px;
    padding: 0 20px 0 50px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    margin-top: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

  
.plr_input input::placeholder {
    color: #45586d;
}
input:-webkit-autofill {
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 50px #ffffff inset;
    -webkit-text-fill-color: #53627a;
}
.plr_input img {
    position: absolute;
    top: 5px;
    bottom: 0;
    margin: auto;
    left: 20px;
}
.plr_input input:focus {
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    border: solid 1px rgb(83 98 122 / 14%);
}
  
/* form css */

/* checkbox start */
.plr_check_section {
    margin-top: 20px;
}
.plr_check_section ul li {
    display: flex;
    justify-content: space-between;
	text-transform: capitalize;
}
.plr_check_section ul li span>a {
    color: #160042;
    font-weight: 600;
}
.plr_check_section ul li span>a:hover {
    color: var(--primary);
}
.plr_checkbox {
    text-align: left;
	text-transform: capitalize;
    cursor: pointer;
}
.plr_checkbox > input{
	position:absolute;
	left:-999999px;
}
.plr_checkbox > label {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    color: #160042;
}
.plr_checkbox > label:last-child {
	margin-bottom: 0;
}
.multi-select-menuitems label input{
	opacity: 0;
}
.plr_checkbox > label:before {
    content: "";
    margin: 3px 0 0px;
    width: 30px;
    height: 10px;
    background-color: #e5e8ed;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(2px);
    transition: 0.3s;
}
  
.plr_checkbox > label:after {
    position: absolute;
    content: "";
    top: 1px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 0px rgb(100 100 100 / 20%);
}
.plr_checkbox > input:checked ~ label:after {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    background: linear-gradient(50deg, var(--primary), var(--primary-light) 51%, var(--primary-light)) var(--x, 0)/ 200%;
}
/* checkbox end */
.plr_login_btn {
    margin: 64px 0 0;
}
.plr_login_btn>p {
    /*margin: 133px 0 0;*/
    color: #160042;
}
.plr_login_btn>p>a {
    color: var(--primary);
	font-weight: 600;
}
.plr_login_btn>p>a:hover {
    color: var(--text-color);
}
/* login css end*/






/* success msg */
.plr_notification {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.plr_success_msg {
    position: fixed;
    right: 20px;
    top: 20px;
    border-radius: 6px;
    background: var(--white-color);
    padding: 20px 30px;
    z-index: 999;
    border: solid 1px #e8f4fc;
    box-shadow: 0px 0px 45px 15px rgb(16 40 132 / 10%);
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.plr_success_msg.plr_toster_open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.plr_close_icon {
    position: absolute;
    top: 0px;
    right: 20px;
}
.plr_close_icon span {
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
.plr_success_flex {
    display: flex;
	align-items: center;
}
.plr_happy_img {
    width: 110px;
}
.plr_yeah {
    width: 210px;
}
.plr_yeah h5 {
    color: var(--green-color);
    font-weight: 600;
    font-size: 18px;
}
.plr_yeah p {
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
}
.plr_error_msg {
    position: fixed;
    right: 20px;
    top: 20px;
    border-radius: 6px;
    background: var(--white-color);
    padding: 20px 30px;
    z-index: 999;
    border: solid 1px #e8f4fc;
    box-shadow: 0px 0px 45px 15px rgb(16 40 132 / 10%);
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.plr_error_msg.plr_toster_open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.plr_error_msg .plr_yeah h5 {
    color: #f4476c;
    font-weight: 600;
    font-size: 18px;
}
.plr_hide {
	display: none;
}
/* success msg */

/* error msg */
.plr_response {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    padding: 10px 25px;
    border-radius: 10px;
	display: none;
    font-weight: 500;
	background: #3e3c55;
	color: var(--white-color);
    animation: zoom 0.1s linear;
}
.plr_response.mt_error {
    background: #ff3a3a;
    color: var(--white-color);
	display: block;
}
.plr_response.mt_success {
    background: #47aa4b;
    color: var(--white-color);
	display: block;
}
/* error msg */

/* alert wrapper */
span.error {
    position: absolute;
    bottom: -6px;
    font-weight: 600;
    left: 20px;
    color: #ff3a3a;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 1;
}

/* alert wrapper */



/* responsive css */
@media(max-width: 1399px){
    
}

@media(max-width: 1199px){
.plr_login_main {
    min-height: 702px;
}
.plr_login_auth h1 {
    font-size: 24px;
    margin: 20px 0 6px;
}
.plr_quality_text {
    padding: 20px 30px;
}
.plr_mockup_img {
    margin-top: 0;
}
.plr_mockup_img p {
    margin-top: 0;
}
.plr_login_btn>p {
    margin: 33px 0 0;
}
}


@media(max-width: 991px){
.plr_login_auth h1 {
    margin: 24px 0 6px;
    font-size: 22px;
}
.plr_login_btn {
    margin: 20px 0 0;
}
.plr_login_btn>p {
    margin: 12px 0 0;
}
.plr_login_main {
    padding: 30px;
}
.plr_login_vector {
    flex: 100%;
}
.plr_quality_text h2 {
    font-size: 20px;
    margin-top: 10px;
}
}


@media(max-width: 768px){
    
.plr_login_flex {
    display: block;
}

.plr_login_main {
    max-width: 100%;
    border-radius: 0 0 20px 20px;
}
.plr_login_main {
    min-height: auto;
}
.plr_login_vector {
    padding: 30px;
    border-radius: 20px 20px 0 0;
    background-size: cover;
}
}


@media(max-width: 575px){
.plr_login_main {
    padding: 40px 20px 32px;
}
.plr_quality_text {
    padding: 10px;
}
}

@media(max-width: 420px){
    .plr_check_section ul li {
        display: block;
    }
}
/* responsive css */

