               /*  header main start code */
               
               .header-maincontainer {
                   width: 100vw;
                   height: 450px;
                   display: flex;
                   flex-direction: column;
                   background: url(../img/poster9.svg);
                   background-size: cover;
                   background-repeat: no-repeat;
                   align-items: center;
                   justify-content: center;
                   margin-top: -90px;
               }
               
               .header-maincontent {
                   width: 100%;
                   height: 100%;
                   max-width: 60%;
                   display: flex;
                   padding-bottom: 15px;
                   justify-content: space-between;
                   align-items: center;
                   margin: 0 auto;
               }
               
               .header-maintext {
                   width: 574px;
                   height: 100%;
                   display: flex;
                   flex-direction: column;
                   align-items: flex-start;
                   justify-content: flex-end;
                   z-index: 1;
               }
               
               .next-back {
                   display: flex;
                   align-items: center;
                   justify-content: center;
               }
               
               .header-bas {
                   width: 593px;
                   height: 250px;
                   display: flex;
               }
               
               .next-back img {
                   width: 27px;
                   display: flex;
                   justify-content: flex-end;
               }
               
               .header-maintext h2 {
                   font-family: Montserrat;
                   font-style: normal;
                   font-weight: 600;
                   font-size: 65px;
                   line-height: 80px;
                   /* or 123% */
                   display: flex;
                   align-items: center;
                   color: #ffffff;
               }
               
               .header-maintext a {
                   color: #ffffff;
                   position: relative;
                   padding: 10px;
                   font-family: Montserrat;
                   font-style: normal;
                   font-weight: 500;
                   font-size: 16px;
                   line-height: 20px;
               }
               
               .header-maintext a::after {
                   content: "";
                   border-bottom: 2px solid #00A3FF;
                   position: absolute;
                   top: 5px;
                   left: 0;
                   width: 100%;
                   height: 100%;
                   opacity: 0;
                   transition: 1s;
               }
               
               .header-maintext a:hover {
                   color: #00a3ff;
               }
               
               .header-maintext a:hover::after {
                   opacity: 1;
               }
               /* 
    .header-maintext i{
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    width: 40px;
    
    
    
    
    } */
               
               .header-mainimg {
                   width: 40%;
                   height: 90%;
                   display: flex;
                   align-items: flex-end;
                   justify-content: flex-end;
               }
               /* header main end code */
               /* sanal market start code */
               
               .sanal-container {
                   width: 100%;
                   display: flex;
                   flex-direction: column;
                   margin-top: 140px;
                   position: relative;
               }
               
               .sanal-content {
                   width: 100%;
                   height: 212px;
                   display: flex;
                   flex-direction: column;
                   align-items: center;
                   justify-content: center;
                   border: 1px solid purple;
                   background: #181828;
                   z-index: 1;
               }
               
               .sanal-content h2 {
                   font-style: normal;
                   font-weight: 600;
                   font-size: 30px;
                   line-height: 52px;
                   color: #FFFFFF;
                   margin-bottom: 50px;
               }
               
               .sanal-img {
                   width: 80%;
                   height: 51px;
                   display: flex;
                   justify-content: space-around;
                   align-items: center;
               }
               
               .img-box1 {
                   width: 274px;
                   height: 51px;
                   display: flex;
                   align-items: center;
                   justify-content: center;
               }
               
               .img-box2 {
                   width: 178px;
                   height: 51px;
                   background: #F93C00;
                   display: flex;
                   align-items: center;
                   justify-content: center;
               }
               
               .img-box3 {
                   width: 146px;
                   height: 32px;
                   display: flex;
                   align-items: center;
                   justify-content: center;
               }
               
               .img-box4 {
                   width: 180px;
                   height: 51px;
                   display: flex;
                   align-items: center;
                   justify-content: center;
               }
               
               .img-box1 img,
               .img-box3 img,
               .img-box4 img {
                   width: 100%;
                   height: 100%;
                   object-fit: contain;
               }
               
               .img-box2 img {
                   width: 80%;
               }
               /* sanal market end code */
               /* WHY-MARKET START CODE */
               
               .why-market-container {
                   width: 100%;
                   display: flex;
                   flex-direction: column;
                   margin-top: 222px;
                   position: relative;
               }
               
               .why-market-container h2 {
                   width: 100%;
                   display: flex;
                   margin-bottom: 60px;
                   font-style: normal;
                   font-weight: 600;
                   font-size: 35px;
                   line-height: 43px;
                   color: #FFFFFF;
               }
               
               .why-market-content {
                   width: 100%;
                   display: flex;
                   flex-direction: column;
                   justify-content: space-between;
               }
               
               .why-market-box-container {
                   width: 100%;
                   display: flex;
                   justify-content: space-between;
                   flex-wrap: wrap;
               }
               
               .why-market-box {
                   width: 32%;
                   height: 120px;
                   display: flex;
                   align-items: center;
                   justify-content: space-between;
                   margin-bottom: 25px;
                   padding: 20px 20px 20px 0;
               }
               
               .why-market-box img {
                   width: 97px;
                   height: 97px;
                   object-fit: cover;
               }
               
               .why-market-box p {
                   width: 85%;
                   font-family: Montserrat;
                   font-style: normal;
                   font-weight: 600;
                   font-size: 20px;
                   line-height: 24px;
                   display: flex;
                   align-items: center;
                   color: #FFFFFF;
                   margin-left: 20px;
               }
               /* form15 start code */
               
               .form15-container {
                   width: 100%;
                   display: flex;
                   margin-top: 20px;
                   max-width: 60%;
                   position: relative;
               }
               
               .form15content {
                   width: 100%;
                   display: flex;
                   margin: 0 auto;
               }
               
               .form15content #form15-open {
                   width: 360px;
                   height: 60px;
                   background: #181828;
                   border: 2px solid #fbb226;
                   box-sizing: border-box;
                   font-family: Montserrat;
                   font-style: normal;
                   font-weight: 500;
                   font-size: 17px;
                   line-height: 18px;
                   text-align: center;
                   text-transform: uppercase;
                   color: #ffffff;
                   transition: 1s;
                   cursor: pointer;
                   margin-top: 45px;
               }
               
               .form15content #form15-open:hover {
                   background: #fbb226;
               }
               /* form15 end code */
               /* WHY-MARKET END CODE */
               /* OFFER START CODE */
               
               .offer-container {
                   width: 100%;
                   display: flex;
                   flex-direction: column;
                   margin-top: 245px;
                   position: relative;
               }
               
               .offer-container h2 {
                   font-style: normal;
                   font-weight: 600;
                   font-size: 35px;
                   line-height: 43px;
                   color: #FFFFFF;
                   margin-bottom: 45px;
               }
               
               .offer-content {
                   width: 100%;
                   display: flex;
                   flex-direction: column;
               }
               
               .offer-box-container {
                   width: 100%;
                   display: flex;
                   justify-content: space-between;
                   flex-wrap: wrap;
               }
               
               .offer-box {
                   width: 32%;
                   height: 120px;
                   display: flex;
                   align-items: center;
                   justify-content: space-between;
                   background: #181828;
                   border: 2px solid #FFFFFF;
                   box-sizing: border-box;
                   margin-bottom: 25px;
               }
               
               .offer-box img {
                   width: 38px;
                   height: 59px;
                   object-fit: contain;
                   margin-left: 20px;
               }
               
               .offer-box p {
                   width: 85%;
                   font-style: normal;
                   font-weight: 500;
                   font-size: 17px;
                   line-height: 22px;
                   color: #FFFFFF;
                   padding: 20px;
                   margin-left: 20px;
               }
               
               .offer-container h3 {
                   width: 100%;
                   font-family: Montserrat;
                   font-style: normal;
                   font-weight: 600;
                   font-size: 30px;
                   line-height: 31px;
                   display: flex;
                   align-items: center;
                   color: #FFFFFF;
                   margin-bottom: 40px;
                   margin-top: 40px;
               }
               /* form16 start code */
               
               .form16-container {
                   width: 100%;
                   display: flex;
                   margin-top: 20px;
                   max-width: 60%;
                   position: relative
               }
               
               .form16content {
                   width: 100%;
                   display: flex;
                   margin: 0 auto;
               }
               
               .form16content #form16-open {
                   width: 360px;
                   height: 60px;
                   background: #181828;
                   border: 2px solid #fbb226;
                   box-sizing: border-box;
                   font-family: Montserrat;
                   font-style: normal;
                   font-weight: 500;
                   font-size: 17px;
                   line-height: 18px;
                   text-align: center;
                   text-transform: uppercase;
                   color: #ffffff;
                   transition: 1s;
                   cursor: pointer;
               }
               
               .form16content #form16-open:hover {
                   background: #fbb226;
               }
               /* form15 end code */
               /* OFFER END CODE */
               /* FORM 3 START CODE */
               
               .form3-container {
                   margin-bottom: 130px;
                   position: relative;
               }
               /* FORM 3 END CODE */
               /* VECTOR START */
               /* SANAL VECTOR START */
               
               .sanal-vector {
                   position: absolute;
                   width: 603.49px;
                   height: 123px;
                   z-index: -1;
                   top: -25%;
                   left: -40%;
               }
               /* SANAL VECTOR END */
               /* WHY-MARKET VECTOR START */
               
               .why-market-vector {
                   position: absolute;
                   width: 214.62px;
                   height: 214px;
                   z-index: -1;
                   top: 100%;
                   right: -9%;
               }
               /* WHY- MARET VECTOR END */
               /* OFFER-VECTOR START */
               
               .offer-vector1 {
                   position: absolute;
                   width: 295px;
                   height: 295px;
                   z-index: -1;
                   top: 40%;
                   left: -18%;
               }
               
               .offer-vector2 {
                   position: absolute;
                   width: 196px;
                   height: 196px;
                   z-index: -1;
                   top: 100%;
                   right: -8%;
               }
               /* OFFER VECTOR END CODE */
               /* SERVICE-VECTOR START */
               
               .service-vector {
                   position: absolute;
                   width: 196px;
                   height: 196px;
                   z-index: -1;
                   top: 46%;
                   left: -15%;
               }
               /* SERVICE-VECTOR END */
               /* FORM3-VECTOR START */
               
               .form3-vector {
                   position: absolute;
                   width: 214.61px;
                   height: 214px;
                   z-index: -1;
                   top: 20%;
                   right: -11%;
               }
               /* FORM3-VECTOR */
               /* VECTOR END */
               /* MEDIA START CODE */
               
               @media screen and (min-width:2000px) {
                   /*  header main start code */
                   .header-maincontent {
                       max-width: 65%;
                   }
                   .next-back img {
                       width: 50px;
                       display: flex;
                       justify-content: flex-end;
                   }
                   .header-maintext h2 {
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 600;
                       font-size: 85px;
                       line-height: 80px;
                       /* or 123% */
                       display: flex;
                       align-items: center;
                       color: #ffffff;
                   }
                   .header-maintext a {
                       color: #ffffff;
                       position: relative;
                       padding: 10px;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 20px;
                       line-height: 20px;
                   }
                   /* header main end code */
                   /* sanal market start code */
                   .sanal-content h2 {
                       font-style: normal;
                       font-weight: 600;
                       font-size: 35px;
                       line-height: 52px;
                       color: #FFFFFF;
                       margin-bottom: 50px;
                   }
                   /* sanal market end code */
                   /* WHY-MARKET START CODE */
                   .why-market-box-container {
                       width: 100%;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       flex-wrap: wrap;
                   }
                   .why-market-box p {
                       width: 85%;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 600;
                       font-size: 23px;
                       line-height: 24px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-left: 20px;
                   }
                   .form15content #form15-open {
                       width: 45%;
                       height: 60px;
                       background: #181828;
                       border: 2px solid #fbb226;
                       box-sizing: border-box;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 17px;
                       line-height: 18px;
                       text-align: center;
                       text-transform: uppercase;
                       color: #ffffff;
                       transition: 1s;
                       cursor: pointer;
                   }
                   /* WHY-MARKET END CODE */
                   /* OFFER START CODE */
                   .offer-box {
                       width: 32%;
                       height: 140px;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       background: #181828;
                       border: 2px solid #FFFFFF;
                       box-sizing: border-box;
                       margin-bottom: 25px;
                   }
                   .offer-box p {
                       width: 85%;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 21px;
                       line-height: 22px;
                       color: #FFFFFF;
                   }
                   .offer-container h3 {
                       width: 100%;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 600;
                       font-size: 35px;
                       line-height: 31px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-bottom: 40px;
                       margin-top: 40px;
                   }
                   /* OFFER END CODE */
                   /* VECTOR START */
                   /* SANAL VECTOR START */
                   .sanal-vector {
                       position: absolute;
                       width: 603.49px;
                       height: 123px;
                       z-index: -1;
                       top: -25%;
                       left: -35%;
                   }
                   /* SANAL VECTOR END */
                   /* WHY-MARKET VECTOR START */
                   .why-market-vector {
                       position: absolute;
                       width: 214.62px;
                       height: 214px;
                       z-index: -1;
                       top: 100%;
                       right: -9%;
                   }
                   /* WHY- MARET VECTOR END */
                   /* OFFER-VECTOR START */
                   .offer-vector1 {
                       position: absolute;
                       width: 295px;
                       height: 295px;
                       z-index: -1;
                       top: 40%;
                       left: -15%;
                   }
                   .offer-vector2 {
                       position: absolute;
                       width: 196px;
                       height: 196px;
                       z-index: -1;
                       top: 100%;
                       right: -8%;
                   }
                   /* OFFER VECTOR END CODE */
                   /* SERVICE-VECTOR START */
                   .service-vector {
                       position: absolute;
                       width: 196px;
                       height: 196px;
                       z-index: -1;
                       top: 46%;
                       left: -12%;
                   }
                   /* SERVICE-VECTOR END */
                   /* FORM3-VECTOR START */
                   .form3-vector {
                       position: absolute;
                       width: 214.61px;
                       height: 214px;
                       z-index: -1;
                       top: 20%;
                       right: -11%;
                   }
                   /* FORM3-VECTOR */
                   /* VECTOR END */
               }
               
               @media screen and (max-width:1720px) {
                   .header-maincontent {
                       max-width: 65%;
                   }
                   .sanal-content h2 {
                       font-style: normal;
                       font-weight: 600;
                       font-size: 25px;
                       line-height: 52px;
                       color: #FFFFFF;
                       margin-bottom: 50px;
                   }
               }
               
               @media screen and (max-width:1500px) {
                   .header-maincontent {
                       max-width: 75%;
                   }
                   /* VECTOR START */
                   /* SANAL VECTOR START */
                   .sanal-vector {
                       position: absolute;
                       width: 400px;
                       height: 96px;
                       z-index: -1;
                       top: -25%;
                       left: -27%;
                   }
                   /* SANAL VECTOR END */
                   /* WHY-MARKET VECTOR START */
                   .why-market-vector {
                       position: absolute;
                       width: 160px;
                       height: 160px;
                       z-index: -1;
                       top: 100%;
                       right: -7%;
                   }
                   /* WHY- MARET VECTOR END */
                   /* OFFER-VECTOR START */
                   .offer-vector1 {
                       position: absolute;
                       width: 240px;
                       height: 240px;
                       z-index: -1;
                       top: 40%;
                       left: -15%;
                   }
                   .offer-vector2 {
                       position: absolute;
                       width: 140px;
                       height: 140px;
                       z-index: -1;
                       top: 100%;
                       right: -4%;
                   }
                   /* OFFER VECTOR END CODE */
                   /* SERVICE-VECTOR START */
                   .service-vector {
                       position: absolute;
                       width: 140px;
                       height: 140px;
                       z-index: -1;
                       top: 46%;
                       left: -9%;
                   }
                   /* SERVICE-VECTOR END */
                   /* FORM3-VECTOR START */
                   .form3-vector {
                       position: absolute;
                       width: 170px;
                       height: 170px;
                       z-index: -1;
                       top: 20%;
                       right: -8%;
                   }
                   /* FORM3-VECTOR */
                   /* VECTOR END */
               }
               
               @media screen and (max-width:1350px) {
                   .header-maincontent {
                       max-width: 80%;
                   }
               }
               
               @media screen and (max-width:1250px) {
                   .why-market-box {
                       width: 32%;
                       height: 120px;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       margin-bottom: 30px;
                       padding: 20px;
                   }
                   .offer-box {
                       width: 32%;
                       height: 120px;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       background: #181828;
                       border: 2px solid #FFFFFF;
                       box-sizing: border-box;
                       margin-bottom: 30px;
                   }
                   .why-market-box img {
                       width: 80px;
                       height: 80px;
                       object-fit: cover;
                   }
                   .why-market-box p {
                       width: 90%;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 16px;
                       line-height: 24px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-left: 20px;
                   }
                   .sanal-content {
                       width: 100%;
                       height: fit-content;
                       display: flex;
                       flex-direction: column;
                       align-items: center;
                       justify-content: space-between;
                       border: 1px solid purple;
                       background: #181828;
                       z-index: 1;
                   }
                   .sanal-content h2 {
                       font-style: normal;
                       font-weight: 600;
                       font-size: 25px;
                       line-height: 52px;
                       color: #FFFFFF;
                       margin-bottom: 50px;
                   }
                   .sanal-img {
                       width: 100%;
                       height: 51px;
                       display: flex;
                       justify-content: space-around;
                       align-items: center;
                       margin-bottom: 40px;
                   }
                   .img-box1 {
                       width: 274px;
                       height: 51px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box2 {
                       width: 178px;
                       height: 51px;
                       background: #F93C00;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box3 {
                       width: 146px;
                       height: 32px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box4 {
                       width: 180px;
                       height: 51px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box1 img,
                   .img-box3 img,
                   .img-box4 img {
                       width: 100%;
                       height: 100%;
                       object-fit: contain;
                   }
                   .img-box2 img {
                       width: 80%;
                   }
               }
               
               @media screen and (max-width:1050px) {
                   .header-maincontent {
                       max-width: 85%;
                   }
                   .sanal-content {
                       width: 100%;
                       height: fit-content;
                       display: flex;
                       flex-direction: column;
                       align-items: center;
                       justify-content: space-between;
                       border: 1px solid purple;
                       background: #181828;
                       z-index: 1;
                   }
                   .sanal-content h2 {
                       font-style: normal;
                       font-weight: 600;
                       font-size: 25px;
                       line-height: 52px;
                       color: #FFFFFF;
                       margin-bottom: 50px;
                   }
                   .sanal-img {
                       width: 100%;
                       height: 51px;
                       display: flex;
                       justify-content: space-around;
                       align-items: center;
                       margin-bottom: 40px;
                   }
                   .img-box1 {
                       width: 200px;
                       height: 40px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box2 {
                       width: 130px;
                       height: 40px;
                       background: #F93C00;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box3 {
                       width: 110px;
                       height: 22px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box4 {
                       width: 110px;
                       height: 40px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box1 img,
                   .img-box3 img,
                   .img-box4 img {
                       width: 100%;
                       height: 100%;
                       object-fit: contain;
                   }
                   .img-box2 img {
                       width: 80%;
                   }
                   /* WHY-MARKET START CODE */
                   .why-technical-container h2 {
                       width: 100%;
                       display: flex;
                       margin-bottom: 60px;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 25px;
                       line-height: 43px;
                       color: #FFFFFF;
                   }
                   .why-market-content {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                       justify-content: space-between;
                   }
                   .why-market-box-container {
                       width: 100%;
                       display: flex;
                       justify-content: space-between;
                       flex-wrap: wrap;
                   }
                   .why-market-box {
                       width: 32%;
                       height: 100px;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       margin-bottom: 25px;
                       padding: 20px 20px 20px 0;
                   }
                   .why-market-box img {
                       width: 75px;
                       height: 75px;
                       object-fit: cover;
                   }
                   .why-market-box p {
                       width: 90%;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 15px;
                       line-height: 22px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-left: 20px;
                   }
                   /* form9 start code */
                   .form15-container {
                       width: 100%;
                       display: flex;
                       margin-top: 20px;
                       max-width: 100%;
                       position: relative;
                   }
                   .form15content {
                       width: 100%;
                       display: flex;
                       margin: 0 auto;
                   }
                   .form15content #form15-open {
                       width: 40%;
                       height: 60px;
                       background: #181828;
                       border: 2px solid #fbb226;
                       box-sizing: border-box;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 16px;
                       line-height: 18px;
                       text-align: center;
                       text-transform: uppercase;
                       color: #ffffff;
                       transition: 1s;
                       cursor: pointer;
                       margin-top: 20px;
                   }
                   /* WHY-MARKET END CODE */
                   /* OFFER START CODE */
                   .offer-container {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                       margin-top: 130px;
                       position: relative;
                   }
                   .offer-container h2 {
                       font-style: normal;
                       font-weight: 500;
                       font-size: 25px;
                       line-height: 43px;
                       color: #FFFFFF;
                       margin-bottom: 30px;
                   }
                   .offer-content {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                   }
                   .offer-box-container {
                       width: 100%;
                       display: flex;
                       justify-content: space-between;
                       flex-wrap: wrap;
                   }
                   .offer-box {
                       width: 32%;
                       height: 110px;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       background: #181828;
                       border: 2px solid #FFFFFF;
                       box-sizing: border-box;
                       margin-bottom: 25px;
                   }
                   .offer-box img {
                       width: 30px;
                       height: 45px;
                       object-fit: contain;
                       margin-left: 15px;
                   }
                   .offer-box p {
                       width: 85%;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 15px;
                       line-height: 22px;
                       color: #FFFFFF;
                       padding: 20px;
                       margin-left: 15px;
                   }
                   .offer-container h3 {
                       width: 100%;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 25px;
                       line-height: 31px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-bottom: 30px;
                       margin-top: 30px;
                   }
                   /* form10 start code */
                   .form16-container {
                       width: 100%;
                       display: flex;
                       margin-top: 20px;
                       max-width: 100%;
                       position: relative
                   }
                   .form16content {
                       width: 100%;
                       display: flex;
                       margin: 0 auto;
                   }
                   .form16content #form16-open {
                       width: 40%;
                       height: 60px;
                       background: #181828;
                       border: 2px solid #fbb226;
                       box-sizing: border-box;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 15px;
                       line-height: 18px;
                       text-align: center;
                       text-transform: uppercase;
                       color: #ffffff;
                       transition: 1s;
                       cursor: pointer;
                   }
                   /* VECTOR START */
                   /* SANAL VECTOR START */
                   .sanal-vector {
                       display: none;
                   }
                   /* SANAL VECTOR END */
                   /* WHY-MARKET VECTOR START */
                   .why-market-vector {
                       display: none;
                   }
                   /* WHY- MARET VECTOR END */
                   /* OFFER-VECTOR START */
                   .offer-vector1 {
                       display: none;
                   }
                   .offer-vector2 {
                       display: none;
                   }
                   /* OFFER VECTOR END CODE */
                   /* SERVICE-VECTOR START */
                   .service-vector {
                       display: none;
                   }
                   /* SERVICE-VECTOR END */
                   /* FORM3-VECTOR START */
                   .form3-vector {
                       display: none;
                   }
                   /* FORM3-VECTOR */
                   /* VECTOR END */
               }
               
               @media screen and (max-width: 870px) {
                   .sosial {
                       display: none;
                   }
                   .header-maincontainer {
                       width: 100vw;
                       height: 300px;
                       margin-top: 0;
                   }
                   .header-maincontent {
                       width: 100%;
                       height: 100%;
                       max-width: 85%;
                       display: flex;
                       padding-bottom: 15px;
                       margin: 0 auto;
                       justify-content: space-around;
                   }
                   .header-maintext {
                       width: 100%;
                       height: 100%;
                       display: flex;
                       flex-direction: column;
                       align-items: flex-start;
                       justify-content: flex-end;
                       z-index: 1;
                   }
                   .header-bas {
                       width: 100%;
                       height: 50%;
                       display: flex;
                       align-items: center;
                   }
                   .header-maintext h2 {
                       font-style: normal;
                       font-weight: 600;
                       font-size: 30px;
                       line-height: 60px;
                       /* or 123% */
                       display: flex;
                       align-items: center;
                       color: #ffffff;
                       margin: 0;
                   }
                   .header-maintext a {
                       color: #ffffff;
                       position: relative;
                       padding: 10px;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 12px;
                       line-height: 20px;
                   }
                   .next-back img {
                       width: 20px;
                   }
                   .header-mainimg img {
                       width: 50px;
                       height: 50x;
                   }
                   .sanal-container {
                       margin-top: 100px;
                   }
                   .sanal-content {
                       width: 100%;
                       height: fit-content;
                       display: flex;
                       flex-direction: column;
                       align-items: center;
                       justify-content: space-between;
                       border: 1px solid purple;
                       background: #181828;
                       z-index: 1;
                   }
                   .sanal-content h2 {
                       font-style: normal;
                       font-weight: 500;
                       font-size: 20px;
                       line-height: 25px;
                       color: #FFFFFF;
                       margin-bottom: 30px;
                       margin-top: 20px;
                   }
                   .sanal-img {
                       width: 100%;
                       height: 51px;
                       display: flex;
                       justify-content: space-around;
                       align-items: center;
                       margin-bottom: 40px;
                   }
                   .img-box1 {
                       width: 200px;
                       height: 40px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box2 {
                       width: 130px;
                       height: 40px;
                       background: #F93C00;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box3 {
                       width: 110px;
                       height: 22px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box4 {
                       width: 110px;
                       height: 40px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box1 img,
                   .img-box3 img,
                   .img-box4 img {
                       width: 100%;
                       height: 100%;
                       object-fit: contain;
                   }
                   .img-box2 img {
                       width: 80%;
                   }
                   /* WHY-MARKET START CODE */
                   .why-market-container {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                       margin-top: 140px;
                       position: relative;
                   }
                   .why-market-container h2 {
                       width: 100%;
                       display: flex;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 25px;
                       line-height: 43px;
                       color: #FFFFFF;
                       margin-bottom: 20px;
                   }
                   .why-market-content {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                       justify-content: space-between;
                   }
                   .why-market-box-container {
                       width: 100%;
                       display: flex;
                       justify-content: space-between;
                       flex-wrap: wrap;
                   }
                   .why-market-box {
                       width: 49%;
                       height: 100px;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       margin-bottom: 25px;
                       padding: 20px 20px 20px 0;
                   }
                   .why-market-box img {
                       width: 75px;
                       height: 75px;
                       object-fit: cover;
                   }
                   .why-market-box p {
                       width: 100%;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 400;
                       font-size: 15px;
                       line-height: 18px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-left: 20px;
                   }
                   /* form9 start code */
                   .form15-container {
                       width: 100%;
                       display: flex;
                       margin-top: 20px;
                       max-width: 100%;
                       position: relative;
                   }
                   .form15content {
                       width: 100%;
                       display: flex;
                       margin: 0 auto;
                   }
                   .form15content #form15-open {
                       width: 45%;
                       height: 60px;
                       background: #181828;
                       border: 2px solid #fbb226;
                       box-sizing: border-box;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 15px;
                       line-height: 18px;
                       text-align: center;
                       text-transform: uppercase;
                       color: #ffffff;
                       transition: 1s;
                       cursor: pointer;
                       margin-top: 20px;
                   }
                   /* OFFER START CODE */
                   .offer-container {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                       margin-top: 130px;
                       position: relative;
                   }
                   .offer-container h2 {
                       font-style: normal;
                       font-weight: 600;
                       font-size: 25px;
                       line-height: 43px;
                       color: #FFFFFF;
                       margin-bottom: 30px;
                   }
                   .offer-content {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                   }
                   .offer-box-container {
                       width: 100%;
                       display: flex;
                       justify-content: space-between;
                       flex-wrap: wrap;
                   }
                   .offer-box {
                       width: 48%;
                       height: 110px;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       background: #181828;
                       border: 2px solid #FFFFFF;
                       box-sizing: border-box;
                       margin-bottom: 25px;
                   }
                   .offer-box img {
                       width: 30px;
                       height: 45px;
                       object-fit: contain;
                       margin-left: 15px;
                   }
                   .offer-box p {
                       width: 95%;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 15px;
                       line-height: 19px;
                       color: #FFFFFF;
                       padding: 20px;
                       margin-left: 15px;
                   }
                   .offer-container h3 {
                       width: 100%;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 600;
                       font-size: 25px;
                       line-height: 31px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-bottom: 30px;
                       margin-top: 30px;
                   }
                   /* form10 start code */
                   .form16-container {
                       width: 100%;
                       display: flex;
                       margin-top: 20px;
                       max-width: 100%;
                       position: relative
                   }
                   .form16content {
                       width: 100%;
                       display: flex;
                       margin: 0 auto;
                   }
                   .form16content #form16-open {
                       width: 45%;
                       height: 60px;
                       background: #181828;
                       border: 2px solid #fbb226;
                       box-sizing: border-box;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 15px;
                       line-height: 18px;
                       text-align: center;
                       text-transform: uppercase;
                       color: #ffffff;
                       transition: 1s;
                       cursor: pointer;
                   }
               }
               
               @media screen and (max-width:720px) {
                   .header-maincontainer {
                       width: 100vw;
                       height: 250px;
                   }
                   .next-back {
                       display: none;
                   }
                   .header-mainimg {
                       display: none;
                   }
                   #allscreen-photo {
                       display: none;
                   }
                   #mobil-photo {
                       display: flex;
                   }
                   .sosial-box {
                       width: 100%;
                       justify-content: center;
                       align-items: center;
                   }
                   .sosial-box a {
                       margin: 15px;
                   }
                   .form3-container {
                       display: none;
                   }
                   .sanal-content {
                       width: 100%;
                       height: fit-content;
                       display: flex;
                       flex-direction: column;
                       align-items: center;
                       justify-content: space-between;
                       border: 1px solid purple;
                       background: #181828;
                       z-index: 1;
                   }
                   .sanal-content h2 {
                       font-style: normal;
                       font-weight: 500;
                       font-size: 18px;
                       line-height: 25px;
                       color: #FFFFFF;
                       margin-bottom: 20px;
                       margin-top: 20px;
                   }
                   .sanal-img {
                       width: 100%;
                       height: 51px;
                       display: flex;
                       justify-content: space-around;
                       align-items: center;
                       margin-bottom: 30px;
                   }
                   .img-box1 {
                       width: 150px;
                       height: 35px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box2 {
                       width: 100px;
                       height: 25px;
                       background: #F93C00;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box3 {
                       width: 90px;
                       height: 22px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box4 {
                       width: 90px;
                       height: 40px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box1 img,
                   .img-box3 img,
                   .img-box4 img {
                       width: 100%;
                       height: 100%;
                       object-fit: contain;
                   }
                   .img-box2 img {
                       width: 80%;
                   }
                   /* WHY-MARKET START CODE */
                   .why-market-container {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                       margin-top: 80px;
                       position: relative;
                   }
                   .why-market-container h2 {
                       width: 100%;
                       display: flex;
                       font-style: normal;
                       font-weight: 600;
                       font-size: 20px;
                       line-height: 43px;
                       color: #FFFFFF;
                       margin-bottom: 20px;
                   }
                   .why-market-content {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                       justify-content: space-between;
                   }
                   .why-market-box-container {
                       width: 100%;
                       display: flex;
                       justify-content: space-between;
                       flex-wrap: wrap;
                   }
                   .why-market-box {
                       width: 49%;
                       height: 100px;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       margin-bottom: 25px;
                       padding: 20px 20px 20px 0;
                   }
                   .why-market-box img {
                       width: 65px;
                       height: 65px;
                       object-fit: cover;
                   }
                   .why-market-box p {
                       width: 100%;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 15px;
                       line-height: 24px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-left: 20px;
                   }
                   /* form9 start code */
                   .form15-container {
                       width: 100%;
                       display: flex;
                       margin-top: 20px;
                       max-width: 100%;
                       position: relative;
                   }
                   .form15content {
                       width: 100%;
                       display: flex;
                       margin: 0 auto;
                   }
                   .form15content #form15-open {
                       width: 55%;
                       height: 50px;
                       background: #181828;
                       border: 2px solid #fbb226;
                       box-sizing: border-box;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 15px;
                       line-height: 18px;
                       text-align: center;
                       text-transform: uppercase;
                       color: #ffffff;
                       transition: 1s;
                       cursor: pointer;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                       margin: 0 auto;
                   }
                   /* OFFER START CODE */
                   .offer-container {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                       margin-top: 130px;
                       position: relative;
                   }
                   .offer-container h2 {
                       font-style: normal;
                       font-weight: 600;
                       font-size: 20px;
                       line-height: 43px;
                       color: #FFFFFF;
                       margin-bottom: 30px;
                   }
                   .offer-content {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                   }
                   .offer-box-container {
                       width: 100%;
                       display: flex;
                       justify-content: space-between;
                       flex-wrap: wrap;
                   }
                   .offer-box {
                       width: 48%;
                       height: 110px;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       background: #181828;
                       border: 2px solid #FFFFFF;
                       box-sizing: border-box;
                       margin-bottom: 25px;
                   }
                   .offer-box img {
                       width: 30px;
                       height: 45px;
                       object-fit: contain;
                       margin-left: 15px;
                   }
                   .offer-box p {
                       width: 95%;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 15px;
                       line-height: 19px;
                       color: #FFFFFF;
                       padding: 20px;
                       margin-left: 15px;
                   }
                   .offer-container h3 {
                       width: 100%;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 600;
                       font-size: 20px;
                       line-height: 31px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-bottom: 30px;
                       margin-top: 30px;
                   }
                   /* form10 start code */
                   .form16-container {
                       width: 100%;
                       display: flex;
                       margin-top: 20px;
                       max-width: 100%;
                       position: relative
                   }
                   .form16content {
                       width: 100%;
                       display: flex;
                       margin: 0 auto;
                   }
                   .form16content #form16-open {
                       width: 55%;
                       height: 50px;
                       background: #181828;
                       border: 2px solid #fbb226;
                       box-sizing: border-box;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 15px;
                       line-height: 18px;
                       text-align: center;
                       text-transform: uppercase;
                       color: #ffffff;
                       transition: 1s;
                       cursor: pointer;
                       cursor: pointer;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                       margin: 0 auto;
                   }
               }
               
               @media screen and (max-width:575px) {
                   .header-maincontainer {
                       height: 200px;
                   }
                   .header-maintext h2 {
                       font-style: normal;
                       font-weight: 500;
                       font-size: 25px;
                       line-height: 60px;
                       /* or 123% */
                       display: flex;
                       align-items: center;
                       color: #ffffff;
                       margin: 0;
                   }
                   .sanal-container {
                       margin-top: 100px;
                   }
                   .sanal-content {
                       width: 100%;
                       height: fit-content;
                       display: flex;
                       flex-direction: column;
                       align-items: center;
                       justify-content: space-between;
                       border: 1px solid purple;
                       background: #181828;
                       z-index: 1;
                   }
                   .sanal-content h2 {
                       font-style: normal;
                       font-weight: 500;
                       font-size: 18px;
                       line-height: 25px;
                       color: #FFFFFF;
                       margin-bottom: 20px;
                       margin-top: 20px;
                   }
                   .sanal-img {
                       width: 100%;
                       height: 51px;
                       display: flex;
                       justify-content: space-around;
                       align-items: center;
                       margin-bottom: 30px;
                       flex-wrap: wrap;
                   }
                   .img-box1 {
                       width: 110px;
                       height: 35px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box2 {
                       width: 80px;
                       height: 25px;
                       background: #F93C00;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box3 {
                       width: 80px;
                       height: 22px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box4 {
                       width: 80px;
                       height: 40px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box1 img,
                   .img-box3 img,
                   .img-box4 img {
                       width: 100%;
                       height: 100%;
                       object-fit: contain;
                   }
                   .img-box2 img {
                       width: 80%;
                   }
                   /* WHY-MARKET START CODE */
                   .why-market-container {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                       margin-top: 80px;
                       position: relative;
                   }
                   .why-market-container h2 {
                       font-style: normal;
                       font-weight: 600;
                       font-size: 20px;
                       line-height: 24px;
                       color: #FFFFFF;
                       margin-bottom: 20px;
                   }
                   .why-market-content {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                       justify-content: space-between;
                   }
                   .why-market-box-container {
                       width: 100%;
                       display: flex;
                       justify-content: space-between;
                       flex-wrap: wrap;
                   }
                   .why-market-box {
                       width: 49%;
                       height: 100px;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       margin-bottom: 15px;
                       padding: 20px 20px 20px 0;
                   }
                   .why-market-box img {
                       width: 45px;
                       height: 45px;
                       object-fit: cover;
                   }
                   .why-market-box p {
                       width: 100%;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 12px;
                       line-height: 15px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-left: 20px;
                   }
                   /* form9 start code */
                   .form15-container {
                       width: 100%;
                       display: flex;
                       margin-top: 20px;
                       max-width: 100%;
                       position: relative;
                   }
                   .form15content {
                       width: 100%;
                       display: flex;
                       margin: 0 auto;
                   }
                   .form15content #form15-open {
                       width: 186px;
                       height: 55px;
                       background: #181828;
                       border: 2px solid #fbb226;
                       box-sizing: border-box;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 13px;
                       line-height: 16px;
                       display: flex;
                       align-items: center;
                       text-align: center;
                       text-transform: uppercase;
                       color: #FFFFFF;
                       transition: 1s;
                       cursor: pointer;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                       margin: 0 auto;
                   }
                   /* OFFER START CODE */
                   .offer-container {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                       margin-top: 130px;
                       position: relative;
                   }
                   .offer-container h2 {
                       font-style: normal;
                       font-weight: 600;
                       font-size: 20px;
                       line-height: 43px;
                       color: #FFFFFF;
                       margin-bottom: 30px;
                   }
                   .offer-content {
                       width: 100%;
                       display: flex;
                       flex-direction: column;
                   }
                   .offer-box-container {
                       width: 100%;
                       display: flex;
                       justify-content: space-between;
                       flex-wrap: wrap;
                   }
                   .offer-box {
                       width: 48%;
                       height: 90px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                       background: #25253E;
                       border: 1.5px solid #FBB226;
                       box-sizing: border-box;
                       margin-bottom: 25px;
                   }
                   .offer-box img {
                       width: 30px;
                       height: 30px;
                       object-fit: contain;
                       margin-left: 10px;
                   }
                   .offer-box p {
                       width: 95%;
                       font-style: normal;
                       font-weight: 400;
                       font-size: 12px;
                       line-height: 15px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       padding: 0px;
                       margin-left: 15px;
                   }
                   .offer-container h3 {
                       width: 100%;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 600;
                       font-size: 20px;
                       line-height: 31px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-bottom: 30px;
                       margin-top: 30px;
                   }
                   /* form10 start code */
                   .form16-container {
                       width: 100%;
                       display: flex;
                       margin-top: 20px;
                       max-width: 100%;
                       position: relative
                   }
                   .form16content {
                       width: 100%;
                       display: flex;
                       margin: 0 auto;
                   }
                   .form16content #form16-open {
                       width: 186px;
                       height: 55px;
                       background: #181828;
                       border: 2px solid #fbb226;
                       box-sizing: border-box;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 13px;
                       line-height: 16px;
                       display: flex;
                       align-items: center;
                       text-align: center;
                       text-transform: uppercase;
                       color: #FFFFFF;
                       transition: 1s;
                       cursor: pointer;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                       margin: 0 auto;
                   }
               }
               
               @media screen and (max-width: 450px) {
                   .sanal-content h2 {
                       font-style: normal;
                       font-weight: 500;
                       font-size: 18px;
                       line-height: 25px;
                       color: #FFFFFF;
                       margin-bottom: 20px;
                       margin-top: 20px;
                   }
                   .sanal-img {
                       width: 100%;
                       height: 110px;
                       display: flex;
                       justify-content: space-around;
                       align-items: center;
                       margin-bottom: 20px;
                       flex-wrap: wrap;
                   }
                   .img-box1 {
                       width: 48%;
                       height: 35px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box2 {
                       width: 48%;
                       height: 25px;
                       background: #F93C00;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box3 {
                       width: 48%;
                       height: 22px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box4 {
                       width: 48%;
                       height: 40px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                   }
                   .img-box1 img,
                   .img-box3 img,
                   .img-box4 img {
                       width: 100%;
                       height: 100%;
                       object-fit: contain;
                   }
                   .img-box2 img {
                       width: 80%;
                   }
                   .why-market-box {
                       width: 100%;
                       height: 100px;
                       display: flex;
                       align-items: center;
                       justify-content: space-between;
                       margin-bottom: 15px;
                       padding: 20px 20px 20px 0;
                   }
                   .why-market-box img {
                       width: 45px;
                       height: 45px;
                       object-fit: cover;
                   }
                   .why-market-box p {
                       font-style: normal;
                       font-weight: 500;
                       font-size: 14px;
                       line-height: 15px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-left: 20px;
                   }
                   .offer-box {
                       width: 100%;
                       height: 90px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                       background: #25253E;
                       border: 1.5px solid #FBB226;
                       box-sizing: border-box;
                       margin-bottom: 25px;
                   }
                   .offer-container h3 {
                       width: 100%;
                       font-family: Montserrat;
                       font-style: normal;
                       font-weight: 500;
                       font-size: 16px;
                       line-height: 31px;
                       display: flex;
                       align-items: center;
                       color: #FFFFFF;
                       margin-bottom: 0px;
                       margin-top: 15px;
                   }
               }