@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Scss Document */

body {
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-weight: normal;
    background:url(../images/bg.jpg)no-repeat #15142A;
  background-position: top;
  background-size: 100%;
  overflow-x: hidden;
  color: #C9C9C9;
}


p {
  font-size: 15px;
  color: #C9C9C9;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #FF5B5B; }

a:hover {
  color: #fff; }

a, span {
  display: inline-block; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/

 .common-btn {
    font-size: 17px;
    background: #FF5B5B;
    color: #fff;
    padding: 17px 40px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius: 5px;
    font-weight: 600;
    border: none !important;
}

.common-btn:hover {
  background: #889ce7; 
  color: #fff;
  box-shadow: none; 
}

.title-col{ margin-bottom:30px; text-align: center; }

.title {
  position: relative;
  font-size:32px;
  font-weight:600;
  color:#fff;
  margin-bottom:0px;
  display: inline-block;
}

.title-para{ font-size:16px; max-width: 900px; margin:20px auto 50px; width: 100%; }

.form-control {
  border-radius: 6px;
  padding: 1.3rem 1.5rem;
  font-size: 15px;
  height: 50px;
  background-color: rgb(255 255 255 / 10%);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

select.form-control { padding: 0; padding-left:15px; height:50px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: rgb(255 255 255 / 10%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
}

textarea.form-control{ height: auto; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: rgb(255 255 255 / 30%);
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C9C9C9;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C9C9C9;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #C9C9C9;
}


@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/*------------------end common-css-------------------*/

header.main-header{
  background: rgb(255 255 255 / 10%);
    z-index: 999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    position: relative;
}

.logo img{ max-height:43px; transition: all 0.2s ease-in;  }

header.main-header.fixed-nav { 
    padding: 5px 0;
    position: fixed;
    width: 100%;
    top: 0;
}

.main-header {
    width: 100%;
    color: #ffffff;
    padding: 15px 0;
    transition: all 1s ease;
    z-index: 99;
	background:none;
}

.main-header .navbar-nav {
  align-items: center;
}

.navbar-brand{ margin-right: 0px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
	  font-weight:500;
    margin: 0px 10px;
	padding: .6rem 0.1rem;
  transition: all 0.1s ease-in;
  border-bottom:2px solid transparent;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover{ border-bottom:2px solid #FF5B5B; color: #FF5B5B; }

.navbar-nav .nav-item:nth-last-child(3) .nav-link{ background:#FF5B5B; color: #fff; border-radius:4px; padding: 0.5rem 1rem; border-bottom:none; margin-left: 5px;   }

.navbar-nav .nav-item:nth-last-child(3):hover .nav-link{ background:#889ce7; color:#fff; border-bottom:none;   }

header.main-header.fixed-nav .logo img{ max-height:70px; }

.login-ico{ border: 1px solid #fff; border-radius: 5px; margin-right: 10px; margin-left: 10px; }
.login-ico .nav-link {
  margin: 0px 0px !important;
  padding: .4rem 10px !important;
}
.login-ico .nav-link:hover{ border-bottom:2px solid transparent !important; }

.navbar-toggler{ color: #fff; font-size: 24px; border: none; }

.main-header .navbar-nav .dropdown-menu {
  min-width: 240px;
  overflow: hidden;
  border-radius: 5px;
  background: rgb(0 0 0 / 80%);
    z-index: 999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	padding: 0px;
}

.main-header .dropdown-item {
  font-weight: 500;
  padding: 10px 15px;
  font-size: 14px;
  color: #eee;
}

.main-header .dropdown-item:hover{ background:#FF5B5B; color: #fff; }

.mobile-login{ display: none; }


/*-------------banner---------------*/

.banner{ position: relative; padding-top: 50px; padding-bottom: 30px; }
.banner-container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0px 15px;
	align-items: center;
}

.banner-text {
    max-width: 55%;
    flex: 0 0 55%;
    padding-right: 50px;
}

.banner-vector {
    max-width: 45%;
    flex: 0 0 45%;
	text-align: right;
}

.small-green-text{ font-size:18px; font-weight: 500; color:#19e419; margin-bottom:0px; }
.banner-title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 42px;
  max-width: 650px;
  width: 100%;
}

.banner-para{ font-size:18px; color:#C9C9C9; line-height:30px; margin:15px 0 25px; max-width: 580px;  }


/*----------middle part-----------*/

.whyhome-firebird-trading{padding: 80px 0px 50px; }

.firebirdtrade-sec{ background: #28264d; border-radius: 15px; padding: 50px; max-width: 1080px; width: 100%; margin:10px auto; border: 1px solid #2A274B; }
.sub-title{ font-size: 24px; font-weight: 600; color: #fff; margin-bottom: 15px; }
.firebirdtrade-img img{ max-height: 85px; width: auto; }
.firebirdtrade-text p{ margin-bottom: 0px; }

.homebook-pro{ background: url(../images/golden-rays.png) no-repeat; background-position: right bottom -180px; padding: 50px 0px 100px; position: relative; }
.homebook-text p{ margin: 30px 0px; font-size: 18px; }

.homeexpertise-pro{ background: url(../images/trading-bg.jpg) no-repeat; background-size: cover; padding:90px 0px 60px; }

.homeexpertise-pro .col-md-6{ margin-bottom:24px; }

.expertise-col {
  padding:40px 30px;
  background-image: linear-gradient(#2C294E, #15142A);
  border-radius: 20px;
  border: 1px solid #2A274B;
  text-align: center;
  height: 100%;
}

.expertise-col h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 20px;
  color: #fff;
}
.expertise-col p {
  margin-bottom: 0px;
  padding: 0px 20px;
}


.homeai-sec{ padding:80px 0px 50px; }
.homeai-sec .title-col{ margin-bottom: 60px; }

.innerhomeai-sec {
  max-width: 830px;
  width: 100%;
  margin:35px auto;
  display: flex;
  align-items: center;
}

.aisolution-col {
  background: #0E0C1C;
  border: 1px solid #424161;
  border-radius: 15px;
  padding: 30px;
  max-width: 80%;
  flex: 0 0 80%;
}

.aisolution-no {
  max-width: 20%;
  flex: 0 0 20%;
  text-align: right;
}

.bigno{ font-size: 96px; color: #FD6262; font-weight: bold; }

.innerhomeai-sec:nth-child(3){ flex-direction: row-reverse; }
.innerhomeai-sec:nth-child(3) .aisolution-no{ text-align: left; }

footer{  background: #1C1A2F; padding: 60px 0px 40px; border-top: 1px solid rgb(255 255 255 / 10%); }
.footer-logo img{ max-height: 45px; }
.footer-links a{ color: #9F9F9F; }
.footer-links a:hover{ color: #fff; }

.footer-social i{ font-size:21px; padding:0px 6px; color:#C9C9C9;   }

.copyright {
  display: flex;
  justify-content: space-between;
  color: #9F9F9F;
  font-size: 14px;
  margin-top:20px;
}

.copyright a{ color: #aaa; }
.copyright a:hover{ color: #fff; }



/*-----------login----------*/


.inner-page { padding: 40px 0px 40px; }

.login-wrapper {
  max-width: 450px;
  width: 100%;
  margin: auto;
}
.login-form-col {
  width: 100%;
  margin: auto;
}
.login-form-col h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.form-social-ico {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.form-social-ico a {
  text-align: center;
  flex-grow: 4;
  margin: 5px;
  border-radius: 5px;
}
.form-social-ico a i {
  font-size: 24px;
  vertical-align: bottom;
  margin-right: 5px;
}
.applelogin {
  background: #333;
  color: #fff;
  font-size: 14px;
  padding: 15px 14px;
  text-align: center;
}
.applelogin:hover {
  color: #fff;
  background: #000;
}
.gmaillogin {
  background: #b5231f;
  color: #fff;
  font-size: 14px;
  padding: 15px 14px;
  text-align: center;
}
.gmaillogin:hover {
  color: #fff;
  background: #911815;
}
.fblogin {
  background: #3a589a;
  color: #fff;
  font-size: 14px;
  padding: 15px 14px;
  text-align: center;
}
.fblogin:hover {
  color: #fff;
  background: #17255a;
}
.instalogin {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  font-size: 14px;
  padding: 15px 14px;
  text-align: center;
}
.instalogin:hover {
  color: #fff;
}
.login-form {
  margin-top: 20px;
}
.login-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.login-form-col p {
  font-size: 14px;
  color: #C9C9C9;
  font-weight: 400;
}
.login-form .form-group .form-control {
  font-size: 14px;
}
.common-modal .form-control {
  font-size: 14px;
  font-weight: 400;
  height: calc(2em + 0.75rem + 2px);
}
.form-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 14px;
  vertical-align: middle;
  width: 100%;
}
.form-footer .custom-control {
  margin: 0 0 0 auto;
  font-size: 1.3rem;
}
.form-footer .form-footer-right {
  margin-right: 0;
  margin-left: auto;
  vertical-align: 3px;
}
.form-footer .custom-control-label::after {
  top: 0.1rem;
}
.form-footer .custom-control-label::before {
  top: 0.1rem;
}
.login-form label {
  width: 100%;
  margin-bottom: 5px;
}
.custom-control-label {
  font-size: 14px;
  cursor: pointer;
}


.ortxt {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}


/*---------end login--------*/

.inner-banner{
  text-align: center;
  padding: 50px 0px; 
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0px 5px;
  justify-content: center;
}
.breadcrumb-item {
  font-size: 14px;
}
.breadcrumb-item a {
  color: #C9C9C9;
}
.breadcrumb-item.active {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.query-form .form-group { margin-bottom: 1.5rem; }


.contact-us-sec{ padding-left:40px; }
.contact-us-sec h4{ margin-bottom:15px; }
.contact-us-sec p { margin-bottom:15px; font-size: 18px; }
.contact-us-sec p strong{ display: block; color:#fff; margin-bottom:8px; line-height: 1.25;   }
.contact-us-sec p small{ font-size:18px; font-weight:500; }
.contact-us-sec p b{ width:300px; display: block; line-height:24px;  }

.white-text{ color: #fff; }
.contact-form { padding-right: 50px; }
.contact-page { margin-bottom: 30px; }

.trading-table p{ margin-bottom: 0px; font-size: 14px; }
.trading-table p strong{ font-weight: 600; }
.trading-table h4{ color: #fff; font-size: 18px; }

.trading-text-bottom{ margin:50px auto; text-align: left; background-image: linear-gradient(#2C294E, 10%, #15142A); padding: 40px; border-radius: 40px; }
.trading-text-bottom b{ color: #ffb239; }

.homebook-text ul{ padding-left: 16px; margin-bottom: 30px; }
.homebook-text li{ margin: 10px 0px; }

.inner-page .pro-detail-wrapper{ margin-bottom:100px; }

.subscribe-form {
  width: 100%;
  position: relative;
}

.subscribe-form input.form-control{ padding-right: 40px; }

.subs-btn {
  border: 0;
  font-size: 24px;
  position: absolute;
  top: 6px;
  right: 5px;
  color: #fff;
  background: none;
}

footer .sub-title{ margin-bottom: 20px; font-size: 20px; }

footer .footer-links p{ margin-bottom:10px; }

.footer-social a{ display: block; color: #9F9F9F; margin-bottom: 8px; }

.footer-qr p{ color: #9F9F9F; }

.bubtns a {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  display: block;
  margin: 5px 0px;
  text-align: center;
  min-width: 105px;
  font-size: 13px;
  font-weight: 500;
}

.buy-btn{ background: #FF5B5B !important; color: #fff; }
.addcart-btn:hover{ color: #FF5B5B;}

.videosec{ background:url(/firebirdtradingsystems/wp-content/themes/twentytwentyone/assets/images/blur.svg) no-repeat; padding-top:30px; padding-bottom: 20px; }
.videosec .container{ max-width: 1000px; }
.videocol-px {
  height: 590px;
  overflow: hidden;
  border: 10px solid rgb(255 255 255 / 10%);
  border-radius: 37px;
  box-shadow: 0px -2px 50px rgb(255 255 255 / 10%);
  margin-top: 50px;
}
.videosec video{ width: 100%; }

.launchapp-sec{ background: url(https://binarymetrix-staging.com/firebirdtradingsystems/wp-content/uploads/2024/07/trading-bg.jpg) no-repeat; background-size: cover; padding: 90px 0px 110px; text-align: center; }

.launch-text {
  animation: glitch 3s steps(100) infinite;
  color: #fff;
  font-size:4.5em;
  text-align: center;
  font-weight: bold;
}

@keyframes glitch { 
  0% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  1% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  2% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  3% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  4% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  5% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  6% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  7% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  8% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  9% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  10% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  11% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  12% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  13% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  14% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  15% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  16% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  17% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  18% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  19% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  20% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  21% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  22% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  23% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  24% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  25% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  26% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0.5px);}
  27% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0.5px);}
  28% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  29% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  30% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  31% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  32% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  33% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  34% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  35% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0.5px);}
  36% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0.5px);}
  37% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0.5px);}
  38% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  39% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  40% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  41% { text-shadow: 45px 0 0 #0c33f5, -45px 0 0 lime; filter: blur(0);}
  42% { text-shadow: 0 0 0 #0c33f5, 0 0 0 lime; filter: blur(0);}
  43% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  44% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  45% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  46% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  47% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0.5px);}
  48% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  49% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  50% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  51% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  52% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  53% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  54% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  55% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0.5px);}
  56% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0.5px);}
  57% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0.5px);}
  58% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  59% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  60% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  61% { text-shadow: 30px 0 0 red, -30px 0 0 lime; filter: blur(0);}
  62% { text-shadow: 0 0 0 red, 0 0 0 lime; filter: blur(0);}
  63% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0);}
  64% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0);}
  65% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0);}
  66% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0.5px);}
  67% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0.5px);}
  68% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  69% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  70% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  71% { text-shadow: 50px 0 0 red, -50px 0 0 #0c33f5; filter: blur(0);}
  72% { text-shadow: 0 0 0 red, 0 0 0 #0c33f5; filter: blur(0);}
  73% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  74% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  75% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  76% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  77% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  78% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  79% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  80% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  81% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  82% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  83% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  84% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  85% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  86% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0.5px);}
  87% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0.5px);}
  88% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  89% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  90% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  91% { text-shadow: 60px 0 0 lime, -60px 0 0 #0c33f5; filter: blur(0);}
  92% { text-shadow: 0 0 0 lime, 0 0 0 #0c33f5; filter: blur(0);}
  92% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  93% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  94% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  95% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  96% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  97% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  98% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  99% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  100% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);} 
}

.d-appbtn p {
  font-size: 21px;
  margin-top: 15px;
  border-bottom: 2px dotted rgb(255 255 255 / 30%);
  border-top: 2px dotted rgb(255 255 255 / 30%);
  display: inline-block;
  padding: 10px 0px;
}
.d-appbtn h3{ font-size: 18px; color: #fff; margin: 10px 0px 30px; }
.d-appbtn img { max-height: 45px; margin: 0px 5px; }

.video4col-sec{ padding-top:30px; }
.video4col-sec .container{ max-width: 1200px; }

.home-serve-col {
  text-align: center;
  background: rgb(255 255 255 / 10%);
  padding: 10px;
  border-radius: 15px;
}
.home-serve-col a{ display: block; }
.home-serve-ico {
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
}
.home-serve-col h3 {
  font-size: 20px;
  margin-top: 10px;
  padding: 0px 20px;
  color: rgb(255 255 255 / 50%);
  font-weight: 300;
  line-height: 29px;
  margin-bottom: 5px;
}
.home-serve-ico img{ max-height: 60px; filter: brightness(0) invert(1); }
.arr{ font-size: 21px; }

.home-serve-col a:hover h3{ color:#fff; }

#menuiconwrap.icons02 span.cart_count_header{ top: 0px !important; }
#menuiconwrap.icons02 span.cart_count_header{ background: none; width: 24px; height: 24px; line-height: 24px; }

.bubtns a:hover{ color:#000; }
.copyright p{ font-size:13px; }

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a { color: #ff5b5b !important; }
.woocommerce-Button, button.woocommerce-Button{ padding: 10px 20px !important; background-color: #FF5B5B !important; text-transform: none !important; }
.woocommerce-Button:hover, button.woocommerce-Button:hover{ background: #889ce7 !important; }
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a { color: #fff !important; }
a.button:hover, a.button:visited { color: #fff !important; text-decoration:none !important; }
.woocommerce-MyAccount-navigation li a{ font-size:16px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message{ background: #fff; }

.mobile-mode{ font-size:0px; }

.homesbook-pic img{ width: auto !important; margin: auto; }

.homebook-pro .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left:2%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}

.homebook-pro .owl-nav span { position: relative; }

.homebook-pro .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right:0px;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}
.homebook-pro .owl-nav i { font-size:28px; color: #fff; }

.homebook-pro.owl-dots{ position: absolute; bottom:20px; width: 100%; }

#book-slider .homebook-text { padding-right: 120px; }

.woocommerce-button.button.view{
  font-size: 14px;
    background: #FF5B5B;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius: 5px;
    font-weight: 500;
    border: none !important;
}











/*------------media css-------------*/

@media (max-width:1180px){
.container{ max-width: 96%; }
.banner-container{ max-width: 90%; }
.banner-vector{ max-width: 35%; flex: 0 0 35%; }
.banner-text{ max-width: 65%; flex: 0 0 65%; }
.footer-qr{ margin-top: 30px; }
.homebook-text .title{ font-size: 26px; }

}

@media (max-width:1024px){
.logo img{ max-height: 32px; }
.navbar-nav .nav-item:last-child .nav-link{ padding: 0.5rem 1rem; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 15px; }
.home-serve-col{ margin-bottom: 24px; }
.title-para{ margin-top: 0px; }
.whyhome-firebird-trading{ padding-top: 0px; }
.videosec{ padding-bottom: 30px; }
#book-slider .homebook-text { padding-right: 60px; }

}

@media (max-width:980px){
.logo img{ max-height: 45px; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ width: 100%; display: block; }
.main-header .navbar-expand-lg .navbar-nav .nav-item{ width: 100%; display: block; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px; }
.navbar-nav .nav-item:last-child .nav-link{ margin-top: 10px; }
.navbar-toggler:focus{ box-shadow: none; }
.main-header .navbar-nav .dropdown-menu{ margin-bottom: 10px; }
.banner-title{ font-size: 32px; line-height: 45px; }
.banner-para{ font-size: 17px; line-height: 25px; margin:10px 0 20px; }
.videosec{ padding-top: 30px; }
.videosec .container{ max-width: 96%; }
.videocol-px{ height: 100%; }
.videosec video{ margin-bottom: -7px; }
.top-cart-ico { margin-top: 10px; width: 100%; }
li.menu-item {
	position: absolute;
	right: 0px;
	bottom: 3px;
	left: 33px;
	top: auto;
}	
#mini-cart-count_footer, span.cart_count_header{ font-size: 14px !important; }
.nav-item.login-ico { margin-bottom: 10px; margin-right: 0px; margin-left: 0px; }
.nav-item.login-ico a{ padding-left:0px !important; }
.login-ico a img { max-width: 18px; margin-right: 7px; }
.mobile-mode{ font-size:14px; }
.login-ico{ border:none; }	
	
	
}

@media (max-width:768px){
.title{ font-size: 28px; }
.video4col-sec .container-fluid{ padding-left: 24px; padding-right: 24px; }
.homebook-pro{ padding: 30px 0px 70px; }
.homebook-pro{ background-size: 350px; }
.homesbook-pic img { max-width: 280px; }
.homebook-text .title { font-size: 24px; }
.homebook-text p{ font-size: 16px; }
.homeexpertise-pro{ padding: 60px 0px 60px; }
.title-para { margin-top:20px; }
.expertise-col{ padding: 40px 20px; }
.bigno{ font-size: 75px; }
.launch-text{ font-size: 3.5em; }
.footer-links.ps-5 { padding-left: 0px !important; }
.footer-links.ps-3{ padding-left: 0px !important; }
.copyright{ flex-direction: column; }
.pro-detail-wrapper .homebook-text{ margin-top:40px; }
/* .table{ width: 1000px; } */
.inner-banner{ padding: 50px 0px 0px; }

}

@media (max-width:740px){
.banner-title { font-size: 19px; line-height: 31px; }
.banner-para { font-size: 15px; line-height: 22px; }
.firebirdtrade-text{ margin-top: 30px; }
.homebook-text{ margin-top:40px; }
.homebook-text p{ margin: 20px 0px; }
.launchapp-sec{ padding: 40px 0px 60px; }
.footer-links.ps-3{ margin-top: 30px; }
.woocommerce-MyAccount-navigation { width: 100% !important; }
.woocommerce{ flex-direction:column; }	
.woocommerce-MyAccount-navigation { width: 100% !important; }	
.woocommerce-error li, .woocommerce-info, .woocommerce-message{ flex-direction: column; }	
.woocommerce-error li a.button, .woocommerce-info a.button, .woocommerce-message a.button{ margin-left:0px; margin-top:10px; }
.woocommerce-MyAccount-content {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}	
.entry-content{ margin-top: 30px !important; margin-bottom:50px !important; }	
.banner-container { max-width: 96%; }	
#book-slider .homebook-text { padding-right: 0px; text-align: center; }	


}

@media (max-width:520px){
.navbar-brand{ margin-right: 0px; }
.logo img { max-height: 30px; }
.banner-text, .banner-vector{ max-width: 100%; flex: 0 0 100%; padding:0px; }
.banner-vector{ margin-top: 40px; }
.home-serve-ico{ height: 100%; }
.video-discl .title-para{ margin-bottom: 20px; }
.firebirdtrade-sec{ padding: 25px; }
.firebirdtrade-img img { max-height: 60px; width: auto; }
.firebirdtrade-sec{ margin-bottom:24px; }
.homebook-pro{ padding: 0px 0px 70px; }
.expertise-col p{ padding: 0px 0px; }
.innerhomeai-sec{ flex-direction: column-reverse; }
.aisolution-col{ max-width: 100%; flex: 0 0 100%; }
.innerhomeai-sec:nth-child(3) { flex-direction: column-reverse; }
.aisolution-no {
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center !important;
}
.homeai-sec .title-col { margin-bottom: 0px; }
.homeai-sec { padding: 50px 0px 50px; }
.homeexpertise-pro { padding: 60px 0px 40px; }
.footer-links.ps-3, .footer-qr{ margin-top:20px; }
footer .sub-title{ margin-bottom: 15px; }
.copyright span{ margin-top: 10px; }
.contact-form { padding-right: 0px; }
.contact-form .sub-title.mb-4{ display: none; }
.contact-pic { margin-top: 15px; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{ width: 100% !important; }
.woocommerce-form-login-toggle .container { max-width: 100%; padding: 0px; }	
.footer-qr{ margin-bottom:20px; }
	
.homebook-pro .owl-nav .owl-prev{ top: auto; left: 35%; transform: translateY(0); bottom: -30px; }
.homebook-pro .owl-nav .owl-next{ top: auto; right: 35%; transform: translateY(0); bottom: -30px; }



}

