* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{ 
    overflow-x: hidden; 
}

body {
    font-family: 'Sora', sans-serif;
    font-style: normal;
    color: #003B5C !important;

    background: url('./images/background_mobile.png'), url('./images/background2_mobile.png');
    background-position: top, bottom left;
    background-repeat: no-repeat, no-repeat;
    background-color: #F7FDFF;
}

#hero {
    @media (min-width: 1920px) {
        min-height: 100vh;
    }
}

#contact {
    padding: 5rem 0;

    @media (min-width: 1000px) {
        min-height: 100vh;
    }
}

@media (min-width: 1600px) {
    body {        
        background: url('./images/background.png'), url('./images/background2.png');
        background-position: top right, bottom left;
        background-repeat: no-repeat, no-repeat;
        background-color: #F0FAFF;
    }
}

.card i {
    background: linear-gradient(125deg, #00A4FF -74.31%, #003B5C 123.29%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.feature-icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    background: linear-gradient(125deg, #00A4FF -74.31%, #003B5C 123.29%) !important;
}

.contact-icon {
    width: 4rem;
    height: 4rem;
}

.arrow-icon {
    width: 3rem;
    height: 3rem;
    color: #00A4FF !important;
}

.btn-primary {
    background-color: #00A4FF !important;
    border-color: #00A4FF !important;
    color:#fff;
}

.btn-primary:hover {
    background-color: #003B5C !important;
    border-color: #003B5C !important;
}

.highlighted-text {
    color: #00A4FF;
}

.card {
    background-color: #fff !important;
}

.card:hover {
    color: #fff !important;
    background: linear-gradient(125deg, #00A4FF -74.31%, #003B5C 123.29%) !important;
}

.card:hover i {
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-primary {
    color: #00A4FF !important;
}

#footer {
    backdrop-filter: blur(10px);
}

span.inf293 { unicode-bidi:bidi-override; direction:rtl }
span.inf293.eSPr2b:before { content:"ln.mczb" }
span.inf293.eSPr2b:after { content:"@ofni" }
span.inf293.tNg8Rb:before { content:"747 48 511 " }
span.inf293.tNg8Rb:after { content:" 60" }