/* ===================================
    Crafto - Bisiness
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
/* variable */
:root {      
    --alt-font: 'Inter', sans-serif;
    --primary-font: 'Inter', sans-serif;
    --base-color: #3c76a5;
    --dark-gray: #181b31;
    --green: #0fc978;
    --medium-gray: #6e7982;
}
/* reset */
::-webkit-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis; 
}
::-moz-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
:-ms-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
body{
    line-height: 30px;
}
.btn.btn-very-very-small {
  font-size: 10px;
  padding: 10px 20px;
}
/* header */
header .navbar-brand img {
    max-height: 36px;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 400;
}
.sticky .header-transparent .header-button .btn {
    color: var(--white);
    background:  #51ade0;
}
.sticky .header-transparent .header-button .btn:hover {
    color: var(--white);
    background:  #59bdf5;
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}

.header-transparent .header-button .btn,
.header-light .header-button .btn
 {
    color: var(--white);
	background:  #51ade0;
}
.header-transparent .header-button .btn:hover,
.header-light .header-button .btn:hover {
    color: var(--white);
	background:  #59bdf5;
}

.lightBtnContainer{
    background:transparent;
    border-color:#cccccc94 !important;
}

.lightBtnContainer:hover .lightBtnTemplate{
    color:#fff;
}
header.sticky.sticky-active .lightBtnContainer:hover{
    background:#262b35;
}

header.sticky.sticky-active .lightBtnContainer:hover .lightBtnTemplatem,
header.sticky.sticky-active .lightBtnContainer:hover .lightBtn{
    color:#fff;
}
.lightBtn{
    color: #fff;
}
.lightBtnTemplate{
    color: #262b35;
}
header.sticky.sticky-active .lightBtn{
    color: #262b35;
}
header.sticky.sticky-active .lightBtnContainer{
    background: transparent;
    border-color:#cccccc94;
    color: #262b35;
}
#header-icon-container{
    display: flex;
    align-items: center;
}
@media (max-width: 1220px) {
    #header-icon-container{
        flex-direction: column;
    }
    .lightBtnContainer{
        margin-top: 5px;
    }
    #tryfree{
        margin: 5px 0px;
    }
}

@media (max-width: 992px) {
    #header-icon-container{
        flex-direction: row;
    }
    .lightBtnContainer{
        margin: 0;
    }
    #tryfree{
        margin: 0;
    }
    .lightBtn{
        color :#262b35;
    }
    .iconlogo{
        padding-top: 2px;
    }
    .lightBtnContainer:hover .lightBtn{
        color:#fff;
    }
}


/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* bg color */
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
} 
/* bg transparent color */
.bg-base-color-transparent {
    background-color: #3c76a5 ;
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 25px}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
    height: 9px;
}
/* tag */
.tag-cloud a { 
    padding-top: 5px;
    padding-bottom: 9px;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
    bottom: -45px;
}
.right-minus-45px {
    right: -45px;
}
/* footer */
footer .footer-logo img {
    max-height: 36px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-dark a:hover {
    color: var(--white);
}
/* model popup */
.mfp-bg {
    background: #000000;
    opacity: 0.7;
}
/*login User */
#userEmail{
    color : var(--medium-gray)
}
#userName{
    color : var(--dark-gray) 
}
#platform{
    color : var(--dark-gray)
}
#logoutButton{
    color : var(--dark-gray)
}
.bg-blue-color{
    background : var(--base-blue-color)
}
#showLogin, #showLoginMenuItem{
    display:none;
    cursor : pointer;
}
#showLogout{
    display:none;
}
.text-capitalize{
    text-transform: capitalize;
}   
.text-uppercase{
    text-transform: uppercase;
}
input, select, textarea, .form-control, .form-select {
    padding : 5px 25px;
}
.sidebar-contact{
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
#sidebar-contact{
    background: url("../images/form-sideimg.png");
    background-position: 25px;     /* Centers the image */
    background-repeat: no-repeat;    /* Prevents the image from repeating */ 
    background-size: cover;
}
#success-msg{
    display:none;
}
#error-msg{
    display:none;
}
.slider-img{
    position:relative;
    margin-right: -7vw;
}
.slider-img-text{
    width: 100%;
    text-align: center;
    position:absolute; 
    left:50%; transform: 
    translateX(-50%);
    bottom:10%;
    font-size: 20px;
}
#tryfree{
    display:none;
    min-width: 125px;
    font-size: 11px;
}
#otherComment{
    /* display:none; */
    padding : 5px;
}
#uploadContainer{
    display:none;
}

.form-control-underline {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    box-shadow: none;
    padding-left: 5px !important;
}

.form-control-underline:focus {
    /* border-bottom-color: #007bff;  */
    box-shadow: none;
}
.cookie-always-active{
    position:absolute;
    top:0;
    right: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 28px;
}

.cookie-content{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cookie-close{
	position:absolute;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYThhOGE4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiPjxwYXRoIGQ9Ik0gMjAuNDk2MDk0IDIuOTkyMTg3NSBBIDAuNTAwMDUgMC41MDAwNSAwIDAgMCAyMC4xNDY0ODQgMy4xNDY0ODQ0IEwgMTIgMTEuMjkyOTY5IEwgMy44NTM1MTU2IDMuMTQ2NDg0NCBBIDAuNTAwMDUgMC41MDAwNSAwIDAgMCAzLjQ5NDE0MDYgMi45OTQxNDA2IEEgMC41MDAwNSAwLjUwMDA1IDAgMCAwIDMuMTQ2NDg0NCAzLjg1MzUxNTYgTCAxMS4yOTI5NjkgMTIgTCAzLjE0NjQ4NDQgMjAuMTQ2NDg0IEEgMC41MDAwNSAwLjUwMDA1IDAgMSAwIDMuODUzNTE1NiAyMC44NTM1MTYgTCAxMiAxMi43MDcwMzEgTCAyMC4xNDY0ODQgMjAuODUzNTE2IEEgMC41MDAwNSAwLjUwMDA1IDAgMSAwIDIwLjg1MzUxNiAyMC4xNDY0ODQgTCAxMi43MDcwMzEgMTIgTCAyMC44NTM1MTYgMy44NTM1MTU2IEEgMC41MDAwNSAwLjUwMDA1IDAgMCAwIDIwLjQ5NjA5NCAyLjk5MjE4NzUgeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
  background-position: center;
	width:15px;
	height: 15px;
	right: 20px;
	cursor : pointer;
}

.cookie-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

/* Cookie message */
.cookie-message {
  position: fixed;
  bottom: 0;
  left:0;
  right:0;
  /* max-width: 370px; */
  z-index: 999999;
  padding: 5px;
  display: none;
}

/* Hide the default checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Contact form */
#subject {
    appearance: none; /* removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/images/mail.svg") no-repeat 8px 13px, url("/images/chevron-down.svg") no-repeat right 10px center;
    background-size: 17px 17px, 17px 17px;
    padding-left: 34px;
    padding-right: 24px;
}

#industry {
    appearance: none; /* removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/images/globe.svg") no-repeat 8px 13px, url("/images/chevron-down.svg") no-repeat right 10px center;
    background-size: 17px 17px, 17px 17px;
    padding-left: 34px;
    padding-right: 24px;
}

/* Show red border only when the form is submitted */
form.submitted input:invalid {
    border-color: red; /* or your theme color */
}

#otherComment{
    padding : 5px 10px;
}

/* Slider background */
.sliderCookie {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

/* Circle inside */
.sliderCookie:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

/* Checked state */
input:checked + .sliderCookie {
    background-color: #2196F3;
}

input:checked + .sliderCookie:before {
    transform: translateX(16px);
}

.pricing-container{
    min-height: 960px;
}

.contact-form-style-01 input, .contact-form-style-01 textarea, .contact-form-style-01 select {
  padding-left: 35px;
}

/* media query responsive */

@media (max-width: 1620px) {
    .pricing-container{
        min-height: 1000px;
    }
}

@media (max-width: 1530px) {
    .pricing-container{
        min-height: 1050px;
    }
}

@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    } 
    .pricing-container{
        min-height: 1080px;
    }
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sticky-wrap.shadow-in {
        left: 35px;
    }
}
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
    .pricing-container{
        min-height: 1250px;
    }
}

@media (max-width: 1200px) {
     .slider-img-text{
        bottom: 5%;
    }
    .cookie-always-active{
        position: relative;
    }
}

@media(max-width: 1092px){
    .slider-img{
        margin-right: -5vw;
    }
}
@media (max-width: 991px) {
    .header-transparent .header-button .btn,
    .header-light .header-button .btn {
        color: var(--white);
		background:  #59bdf5;
    }
    .sidebar-contact{
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    #sidebar-contact{
        display: none;
    }
    .header-transparent .header-button .btn:hover,
    .header-light .header-button .btn:hover {
        color: var(--white);
        background:  #51ade0;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
    .pricing-container{
        min-height: 1000px;
    }
}
@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }
    .page-title-extra-large h1 {
        font-size: 40px;
        line-height: 46px;
    }
    
}

.menu-collapse{
    display:none;
}

@media (max-width: 575px) {
    .menu-collapse{
        display:block !important;
        margin: 10px;
    }
}