@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,700;0,900;1,300;1,400&display=swap');

body,
html {
    font-size: 17px !important;
    font-family: 'Roboto', sans-serif !important;
    color: rgb(40, 40, 40);
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    font-weight: 300;
    ;
}

.text-primary {
    color: #4A90E2 !important;
    /* Replace with your desired color */
}

.btn-primary {
    background-color: #4A90E2 !important;
    border-color: #4A90E2 !important;
}

.video-background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.video-background .title-big {
    font-size: 2em !important;
}

.video-background .title-small {
    font-size: 1.5em;
}

h2 {
    /*    font-size: calc(1.3rem + .6vw) !important;*/
    font-weight: 300 !important;
    color: #4A90E2;
}

.mark {
    background-color: yellow;
}

.even {
    background-color: #f7f7ff !important;
}

.hand {
    cursor: pointer;
}

.mobile-store-badge {
    max-width: 120px;
}

.bulb {
    text-align: center !important;
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
}

.icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.section-padding {
    padding: 60px 0;
}

.section-padding-small {
    padding: 40px 0;
}

.section-padding-large {
    padding: 80px 0;
}

.section-margin {
    margin-bottom: 40px;
}

.text-spacing {
    margin-bottom: 20px;
}

.icon-spacing {
    margin-bottom: 30px;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
    min-height: 30vh;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.testimonial {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    height: 100%;
}

.testimonial img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}


.partner-image {
    width: 50%;
}

/* popup */

#popup-edit {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 100px;
    width: 50%;
    min-width: 300px;
    max-width: 600px;
    ;
    margin: 0 auto;
    left: 50%;
    border-radius: 16px;
    transform: translate(-50%, 00%);
    background-color: white;
    padding: 16px;
    -webkit-box-shadow: 0px 0px 100px 41px rgba(173, 173, 173, 1);
    -moz-box-shadow: 0px 0px 100px 41px rgba(173, 173, 173, 1);
    box-shadow: 0px 0px 100px 41px rgba(173, 173, 173, 1);
}

#popup-edit-content {
    max-height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* my cards */
.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.card-header {
    font-weight: bold;
    font-size: 1.1rem;
    xbackground-color: var(--bs-primary);
    xcolor: white;
    background-color: #f0f0ff;

}

.form-label {
    font-weight: bold;
}

.description {
    font-size: 0.9rem;
    color: #50585f;
}


.btn-gradx {
    border: 1px solid pink;
}

.btn-grad:hover {
    background-color: lightpink;
}

/*
.btn-grad {background-image: linear-gradient(to right, #FF512F 0%, #DD2476  51%, #FF512F  100%)}
.btn-grad {
   margin: 10px;
   padding: 8px 12px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 10px;
   
 }

 .btn-grad:hover {
   background-position: right center;
   color: #fff;
   text-decoration: none;
 }
*/
.zigzag {
    background: linear-gradient(45deg, #ffffff 25%, transparent 25%), linear-gradient(315deg, #ffffff 25%, transparent 25%), linear-gradient(45deg, transparent 24%, #f7f7fc 25%, #f7f7fc 45%, transparent 45%), linear-gradient(315deg, transparent 24%, #f7f7fc 25%, #f7f7fc 45%, transparent 45%);
    background-size: 3em 3em;
    background-color: #ffffff;
    opacity: 1
}

.phone-preview {
    border-radius: 8px;
    border: 8px solid #303030;
    width: 300px;
    margin: 0 auto;
}

.phone-preview-overflow {
    height: 600px;
    overflow-y: scroll;
}