@charset "utf-8";

/* 
       Custom CSS
        
*/


body,
h1,
h2,
h3,
p,
span{
    font-family: 'Raleway', sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

h1{
    font-size: 58px !important;
    line-height: 60px;
}

h2{
    font-size: 48px !important;
    line-height: 40px;
}

h3{
    font-size: 39px !important;
    line-height: 58px;
}
p{
    font-size: 24px !important;
    line-height: 40px;
}
.nav-link{
    color: #000 !important;
}

.nav-button{
    background-color: #4c5b52;
    font-size: 24px;

}

.btn-img {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}



.app-button {
    background-color: #4c5b52;
    border-radius: 25px;
    margin-left: 20px;
    color: #fff !important;
    line-height: 25px;
    font-size: 24px;
    padding-right: 20px !important;
        font-weight: 600;
        padding-left: 8px !important;
}

.close {
    color: #fff !important;
    opacity: 1 !important;

 }

 button.close span {
    /* line-height: 1 !important; */
    display: inline-block;
    /*vertical-align: text-top;*/
}

.video-section{
    background-image: url("../img/hero-bkg-only.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0;
    padding-bottom: 0;
}

.video-desc {
    margin-top: 100px;
}

.video-desc h1{
    font-size: 58px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 25px;
    font-weight: 700;
}

.video-desc span {
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
    line-height: 30px;
    padding-left: 12px;
}

.sub-heading {
    display: flex;
    margin-bottom: 40px;
}


.mobile-app-bg{
    background-image: url("../img/hero-bkg-phone-only.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-app-bg .play-icon {
    margin-top: 170px;
    margin-left: 100px;
}

.app-download-btn {
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;
}

.watch-video {
    background-color: #e2edf4;
    color: #6372b2;
    font-size: 24px;
    padding: 15px 30px;
    border-radius: 35px;
    margin-bottom: 35px;
    display: inline-block;
    font-weight: 600;
}

.modal-dialog {
      max-width: 800px !important;
      margin: 30px auto;
      width: 80vw !important; 
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}


.who-this-app {
    padding: 100px 0;
    text-align: center;
}

.app-description h2 {
    color: #6372b2;
    font-weight: 700;
    margin-bottom: 20px;
}

.app-description p {
    color: #000;
}

.download-io-android {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.AR-Presentation{
    background-image: url("../img/installation-bkg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.AR-Presentation-desc{
    margin-top: -115px;
}

.how-to-use{
    text-align: center;
}

.Presentation-desc {
    text-align: center;
    margin-top: -70px;
}

.Presentation-desc h3 {
    font-size: 39px;
    color: #6372b2;
    margin-bottom: 45px;
        font-weight: 600;
}

.how-to-use {
    text-align: center;
    margin: 100px 0;
}

.how-to-use h2 {
    color: #6372b2;
    margin-bottom: 45px;
    font-size: 48px;
        font-weight: 600;
}

.how-to-use p {
line-height:30px;
}

.how-to-use img {
    margin-bottom: 20px;
}

.learn-abt-section{
    background-color: #f6f6f6;
    padding: 90px 0;
}

.learn-abt {
    margin-left: 50px;
}

.learn-abt strong{
    font-size: 24px;
    color: #6372b2;
}

.learn-abt ul{
       list-style-type: none;
    padding: 0;
    margin-top: 25px;
    margin-left: -35px;
}

.learn-abt li{
    display: flex;
}

.learn-abt li p {
    line-height: 30px;
}

.learn-abt li img {
    margin-right: 12px;
    margin-top: 5px;
}

.ipad-installation{
    position: relative;
}

.ipad-installation img{
    position: absolute;
    top: -190px;
    left: -305px;

}

footer{
    padding: 100px 0;
}

.copyright{
    text-align: center;
}

.copyright .company-details{
   display: block;
    margin-top: 18px;
    font-size: 24px;
}

.app-button:hover {
    background-color: #6372b2;
}

a.nav-link.app-button:hover{
    color: #fff !important;
}

.watch-video:hover {
    background-color: #ffffff;
    text-decoration: none;
}

a.nav-link:hover {
    color: #7eb0cc !important;
}


/*Responsive css*/
@media only screen and (max-width: 767px) {
    .phone-installation-img,
    .ipad-installation img{
        width: 100%;
        height: auto;
    }

    a.navbar-brand img {
    margin-bottom: 10px;
    width: auto;
    height: 100px;
}

.navbar-dark .navbar-toggler {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
}

.learn-abt {
    margin-left: 0;
}
.app-button {
    margin-left: 0;
    padding: 10px !important;
    padding-right: 20px !important;
    display: inline-block !important;
    margin-bottom: 5px;
}

.app-download-btn {
    width: 90%;
}

.video-desc {
    margin-top: 50px;
    text-align: center;
}

.sub-heading, 
.watch-video,
.AR-Presentation{
    display: none;
}

.video-desc h1 {
    font-size: 35px !important;
    line-height: 45px;
 }

 .mobile-app-bg {
    
    padding-bottom: 210px;
}
.mobile-app-bg .play-icon {
    margin-top: 170px;
    margin-left: 85px;
    width: 100px;
    height: 100px;
}
.download-io-android {
    display: block;
    text-align: center;
 }

 .who-this-app {
    padding: 50px 0;
 }

 .AR-Presentation-desc,
 .Presentation-desc {
    margin-top: 0;
}


.Presentation-desc h3 {
    font-size: 25px !important;
    line-height: 35px;
 }

 .ipad-installation img {
    position: relative;
    top: 0;
    left: 0;
}

.learn-abt ul {
    margin-left: 0;
}
.app-description h2 {
    font-size: 30px !important;
}

/*css for video button removed*/
.video-section {
    padding-bottom: 50px;
}

.mobile-app-bg {
    padding-bottom: 290px;
}

.mobile-app-bg {
    background-size: contain;
    background-position: center;
}

.app-download-btn {
    bottom: -40px;
}

}



/*iPad Portrait*/
@media only screen and (min-width: 768px) and (max-width:1023px) {
    .phone-installation-img,
    .ipad-installation img{
        width: 100%;
        height: auto;
    }

    a.navbar-brand img {
    margin-bottom: 10px;
    width: auto;
    height: 100px;
}

.navbar-dark .navbar-toggler {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
}

.learn-abt {
    margin-left: 0;
}
.app-button {
    margin-left: 0;
    padding: 10px !important;
    padding-right: 20px !important;
    display: inline-block !important;
    margin-bottom: 5px;
}

.app-download-btn {
    width: 90%;
}

.video-desc {
    margin-top: 50px;
    text-align: center;
}

.sub-heading, 
.watch-video,
.AR-Presentation{
    display: none;
}

.video-desc h1 {
    font-size: 35px !important;
    line-height: 45px;
 }

 .mobile-app-bg {
    background-size: contain;
    padding-bottom: 400px;
}


.mobile-app-bg .play-icon {
    margin-top: 170px;
    margin-left: 135px;
    width: 100px;
    height: 100px;
}
.download-io-android {
    display: block;
    text-align: center;
 }

 .who-this-app {
    padding: 50px 0;
 }

 .AR-Presentation-desc,
 .Presentation-desc {
    margin-top: 0;
}


.Presentation-desc h3 {
    font-size: 25px !important;
    line-height: 35px;
 }

 .ipad-installation img {
    position: relative;
    top: 0;
    left: 0;
}

.learn-abt ul {
    margin-left: 0;
}

.app-description h2 {
    font-size: 30px !important;
}
}


/*iPad Landscape*/
@media only screen and (max-width: 1200px) and (min-width:1024px){
.navbar-nav .app-button,
.learn-abt-section .app-button {
    font-size: 15px ;
}

img.phone-installation-img {
    width: 100%;
}

.AR-Presentation {
    background-position: top center;
}

li.nav-item a {
    font-size: 14px;
    line-height: 30px;
}

}