@charset "utf-8";
/***** Design By Manjeet 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS Document */
body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "Open Sans", sans-serif;

}
::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}

/****sytle your  designe****/

/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}


.headerpart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 24px 16px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    transition: .6s linear;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
}

.headerf-0flex li a:hover {
    color: #00a1ff;
}

.header {
    display: flex;
    align-items: center;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 220px;
    text-align: left;
    border-radius: 0px;
    color: #000;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #fff;
}

.dropdoqwn li a:hover {
    background-color: #000028;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;

}

.myheaderlist ul {
    overflow-x: scroll;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}

.logo-m {
    display: none;
}

.darkHeader .headerf-0flex li a {
    color: #242323 !important;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #fff;
    padding: 0px 100px;
}

.darkHeader .logo img {
    width: 150px;
}

.phone_h {
    align-items: center;
    margin-left: 10px;
}

.phone_h a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
}

.phone_h span {
    display: inline-block;
    padding-left: 10px;
    color: #444;
    font-size: 12px;
}

.phone_h i {
    height: 37px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    padding-bottom: 5px;
}


.counter-Txt {
    font-size: 46px;
    font-weight: 800;
    color: #52ae01;
    margin-right: 22px;
}

.demo1 {
    display: flex;
    align-items: center;
}

.demo1 strong {
    font-size: 20px;
    position: relative;
    top: -7px;
    line-height: 25px;
}

.group_flex {
    display: flex;
}


.indexfrom {
    margin-top: -42px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff !important;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 600;

}

.nav-link {
    color: #fff;
    background: #52ae01 !important;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
    background: #52ae01 !important;
}

.tab-content>.active {
    display: block;
    padding: 20px 50px 30px;
    border-top: none;
    background: #fff;
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    border-radius: 0px 0px 6px 6px;
}

.contact-index a:nth-child(1) {
    background: #1A3A6E;
    background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
   padding: 10px 32px;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 40px;
    text-align: center;
}

.contact-index a:nth-child(2) {
 background-color: rgb(255, 255, 255);
    box-shadow: rgb(189, 207, 212) 0px 3px 10px;
    color: rgb(67, 90, 238);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(67, 90, 238);
    border-radius: 5px;
    padding: 8px 32px;
    outline: none;
    margin: 0px;
   margin-left: 20px;
   text-align: center;
}


.logo img {
    width: 178px;
}

/***banner***/
.ws_controls {
    display: none;
}
.bannersloder {
    margin-top: 10px !important;
}

/***about-pannel****/
.about-pannel {
        padding: 100px 0px;
}
.handle-routine{ 
    display: flex;
    align-items: center;
}
.handle-routine img {
width: 100%;
object-fit: cover;
}
.Handle {
     text-align: center;
  margin-bottom: 60px;
}
.Handle h3 {
font-size: 50px;
    font-weight: 300;
    color: #000000;
    line-height: 73px;
}


.about-details p {
       margin: 0px;
    margin-top: 5px;
    font-size: 16px;
    color: #424242;
    font-weight: 600;
    line-height: 27px;
}

.about-details p:nth-child(2) {
        margin-top: 21px;
     color: #292929;
}

.about-details p:nth-child(3) {
    margin-top: 10px;
     color: #292929;
}

.benefit-index {
    margin-top: 22px;
     color: #292929;
}

.benefit-index p {
    margin: 0px;
       margin-top: 22px;
 color: #292929;
}

.benefit-index i {
    margin-right: 5px;
}

.benefit-index a {
       background: #1A3A6E;
    background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
    padding: 8px 22px;
    color: #fff;
        margin-top: 37px;
    border-radius: 5px;
    display: inline-block;
}

.benefit-index a:hover {
    background-color: #097cff;
    color: #ffffff;
    transition: 0.6s linear;
}

/***fetures-pannel***/
.feature-pannel {
        margin-top: 15px;
}

.feature-top {
    text-align: center;
        margin-bottom: 26px;
}
.features-box-feature {
    background: #e5f1ff;
    padding: 40px;
}
.fetures-pannel {
    margin-top: 50px;
  padding: 40px;
  border-radius: 15px;
  border: 1px solid#e5f1ff;;  
}
.feature-top h3 {
        font-size: 60px;
    font-weight: 300;
    color: #000000;
}

.feature-top p {
        margin: 11px 0px;
    font-size: 15px;
}
.features-box-feature  {
    border-radius: 20px;
}
.features-box {
       transition: 0.6s linear; 
           padding: 0px 47px;
}

.features-box h3 {
    font-weight: 400;
    background-color: #e5f1ff;
    letter-spacing: 2px;
    color: #00408f;
    display: inline-block;
    padding: 9px 18px;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 19px;
}

.features-box span {
    margin: 0px;
    font-weight: 600;
    color: #424242;
    margin-top: 8px;
    font-size: 22px;
    text-align: justify;
    display: block;
    margin: 25px 0px;
}

.features-box:hover {
     color: #131313;
     transition: 0.6s linear;
}
.features-box i {
    color: #2f80ed;
    font-size: 30px;
    margin-right: 8px;
}
.features-box p {
 display: flex;
 align-items: center;
 font-size: 15px;
 color: #424242;
 font-weight: 500;
 margin:0px;
}
.moreFetures h3 {
    text-transform: uppercase;
        font-size: 60px;
    font-weight: 300;
    color: #000000;
 }
 .moreFetures p{
    margin: 20px 0px;
    font-size: 15px;
 }
.moreFetures {
    text-align: center;
    border-radius: 5px;
    padding: 15px 10px;
    margin-top: 85px;

}
/***subcribe-file***/
.subcribe-file {
 margin-top: 170px;
}
.subcribe-img {
display: flex;
gap: 30px;
}
.subcribe-img img {
        width: 191px;
    object-fit: contain;
}
.subcribe-img img:nth-child(2){
    margin-top: 45px;
}
.container-fluid-pro {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.app-detils h3 {
    font-size: 50px;
    font-weight: 500;
}

.app-detils p {
    font-weight: 300;
    margin: 0px;
    margin-top: 15px;
}

.play-store {
    margin-top: 20px;
}

.app-mobile-pannel {
    display: flex;
    align-items: center;
}
.scannerFile{
        display: flex;
    align-items: center;
        justify-content: center;
}
.app-detils img {
    margin-top: 20px;
}
.scanner p {
  font-weight: 500;
  color: #000f5c;
    font-size: 16px;
}
.app-file img {
    width: 145px;
}
/***get-in-touch***/
.details-contct-pannel{  
      margin-right: auto !important;
     margin-left: auto !important;
    margin-top: auto !important;
    margin-bottom: auto !important}
.contact-detailsi-index {
    margin-top: 40px;
}
.contact-detailsi-index h3 {
    margin: 0px;
    font-size: 40px;
}
.contact-detailsi-index p{
    margin-top: 10px;
    font-size: 14px;
}
.address-index {
       margin-top: 50px;
}
.address-index h3 {
    font-size: 22px;
    margin-top: 24px;
}
.address-index p {
display: flex;
align-items: center;
margin-top: 10px;
font-size: 15px;
}
.address-index i {
margin-right: 15px;
}
.get-touch-pannel {
      margin-top: 90px;
}
.get-in {
    text-align: center;
}

.get-in h3 {
       font-size: 42px;
}
.get-in p {
margin-top: 17px;
    font-size: 15px;
}
.form-index-pannel {
    margin-top: 80px;

    border: 1px solid#ccc;
    padding: 22px;
    border-radius: 5px;

}
.form-index-pannel label {
    width: 100%;
    margin-top: 15px;
}
.form-index-pannel input {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    border-radius:5px;
    border: 1px solid#ccc;
    outline: none;
}

.form-index-pannel input:hover {
    border: 1px solid#1900ff;
}
.form-index-pannel textarea {
    width: 100%;
    margin-top: 10px;
    border-radius:5px;
    border: 1px solid#ccc;
    outline: none;
     padding: 10px 15px;
}

.sumbite-1 {
    border: none;
    background: #1A3A6E;
    background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
    outline: none;
    border-radius:5px;
    padding: 8px 22px;
    margin-top: 20px;
    color: #fff;
}

.sumbite-1:hover {
    background-color: #097cff;
    color: #ffffff;
    transition: 0.6s linear;
}

/***footer***/
.container-fluid-f {
     width: 80%;
     margin-left: auto;
     margin-right: auto;
}
footer {
    padding: 40px 0px 0px;
   background: #fff;
    margin-top: 50px;
text-align: center;
border-top: 1px solid#cccc;
}
.footer-logo img {
    width: 178px;
}
.footer-logo p{
    margin: 0px;
   margin-top: 23px;
 font-size: 15px;
    color: #000000;
}

.socail-footer {
       margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.socail-footer p {
    margin: 0px;
    margin-right: 10px;
    color: #000000;
 }
.socail-footer a {
    border: 1px solid #a3a2a2;
    padding: 2px 5px;
    color: #000;
    transition: 0.6s linear;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
}
.socail-footer a:hover {
    background-color: #1a1eff;
    color: #ffffff;
}
.menu-box {
    display: flex;
    justify-content: center;
}
.footer-menu h3 {
    color: #000000;
    margin-top: 10px;
    text-align: justify
}
.footer-menu li {
    padding: 10px 0px;
}
.footer-menu ul a {
    color: #000000;
font-size: 15px;
    transition: 0.6s linear;
        display: flex;
}
.footer-logo {
     text-align: center;
}
.footer-menu ul a:hover {
    color: #a9c3fc;
}
.footer-menu ul{
        margin-top: 20px;
}
.copy-right p {
    text-align:center;
    color: #131313;
    margin: 0px;
    margin-top: 10px;
    border-top: 1px solid#cccc;
    padding: 15px 0px;
}

.login-bottom h3 {
    color: #000000;  
     margin-top: 10px;
}


/***about-pannel***/
.about-page-pannel {
    background-image: 
    url(../images/about-banner.png);
padding: 100px 0px;

}
/**for-trail-work**/
.trail-work {
   margin-top: 135px;
}
.container-fluid-flow {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.active-panel {
   background-color: #1870ff;
   padding: 30px;
   border-radius: 30px;
}
.trail-banner img {
     width: 500px;
}
.trail-text p {
     color: #fff;
     font-size: 15px;
    margin: 20px 0px;
}
.trail-text h3 {
         color: #fff;
    font-size: 37px;
    font-weight: 400;
    line-height: 55px;
}
.free-text {
     display: flex;
     align-items: center;
         margin-top: 55px;
}
.free-text a {
     color: #ffff;
     border-radius: 10px;
     padding: 10px 22px;
     border: 1px solid#fff;
    text-transform: uppercase;
}

.free-text a:hover {
    background: #fff;
    color: #003E9F;
    transition: 0.6s linear;
}
.trailComment {display: flex;
    justify-items: center;
    align-items: center;}

/***upgrade-plan****/
.upgrade-top h3 {
  color: #003E9F;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.upgrade-top {
  margin-top: 16px;
}

.upgrade-top p {
  margin-top: 5px;
  font-size: 14px;
  color: #292929;
  text-align: center;
}

.detail-panel-upgrade p {
  margin: 0px;
  border-bottom: 1px solid#ccc;
  font-size: 20px;
  padding-bottom: 5px;
}


.plan-box {
  position: relative;
  margin-top: 35px;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  overflow: hidden;
  height: 422px;
  object-fit: cover;

}

.plan-box h3 {
  font-size: 18px;
  color: #0140A7;
}

.plan-box p:nth-child(2) {
  font-size: 13px;
  color: #4E4E4E;
  margin-top: 10px;
}

.advanced-price {
  font-size: 16px;
  color: #0140A7;
  font-weight: 700;
  margin-top: 10px;
}
.trail-member {
    font-size: 16px;
  color: #0140A7;
  font-weight: 700;
  margin-top: 10px;
}

.basic-price-member{
  font-size: 16px;
  color: #0140A7;
  font-weight: 700;
  margin-top: 10px; 
}
.standard-price-member {
   font-size: 16px;
  color: #0140A7;
  font-weight: 700;
  margin-top: 10px; 
}
.plan-box i {
  color: #7879F1;
}


.plan-details-member p{
font-size: 13px;
  color: #373737;
  margin: 8px 0px;
}

.upgrade-tap-4 {
  color: #fff;
  position: relative;
     bottom: -38px;
  padding: 8px 22px;
  border-radius: 20px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  justify-content: center;
  border: none;
  width: 100%;
}

.upgrade-tap-4:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}
.upgrade-tap-3 {
  color: #fff;
   position: relative;
    bottom: -65px;
  padding: 8px 22px;
  border-radius: 20px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  justify-content: center;
  border: none;
  width: 100%;
}

.upgrade-tap-3:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}
.upgrade-tap-2 {
  color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    background: #1A3A6E;
    background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
    transition: transform .2s 
ease, box-shadow .2s 
ease;
    display: flex
;
    justify-content: center;
    border: none;
    width: 84%;
    position: absolute;
    bottom: 21px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.upgrade-tap-2:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}
.upgrade-tap {
  color: #fff;
  position: relative;
    bottom: -90px;
  padding: 8px 22px;
  border-radius: 20px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  justify-content: center;
  border: none;
  width: 100%;
}

.upgrade-tap:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}
.for-ellipse {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.for-figure {
  position: absolute;
  top: 5px;
}

.deal {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #020B8C;
  color: #fff;
  border-radius: 0px 8px 0px 8px;
}

.my-body {
  padding: 0px;
}

.basic-plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  border-top: 1px solid#ccc;
  border-bottom: 1px solid#ccc;
}

.plan-pop {
  font-weight: 600;
  font-size: 20px;
}

.next-modal {
  color: #fff;
  margin-top: 19px;
  padding: 8px 35px;
  border-radius: 5px;
  background: #1A3A6E;
  background: linear-gradient(90deg, rgba(26, 58, 110, 1) 35%, rgba(59, 130, 246, 1) 100%);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  justify-content: end;
  border: none;

}

.next-modal:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  border: none;
}

.modal-info-form {
  padding: 20px;

}

.modal-info-form h3 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding: 14px 21px;
}

.modal-info-formform {
  padding: 20px;
  font-size: 15px;
}


.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.status-dot {
  height: 10px;
  width: 10px;
  background-color: #28a745;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.action-btn {
  border: none;
  background: transparent;
}

.badge {
  background-color: #03a3ff;
  color: #fff;
}

.table-of-team {
  margin-bottom: 20px;
}

/****total case ***/
.tota-case-panel {
  padding: 20px;
  box-shadow: 0 10px 28px rgb(171 171 171 / 22%);
  background: #fff;
  border-radius: 5px;
}

.total-active-top {
  display: flex;
  align-items: center;
  justify-content: end;
}

.total-active-top h3 {
  font-size: 22px;
}

.total-active-top button {
  margin: 0px;
  background: #12366e;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}

.chart-toatal {
  border: 1px solid #ccc;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 15px;
  color: #3e3d3d;
}

.total-tab-filtter {
  margin-top: 15px;
}

.search-total-case {
  border: none;
  padding: 7px 12px;
  background-color: #1A3A6E;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s linear;
  margin-top: 16px;
}

.chart-box-total {
  background: #fdfdfd;
  padding: 24px;
  border-radius: 5px;
}
.detail-panel-upgrade {
     margin-top: 40px;
}
.pricing-toggle {
  display: table;
  margin: 20px auto;
    background-color: #e3f6ff;
  border-radius: 999px;
  padding: 8px;
}

.pricing-toggle button {
  border: none;
  background: none;
  padding: 7px 15px;
  border-radius: 999px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.pricing-toggle .active {
  background-color: #0d1b80;
  color: white;
}
.modal-info-form {
  padding: 20px;

}

.modal-info-form h3 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding: 14px 21px;
}

.modal-info-formform {
  padding: 20px;
  font-size: 15px;
}
.fill-details input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 14px;
  outline: none;
}

.fill-details label {
  font-size: 15px;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.fill-details input:focus {
  border: 1px solid#979797 !important;
}

.save-file {
  border: none;
  padding: 7px 12px;
  background-color: #1A3A6E;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s linear;
  margin-top: 20px;
}

.save-file:hover {
  border: none;
  padding: 7px 15px;
  background-color: #3b82f6;
  color: #fff;
  border-radius: 5px;
  margin-left: 5px;
  box-shadow: 0px 2px 7px 0 rgba(1, 41, 112, 0.15);

}
/***upgrade-plan****/



/***banner-index***/
.container-go{
    width: 90%;
    margin-left: auto;
    margin-right: auto;}
.banner-force {
      margin-top: 50px;
    display: flex;
    justify-content: center;
}
  .banner-force img {
    /* width: 453px; */
        /* width: 610px;
    object-fit: contain; */
         width: 444px;
    /* max-width: 100%; */
    height: 444px;
    margin-top: 70px;
       transform: scale(1.2);
    /* max-width: 100%; */
    /* height: 100%;*/
     
  
  }
@media only screen and (min-width: 1200px) and (max-width:1300px) {
  .banner-force img {
    /* width: 453px; */
        /* width: 610px;
    object-fit: contain; */
         width: 610px;
    /* max-width: 100%; */
    height: 610px;
    margin-top: 70px;
       transform: scale(1.2);
    /* max-width: 100%; */
    /* height: 100%;*/
     
  
  }

}
 /* -------- Layout -------- */
    .hero{
      min-height:100svh;
      display:grid;
      align-items:center;
    }
    .hero__container{
      margin-inline:auto;
      padding-block:clamp(2rem,4vw,4rem);
    }

    /* -------- Typography -------- */
    .hero__title{
            font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 86px;
    font-size: 50px;
    margin: 0 0 clamp(2rem, 5vw, 3rem) 0;
    margin-top: 90px;
    }
    .hero__title--soft{opacity:.98}
    .hero__title--accent{color:#1a3a6e;display:inline-block}
    .hero__title--dot{color:#000000}

    /* -------- CTA -------- */
    .button-tab{
      display:inline-flex;
      align-items:center;
      gap:14px;
      padding:18px 40px;
      border-radius:999px;
      background:#0a0a0a;
      color:#ffffff;
      font-weight:700;
      text-decoration:none;
      text-transform:uppercase;
      letter-spacing:.06em;
      font-size:clamp(.88rem,1.4vw,1rem);
      transition:transform .18s ease, box-shadow .18s ease;
      box-shadow:
        0 1px 0 rgba(255,255,255,.06) inset,
        0 20px 40px rgba(0,0,0,.18);
    }
    .button-tab:hover{
        color: #fff;
     }
    .btn__icon{
      width:20px;height:20px;
    }
    @media(max-width:420px){.btn{width:100%;justify-content:center}}

    /* -------- Animation -------- */
    .rotator--in{
      animation:fadeIn .55s ease forwards;
    }
    .rotator--out{
      animation:fadeOut .45s ease forwards;
    }

    @keyframes fadeIn{
      from{opacity:0; transform:translateY(10px)}
      to{opacity:1; transform:translateY(0)}
    }
    @keyframes fadeOut{
      from{opacity:1; transform:translateY(0)}
      to{opacity:0; transform:translateY(-10px)}
    }

.scale-banner {
max-width: 100%;
height: 100%;
margin-top: 70px;
    max-width: 100%;
    height: 100%;
    transform: scale(1.3);
}







