@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600;700&display=swap');
body {
    font-family: 'IBM Plex Sans', sans-serif;
}

a {
	text-decoration: none !important;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link{
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-left: 35px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #776fbc;
}
.navbar-light .navbar-nav .nav-link.nav-btn:hover{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.nav-btn{
    padding: 10px;
    border-radius: 4px;
    background-color: #776fbc;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}
.navbar{
    z-index: 1000;
    background-color: transparent;
    padding-left: 120px;
    padding-right: 120px;
}
.navbar-brand img{
    width: 90px;
}
.navbar.sticky{
    padding-left: 10px 120px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.navbar.sticky .navbar-nav .nav-link{
    color: #333 !important;
}
.navbar.sticky .navbar-nav .nav-btn{
    color: #fff !important;
}
.navbar.sticky .navbar-brand img{
    width: 60px !important;
    transition: 0.6s;
}
.videoembed {
    object-fit: cover;
    width: 100%;
    height: 860px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}
.overlay{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    height: 860px;
    z-index: -10;
}
  
.banner{
    background: url(../skitag-banner-video.png) no-repeat center center;
    height: 850px;
    background-size: cover;
    position: relative;
    margin-top: -149px;
    padding-top: 150px;
}
.banner-content{
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    width: 400px;
}
.banner-content h4{
    font-size: 29px;
    line-height: 35px;
    color: #776fbc;
    margin: 0;
}
.banner-content h1{
    font-size: 45px;
    line-height: 46px;
    color: #fff;
    margin: 20px 0 40px 0;
}
.banner-content p{
    font-size: 26px;
    line-height: 33px;
    color: #b3b3b3;
    margin: 0;
    margin-bottom: 75px;
}
.new-app-btn{
    display: flex;
    gap: 45px;
}
.banner-image{
    position: absolute;
    bottom: -120px;
    left: 18%;
}
.banner-image img{
    width: 400px;
}
.seo-content{
    position: absolute;
    top: 50%;
    padding: 0px 0 260px 0;
    left: 50%;
    transform: translate(-21%, -25%);
    width: 45%;
}
.seo-content h2{
    font-size: 30px;
    line-height: 36px;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
}
.seo-content p{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 40px;
    margin-bottom: 80px;
}
.seo-image{
    padding-top: 150px;
}
.seo-section-2{
    background: url(../images/seo-section2-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 100px 0 170px 0;
}
.seo-image2{
    padding-left: 200px;
}
.seo-image2 img{
    width: 650px;
}
.seo-image3 img{
    width: 500px;
}
.seo-image3{
    padding-left: 300px;
}
.seo-section-2 .seo-content, .seo-section-3 .seo-content{
    left: 20%;
}
.seo-section-2:before{
    content: '';
    background: url(../images/top-arc.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200px;
}
.seo-section-2:after{
    content: '';
    background: url(../images/bottom-arc.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    height: 200px;
}
.seo-section-3{
    margin-top: -150px;
}
.seo-section-4{
background: url(../images/purple-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 0px 0 170px 0;
  margin-top: 65px;
}
.seo-section-4:before{
    content: '';
    background: url(../images/top-arc2.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: -200px;
    right: 0;
    left: 0;
    height: 200px;
    z-index: -1;
}
.faqs{
    padding: 90px 0;
}
.faqs h2{
    font-size: 30px;
    line-height: 36px;
    color: #776fbc;
}
.accordion-flush .accordion-item .accordion-button{
    font-size: 18px;
    line-height: 24px;
    padding-left: 0px;
}
.accordion-body{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    padding-left: 0px;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    color:#333;
}
.accordion-button:focus-within{
    border: none;
}
.accordion-button:focus{
    box-shadow: none;
}
footer{
    padding: 50px 0 120px 0;
    background-color: #1a1a1a;
}
.footer-logo{
    display: flex;
    align-items: center;
}
.footer-logo img{
    width: 100px;
}
.footer-logo p{
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-left: 10px;
}
.footer-links {
    display: flex;
    gap: 135px;
}
.footer-links ul{
    list-style-type: none;
    display: flex;
    gap: 50px;
    align-items: center;
}
.footer-links ul li a{
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
position:relative;
padding:0px;
}
.btn-close {
position:absolute;
right:-30px;
top:0;
}
.modal-dialog {
    max-width: 80%;
  }
  .navbar-toggler img{
    width: 30px;
  }