@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

.open-sans-light {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
}

.navbar-brand {
    width: 60%;
}
.navbar-brand img {
    max-width: 250px;
    width: 100%;
    transition: 0.4s;
}
.navbar .container {
    display: flex;
}

.nav-link:hover {
    /* text-decoration: underline; */
    color: #ffffffee !important;
    transition: 0.1s;
}

.nav-link-whitebg:hover {
    /* text-decoration: underline; */
    color: #000000ee !important;
    transition: 0.1s;
}

#home2 {
    overflow: hidden;
}
.bg-home {
    /* background-image: url('swiftprompt-bg.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 650px;
    /* min-width: 410px; */
}

.bg-home2 {
    background-image: url('https://pub-4db305e2a89d48a8915b9ee1089b1f75.r2.dev/banner-bg.png');
    background-size:200%;
    background-repeat: no-repeat;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}


.bg-home h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    /* text-shadow: 2px 2px #000; */
    margin-right: 50px;
}

.bg-home p {
    font-size: 20px;
    /* text-shadow: 1px 1px #e1e1e1; */
    color: #8C51FF !important;
    margin-right: 0px;
    font-style: normal;
}

.bg-home h2 {
    font-size: 20px;
    color: #8C51FF !important;
    margin-right: 0px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    box-sizing: border-box;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    line-height: 1.5;
}

.navbar {
    background: none;
    border: none;
    position: fixed;
    width: 100%;
    /* min-height: 150px; */
    height: auto;
    z-index: 99999;
    overflow: hidden;
    transition: 0.4s;
}

.navbar-collapse {
    margin-top: 5px;
}

.navbar-toggler {
    margin-top: 5px;
}

.navbar a {
    color: #8C51FF !important;
}

.navbar li {
    text-align: center;
}

.p {
    color: #8C51FF !important;
}

.btn-primary {
    background-color: #8C51FF;
    border-color: #8C51FF;
    border-radius: 20px;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
}
/* #download > div > div.row.justify-content-center.text-center > div > a > div > div:nth-child(1) > img {
    filter: invert() opacity(10%);
} */
.btn-primary.disabled{
    background-color: #ffffff;
    border-color: #ffffff;
    color: gray;
}

.btn-primary:hover{
    background-color: #b088ff;
    border-color: #b088ff;
}

.btn-primary:focus{
    background-color: #884dff;
    border-color: #ffffffaa;
    box-shadow: 0 0 0 0.2rem #ffffffaa;
}

.btn-primary:active{
    background-color: #884dff;
    border-color: #ffffffaa;
    box-shadow: #ffffffaa;
}

.btn-primary:not(:disabled):not(.disabled):active:focus{
    border-color: #ffffffaa;
    box-shadow: 0 0 0 0.2rem #ffffffaa;
}


.btn-primary:not(:disabled):not(.disabled):active{
    background-color: #884dff;
    border-color: #ffffffaa;
    box-shadow: 0 0 0 0.2rem #ffffffaa;

}

.btn-secondary:hover{
    background-color: #fff;
    color: #8C51FF;
    border-color: #fff;
}


.btn-secondary {
    background: none;
    border-color: white;
    border-width: 2px;
    border-radius: 20px;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.banner-overlay-container {
    /* height: 100vh; */
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.banner-overlay-col {
    width: 50%;
}

.banner-overlay-row {
    width: 100%;
}

.banner-overlay-rightcol {
    max-width: 100%;
    margin-right: 5%;
    margin-left: 15%;
}
.banner-overlay-leftcol {
    display: none;
}

.bg-home-img {
    background-image: url('https://pub-4db305e2a89d48a8915b9ee1089b1f75.r2.dev/swiftprompt-bg.png');
}

#video-container {
    display: none;
}
video {
    object-fit: cover;
    position:absolute;
    z-index:0;
    height: 100vh;
}

.video2 {
    object-fit: cover;
    position: relative;
    left: 0px;
    z-index:0;
    height: 100%;
    width: 200%;
    max-width: 2000px;
}
#video-container2 {
    top: 0%;
    left: 0%;
    width:100%;
    position: relative;
    object-fit: cover;
    display: block;
}

h2 {
    color: #8C51FF;
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 35px;
    text-align: center;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 700 !important;
}
@media (min-width: 1500px) {

    h2 {
        color: #8C51FF;
        padding-top: 100px;
        padding-bottom: 50px;
        font-size: 50px;
        text-align: center;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 700 !important;
    }
    .banner-overlay-rightcol {
        max-width: 100%;
        margin-right: 15%;
        margin-left: 15%;
    }
    .bg-home h1 {
        font-size: 72px;
    }

    .bg-home p {
        font-size: 24px;
        /* text-shadow: 1px 1px #e1e1e1; */
        color: #8C51FF !important;
        margin-right: 50px;
    }

    .bg-home h2 {
        font-size: 24px;
        /* text-shadow: 1px 1px #e1e1e1; */
        color: #8C51FF !important;
        margin-right: 50px;
    }
    
    .bg-home-img {
        background-image: url('https://pub-4db305e2a89d48a8915b9ee1089b1f75.r2.dev/banner-bg.png');
        /* background-size: 200vh; */
        /* height: 100vh; */
    }
    
    .banner-overlay-leftcol {
        display: inline;
        min-width: 70vh;
    }

        
    .banner-overlay-rightcol {
        max-width: 40%;
        margin-right: 5%;
    }

    .bg-home2 {
        display: none;
    }
    
    #video-container {
        top:0%;
        left:0%;
        height:100%;
        width:100%;
        position: absolute;
        object-fit: cover;
        display: block;
    }
    
}


body{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
    width: 100%;
}

p {
    font-size: 20px;
    /* color: #8C51FF !important; */
}

#featurelist {
    margin-top: 5em;
    margin-bottom: 5em;
    line-height: 2em; /* Adjust this value to your preference */
} 

  
 #download {
  background-image: url('https://pub-4db305e2a89d48a8915b9ee1089b1f75.r2.dev/banner-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
} 


.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}


.feature-col {
    min-width: 300px !important;
    /* min-height: 480px !important; */
    margin-bottom: 30px;
}

.feature-box {
    min-height: 410px;
    border-radius: .95rem!important;
}

.feature-box p {
    margin: 0px;
}

.f-title {
    padding: 10px;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-image {
    width: 100%;
}

.f-descr {
    padding: 10px;
    width: 100%;
}

.f-descr, .f-descr * {
    font-size: medium !important;
}


#featurelist .container .row {
    justify-content: center;
}

@media (min-width:1000px) {
    #learn-more .container {
        max-width: 800px;
    }
}


@media (min-width:1300px) {
    #learn-more .container {
        max-width: 1340px;
    }
}

#about {
    /* padding-top: 150px; */
    padding-bottom: 50px;
}

.quote {
    position: relative;
}
.quote::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: -50px;
    background-image: url('/media/quote.png');
    background-position: top left;
    background-size: 85px 85px;
    background-repeat: no-repeat;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#swiftprompt-img {
    display: block;
    background-position: center bottom;
    background-size: 700px 150px;
    background-repeat: no-repeat;
    opacity: 0.75;
    width: 100%;
    max-width: 700px;
    max-height: 150px;
} 