/* Start Main Rulz */
@font-face {
  font-family: FFShamelFamilyBold;
  src: url('../webfonts/my-font/FFShamelFamily-SansOneBold.ttf');
}
@font-face {
  font-family: FFShamelFamilyBook;
  src: url('../webfonts/my-font/FFShamelFamily-SansOneBook.ttf');
}

body {
  font-family: FFShamelFamilyBook;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

p{
  line-height: 1.7;
}
/* Start Main Rulz */

/* Start Header */
header {
  padding: 35px 0;
  z-index: 99999999999999999999;
  padding-bottom: 15px;
}
.header-app-idea {
  background-image: url(../images/header-bg.png);
  background-size: 100% 80%;
  background-repeat: no-repeat;
  height: 1400px;
}

header .logo {
  display: block;
  margin-top: 12px;
}

header .logo img {
  width: 130px;
}

header .header-nav {
  line-height: 82px;
}

header .header-nav ul li {
  display: inline-block;
}

header .header-nav ul li a {
  color: #fff;
  padding: 6px 14px;
  border: 2px solid transparent;
  font-size: 14px;
  padding-bottom: 2px;
}

header .header-nav ul li:not(:last-child) a:hover, header .header-nav ul li.active a{
  border: 2px solid #20dbfd;
  border-radius: 20px;
}

header .header-nav ul .social-media i{
  border: 1px solid #fff;
  border-radius: 50%;
  /* padding-top: 5px; */
  width: 28px;
  height: 28px;
  text-align: center;
  color: #fff;
  background: #3e7aae;
  line-height: 26px
}

header .header-nav ul .social-media a img {
  width:28px
}

header .header-nav ul .social-media a {
  margin: 0 2px;
  padding:0;
}

header .menu-button {
  background: none;
  border: none;
  outline: none;
  width: 45px;
  height:30px;
  margin-top: 21px;
}

header .menu-button span {
  display: block;
  width: 100%;
  height:3px;
  background-color: #fff;
  margin-bottom:6px;
}

.app-idea {
  margin-top: 60px;
  position: relative;
}

.app-idea .shamel-bold {
  line-height: 1.6;
}

.app-idea .title {
  font-size: 35px;
}

.app-idea .header-download-app h4 {
  color: #fff;
  font-weight: bold;
  margin: 40px 0 16px;
  font-size: 18px;
}
.app-idea .header-download-app a {
  display: block;
  transition: all .2s ease;
}
.app-idea .header-download-app a:hover {
  opacity: .9;
}
.app-idea .header-download-app img {
  max-width: 200px;
}

.app-idea .idea-text {
  line-height: 1.6;
  font-size: 19px;
}

.app-idea .mbile-image{
  position: relative;
}

.app-idea .mobile-image img {
  position: absolute;
  left: 0;
  bottom: -190px;
  right: 0;
} 

#header.cloned {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999999;
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
  transform: translate(0,-100%) scale(1);
  transition: 0.3s;	
}

#header.cloned.sticky {
  opacity: 1;
  visibility: visible;
  transform: translate(0,0) scale(1);
  transition: 0.3s;
  pointer-events: auto  ;
  background: #0f4f8f;
  padding: 0
}

#header.cloned.sticky .logo img {
  width: 120px;
}

#header.cloned.sticky .header-nav{
  line-height: 75px;
}

.header-app-idea .download-app {
  position: fixed;
  right: -115px;
  top:300px;
  z-index: 999999;
  transform: rotate(-90deg);
}

.header-app-idea .download-app li {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
}

.header-app-idea .download-app li:first-child span:first-child{
  background-color: #fff;
  display: inline-block;
  width:85px;
  height: 2px;
  margin-left: 15px;
  margin-bottom:5px
}

.header-app-idea .download-app li:first-child span{
  font-size: 20px;
}

.header-app-idea .download-app li:not(:first-child) img{
  width:25px;
  height:25px
}

.header-app-idea .download-app li a {
  background-color: #012c5f;
  transform: rotate(90deg);
  display: block;
  width:50px;
  height: 45px;
  border-radius: 40px;
  text-align: center;
  line-height: 50px;
}

  /* Android and apple icon */
  
  .andriod-apple li a{
    display: inline-block;
    padding: 6px;
    border:2px solid #fff;
    border-radius: 6px;
}

.andriod-apple li{
  display: inline-block;
  margin: 8px;
}

.andriod-apple li a .down-icon{
  width: 25px;
  display: inline-block;
}



/* End Header */

/*Start About company section */
.about-company {
  height: 650px;
  margin-top: -600px;
  position: relative;
}

.about-company:after{
  content: '';
  background: url(../images/about-company1.png);
  width: 521px;
  height: 757px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-company .about-title {
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.about-company .about-section-image img{
  position: relative;
  z-index: 99;
  right: -144px
}

.about-company::before{
  content: '';
  background-image: url(../images/bg_feat_after.png);
  width: 100%;
  height: 800px;
  background-size: cover;
  right: 0;
  bottom: -137px;
}
/*End About company section */

/* Start features */
.section-features{
  background-color: #f9f9f9;
  padding-top: 200px;
  padding-bottom: 0;
  position: relative;
}

.section-features:after{
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  height: 1155px;
  background-image: url(../images/bg_feat_after2.png);
  background-size: cover;
  top: -132px;
}

.section-features .img-section-feat{
  position: absolute;
  left: 0;
  z-index: 9;
  top: -441px;  
}

.section-features h2{
  font-size: 39px;
  margin-bottom: 50px;
  color: #fff;
}

.section-features .features-text{
 position: relative;
  top: 300px;
  z-index: 999; 
}

.section-features .features-text ul li{
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 21px;
}

.section-features .features-text ul li::before {
  content: "";
  background-image: url(../images/bolids.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 5px;
  color: #1ec6ee;
  font-size: 10px;
  position: absolute;
  margin-top: 7px;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

 /* Start video */
 .video {
  width: 600px;
  height: 320px;
  background-color: rgba(1, 44, 95, .2);
  margin: auto;
  margin-top: 230px;
  border-radius: 50px 50px 150px 50px;
  position: relative;

}

.video .video-cover{
  position: relative;
  right:-25px;
  bottom:-25px;
  overflow: hidden;
  border-radius: 50px 50px 150px 50px;
  width: 100%;
  height:100%;
}

.video .vid-cover-img{
  width: 100%;
  height:100%;
}

.video .overlay {
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-color: rgba(0, 0, 0, .5)
}

.video .overlay .play-btn{
  position: absolute;
  right: 50%;
  top: 50%;
  width: 77%;
  transform: translateX(50%) translateY(-50%);
}

.video .overlay .play-btn h3{font-size: 20px;}

.video .overlay .play-btn{font-size: 15px;}

.video .overlay .play-btn img{
  width: 100px;
  height:100px;
  cursor: pointer;
  opacity: .7;
  transition: all .3s ease-in-out;
}

.video .overlay .play-btn img:hover{
  opacity: 1;
}

.modal .modal-content{
  top:60px
}

/* End features */

/* Start Slider */
  .about-app {
    margin-top:150px
  }

  .about-app .slider{margin-top: 600px;}

  .owl-carousel .owl-item {
    transform: scale(.8);
    opacity: .3;
    transition: all .3s ease-in-out; 
  }

  .owl-carousel .center {
    transform: scale(1);
    opacity: 1;
    transition: all .3s ease-in-out;
  }

  .about-app .slider {
    position: relative;
  }

  .about-app .slider:after{
    height: 100%;
    width: 272px;
    position: absolute;
    content: '';
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 11;
    background-image: url(../images/phone_slider.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    border-radius: 40px;
    overflow: hidden;
  }

  .about-app .slider  .item-slider{
    position: relative;
    z-index: 99;
    padding: 15px;
    width: 270px;
    margin: auto;
  }

  .about-app .slider  .item-slider img{
    border-radius: 23px;
    /* height: 380px; */
    object-fit: cover;
  }

  .owl-carousel .owl-nav {padding: 0 30px}

  .owl-carousel .owl-dot{display: none;}
   .owl-carousel .owl-nav .owl-next,
   .owl-carousel .owl-nav .owl-prev {
     background-color:#0f4f8f;
     width: 30px;
     border-radius: 50%;
      width: 40px;
      height: 40px;
      text-align: center;
      padding-top: 10px;
      position: absolute;
      top: 50%;
      opacity: .8;
      transition: opacity .3s ease-in-out;
   }

   .owl-carousel .owl-nav .owl-next:hover,
   .owl-carousel .owl-nav .owl-prev:hover{
     opacity: 1;
   }

.owl-carousel .owl-nav .owl-next {
  left:30px
}

.owl-carousel .owl-nav .owl-prev {
  right:30px
}

/* End Slider */

/* Start Footer */
footer {
  background-image: url(../images/footer-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 210px;
  padding-bottom: 50px
}

footer .contact span:first-child span a{
  font-family: Arial, Helvetica, sans-serif;
}

 span:first-child span a:hover {color:#fff}

 input, textarea{
 width: 213px !important;
    display: block;
    margin-right: 22px;
    padding: 11px;
    padding-right: 56px;
    margin-bottom: 15px;
    border-radius: 30px;
    outline: none;
    border: solid 1px #bebcbc !important;
    padding-top: 17px;
    font-size: 12px
}

.contain-field{position: relative;}

.contain-field img {
  position: absolute;
  right: 45px;
  top: 16px;
  width: 18px;
}

footer .contact-us .contain-field::before{
  
  /* font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007"; */
  color:#1f69a5;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;

}

footer .contact-us input::-webkit-input-placeholder,
footer .contact-us textarea::-webkit-input-placeholder
{ /* Edge */
  color: #2470ab;
  font-family: FFShamelFamilyBold;
} 

footer .contact-us input:-ms-input-placeholder,
footer .contact-us textarea:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
  color: #2470ab;
  font-family: FFShamelFamilyBold;
}

footer .contact-us input::placeholder,
footer .contact-us textarea::placeholder
{
  color: #2470ab;
  font-family: FFShamelFamilyBold;
}

footer .contact-us textarea{
  height: 100px;
  resize: none;
}

footer h3{font-size: 20px;}

footer p {font-size: 14px;}

footer .logo {
  margin-bottom: 30px;
}

footer .logo img {
  height: 90px;
}

footer .col-md-7 .contact img,
footer .col-md-7 p img{
  width: 18px;
}

footer .col-md-7 .contact span {
  font-size: 15px;
}

footer .copyright{margin-top: 40px;font-size: 14px;}
/* End Footer */

/* Start my frameWork*/

h2{
  line-height: 1.5;
  font-size: 45px;
}
.shamel-bold{
  font-family: FFShamelFamilyBold; 
}

.title-clr {
  color: #20dbfd
}

.title-second-clr {
  color: #012c5f
}

.about-text {
  font-size: 20px;
}

.white-clr {color: #fff}

.btn-bg-clr {
  background-color: #012c5f;
}

.main-btn{
  color: #fff;
  padding: 18px 18px 13px 70px;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 33px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}

.main-btn img {
  padding: 17px 21px;
  background-color: #20dbfd;
  position: absolute;
  left: -10px;
  top: 0;
  border-radius: 45px;
  padding-top: 19px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}

.text-right {
  text-align: right!important;
}

.text-left {
  text-align: left!important;
}
/* End my frameWork*/
h5#exampleModalLabel1 {
  color: #286ca3;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
p.p-model {
  color: #286ca3;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.modal-content {
  width: 100% !important;}
  .modal-footer {
    margin-right: 64px;
}
.aa {
  text-align: center;
  color: red;
}
@media only screen and (max-width: 600px) {

.contain-field img {right: 52px;}
form.contact-fo .contain-field input, textarea {
    width: 82% !important;
}
.col.model-sub .contain-field input {  
    margin-right: 82px !important;  
}.col.model-sub .contain-field img {
    margin-right: 52px;
}
.modal-footer {
  margin-right: 62px;
  margin-left: 52px;
}
}
form.contact-fo .contain-field input, textarea {
    width: 90% !important;
}
.alert.alert-errors {
  color: #ffffff;
  background-color: red;
  border-color: #c3e6cb;
}