@media(min-width:767px) {

    * {
        margin: 0px;
        padding: 0px;
        
    }
   
}

@media(min-width:767px) {

    .upertxt{
        margin-left: 500px;
    }
    .mantrix{
        margin-left: 220px;
    }
    .mantrix-1{
        margin-left: 500px;
    }
}
html,body{
    overflow-x: hidden;

}

@media(max-width:422px){
    .mgsoft{
        overflow-x: hidden;
    }

    /* .static-txt {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        margin-right: 300px;
    
    } */
}

/* body{
    background-color: rgb(16, 47, 42);
    color: white;
} */

body{
    background-color:linear-gradient(#F6D578, #C5E384, #8CECA7 );
}
.mgsoft {
    background-image: url(https://images.firstpost.com/uploads/2024/07/Stock-market-2024-07-a42993a1952c734e91ea6c47db8136e4-1200x675.jpg?im=FitAndFill);
    background-size: cover;
    background-repeat: no-repeat;

    height: 150vh;
    background-position: center bottom;
overflow-x: hidden;
}

.mgsoft-1{
    background-image: url(Assets/what-is-robot-trading.webp);
    background-size: cover;
    background-repeat: no-repeat;

    height: 150vh;
    width: 100%;
    background-position: center bottom;
overflow-x: hidden;
}
.mgsoft-2{
    background-image: url(https://images.moneycontrol.com/static-mcnews/2024/02/market_flat-4-770x433.jpg?impolicy=website&width=770&height=431);
    background-size: cover;
    background-repeat: no-repeat;

    height: 100vh;
    background-position: center bottom;
overflow-x: hidden;
}
.mgsoft-3{
    background-image: url(https://www.finaleinventory.com/wp-content/uploads/2021/11/markup-pricing.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    height: 100vh;
    background-position: center bottom;
overflow-x: hidden;
}
.mgsoft-4{
    background-image: url(https://t4.ftcdn.net/jpg/03/95/04/15/360_F_395041586_h21AxqD0dNjxUw3lKFiV5t7qMBJs6wfe.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    height: 100vh;
    background-position: center bottom;
overflow-x: hidden;
}
.mgsoft-5{
    background-image: url(https://www.shutterstock.com/image-photo/cyber-personal-data-privacy-information-600nw-2294656613.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    height: 100vh;
    background-position: center bottom;
overflow-x: hidden;
}
.mgsoft-6{
    background-image: url(https://www.nueclear.com/assets/images/privacy-policy-banner-nueclear.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    height: 100vh;
    background-position: center bottom;
overflow-x: hidden;
}
.mgsoft-7{
    background-image: url(https://media.istockphoto.com/id/1202705835/vector/online-internet-banking-3d-isometric-banner-a-bank-building-with-columns-consisting-of-a.jpg?s=612x612&w=0&k=20&c=nvwRTzB7by_loSfaPpLcBTV_tqJMXXfTWEYPb-Dr0D4=);
    background-size: cover;
    background-repeat: no-repeat;

    height: 100vh;
    background-position: center bottom;
overflow-x: hidden;
}
.mgsoft-8{
    background-image: url(https://www.microteklearning.com/images/sitepages/PoliciesPageBanner2.webp);
    background-size: cover;
    background-repeat: no-repeat;

    height: 100vh;
    background-position: center bottom;
overflow-x: hidden;
}
.mgsoft-9{
    background-image: url(https://thumbs.dreamstime.com/b/isometric-banner-service-open-customer-service-support-help-call-center-e-shop-emergency-repair-isometric-banner-service-123602103.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    height: 100vh;
    background-position: center bottom;
overflow-x: hidden;
}
.mgsoft-10{
    background-image: url(https://www.energiaa.in/wp-content/uploads/2021/11/Our-services-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    height: 100vh;
    background-position: center bottom;
overflow-x: hidden;
}

.cpaitalExpert {
    margin-top: 8px;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    font-size: 1.5rem;
    width: 400px;
    color: white;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;

    /* animation: 2.1s ease 0s infinite normal none running zoom-in-zoom-out; */
    animation: zoom-in-zoom-out 1s ease infinite;
    border-width: 2px;
    border-style: solid;
    border-color: red;
    border-image: initial;
    border-radius: 10px;
}

@keyframes zoom-in-zoom-out {

    /* At the beginning of the animation */
    0% {
        /* Scale the element to its original size */
        transform: scale(1, 1);
    }

    /* At the middle of the animation */
    50% {
        /* Scale the element to 1.5 times its original size */
        transform: scale(1.5, 1.5);
    }

    /* At the end of the animation */
    100% {
        /* Scale the element back to its original size */
        transform: scale(1, 1);
    }
}

.blink {
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    animation: 0.5s ease 0s infinite normal none running blink;
}

.anim1 {
    color: rgb(81, 255, 0);
    white-space: nowrap;
}

.wrapper {
    display: flex;
    flex-direction: row;
}

.static-txt {
    color: #fff;
    font-size: 50px;
    font-weight: 600;

}

.dynamic-txts {
    margin-left: 15px;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}


.dynamic-txts li {
    color: #FC6D6D;
    list-style: none;
    font-size: 50px;
    font-weight: 600;
    position: relative;
    color: rgb(81, 255, 0);
    white-space: nowrap;
    top: 0;
    animation: slide 6s steps(4) infinite;
}

@keyframes slide {
    100% {
        top: -360px;
    }

}

.dynamic-txts li span {
    position: relative;
}

.dynamic-txts li span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    /* background:#343F4F; */
    border-left: 2px solid #FC6D6D;
    animation: typing 6s steps(4) infinite;
}

@keyframes identifier {
    100% {
        left: 100%;
        margin: 0 -35px 0 35px;
    }
}

.circle {
    height:40px;
    width: 40px;
    padding: 12px;
    border-radius: 50%;
    background-color: aliceblue;

}

/* body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #01101D;
  } */
.editorial {
    width: 100%;
    display: block;
    height: 60px;
    max-height: 60px;
    z-index: 5;
    bottom: 0px;
    position: relative;
    left: 0px;
    float: left;
    margin: 0px;
    background: rgb(6, 11, 31);
}

user agent stylesheet svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.parallax1>use {
    &:nth-child(1) {
        animation-delay: -2s;
    }
}

.parallax1>use {
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    animation: 10s linear 0s infinite normal none running move-forever1;
    x: 50;
    y: 3;
    fill: rgb(244, 97, 193);
}

.parallax2>use {
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    animation: 8s linear 0s infinite normal none running move-forever2;
    x: 50;
    y: 0;
    fill: rgb(8, 42, 72);
}

.parallax3>use {
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    animation: 6s linear 0s infinite normal none running move-forever3;
    x: 50;
    y: 9;
    fill: rgb(52, 97, 193);
}

.parallax4>use {
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    animation: 4s linear 0s infinite normal none running move-forever4;
    x: 50;
    y: 6;
    fill: rgb(255, 255, 255);
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

body{
    background-color:black;
    color: white;
}

@keyframes move-forever4 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

element.style {
    background-image: linear-gradient(#F6D578, #C5E384, #8CECA7);
    color: white;
}

user agent stylesheet div {
    display: block;
    unicode-bidi: isolate;
}

.feature {
    /* z-index: 11; */
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    margin: 10px;
    border-radius: 63% 20% 30% 10% / 40% 33% 50% 50%;
    transition: 10s;
    animation: 10s ease 0s infinite normal none running anim;
}



img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

style attribute {
    background-image: linear-gradient(#F6D578, #C5E384, #8CECA7 );

}

& .feature {
    background-image: linear-gradient(#F6D578, #C5E384, #8CECA7 );
}

img:hover {
    transform: scale(1.1, 1.1);
}

.feature_content {
    position: absolute;
    top: -150px;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 10;
    width: 250px;
    background: #ecf1ff;
    backdrop-filter: blur(2px);
    padding: 25px;
    border-radius: 10px;
    color: black;
}

.features {
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto 20px;
}

user agent stylesheet div {
    display: block;
    unicode-bidi: isolate;
}

style attribute {
    background-image: linear-gradient(#7e9a9a, #f6d8ac, #db9833 );
    color: white;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

h3 {
    font-size: 1.17em;
    font-weight: bold;
}


p {
    display: block;
    margin-block-start: 1em;
    margin-inline-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.feat_div {
    z-index: 11;
    position: relative;
}

.feat_div h3 {

    position: relative;
    bottom: 60px;
    z-index: 12;
}

@keyframes anim {

    0% {
        width: 250px;
        border-radius: 63% 20% 30% 10% / 40% 33% 50% 50%;
    }

    50% {
        width: 260px;
        border-radius: 13% 60% 80% 30% / 20% 36% 10% 30%;
    }

}

.feat_div:hover {
    .feature {
        background-image: linear-gradient(#7e9a9a, #f6d8ac, #db9833 );
    }
}

.feat_div:hover .feature_content {
    opacity: 1;
    pointer-events: auto;
}

user agent stylesheet div {
    display: block;
    unicode-bidi: isolate;
}

style attribute {
    background-image: linear-gradient(#7e9a9a, #f6d8ac, #db9833 );
    /* color: white; */
}

.editorial {
    width: 100%;
    display: block;
    height: 60px;
    max-height: 60px;
    margin: 0;
    z-index: 5;
    bottom: 0;
    position: relative;
    left: 0px;
    float: left;
    background: #060b1f;
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.pricing_header {
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
}

.toggle-label {
    position: relative;
    display: block;
    width: 200px;
    height: 40px;
    margin-top: 8px;
    border: 1px solid #808080;
    border-radius: 10px;
}

.pricing {
    margin-top: 100px;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.webhook {
    display: none;
}


.font-Inter {
    font-family: Inter, sans-serif;
}

.w-full {
    width: 100%;
}

.space-y-10> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem* var(--tw-space-y-reverse));
}

.gap-8 {
    gap: 2rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}

.grid {
    display: grid;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

* {
    scroll-behavior: smooth;
}

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(229, 231, 235);
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.space-y-10> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem* var(--tw-space-y-reverse));
}

.gap-8 {
    gap: 2rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}

.grid {
    display: grid;
}

.font-Inter {
    font-family: Inter, sans-serif;
}

.gap-2 {
    gap: 0.5rem;
}

.items-start {
    align-items: flex-start;
}

.fa {
    font-family: primeicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
}

.text-algo-orange {
    --tw-text-opacity: 1;
    color: rgb(255 171 34 / var(--tw-text-opacity));
}

.text-\[30px\] {
    font-size: 30px;
}

.pt-2 {
    padding-top: 0.5rem;
}

.contactbody{
    margin: 0;
    padding: 0;
    background-color: #000;
    padding-bottom: 100px;
  }
  
  #contact {
    width: 100%;
    height: 100%;
  }
  
  .section-header {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    font: 300 60px 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
  }
  
  .contact-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    max-width: 840px;
  }
  
  /* Left contact page */
  .form-horizontal {
    /*float: left;*/
    max-width: 400px;
    font-family: 'Lato';
    font-weight: 400;
  }
  
  .form-control, 
  textarea {
    max-width: 400px;
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .send-button {
    margin-top: 15px;
    height: 34px;
    width: 400px;
    overflow: hidden;
    transition: all .2s ease-in-out;
  }
  
  .alt-send-button {
    width: 400px;
    height: 34px;
    transition: all .2s ease-in-out;
  }
  
  .send-text {
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
  }
  
  .alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
  }
  
  /* Begin Right Contact Page */
  .direct-contact-container {
    max-width: 400px;
  }
  
  /* Location, Phone, Email Section */
  .contact-list {
    list-style-type: none;
    margin-left: -30px;
    padding-right: 20px;
  }
  
  .list-item {
    line-height: 4;
    color: #aaa;
  }
  
  .contact-text {
    font: 300 18px 'Lato', sans-serif;
    letter-spacing: 1.9px;
    color: #bbb;
  }
  
  .place {
    margin-left: 80px;
  padding: 10px;
  }

  
  
 
  
  .contact-text a {
    color: #bbb;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  
  .contact-text a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  
  /* Social Media Icons */
  .social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  .social-media-list li a {
    color: #fff;
  }
  
  .social-media-list li {
    position: relative; 
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(27,27,27);
    cursor: pointer; 
    transition: all .2s ease-in-out;
  }
  
  .social-media-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 1px #fff;
    transition: all .2s ease-in-out;
  }
  
  .social-media-list li:hover {
    background-color: #fff; 
  }
  
  .social-media-list li:hover:after {
    opacity: 1;  
    transform: scale(1.12);
    transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
  }
  
  .social-media-list li:hover a {
    color: #000;
  }
  
  .copyright {
    font: 200 14px 'Oswald', sans-serif;
    color: #555;
    letter-spacing: 1px;
    text-align: center;
  }
  
  hr {
    border-color: rgba(255,255,255,.6);
  }
  
  /* Begin Media Queries*/
  @media screen and (max-width: 850px) {
    .contact-wrapper {
      display: flex;
      flex-direction: column;
    }
    .direct-contact-container, .form-horizontal {
      margin: 0 auto;
    }  
    
    .direct-contact-container {
      margin-top: 60px;
      max-width: 300px;
    }    
    .social-media-list li {
      height: 60px;
      width: 60px;
      line-height: 60px;
    }
    .social-media-list li:after {
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
  }
  
  @media screen and (max-width: 569px) {
  
    .direct-contact-container, .form-wrapper {
      float: none;
      margin: 0 auto;
    }  
    .form-control, textarea {
      
      margin: 0 auto;
    }
   
    
    .name, .email, textarea {
      width: 280px;
    } 
    
    .direct-contact-container {
      margin-top: 60px;
      max-width: 280px;
    }  
    .social-media-list {
      left: 0;
    }
    .social-media-list li {
      height: 55px;
      width: 55px;
      line-height: 55px;
      font-size: 2rem;
    }
    .social-media-list li:after {
      width: 55px;
      height: 55px;
      line-height: 55px;
    }
    
  }
  
  @media screen and (max-width: 410px) {
    .send-button {
      width: 99%;
    }
  }