::-webkit-scrollbar{
  display: none;
}
/* Reset Css  Start */
*,*:after,*:before{
  margin: 0;
  padding:0;
  box-sizing: border-box;
  word-break:break-word;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
label{
  display: block;
  position: relative;
}
img{
  max-width: 100%;
  display: block;
  font-size: 0;
}
a{
  text-decoration: none;
  cursor:pointer;
  &:hover{
    text-decoration: none;
  }
  &:focus{
    outline: none;
  }
}
ol,
ul {
  list-style: none;
}
 
blockquote,
q {
  quotes: none;
}
 
blockquote,
q {
  &:before,
  &:after {
    content: '';
    content: none;
  }
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
button{
  cursor:pointer;
  border: none;
  &:focus{
    outline: none;
  }
  &::-moz-focus-inner { 
    border: 0; 
  }
}
svg{
  display: block;
  line-height: 0;  
}
input::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Reset Css  End */


/* start of font family */


@font-face {
    font-family: "jost-black";
    src: url('./Jost/static/Jost-Black.ttf');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: "jost-extrabold";
    src: url('./Jost/static/Jost-ExtraBold.ttf');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: "jost-bold";
    src: url('./Jost/static/Jost-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "jost-semi-bold";
    src: url('./Jost/static/Jost-SemiBold.ttf');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "jost-medium";
    src: url('./Jost/static/Jost-Medium.ttf');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "jost-regular";
    src: url('./Jost/static/Jost-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "roboto-black";
    src: url('./Roboto_Slab/static/RobotoSlab-Black.ttf');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: "roboto-extra-bold";
    src: url('./Roboto_Slab/static/RobotoSlab-ExtraBold.ttf');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: "roboto-bold";
    src: url('./Roboto_Slab/static/RobotoSlab-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "roboto-semi-bold";
    src: url('./Roboto_Slab/static/RobotoSlab-SemiBold.ttf');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "roboto-medium";
    src: url('./Roboto_Slab/static/RobotoSlab-Medium.ttf');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "roboto-regular";
    src: url('./Roboto_Slab/static/RobotoSlab-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "rochester";
    src: url('./Rochester/Rochester-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "syne-bold";
    src: url('./Syne/static/Syne-Bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: "syne-semi";
    src: url('./Syne/static/Syne-SemiBold.ttf');
    font-display: swap;
}
@font-face {
    font-family: "syne-medium";
    src: url('./Syne/static/Syne-Medium.ttf');
    font-display: swap;
}
@font-face {
    font-family: "outfit-bold";
    src: url('./Outfit/static/Outfit-Bold.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "outfit-semi";
    src: url('./Outfit/static/Outfit-SemiBold.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "outfit-medium";
    src: url('./Outfit/static/Outfit-Medium.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "outfit-regular";
    src: url('./Outfit/static/Outfit-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
/* end of font family */


/* start of typography */

:root{
    --btn-bg-color:#DB1E5B;
    --footer-bg-color:#1D1D1B;
    --color-gradient-left-right: linear-gradient(to right, #ff9401, #ff7626, #f9583b, #ed3b4c, #da1d5b);
    --container-gradient-up-down:linear-gradient(to bottom, #ff9202, #ff7526, #f9583b, #ed3b4c, #db1e5b);
    --black-text-color:#1D1D1B;
    --white-text-color:#FFFFFF;
    --gray-white-color:#FFFFFFCC;
    --para-text-color:#1D1D1BCC;
    --f3f3f3-text-color:#F3F3F3;
    --software-para:#64728F;
    --ddefff-white:#DDEFFF;
    --C2c2940-black:#332C2940;
    --zero33-black:#00000033;
    --nine33-grayblack:#9DA0AA33;
    --blue22:#0148EE;
    --fff66-boder-color:#FFFFFF66;
    --fafafb-color:#FAFAFB;
}

.white-color{
    color: var(--white-text-color);
}
.black-color{
    color: var(--black-text-color);
}
.gray-white{
    color: var(--gray-white-color);
}
.jost-black{
    font-family: "jost-black" , Arial, sans-serif;
}
.jost-extra{
    font-family: "jost-extrabold", Arial, sans-serif;
}
.jost-bold {
    font-family: "jost-bold" , Arial, sans-serif;
}
.jost-semi {
    font-family: "jost-semi-bold" , Arial, sans-serif;
}
.jost-medium {
    font-family: "jost-medium" , Arial, sans-serif;
}
.jost-regular {
    font-family: "jost-regular" , Arial, sans-serif;
}
.roboto-black {
    font-family: "roboto-black" , Arial, sans-serif;
}
.roboto-extra{
    font-family: "roboto-extra-bold" , Arial, sans-serif;
}
.roboto-bold{
    font-family: "roboto-bold" , Arial, sans-serif;
}
.roboto-semi{
    font-family: "roboto-semi-bold" , Arial, sans-serif;
}
.roboto-medium{
    font-family: "roboto-medium" , Arial, sans-serif;
}
.roboto-regular{
    font-family: "roboto-regular" , Arial, sans-serif;
}
.syne-bold{
    font-family: "syne-bold" , Arial, sans-serif;
}
.syne-semi{
    font-family: "syne-semi" , Arial, sans-serif;
}
.outfit-bold{
    font-family: "outfit-bold";
}
.outfit-semi{
    font-family: "outfit-semi" , Arial, sans-serif;
}
.outfit-regular{
    font-family: "outfit-regular" , Arial, sans-serif;
}
.syne-medium{
    font-family: "syne-medium" , Arial, sans-serif;
}
.outfit-medium{
    font-family: "outfit-medium" , Arial, sans-serif;
}
h1{
    font-size: 86px;
}
h2{
    font-size: 45px;
}
h3{
    font-size: 40px;
}
h4{
    font-size: 38px;
}
h5{
    font-size: 30px;
}
h6{
    font-size: 25.38px;
}
.p1{
    font-size: 24px;
}
.p2{
    font-size: 22px;
}
.p3{
    font-size: 20.25px;
}
.p4{
    font-size: 18px;
}
.p5{
    font-size: 16px;
}
.p6{
    font-size: 15px;
}
.p7{
    font-size: 14px;
}
.p8{
    font-size: 13.20px;
}
.p9{
    font-size: 12px;
}

/* button design */

.btn{
    width: inherit;
    height: 48px;
    background: var(--btn-bg-color);
    color: var(--white-text-color);
    border-radius: 8px;
    padding: 15.45px 0px;
    font-size: 12.91px;
    font-family: "jost-bold";
    text-transform: uppercase;
    line-height: 16.8px;
}
.btn:hover{
    background:hwb(341 13% 5%);
}
.btn-start{
    width: inherit;
    height: 48px;
    background: var(--white-text-color);
    color: var(--btn-bg-color);
    border-radius: 8px;
    padding: 15.45px 0px;
    font-size: 12.91px;
    font-family: "jost-bold";
    text-transform: uppercase;
    line-height: 16.8px;
}
.btn-start:hover{
    background: hwb(0 98% 0% / 0.971);
}
.contact-span{
    display: inline-block;
    width: 132px;
    text-align: center;
}
.learn-more-span{
    display: inline-block;
    width: 135px;
    text-align: center;
}
.all-partners-span{
    display: inline-block;
    width: 183px;
    text-align: center;
}
.learn-about-span{
    display: inline-block;
    width: 373px;
    text-align: center;
}
.all-news-span{
    display: inline-block;
    width: 156px;
    text-align: center;
}
.start-journey-span{
    display: inline-block;
    width: 343px;
    text-align: center;
}
.get-started-span{
    display: inline-block;
    width: 136px;
    text-align: center;
}




/* start of global css */

/* nav-bar-designing */

.nav-section {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #00000033;
    background-color:var(--white-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
    position: relative;   
}
.nav-section .header-logo img{
    width: 173px;
    height: 62px;
}
  .nav-links ul{
    display: flex;
    gap: 40px;
}
.nav-links ul .products-nav ,.nav-links ul .services-nav,.nav-links ul .news-nav{
    width: 74px;
    height:20px ;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-links ul .products-nav ,.nav-links ul .services-nav{
    background: url('./images/pink-arrow-down.png') no-repeat 69px ;
    background-size: 5.49px 3.95px; 
    line-height: 100%;
}
.nav-links .company-nav{
    width: 69px;
    height:20px ;
    background: url('./images/pink-arrow-down.png') no-repeat 64px ;
    background-size: 5.49px 3.95px;
}
.translater-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.translater-btn  .custom-select {
  position: relative;
  width: 70px;
  font-family: "jost-semi-bold";
}
.translater-btn  .custom-select .select-box {
  height: 48px;
  width: 60px;
  border: 2px solid var(--ddefff-white);
  border-radius: 8px;
  padding: 0 13px;
  cursor: pointer;
  background-color:var(--white-text-color);
  outline: none;
    box-shadow: none;     
    background: transparent; 
    appearance: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url('./images/pink-arrow-down.png') no-repeat 43px ;
  background-size: 5.49px 3.95px;
}

.translater-btn  .custom-select .options {
  border: 2px solid var(--ddefff-white);
  position: absolute;
  outline: none;
  box-shadow: none;     
  background: transparent; 
  appearance: none;
  top: 63px;
  left: -130px;
  width: 342px;
  height: 719px;
  border-radius: 14px;
  background-color: var(--white-text-color);
  display: none;
  z-index: 10;
  text-align: center;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.translater-btn  .custom-select .options .adjusting-in-same-line{
    display: flex;
    justify-content: space-between;
    width: 306px;
    height: 67px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid var(--C2c2940-black);
    padding: 0px 18px;
}
.translater-btn  .custom-select .options li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.translater-btn .custom-select .options .adjusting-in-same-line:hover {
  background-color: var(--f3f3f3-text-color);
  border: 1px solid #DB1E5B;
  color: var(--btn-bg-color);
}
.translater-btn .contact-us{
    margin-left: 7px;
}
.nav-section .menu-logo-image{
    display: none;
}
@media (min-width:320px) and (max-width:600px){
.section1-homepage .nav-section{
    padding: 0px 20px;
}
.nav-section .nav-links{
    display: none;
}  
.nav-section .custom-select{
    display: none;
}
.nav-section .contact-us{
    display: none;
}
.nav-section .menu-logo-image{
    display: block;
}
.nav-section {
    height: 80px;
    gap: 0px;
    justify-content: space-between;
}
.nav-section .header-logo img{
    width: 163px;
    height: 52px;
}
.nav-section .menu-logo-image{
    display: block;
}
.nav-section .menu-logo-image img{
    color: var(--black-text-color);
    width: 30px;
    height:30px ;
} 
}
@media (min-width:601px) and (max-width:800px){
.nav-section {
    gap: 0px;
    justify-content: space-between;
}
.nav-section .nav-links{
    display: none;
}  
.translater-btn .contact-us{
    display: none;
}
.nav-section .menu-logo-image{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.translater-btn  .custom-select .options {
  top: 63px;
  left: -184px;
  width: 300px;
  height: 719px;
}
.translater-btn  .custom-select .options .adjusting-in-same-line{
    width: 270px;
}
.nav-section .menu-logo-image img{
    color: var(--black-text-color);
    width: 30px;
    height:30px ;
} 
.menu-logo-image .translater-btn{
    display: block;
}
.nav-section .translater-btn .removing-in-desktop{
    display: none;
}
}
@media (min-width:801px) and (max-width:1000px){
.nav-section {
    gap: 5px;
    justify-content: space-between;
}
.nav-section .nav-links ul{
    display: flex;
    gap: 14px;
}
.nav-section .header-logo img{
    min-width: 110px;
    height: 48px;
}
.nav-section .nav-links{
    display: flex;
    gap: 20px;
}
.nav-section .translater-btn{
    display: flex;
    gap: 0px;
}
.nav-section .translater-btn .contact-us{
    width: 120px;
}
.nav-section .translater-btn .contact-us .btn{
    font-size: 11px;
    padding: 0px 20px;
}
}
@media (min-width:1001px) and (max-width:1300px){
.nav-section {
    justify-content: space-between;
    gap: 0px;
}
.nav-section .header-logo img{
    width: 156px;
    height: 49px;
}
.nav-section .nav-links{
    display: flex;
    gap: 40px;
}
.nav-links .products-nav ,.nav-links .services-nav,.nav-links .company-nav{
  border: none;    
  outline: none;  
  box-shadow: none;     
  background-color: transparent; 
  -webkit-appearance: none;
}
.nav-links .products-nav ,.nav-links .services-nav,.nav-links .news-nav{
    width: 69px;
    height:20px ;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-links .products-nav ,.nav-links .services-nav{
    background: url('./images/pink-arrow-down.png') no-repeat 61px ;
    background-size: 5.49px 3.95px; 
    line-height: 100%;
}
.nav-links .company-nav{
    width: 69px;
    height:20px ;
    background: url('./images/pink-arrow-down.png') no-repeat 64px ;
    background-size: 5.49px 3.95px;
}
.translater-btn .contact-us{
    margin-left: 7px;
}
.nav-section .menu-logo-image{
    display: none;
}
.menu-logo-image .translater-btn{
    display: none;
}
}
@media (min-width:1301px) and (max-width:1400px){
.nav-section {
    gap: 150px;
}
.nav-section .translater-btn{
    display: flex;
}
}


@media (min-width:320px) and (max-width:800px) {
.section1-homepage .nav-section{
    padding: 0px 20px;
}
}
@media (min-width:801px) and (max-width:1000px) {
.section1-homepage .nav-section{
    padding: 0px 40px;
}
}
@media (min-width:1001px) and (max-width:1500px) {
.section1-homepage .nav-section{
    padding: 0px 50px;
}
}


/* nav section-hovering section */

.nav-links .products-nav:hover,.nav-links .services-nav:hover{
    background: unset;
}
.nav-links .products-nav:hover,.nav-links .services-nav:hover{
    background: url('./images/pink-arrow-up.png') no-repeat 68px;
    background-size: 7.49px 7.95px; 
    line-height: 100%;
}
.nav-links .company-nav:hover{
    background: unset
}
.nav-links .company-nav:hover{
    width: 69px;
    height:20px ;
    background: url('./images/pink-arrow-up.png') no-repeat 64px ;
    background-size: 5.49px 6.95px;
}

/* products hovering section */

.hovering-sections{
    width: 1296px;
    height: 344px;
    border-radius: 14px;
    background-color: var(--f3f3f3-text-color);
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.hovering-sections .hover-container1-3{
    width: 412px;
    height: 304px;
    border-radius: 10px;
    background-color:var(--white-text-color);
    padding: 25px 25px 19px;
}
.hover-container1-3 .game-aggregator{
    display: flex;
    justify-content: space-between;
}
.game-aggregator .calling{
    line-height: 30px;
}
.hover-container1-3 .api-sports{
    padding-top: 33px;
}
.game-aggregator img{
    width: 20px;
    height: 20px;
}
.game-aggregator img:hover,.we2call-name img:hover{
    cursor: pointer;
}
.hover-container1-3 .dividing-section{
    width: 100%;
    border: 1px solid var(--zero33-black);
    margin: 20px 0px;
}
.hover-container1-3 .games-section{
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.hovering-sections .hover-container2{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hover-container2 .we2-cal{
    width: 412px;
    height: 147px;
    border-radius: 10px;
    background-color:var(--white-text-color);
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.we2-cal .we2call-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.we2-cal .calling{
    line-height: 30px;
}
.we2-cal img{
    width: 20px;
    height: 20px;
}
.we2-cal .api-sports{
    line-height: 22px;
    color: var(--para-text-color);
}
.hovering-sections{
  position: absolute;
  z-index: 10000;
  top: 80px;
  width: 1296px;
  left: 50%;    
  display:flex;
  padding: 0px 40px;
  transform: translateX(-50%) ;
  opacity: 0;           
  visibility: hidden; 
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
.active-hovering:hover .hovering-sections{
  opacity: 1;           
  visibility: visible; 
  transform: translateX(-50%);
}

@media (min-width:320px) and (max-width:800px) {
.products-nav .hovering-sections{
    display: none;
}
}

@media (min-width:801px) and (max-width:1000px) {
.hovering-sections{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 30px 20px;
}
.hovering-sections{
  width: auto;
}

}
@media (min-width:1001px) and (max-width:1300px) {
.hovering-sections{
    width: 900px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 30px 20px;
}
.hovering-sections{
  width: 900px;
}

}
@media (min-width:1301px) and (max-width:1400px) {
.hovering-sections{
  width: 1218px;
}
}

@media (min-width:1401px) and (max-width:1500px) {
.hovering-sections{
  width: 1295px;
}
}

/* services hovering section */

.services-hovering-sections{
    width: 1296px;
    height: 344px;
    border-radius: 14px;
    background-color: var(--f3f3f3-text-color);
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}
.services-hovering-sections .hover-container1-3{
    width: 608px;
    height: 304px;
    border-radius: 10px;
    background-color: var(--white-text-color);
    padding: 25px 25px 19px;
}
.services-hovering-sections .hover-container1-3 .game-aggregator{
    display: flex;
    justify-content: space-between;
}
.services-hovering-sections .game-aggregator .calling{
    line-height: 30px;
}
.services-hovering-sections .hover-container1-3 .api-sports{
    padding-top: 33px;
}
.services-hovering-sections .game-aggregator img{
    width: 20px;
    height: 20px;
}
.services-hovering-sections .hover-container1-3 .dividing-section{
    width: 100%;
    border: 1px solid #00000033;
    margin: 20px 0px;
}
.services-hovering-sections  .hover-container1-3 .games-section{
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.services-hovering-sections{
  position: absolute;
  z-index: 50000;
  top: 80px;
  width: 1296px;
  left: 50%;    
  display:flex;
  padding: 0px 40px;
  transform: translateX(-50%) ;
  opacity: 0;           
  visibility: hidden; 
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
.services-active-hovering:hover .services-hovering-sections{
  opacity: 1;           
  visibility: visible; 
  transform: translateX(-50%);
}

@media (min-width:320px) and (max-width:800px) {
.services-hovering-sections{
    display: none;
}
}

@media (min-width:801px) and (max-width:1000px) {
.services-hovering-sections{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 30px 20px;
}
.services-hovering-sections .hover-container1-3{
    height: 300px;
}
}
@media (min-width:1001px) and (max-width:1300px) {
.services-hovering-sections{
    width: 900px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 30px 20px;
}
.services-hovering-sections .hover-container1-3{
    width: 425px;
    height: 330px;
}

}
@media (min-width:1301px) and (max-width:1400px) {
.services-hovering-sections{
  width: 1218px;
}
}

@media (min-width:1401px) and (max-width:1500px) {
.services-hovering-sections{
  width: 1295px;
}
}


/* comapny-hover-section */

.company-hover-container2{
    border-radius: 14px;
    background-color: var(--f3f3f3-text-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.company-hover-container2 .we2-cal{
    width: 412px;
    /* height: 147px; */
    border-radius: 10px;
    background-color:var(--white-text-color);
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.company-hover-container2 .we2-cal .we2call-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company-hover-container2 .we2-cal .calling{
    line-height: 30px;
}
.company-hover-container2 .we2-cal img{
    width: 20px;
    height: 20px;
}
.company-hover-container2 .we2-cal .api-sports{
    line-height: 22px;
    color: var(--para-text-color);
}
.company-hover-container2{
  position: absolute;
  z-index: 50000;
  top: 80px;
  width: 452px;
  height: 303px;
  left: 50%;    
  padding: 20px;
  transform: translateX(-50%) ;
  opacity: 0;           
  visibility: hidden; 
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
.company-active-hovering:hover .company-hover-container2{
  opacity: 1;           
  visibility: visible; 
  transform: translateX(-50%);
}

@media (min-width:320px) and (max-width:800px) {
.services-hovering-sections{
    display: none;
}
}

@media (min-width:801px) and (max-width:1000px) {
.company-hover-container2{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 30px;
}
}




/* toggling menu starting */


.nav-section .toggling-menu {
    width: 192px;
  height: auto;
  padding: 30px 10px;
  background-color:var(--white-text-color);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 1000000;
  display: none;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
}
.nav-section .toggling-menu .toggle-image-container {
   width: 100%;
   display: flex;
    justify-content: flex-end; 
}
.toggling-menu .toggle-image-container img{
  width: 18px;
  height: 17px;
  cursor: pointer;
  transform: translateX(-10px);
}
.nav-section .toggling-menu .nav-links-toggling{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nav-links-toggling ul li {
  height: auto;
  padding: 20px 0px 20px 10px;
}
.nav-links-toggling .active-services .adjusting-in-page{
  display: none;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division{
    display: flex;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division a{
    color:hwb(60 11% 89% / 0.914);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .width-height-plus-minus{
   width: 20px;
   height: 20px;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images1{
    transform: translateX(7px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images2{
    transform: translateX(32px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images3{
    transform: translateX(77px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images4{
    transform: translate(2px, 31px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division :nth-child(2){
    display: inline-block;;
    cursor: pointer;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division :last-child{
    display: none;
    cursor: pointer;
}
.nav-links-toggling .active-services .adjusting-in-page .network-secure{
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color:hwb(60 11% 89% / 0.914);
}
.nav-links-toggling .active-services .adjusting-in-page .clicked-on-plus{
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.nav-links-toggling .active-services .adjusting-in-page .clicked-on-plus a{
   font-size: 12px;
   line-height: 15px;
   font-family: "jost-regular";
   cursor: pointer;
   color:hsla(60, 4%, 11%, 0.878);
} 
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu{
    display: flex;
}
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .contact-us{
    width: 100px;
   display: block;
}
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .contact-us .btn{
    font-size: 13px;
    /* padding-left: 0px;
    padding-right:0px; */
}
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .translater-btn .custom-select{
    padding-left: 10px;
    display: block;
}
.nav-section .toggling-menu .nav-links-toggling .nav-link-names{
    color: var(--black-text-color);
}
 .nav-section .toggling-menu .nav-links-toggling .products-dropdown .links-arrow-images{
    display: flex;
    gap: 40px;
}
.nav-section .toggling-menu .nav-links-toggling .products-dropdown .links-arrow-images img{
    width:7.49px;
    height: 5.95px;
    transform: translateY(13px);
}
 .nav-section .toggling-menu .nav-links-toggling .products-dropdown .links-arrow-images1{
    display: flex;
    gap: 31px;
}
.contact-translater-in-toggling-menu .translater-btn  .custom-select .options {
  left: -130px;
  width: 212px;
}
.contact-translater-in-toggling-menu .translater-btn  .custom-select .options .adjusting-in-same-line{
    width: 190px;
    height: 67px;
}
.contact-translater-in-toggling-menu .translater-btn  .custom-select .options .adjusting-in-same-line li{
    font-size: 12px;
}
.rotating-arrows-mobile {
   transition: transform 0.3s ease;
   transform: translateY(0) rotate(0deg);
}
.rotating-arrows-mobile.rotate {
   transform: translateY(14px) rotate(180deg);
}




@media (min-width:601px) {
.nav-section .toggling-menu {
    width: 350px;
    padding:50px;
    
}
.nav-section .toggling-menu .nav-links-toggling{
  gap: 50px;
}
.nav-links-toggling .active-services .adjusting-in-page{
  gap: 35px;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .width-height-plus-minus{
   width: 30px;
   height: 30px;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images1{
    transform: translateX(60px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images2{
    transform: translateX(90px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images3{
    transform: translateX(150px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images4{
    transform: translate(18px, 0px);
}
.nav-links-toggling .active-services .adjusting-in-page .network-secure{
  font-size: 16px;
}
.nav-links-toggling .active-services .adjusting-in-page .clicked-on-plus{
    gap: 15px;
}
.nav-links-toggling .active-services .adjusting-in-page .clicked-on-plus a{
   font-size: 14px;
} 



.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .contact-us{
    width: 100%;
   display: block;
}
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .contact-us .btn{
    font-size: 16px;
}
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .translater-btn{
    display: none;
}    
}

@media (min-width:801px) {
    .nav-section .toggling-menu {
        display: none !important;
    }    
}



/* grow-smarter and grow-faster */

.grow-smater-faster{
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    height: 378px;
    border-radius: 20px;
    background: var(--container-gradient-up-down);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}
.grow-smater-faster .grow-smart-name{
    width: 523px;
    height: 48px;
    line-height: 28px;
}
.grow-smater-faster .think-view{
    width: 607px;
    height: 56px;
    line-height: 28px;
}
.grow-smater-faster .get-btn{
    margin-top: 30px;
}
.rocket-image img{
    transform: translateY(12px);
}

@media (min-width:320px) and (max-width:600px) {
.grow-smater-faster{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 34px;
    padding: 20px;
}
.grow-smater-faster .grow-smart-name{
    width:auto;
    height: auto;
    line-height: 28px;
    font-size: 20px;
}
.grow-smater-faster .think-view{
    width: auto;
    height: auto;
    line-height: 20px;
    font-size: 12px;
}
.grow-smater-faster .get-btn{
    width: 120px;
    margin-top: 20px;
}
.rocket-image {
   display: none;
}   
}
@media (min-width:601px) and (max-width:800px) {
.grow-smater-faster{
    width: auto;
    height: 250px;
    gap: 10px;
    padding: 20px;
}
.grow-smater-faster .grow-smart-name{
    width: auto;
    height: 48px;
    line-height: 28px;
    font-size: 25px;
}
.grow-smater-faster .think-view{
    width: auto;
    height: auto;
    line-height: 28px;
    font-size: 14px;
}
.rocket-image img{
    width: 250px;
    height: 207px;
    transform: translateY(22px);
}
}
@media (min-width:801px) and (max-width:900px) {
.grow-smater-faster{
    width: auto;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0px;
    padding: 20px;
}
.grow-smater-faster .grow-smart-name{
    width:auto;
    height: auto;
    line-height: 28px;
    font-size: 30px;
}
.grow-smater-faster .think-view{
    width: auto;
    height: auto;
    line-height: 28px;
    font-size: 14px;
}
.grow-smater-faster .get-btn{
    margin-top: 30px;
}
.rocket-image img{
    width: 240px;
    height: 250px;
    transform: translateY(12px);
}   
}
@media (min-width:901px) and (max-width:1100px) {
.grow-smater-faster{
    width: 871px;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0px;
    padding: 20px;
}
.grow-smater-faster .grow-smart-name{
    width:auto;
    height: auto;
    line-height: 28px;
    font-size: 30px;
}
.grow-smater-faster .think-view{
    width: auto;
    height: auto;
    line-height: 28px;
    font-size: 14px;
}
.grow-smater-faster .get-btn{
    margin-top: 30px;
}
.rocket-image img{
    width: 240px;
    height: 250px;
    transform: translateY(12px);
}   
}
@media (min-width:1101px) and (max-width:1300px) {
.grow-smater-faster{
    width: 1012px;
    padding: 0px 20px;
}
.rocket-image img{
    width: 266px;
    height: 350px;
    transform: translateY(15px);
}   
}
@media (min-width:1301px) and (max-width:1500px) {
.grow-smater-faster{
    width: 1241px;
    padding: 0px 20px;
}
/* .rocket-image img{
    width: 266px;
    height: 350px;
    transform: translateY(15px);
}    */
}

/* latest news */
.latest-news-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 150px;
}
.container1 .latest-name{
    line-height: 100%;
}
.container1 .stay-updated{
   width: 688px;
   height: 56px;
   padding-top: 20px;
}

/* think-view-releases-images */
.releases-container {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.releases-container .relaese1{
    width: 413px;
    height: 568.75px;
    border-radius: 14px;
    background-color: var(--f3f3f3-text-color);
}
.relaese1 .map-image{
    width: 412.9700012207031px;
    height: 294px;
    border-radius: 14px 14px 0px 0px;
}
.relaese1 .name-date{
    height: 48px;
    display: flex;
    justify-content: space-between;
    margin: 24px;
    border-bottom: 2px solid var(--nine33-grayblack);
}
.name-date .person-name{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.name-date .date-to-happen{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.relaese1 .releses-overview{
    line-height: 32.2px;
    margin: 0px 24px 24px;
    font-size: 25.38px;
}
.relaese1 .arrow-image{
    padding: 0px 24px;
}
.releases-container .release2{
    display: flex;
    flex-direction: column;
    gap: 20.62px;
}
.release2 .release2-container12-22{
    width: 414px;
    height: 274.3800048828125px;
    border-radius: 14px;
    background-color: #F4F4F6;
}
.release2-container12-22 .image21{
    width: 414px;
    height: 140px;
    border-radius: 14px 14px 0px 0px;
}
.release2-container12-22 .release-images-21-22{
    padding: 24px;
}
.release-images-21-22 .arrow-clock-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 23px;
}
.arrow-clock-section .date-to-happen{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

@media (min-width:320px) and (max-width:410px) {
 .latest-news-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.container1 .latest-name{
    font-size: 20px;
    text-align: center;
}
.container1 .stay-updated{
   width: auto;
   height: auto;
   font-size: 12px;
   padding-top: 20px;
   text-align: center;
}
.all-news-span .read-all-news{
    margin-top: 30px;
}

/* think-view-releases-images */
.releases-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.releases-container .relaese1{
    width: auto;
    height: auto;
}
.relaese1 .map-image{
    width: auto;
    height: auto;
}
.relaese1 .releses-overview{
    font-size: 16px;
}
.relaese1 .arrow-image{
    padding: 0px 24px 20px;
}
.releases-container .release2{
    display: flex;
    flex-direction: column;
    gap: 20.62px;
}
.release2 .release2-container12-22{
    width: auto;
    height: auto;
}
.release2-container12-22 .image21{
    width:auto;
    height: auto;
}
   
}
@media (min-width:410px) and (max-width:600px) {
 .latest-news-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.container1 .latest-name{
    font-size: 20px;
    text-align: center;
}
.container1 .stay-updated{
   width: auto;
   height: auto;
   font-size: 12px;
   padding-top: 20px;
   text-align: center;
}
.all-news-span .read-all-news{
    margin-top: 30px;
}

.releases-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.releases-container .relaese1{
    height: auto;
}
.relaese1 .releses-overview{
    font-size: 20px;
}
.relaese1 .arrow-image{
    padding: 0px 24px 20px;
}
.releases-container .release2{
    display: flex;
    flex-direction: column;
    gap: 20.62px;
} 
}
@media (min-width:410px) and (max-width:420px) {
.releases-container .relaese1{
    height: auto;
    width:auto;
}
.relaese1 .map-image{
    width: auto;
    height: 272px;
}
.release2 .release2-container12-22{
    width: auto;
}
.release2-container12-22 .image21{
    width: auto;
    height: 128px;
}   
}
@media (min-width:420px) and (max-width:440px) {
.releases-container .relaese1{
    height: auto;
    width:auto;
}
.relaese1 .map-image{
    width: auto;
    /* height: 272px; */
}
.release2 .release2-container12-22{
    width: auto;
}
.release2-container12-22 .image21{
    width: auto;
    /* height: 128px; */
}   
}
@media (min-width:601px) and (max-width:900px) {
/* latest news */
.latest-news-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.container1 .latest-name{
    font-size: 30px;
    text-align: center;
}
.container1 .stay-updated{
   width:auto;
   height: auto;
   text-align: center;
   padding-top: 20px;
}
.all-news-span .read-all-news{
    margin-top: 30px;
}

/* think-view-releases-images */
.releases-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
}
@media (min-width:901px) and (max-width:1100px) {
/* latest news */
.container1 .latest-name{
    font-size: 38px;
}
/* think-view-releases-images */
.releases-container .relaese1{
    width: 267px;
    height: 485px;
}
.relaese1 .map-image{
    width: 267px;
    height: 185px;
}
.relaese1 .name-date{
    height: 48px;
    display: flex;
    justify-content: space-between;
    margin: 24px;
    padding-bottom: 24px;
}
.person-name .p8,.date-to-happen .p8{
    font-size: 10px;
}
.relaese1 .releses-overview{
    font-size: 20px;
}
.release2 .release2-container12-22{
    width: 280px;
    height: 232.3800048828125px;
}
.release2-container12-22 .image21{
    width: 414px;
    height: 95px;
}
}

@media (min-width:1101px) and (max-width:1300px) {
.latest-news-section{
    gap: 160px;
}
.releases-container .relaese1{
    width: 315px;
    height: 530.75px;
}
.relaese1 .map-image{
    width:315px;
    height: 224px;
}
.release2 .release2-container12-22{
    width: 315px;
    height: 256.3800048828125px;
}
.release2-container12-22 .image21{
    width: 315px;
    height: 109px;
}
}
@media (min-width:1301px) and (max-width:1500px) {
.latest-news-section{
    gap: 384px;
}
.releases-container .relaese1{
    width: 400px;
    height: 540.75px;
}
.relaese1 .map-image{
    width:400px;
    height: 282px;
}
.release2 .release2-container12-22{
    width: 400px;
    height: 260.3800048828125px;
}
.release2-container12-22 .image21{
    width: 400px;
    height: 135px;
}
}




/* homepage-section7 */
.homepage-section7 {
    width: 1290px;
    height: 1513px;
    background-color: var(--white-text-color);
    margin: 0px auto;
    padding: 120px 0px;
}

@media (min-width:320px) and (max-width:1500px) {
.homepage-section7 {
    width: auto;
    height: auto;
    margin: 0px auto;
    padding: 50px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}





/* end of global css */






/* start of homepage  */

/* section2 */

.homepage-section2 {
    width: 100%;
    height: 928px;
    background-image: url('./images/red-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.homepage-section2 .section2-content{
    width: 762px;
    transform: translate(109px , 312px);
}
.demo {
  display: inline-block;
  width: 133px;
  height: 48px;
  margin-top: 40px;
}

@media (min-width:320px) and (max-width:600px) {
.homepage-section2 {
    width: 100%;
    height: auto;
    padding: 0px 15px;
}
.homepage-section2 .section2-content{
    width: auto;
    transform: translate(0px , 100px);
    text-align: center;
}
.homepage-section2 .online-gaming{
    font-size: 16px;
}
.homepage-section2 .perfect-match{
    font-size: 40px;
    padding: 20px 0px;
}
}
@media (min-width:601px) and (max-width:800px) {
.homepage-section2 {
    width: 100%;
    height: auto;
    padding: 0px 20px;
}
.homepage-section2 .section2-content{
    width: auto;
    transform: translate(0px , 100px);
    text-align: center;
}
.homepage-section2 .perfect-match{
    font-size: 45px;
    padding: 20px 0px;
}
}
@media (min-width:801px) and (max-width:1000px) {
.homepage-section2 {
    width: 100%;
    height: auto;
    padding: 0px 40px;
}
.homepage-section2 .section2-content{
    width: auto;
    transform: translate(0px , 100px);
    text-align: center;
}
.homepage-section2 .perfect-match{
    font-size: 50px;
    padding: 20px 0px;
}
}
@media (min-width:1001px) and (max-width:1300px) {
.homepage-section2 {
    width: 100%;
    height: auto;
    padding: 0px 40px;
}
.homepage-section2 .section2-content{
    width: auto;
    transform: translate(0px , 100px);
    text-align: center;
}
.homepage-section2 .perfect-match{
    font-size: 50px;
    padding: 20px 0px;
}
}
@media (min-width:1301px)  and (max-width:1400px){
.homepage-section2 .section2-content{
    width:1212px;
    margin: 0 auto;
    transform: translate(0px, 312px);
}
}
@media (min-width:1401px)  and (max-width:1500px){
.homepage-section2 .section2-content{
    width:1309px;
    margin: 0 auto;
    transform: translate(0px, 312px);
}
}
@media (min-width:1601px) {
.homepage-section2 .section2-content{
    width:1345px;
    margin: 0 auto;
    transform: translate(0px, 312px);
}
}


/* homepage2-sliders first */


.homepage-section2-slide1{
    width: 100%;
    height: 928px;
    background-color: #0148EE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide1 .section2-content{
    width: 691px;
    transform: translateX(50px);
}
.homepage-section2-slide1 .section2-content .potential{
    width: 685px;
    height: 240px;
    line-height: 80px;
    font-size: 76px;
}
.homepage-section2-slide1 .section2-content .wheather{
    width: 610px;
    height: 76px;
    line-height: 28px;
    margin-top: 29px;
}
.homepage-section2-slide1 .section2-content .explore {
  display: inline-block;
  width: 182px;
  height: 48px;
  border-radius: 8px;
  background-color: var(--white-text-color);
  margin-top: 40px;
}

@media (min-width:320px) and (max-width:600px) {
.homepage-section2-slide1{
    height:auto;
    padding: 60px 15px;
    flex-direction: column;
    gap: 50px;
}
.homepage-section2-slide1 .section2-content{
    width: auto;
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide1 .section2-content .potential{
    width: auto;
    height: auto;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.homepage-section2-slide1 .section2-content .wheather{
    width: auto;
    height: auto;
    font-size:16px ;
    line-height: 28px;
    margin-top: 29px;
    text-align: center;
}
}
@media (min-width:601px) and (max-width:800px) {
.homepage-section2-slide1{
    height: auto;
    padding: 80px 20px;
    flex-direction: column;
    gap: 70px;
}
.homepage-section2-slide1 .section2-content{
    width: auto;
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide1 .section2-content .potential{
    width: auto;
    height: auto;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
}
.homepage-section2-slide1 .section2-content .wheather{
    width: auto;
    height: auto;
    text-align: center;
}
}
@media (min-width:801px) and (max-width:1000px) {
.homepage-section2-slide1{
    height: auto;
    padding: 100px 40px;
    flex-direction: column;
    gap: 70px;
}
.homepage-section2-slide1 .section2-content{
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide1 .section2-content .potential{
    width: auto;
    height: auto;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}
.homepage-section2-slide1 .section2-content .wheather{
    width: auto;
    height: auto;
    text-align: center;
}
}
@media (min-width:1001px) and (max-width:1300px) {
.homepage-section2-slide1{
    height: auto;
    padding: 100px 40px;
    flex-direction: column;
    gap: 70px;
}
.homepage-section2-slide1 .section2-content{
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide1 .section2-content .potential{
    width: auto;
    height: auto;
    text-align: center;
}
.homepage-section2-slide1 .section2-content .wheather{
    width: auto;
    height: auto;
    text-align: center;
}
}
/* @media (min-width:1301px)  and (max-width:1400px){
.homepage-section2 .section2-content{
    width:1212px;
    margin: 0 auto;
    transform: translate(0px, 312px);
}
} */


/* starting of slide2 */

.homepage-section2-slide2{
    width: 100%;
    height: 928px;
    background-image: url('./images/wedding-bg.jpg') ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide2 .section2-content{
    width: 691px;
    transform: translateX(50px);
}
.homepage-section2-slide2 .section2-content .potential{
    width: 640px;
    height: 241px;
    line-height: 80px;
    font-size: 76px;
}
.homepage-section2-slide2 .section2-content .wheather{
    width: 641px;
    height: 56px;
    line-height: 28px;
    margin-top: 29px;
}
.homepage-section2-slide2 .section2-content .explore {
  display: inline-block;
  width: 182px;
  height: 48px;
  margin-top: 40px;
}
.homepage-section2-slide2 .adding-image img{
    width: 850px;
    height: 920px;
}
.homepage-section2-slide2 .section2-content .potential .effort{
font-family: "rochester";
color: var(--btn-bg-color);
}
@media (min-width:320px) and (max-width:600px) {
.homepage-section2-slide2{
    height:auto;
    padding: 60px 15px;
    flex-direction: column;
    gap: 50px;
}
.homepage-section2-slide2 .section2-content{
    width: auto;
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide2 .section2-content .potential{
    width: auto;
    height: auto;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.homepage-section2-slide2 .section2-content .wheather{
    width: auto;
    height: auto;
    font-size:16px ;
    text-align: center;
}
.homepage-section2-slide2 .adding-image img{
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 400px;
}
}
@media (min-width:601px) and (max-width:800px) {
.homepage-section2-slide2{
    height: auto;
    padding: 80px 20px;
    flex-direction: column;
    gap: 70px;
}
.homepage-section2-slide2 .section2-content{
    width: auto;
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide2 .section2-content .potential{
    width: auto;
    height: auto;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
}
.homepage-section2-slide2 .section2-content .wheather{
    width: auto;
    height: auto;
    text-align: center;
}
.homepage-section2-slide2 .adding-image img{
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: 500px;
}
}
@media (min-width:801px) and (max-width:1000px) {
.homepage-section2-slide2{
    height: auto;
    padding: 100px 40px;
    flex-direction: column;
    gap: 70px;
}
.homepage-section2-slide2 .section2-content{
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide2 .section2-content .potential{
    width: auto;
    height: auto;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}
.homepage-section2-slide2 .section2-content .wheather{
    width: auto;
    height: auto;
    text-align: center;
}
.homepage-section2-slide2 .adding-image img{
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 600px;
}
}
@media (min-width:1001px) and (max-width:1300px) {
.homepage-section2-slide2{
    height: auto;
    padding: 100px 40px;
    flex-direction: column;
    gap: 70px;
}
.homepage-section2-slide2 .section2-content{
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide2 .section2-content .potential{
    width: auto;
    height: auto;
    text-align: center;
}
.homepage-section2-slide2 .section2-content .wheather{
    width: auto;
    height: auto;
    text-align: center;
}
.homepage-section2-slide2 .adding-image img{
    width: 100%;
    height: auto;
    max-width: 800px;
    max-height: 800px;
}
}
@media (min-width:1301px) and (max-width:1500px) {
.homepage-section2-slide2 .section2-content .potential{
    width: 500px;
    height: auto;
}
.homepage-section2-slide2 .section2-content .wheather{
    width: 500px;
    height: auto;
}
.homepage-section2-slide2 .adding-image img{
    width: 100%;
    height: auto;
    max-width: 800px;
    max-height: 800px;
}
}



/* starting of slide3 */

.homepage-section2-slide3{
    width: 100%;
    height: 928px;
    background-image: url('./images/man-bg.jpg') ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide3 .section2-content{
    width: 691px;
    transform: translateX(50px);
}
.homepage-section2-slide3 .section2-content .potential{
    width: 683px;
    height: 160px;
    line-height: 80px;
    font-size: 76px;
}
.homepage-section2-slide3 .section2-content .wheather{
    width: 691px;
    height: 56px;
    line-height: 28px;
    margin-top: 29px;
}
.homepage-section2-slide3 .section2-content .explore {
  display: inline-block;
  width: 182px;
  height: 48px;
  border-radius: 8px;
  margin-top: 40px;
}
.explore-products-btn{
    width: inherit;
    height: 48px;
    color: var(--white-text-color);
    background-color:var(--blue22);
    border-radius: 8px;
    padding: 15.45px 0px;
    font-size: 12.91px;
    font-family: "jost-bold";
    text-transform: uppercase;
    line-height: 16.8px;
}
.homepage-section2-slide3 .adding-image img{
    width: 850px;
    height: 920px;
}
.homepage-section2-slide3 .adding-image .single-man{
    display: none;
}
@media (min-width:320px) and (max-width:600px) {
.homepage-section2-slide3{
    height:auto;
    padding: 60px 15px;
    flex-direction: column;
    gap: 50px;
}
.homepage-section2-slide3 .section2-content{
    width: auto;
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide3 .section2-content .potential{
    width: auto;
    height: auto;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.homepage-section2-slide3 .section2-content .wheather{
    width: auto;
    height: auto;
    font-size:16px ;
    text-align: center;
}
.homepage-section2-slide3 .adding-image .single-man{
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 400px;
}
.homepage-section2-slide3 .adding-image .man-with-ring{
    display: none;
}
.homepage-section2-slide3 .adding-image .single-man{
    display: block;
}
}
@media (min-width:601px) and (max-width:800px) {
.homepage-section2-slide3{
    height: auto;
    padding: 80px 20px;
    flex-direction: column;
    gap: 70px;
}
.homepage-section2-slide3 .section2-content{
    width: auto;
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide3 .section2-content .potential{
    width: auto;
    height: auto;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
}
.homepage-section2-slide3 .section2-content .wheather{
    width: auto;
    height: auto;
    text-align: center;
}
.homepage-section2-slide3 .adding-image .single-man{
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: 500px;
}
.homepage-section2-slide3 .adding-image .man-with-ring{
    display: none;
}
.homepage-section2-slide3 .adding-image .single-man{
    display: block;
}
}
@media (min-width:801px) and (max-width:1000px) {
.homepage-section2-slide3{
    height: auto;
    padding: 100px 40px;
    flex-direction: column;
    gap: 70px;
}
.homepage-section2-slide3 .section2-content{
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide3 .section2-content .potential{
    width: auto;
    height: auto;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}
.homepage-section2-slide3 .section2-content .wheather{
    width: auto;
    height: auto;
    text-align: center;
}
.homepage-section2-slide3 .adding-image .single-man{
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 600px;
}
.homepage-section2-slide3 .adding-image .man-with-ring{
    display: none;
}
.homepage-section2-slide3 .adding-image .single-man{
    display: block;
}
}
@media (min-width:1001px) and (max-width:1300px) {
.homepage-section2-slide3{
    height: auto;
    padding: 100px 40px;
    flex-direction: column;
    gap: 70px;
}
.homepage-section2-slide3 .section2-content{
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section2-slide3 .section2-content .potential{
    width: auto;
    height: auto;
    text-align: center;
}
.homepage-section2-slide3 .section2-content .wheather{
    width: auto;
    height: auto;
    text-align: center;
}
.homepage-section2-slide3 .adding-image .single-man{
    width: 100%;
    height: auto;
    max-width: 800px;
    max-height: 800px;
}
.homepage-section2-slide3 .adding-image .man-with-ring{
    display: none;
}
.homepage-section2-slide3 .adding-image .single-man{
    display: block;
}
}
@media (min-width:1301px) and (max-width:1500px) {
.homepage-section2-slide3 .section2-content .potential{
    width: 500px;
    height: auto;
}
.homepage-section2-slide3 .section2-content .wheather{
    width: 500px;
    height: auto;
}
.homepage-section2-slide3 .adding-image .man-with-ring{
    width: 100%;
    height: auto;
    max-width: 800px;
    max-height: 800px;
}
}
@media (min-width:1601px) {
.homepage-section2-slide3{
    gap: 70px;
}
}


/* slider animation */


.slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  width: 400%;
  animation: slideAnim 40s infinite linear;
}

.slides section {
  width: 25%;
  flex-shrink: 0;
}

@keyframes slideAnim {
  0%, 25% { transform: translateX(0); }          
  25.01%, 50% { transform: translateX(-25%); }  
  50.01%, 75% { transform: translateX(-50%); }  
  75.01%, 100% { transform: translateX(-75%); }  
}

.indicators {
  position: absolute;
  bottom: 60px;
  left: 88%;
  display: flex;
  gap: 10px;
}

.indicators span {
  width: 18px;
  height: 18px;
  background-color: #FFFFFF8A;
  border-radius: 50%;
  display: block;
}

.indicators span:nth-child(1) {
  animation: dotAnim 40s infinite linear;
}
.indicators span:nth-child(2) {
  animation: dotAnim 40s infinite linear 10s;
}
.indicators span:nth-child(3) {
  animation: dotAnim 40s infinite linear 20s;
}
.indicators span:nth-child(4) {
  animation: dotAnim 40s infinite linear 30s;
}

@keyframes dotAnim {
  0%, 25% { background-color: #FFFFFF; width: 44px; border-radius: 30px; }
  25.01%, 100% { background-color: #FFFFFF8A; width: 18px; border-radius: 50%; }
}


@media (min-width:320px) and (max-width:1300px) {
.indicators {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}   
}



/* section3 homepage */

.homepage-section3 {
    width: 100%;
    height:2081px ;
    background-color: var(--white-text-color);
    padding: 60px 115px 150px;
    background-image: url('./images/design-image.png') ;
    background-repeat: no-repeat;
    background-position: 0px 1600px;
}
.homepage-section3 .section3-row1-images{
    height: 45px;
    gap: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section3-row1-images .one{
    width: 238px;
    height: 20px;
}
.section3-row1-images .two{
    width: 163px;
    height: 45px;
}
.section3-row1-images .three{
    width: 77px;
    height: 45px;
}
.section3-row1-images .four{
    width: 64px;
    height: 45px;
}

.section3-row1-images .five{
    width: 87px;
    height: 45px;
}
.section3-row1-images .six{
    width: 164px;
    height: 45px;
}
.section3-row1-images .seven{
    width: 85px;
    height: 45px;
}
.section3-row1-images .eight{
    width: 86px;
    height: 45px;
}

.homepage-section3 .section3-row2-products{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding-top: 120px;
}
.section3-row2-products .all-our-products{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1055px;
    height: 71px;
    border-radius: 16px;
    background-color: var(--f3f3f3-text-color);
    padding: 0px 10px;
}
.all-our-products p{
    height: 51px;
    border-radius: 12px;
    width: auto;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}
.all-our-products p:hover{
    /* background-color: var(--black-text-color);
    color: var(--white-text-color); */
    cursor: pointer;
}

.all-our-products .active-slides-our-products{
    background-color: var(--black-text-color);
    color: var(--white-text-color);
    cursor: pointer;
}

.homepage-section3 .section3-row3{
    width: 100%;
    height: 662px;
    border-radius: 32px;
    background-color:var(--white-text-color);
    box-shadow: 0px 2px 19px 0px #00000040;
    margin-top: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding: 0px 18px;
}
.section3-row3 .custom-development{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.section3-row3 .custom-development .develop{
    width: 540px;
    height: 114px;
    border: 1px solid #332C2940;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
}
.section3-row3 .custom-development .develop:hover{
    cursor: pointer;
    color: var(--white-text-color);
    background-image: var(--color-gradient-left-right);
}
.section3-row3 .row3-image-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section3-row3 .row3-image-content img{
    width: 700px;
    height: 347px;
    border-radius: 30px;
}
.section3-row3 .row3-image-content .focuses{
    line-height: 26px;
    color: var(--para-text-color);
}
.section3-row3 .row3-image-content .learn-more-span {
    display: flex;             
    justify-content: flex-end;  
    width: 100%;                
}
.row3-image-content .learn-more-span .row3-learn-more {
    width: 135px;               
}

.homepage-section3 .section3-row4 .solutions{
    width: 515px;
    height: 118px;
    line-height: 130%;
    margin-top: 120px;
}
.homepage-section3 .section3-row4 .leading-technology{
    width: 688px;
    height: 56px;
    line-height: 28px;
    color: var(--para-text-color);
    margin-top: 20px;
}
.homepage-section3 .no-padding{
    margin-left: -115px;
    margin-right: -115px;
}
.homepage-section3 .section3-row5{
    width: 100%;
    height: 373px;
    border-radius: 121px;
    background-color: #FAFAFB;
    margin-top: 40px;
    display: flex;
    gap: 70px;
    justify-content: center;
    align-items: center;
}
.section3-row5 .cards-row5{
    width: 280px;
    height: 313px;
    border-radius: 14px;
    background-color: var(--white-text-color);
    box-shadow: 0px 2px 19.2px 0px #0000001A;
    padding: 33.56px 24px 42px 33.56px;
}
.section3-row5 .cards-row5 img{
    width: 50px;
    height: 50px;
}
.section3-row5 .cards-row5 .cutting-edge{
    padding-top: 13px;
    line-height: 150%;
}
.section3-row5 .cards-row5 .fast-secure{
     padding-top: 15px;
     line-height: 150%;
     color: var(--para-text-color);
}
.section3-row3 .removing-in-desktop{
    display: none;
}
.homepage-section3 #game-aggregator-slide-relative,.homepage-section3 #we2call-slide-relative,.homepage-section3 #mask-dating-slide-relative,.homepage-section3 #technology-services-relative,.homepage-section3 #cyber-services-slide-relative{
  display: none;
}

@media (min-width:320px) and (max-width:600px) {
.homepage-section3 {
    /* width: 100%; */
    height:auto;
    padding: 60px 15px 100px;
}
.homepage-section3 .section3-row1-images{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
} 
.section3-row1-images .one{
    width: 200px;
}
.section3-row1-images .two{
    width: 140px;
}
.homepage-section3 .section3-row2-products {
    width: 100%;   
    padding-top: 50px;    
}
.section3-row2-products .all-our-products {
    gap: 15px;                
    overflow-x: auto;        
    width: 100%;              
    max-width: 1055px;         
    min-height: 71px;
    overflow-y: hidden;
    white-space: nowrap;     
}
.section3-row2-products .all-our-products p {
    flex-shrink: 0;          
    white-space: nowrap;     
}

.homepage-section3 .section3-row3{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding:18px;
}
.section3-row3 .custom-development{
    display: flex;
    flex-direction: unset;
    overflow-x: auto;
    width: 100%;              
    max-width: 1055px;         
    min-height: 71px;
    overflow-y: hidden;
    white-space: nowrap;  
    gap: 14px;
    transform: translateY(679px);
}
.section3-row3 .custom-development .develop{
    width: auto;
    height:auto;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.section3-row3 .row3-image-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-110px);
}
.section3-row3 .row3-image-content img{
    width: auto;
    height: auto;
}
.section3-row3 .row3-image-content .focuses{
    line-height: 26px;
    font-size: 14px;
}
.row3-image-content .learn-more-span {
    display: flex;             
    justify-content: center;  
    align-items: center;
    width: 100%;                
}
.learn-more-span .row3-learn-more {
    width: 135px;    
    margin: 0 auto;                   
}
.homepage-section3 .section3-row4 .solutions{
    width: auto;
    height: auto;
    line-height: 30px;
    font-size: 20px;
    margin-top: 50px;
    text-align: center;
}
.homepage-section3 .section3-row4 .leading-technology{
    width: auto;
    height: auto;
    text-align: center;
}
.homepage-section3 .no-padding{
    margin-left: 0px;
    margin-right: 0px;
}
.homepage-section3 .section3-row5{
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.section3-row3 .removing-in-desktop{
    display: none;
}
}

@media (min-width:342px) and (max-width:365px) {
.section3-row3 .custom-development{
    transform: translateY(639px);
}
.section3-row3 .removing-in-desktop{
    display: none;
}
}
@media (min-width:366px) and (max-width:373px) {
  .section3-row3 .custom-development{
    transform: translateY(659px);
}
.section3-row3 .removing-in-desktop{
    display: none;
}  
}
@media (min-width:374px) and (max-width:400px) {
  .section3-row3 .custom-development{
    transform: translateY(629px);
} 
.section3-row3 .removing-in-desktop{
    display: none;
} 
}
@media (min-width:401px) and (max-width:407px) {
  .section3-row3 .custom-development{
    transform: translateY(629px);
} 
.section3-row3 .removing-in-desktop{
    display: none;
} 
}
@media (min-width:408px) and (max-width:600px) {
  .section3-row3 .custom-development{
    transform: translateY(600px);
}  
.section3-row3 .removing-in-desktop{
    display: none;
}
}
@media (min-width:601px) and (max-width:800px) {
.homepage-section3 {
    /* width: 100%; */
    height:auto ;
    padding: 60px 20px 150px;
}
.homepage-section3 .section3-row1-images{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
} 
.homepage-section3 .section3-row1-images{
    width: auto;
    display: flex;
    align-items: center;
    overflow-x: scroll;
} 
.homepage-section3 .section3-row2-products {
    width: 100%;   
    padding-top: 80px;    
}
.section3-row2-products .all-our-products {
    gap: 15px;                
    overflow-x: auto;        
    width: 100%;              
    max-width: 1055px;         
    min-height: 71px;
    overflow-y: hidden;
    white-space: nowrap;     
}
.all-our-products p {
    flex-shrink: 0;          
    white-space: nowrap;     
}
.homepage-section3 .section3-row3{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding:25px;
}
.section3-row3 .custom-development{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.section3-row3 .custom-development .develop{
    width: auto;
    height:auto;
    padding: 25px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.section3-row3 .row3-image-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.row3-image-content img{
    width: auto;
    height: auto;
}
.row3-image-content .focuses{
    line-height: 26px;
}
.row3-image-content .learn-more-span {
    display: flex;             
    justify-content: center;  
    width: 100%;                
}
.homepage-section3 .section3-row4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section3 .section3-row4 .solutions{
    font-size: 30px;
    height: auto;
    line-height: 40px;
    margin-top: 80px;
    text-align: center;
}
.homepage-section3 .section3-row4 .leading-technology{
    width: auto;
    height: auto;
    text-align: center;
}
.homepage-section3 .no-padding{
    margin-left: 0px;
    margin-right: 0px;
}
.homepage-section3 .section3-row5{
    height: auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 10px;
}
.section3-row3 .row3-image-content .learn-more-span{
    width: 100%;
    display: flex;
    justify-content: center;
}
.section3-row3 .removing-in-tablet{
    display: none;
}
}

@media (min-width:801px) and (max-width:1000px) {
.homepage-section3 {
    /* width: 100%; */
    height:auto ;
    padding: 60px 40px 150px;
}
.homepage-section3 .section3-row1-images{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: scroll;
} 
.homepage-section3 .section3-row1-images{
    width: auto;
    display: flex;
    align-items: center;
    overflow-x: scroll;
} 
.homepage-section3 .section3-row2-products {
    width: 100%;   
    padding-top: 90px;    
}
.section3-row2-products .all-our-products {
    gap: 15px;                
    overflow-x: auto;        
    width: 100%;              
    max-width: 1055px;         
    min-height: 71px;
    overflow-y: hidden;
    white-space: nowrap;     
}
.all-our-products p {
    flex-shrink: 0;          
    white-space: nowrap;     
}
.homepage-section3 .section3-row3{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding:18px;
}
.section3-row3 .custom-development{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.section3-row3 .custom-development .develop{
    width:350px;
    height:auto;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.section3-row3 .row3-image-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.row3-image-content img{
    width: auto;
    height: auto;
}
.row3-image-content .focuses{
    line-height: 26px;
    font-size: 14px;
}
.homepage-section3 .no-padding{
    margin-left: 0px;
    margin-right: 0px;
}
.homepage-section3 .section3-row5{
    height: auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 10px;
}
.section3-row3 .removing-in-desktop{
    display: none;
}
}

@media (min-width:1001px) and (max-width:1300px) {
.homepage-section3 {
    /* width: 100%; */
    height:auto ;
    padding: 60px 50px 150px;
}
.homepage-section3 .section3-row1-images{
    width: auto;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    justify-content: flex-start;
} 
.homepage-section3 .section3-row1-images{
    width: auto;
    display: flex;
    align-items: center;
    overflow-x: scroll;
} 
.homepage-section3 .section3-row2-products {
    width: 100%;     
}
.section3-row2-products .all-our-products {
    gap: 15px;                
    overflow-x: auto;        
    width: 100%;              
    max-width: 1055px;         
    min-height: 71px;
    overflow-y: hidden;
    white-space: nowrap;     
}
.all-our-products p {
    flex-shrink: 0;          
    white-space: nowrap;     
}
.homepage-section3 .section3-row3{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding:18px;
}
.section3-row3 .custom-development{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.section3-row3  .custom-development .develop{
    width:380px;
    height:auto;
    padding: 20px;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
}
.section3-row3 .row3-image-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.row3-image-content img{
    width: auto;
    height: auto;
}
.row3-image-content .focuses{
    line-height: 26px;
    font-size: 14px;
}
.homepage-section3 .no-padding{
    margin-left: -50px;
    margin-right: -50px;
}
.homepage-section3 .section3-row5{
    height: auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 30px;
}
.section3-row3 .removing-in-desktop{
    display: none;
}
}

@media (min-width:1301px) and (max-width:1500px) {
.homepage-section3 {
    /* width: 100%; */
    height:auto ;
    padding: 60px 32px 150px;
}
.homepage-section3 .section3-row1-images{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
} 
.homepage-section3 .section3-row3{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding:18px;
}
.section3-row3 .custom-development{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.section3-row3 .custom-development .develop{
    padding: 20px;
}
.section3-row3 .row3-image-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.row3-image-content img{
    width: auto;
    height: auto;
}
.homepage-section3 .no-padding{
    margin-left:-32px;
    margin-right: -32px;
}
.homepage-section3 .section3-row5{
    height: auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 30px;
}
.section3-row3 .removing-in-desktop{
    display: none;
}
}
@media (min-width:1600px) {
.homepage-section3 .section3-row3{
    width:1280px ;
    margin: 60px auto 0px;
}
.section3-row3 .removing-in-desktop{
    display: none;
}
}

@media (min-width:1720px) {
.homepage-section3 .section3-row5{
    width: 1500px;
    margin: 0px auto;
}
.section3-row3 .removing-in-desktop{
    display: none;
}
}

@media (min-width:1600px){
.homepage-section3 .section3-row4 {
    width:1280px;
    margin: 0 auto;
}
}


/* homepage section4 */

.homepage-section4 {
    width: 100%;
    height: 806px;
    background-color: var(--black-text-color);
}
.homepage-section4 .section4-row1{
    text-align: center;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section4 .section4-row1 .hundreds{
   line-height: 100%;
}
.homepage-section4 .section4-row1 .over-yeras{
    width: 812px;
    height: 56px;
    line-height: 28px;
    margin-top: 20px;
}
.homepage-section4 .section4-row1 .veiw-btn{
    margin-top: 30px;
}
.homepage-section4 .section4-row2-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 42px 30px;
    margin-top: 60px;
}
.homepage-section4 .section4-row2-images .row2-image1{
    width: 194px;
    height: 38px;
}
.homepage-section4 .section4-row2-images .row2-image2{
    width: 156px;
    height: 65px;
}
.homepage-section4 .section4-row2-images .row2-image3{
    width: 199px;
    height: 17px;
}
.homepage-section4 .section4-row2-images .row2-image4{
    width: 194px;
    height: 38px;
}
.homepage-section4 .section4-row2-images .row2-image5{
    width: 199px;
    height: 17px;
}
.homepage-section4 .section4-row2-images .row2-image6{
    width: 156px;
    height: 65px;
}
.homepage-section4 .section4-row2-images .row2-image7{
    width: 164px;
    height: 50px;
}
.homepage-section4 .section4-row2-images .row2-image8{
    width: 150px;
    height: 47px;
}
.homepage-section4 .section4-row2-images .row2-image9{
    width: 189px;
    height: 38px;
}
.homepage-section4 .section4-row2-images .row2-image10{
    width: 182px;
    height: 50px;
}
.homepage-section4 .section4-row2-images .row2-image11{
    width: 189px;
    height: 39px;
}
.homepage-section4 .section4-row2-images .row2-image12{
    width: 185px;
    height: 47px;
}
.homepage-section4 .section4-row2-images .row2-image13{
    width: 181px;
    height: 53px;
}
.homepage-section4 .section4-row2-images .row2-image14{
    width: 150px;
    height: 47px;
}
.homepage-section4 .section4-row2-images .row2-image15{
    width: 150px;
    height: 50px;
}
.homepage-section4 .section4-row2-images .row2-image16{
    width: 194px;
    height: 38px;
}
.homepage-section4 .section4-row2-images .row2-image17{
    width: 164px;
    height: 50px;
}
.homepage-section4 .section4-row2-images .row2-image18{
    width: 156px;
    height: 65px;
}
.homepage-section4 .section4-row2-images .row2-image19{
    width: 199px;
    height: 17px;
}
.homepage-section4 .section4-row2-images .row2-image20{
    width: 156px;
    height: 65px;
}
.homepage-section4 .section4-row2-images .row2-image21{
    width: 199px;
    height: 17px;
}
.homepage-section4 .section4-row2-images .row2-image22{
    width: 158px;
    height: 30px;
}
.homepage-section4 .section4-row2-images .row2-image23{
    width: 150px;
    height: 38px;
}
.homepage-section4 .section4-row2-images .row2-image24{
    width: 118px;
    height: 48px;
}
.homepage-section4 .section4-row2-images .row2-image25{
    width: 158px;
    height: 30px;
}
.homepage-section4 .section4-row2-images .row2-image26{
    width: 189px;
    height: 39px;
}
.homepage-section4 .section4-row2-images .row2-image27{
    width: 118px;
    height: 48px;
}
.homepage-section4 .section4-row2-images .row2-image28{
    width: 150px;
    height: 38px;
}
@media (min-width:320px) and (max-width:600px) {
.homepage-section4 {
    height: 490px;
}
.homepage-section4 .section4-row1{
    padding-top: 0px;
    padding: 40px 15px;
}
.homepage-section4 .section4-row1 .hundreds{
   line-height: 30px;
   font-size: 20px;
}
.homepage-section4 .section4-row1 .over-yeras{
    width: auto;
    height: auto;
    font-size: 12px;
}
.homepage-section4 .section4-row1 .all-partners-span{
    width: 150px;
} 
.homepage-section4 .section4-row2-images{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    margin-top: 0px;
    overflow-x: auto;
    text-align: center;
}
}


@media (min-width:601px) and (max-width:800px) {
.homepage-section4 {
    height: 420px;
}
.homepage-section4 .section4-row1{
    padding-top: 0px;
    padding: 40px 20px;
}
.homepage-section4 .section4-row1 .hundreds{
   line-height: 30px;
   font-size: 30px;
}
.homepage-section4 .section4-row1 .over-yeras{
    width: auto;
    height: auto;
    font-size: 14px;
}  
.homepage-section4 .section4-row2-images{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    margin-top: 0px;
    overflow-x: auto;
    text-align: center;
}
}


@media (min-width:801px) and (max-width:1000px) {
.homepage-section4 {
    height: 470px;
}
.homepage-section4 .section4-row1{
    padding-top: 0px;
    padding: 40px;
}
.homepage-section4 .section4-row1 .over-yeras{
    width: auto;
    height: auto;
}  
.homepage-section4 .section4-row2-images{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    margin-top: 0px;
    overflow-x: auto;
    text-align: center;
}
}

@media (min-width:1001px) and (max-width:1300px) {
.homepage-section4 {
    height: 500px;
}
.homepage-section4 .section4-row2-images{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    overflow-x: auto;
    text-align: center;
}
}
@media (min-width:1301px) and (max-width:1500px) {
.homepage-section4 {
    height: 500px;
}
.homepage-section4 .section4-row2-images{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    overflow-x: auto;
    text-align: center;
}
}

@media (min-width:1651px) {
.homepage-section4 {
    height: auto;
    padding-bottom: 80px;
}
.homepage-section4 .section4-row2-images{
    display: flex;
    gap: 80px;
    text-align: center;
}
}


/* section5 homepage */

.homepage-section5{
    width: 100%;
    height: 920px;
    background-color: var(--white-text-color);
}
.homepage-section5 .section5-row1 .roboto-extra{
    line-height: 100%;
    padding-top: 120px;
    text-align: center;
}
.homepage-section5 .section5-row1 .hear-directly{
    line-height: 28px;
    color: var(--para-text-color);
    padding-top: 20px;
    text-align: center;
}
.homepage-section5 .client-images{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    overflow-x: scroll;
}
.homepage-section5 .client-images .clients-section{
    width: 413px;
    height: 533px;
    border-radius: 14px;
    background-color: var(--f3f3f3-text-color);
    padding: 30px 16px 48px 30px;
}
.homepage-section5 .client-images .clients-section img{
    width: 52px;
    height: 52px;
}
.homepage-section5 .client-images .clients-section .solution-enabled{
    width:367px ;
    height: 224px;
    margin-top: 30px;
}
.homepage-section5 .client-images .clients-section .founder-image{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 77px;
}
.homepage-section5 .client-images .clients-section .founder-image img{
    width: 81px;
    height: 81px;
}
.homepage-section5 .client-images .clients-section .founder-image .cofounder-name{
    padding-top: 6px;
}


@media (min-width:320px) and (max-width:600px) {
.homepage-section5{
    height: auto;
    padding: 0px 15px 70px;
}
.homepage-section5 .section5-row1 .roboto-extra{
    padding-top: 60px;
    font-size: 20px;
}
.homepage-section5 .section5-row1 .hear-directly{
    font-size: 12px;
}
.homepage-section5 .client-images{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.homepage-section5 .client-images .clients-section{
    width: auto;
    height: auto;
}
.homepage-section5 .client-images .clients-section .solution-enabled{
    width:auto;
    height: auto;
    margin-top: 30px;
    font-size: 14px;
}
.homepage-section5 .client-images .clients-section .founder-image{
    margin-top: 40px;
}
.homepage-section5 .client-images .clients-section .founder-image .cofounder-name{
    font-size: 14px;
}
.homepage-section5 .client-images .clients-section .founder-image .cofounder-name{
    font-size: 12px;
}    
}

@media (min-width:601px) and (max-width:800px) {
.homepage-section5{
    height: auto;
    padding: 0px 20px 70px;
}
.homepage-section5 .section5-row1 .roboto-extra{
    padding-top: 60px;
    font-size: 25px;
}
.homepage-section5 .section5-row1 .hear-directly{
    font-size: 14px;
}
.homepage-section5 .client-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
}


@media (min-width:801px) and (max-width:1000px) {
.homepage-section5{
    height: auto;
    padding: 0px 40px 70px;
}
.homepage-section5 .client-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.homepage-section5 .client-images .clients-section{
    width: 345px;
    height: 593px;
}
.homepage-section5 .client-images .clients-section .solution-enabled{
    width:auto;
    height: auto;
}
.homepage-section5 .client-images .clients-section .founder-name-image2{
    margin-top: 145px;
}
}
@media (min-width:1001px) and (max-width:1300px) {
.homepage-section5{
    height: auto;
    padding: 0px 50px 70px;
}
.homepage-section5 .client-images{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.homepage-section5 .client-images .clients-section{
    min-width: 436px;
    height: 535px;
}
.homepage-section5 .client-images .clients-section .solution-enabled{
    width:auto;
    height: auto;
}
.homepage-section5 .client-images .clients-section .founder-name-image2{
    margin-top: 130px;
}
}
@media (min-width:1301px) and (max-width:1500px) {
.homepage-section5{
    height: auto;
    padding: 0px 32px 70px;
}
.homepage-section5 .client-images{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.homepage-section5 .client-images .clients-section{
    min-width: 436px;
    height: 535px;
}
.homepage-section5 .client-images .clients-section .solution-enabled {
    width: auto;
    height: auto;
}
}

/* homepage section6 */

.homepage-section6 {
    width: 100%;
    height: 963px;
    background-color: var(--f3f3f3-text-color);
    background-image: url('./images/cubes-bacground-images.png') ;
    background-repeat: no-repeat;
    background-position: 0px 240px;
}
.homepage-section6 .section6-row1{
    text-align: center;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section6 .section6-row1 .leading-games{
    width: 684px;
    height: 56px;
    text-align: center;
    padding-top: 20px;
    line-height: 28px;
    color: var(--para-text-color);
}
.homepage-section6 .about-nexora{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
    margin-top: 70px;
}
.homepage-section6 .about-nexora .small-red-bg-cubes{
    width: 840px;
    height: 546.6799926757812px;
    border-radius: 20px;
    background-image: url('/images/small-red-bg-cubes.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
}        
.homepage-section6 .about-nexora .small-red-bg-cubes .transperent-bg{
    width: 266.6600036621094px;
    height: 170px;
    border: 1px solid #FFFFFF66;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 47.82px;
    backdrop-filter: blur(20px)
}
.homepage-section6 .about-nexora .small-red-bg-cubes .transperent-bg .numbers{
    line-height:42px;
}
.homepage-section6 .about-nexora .small-red-bg-cubes .transperent-bg .working-hard-employees{
    line-height:18.2px;
    color: var(--gray-white-color);
}
.homepage-section6 .about-nexora .details-about-nexora{
    width: 413px;
    height: 547px;
    border-radius: 14px;
    background-color: var(--white-text-color);
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content{
    padding: 25px;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .international-technology{
    line-height: 22px;
    color: var(--para-text-color);
    margin-top: 15px;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .view-stands{
    margin-top: 30px;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .learn-more-nexora{
    margin-top: 23px;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .learn-more-nexora:after{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('./images/btn-arrow.png');
    background-size: cover;
    vertical-align: middle;
    margin-left: 8px;
    transform: translateY(-3px);
}










@media (min-width:320px) and (max-width:600px) {
.homepage-section6 {
    height: auto;
    padding: 0px 15px 50px;
}
.homepage-section6 .section6-row1{
    padding-top: 40px;
}
.homepage-section6 .section6-row1 .facts{
    font-size: 20px;
}
.homepage-section6 .section6-row1 .leading-games{
    width: auto;
    height: auto;
    font-size: 12px;
}  

.homepage-section6 .about-nexora{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-top: 40px;
}
.homepage-section6 .about-nexora .small-red-bg-cubes{
    width: auto;
    height: auto;
}        
.homepage-section6 .about-nexora .details-about-nexora{
    width: auto;
    height: auto;
}
.homepage-section6 .about-nexora .details-about-nexora img{
    width: auto;
    height: auto;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .nexora{
    font-size: 20px;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .international-technology{
    font-size: 12px;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .learn-about-span{
   width: 100%;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .learn-more-nexora {
    width:270px;
}
}


@media (min-width:601px) and (max-width:800px) {
.homepage-section6 {
    height: auto;
    padding: 0px 20px 50px;
}
.homepage-section6 .section6-row1{
    padding-top: 60px;
}
.homepage-section6 .section6-row1 .facts{
    font-size: 30px;
}
.homepage-section6 .section6-row1 .leading-games{
    width: auto;
    height: auto;
    font-size: 14px;
}  
.homepage-section6 .about-nexora{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-top: 40px;
}
.homepage-section6 .about-nexora .small-red-bg-cubes{
    width: auto;
    height: auto;
}        
.homepage-section6 .about-nexora .details-about-nexora{
    width: auto;
    height: auto;
}
.homepage-section6 .about-nexora .details-about-nexora img{
    width: auto;
    height: auto;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .nexora{
    font-size: 25px;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .international-technology{
    font-size: 14px;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .learn-about-span{
   width: 100%;
}
.homepage-section6 .about-nexora .details-about-nexora .regarding-nexora-content .learn-more-nexora {
    width: 400px;
}
}

@media (min-width:801px) and (max-width:1000px) {
.homepage-section6 {
    height: auto;
    padding: 0px 40px 50px;
}
.homepage-section6 .about-nexora{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepage-section6 .about-nexora .small-red-bg-cubes{
    width: auto;
    height: auto;
}        
}


@media (min-width:1001px) and (max-width:1300px) {
.homepage-section6 {
    height: auto;
    padding: 0px 50px 50px;
}
.homepage-section6 .about-nexora{
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-section6 .about-nexora .small-red-bg-cubes{
    width: auto;
    height: auto;
}   
.homepage-section6 .about-nexora .small-red-bg-cubes .transperent-bg{
    width: 238.6600036621094px;
    height: 170px;
}     
}
@media (min-width:1301px) and (max-width:1500px) {
.homepage-section6 {
    height: auto;
    padding: 0px 32px 50px;
}
.homepage-section6 .about-nexora .small-red-bg-cubes .transperent-bg {
    width: 250.6600036621094px;
}
}





/* about-us-page */

.about-us-nav-section .nav-links .products-nav{
    width: 69px;
    height:20px ;
    background: url('./images/pink-arrow-down.png') no-repeat 64px ;
    background-size: 5.49px 3.95px;
}
.about-us-nav-section .nav-links .services-nav{
    width: 69px;
    height:20px ;
    background: url('./images/pink-arrow-down.png') no-repeat 64px ;
    background-size: 5.49px 3.95px;
}
.about-us-nav-section .nav-links .company-nav{
    width: 69px;
    height:20px ;
    background: url('./images/pink-arrow-down.png') no-repeat 64px ;
    background-size: 5.49px 3.95px;
}










.about-us-nav-section .translater-btn .en-lang{
    width: 60px ;
    height: 48px;
     border: none;
    outline: none;
    box-shadow: none;     
    background: transparent; 
    appearance: none;
    border: 2px solid var(--ddefff-white);
    border-radius: 8px;
    text-align: center;
    background: url('./images/pink-arrow-down.png') no-repeat 43px ;
    background-size: 5.49px 3.95px;
}


/* hovering-effects */

/* .about-us-nav-section .nav-links .company-nav:hover{
    background: unset
}
.about-us-nav-section .nav-links .company-nav:hover{
    width: 69px;
    height:20px ;
    background: url('./images/pink-arrow-down.png') no-repeat 64px ;
    background-size: 5.49px 4.95px;
    transform: rotate(180deg);
} */

/* starting of .section2 */

.about-us-section2{
    width: 100%;
    height: 646px;
    border-bottom-width: 1px solid var(--btn-bg-color);
    background-image: url('./images/about-us-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.about-us-section2 .section2-content{
    position: absolute;
    left: 40px;
    z-index: 500;
}
.about-us-section2 .section2-content .perfect-match{
    line-height: 100%;
}
.about-us-section2 .section2-content .award-winning{
    width: 741px;
    height: 56px;
    line-height: 28px;
    padding-top: 10px;
}
.about-us-section2 .section2-content .abouts-view{
    width: 995px;
    height: 170px;
    border: 1px solid var(--fff66-boder-color);
    border-radius: 14px;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 31px 43px 63px;
    margin-top: 33px;
}
.about-us-section2 .section2-content .abouts-view .transperent-bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.about-us-section2 .section2-content .abouts-view .transperent-bg .working-hard-employees{
    line-height: 18.2px;
    color: var(--white-text-color);
}
.about-us-section2 .banner-card-image img{
    width: 584px;
    height: 535px;
    position: absolute;
    right: 80px;
    top: 112px;
}

@media (min-width:320px) and (max-width:650px) {
.about-us-section2{
    height: auto;
    /* background-image: url('./images/about-us-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: unset;
    padding: 40px 15px 0px;
    flex-direction: column;
    gap: 30px;
}
.about-us-section2 .section2-content{
    position: unset;
}
.about-us-section2 .section2-content .perfect-match{
    font-size: 25px;
    text-align: center;
}
.about-us-section2 .section2-content .award-winning{
    width: auto;
    height: auto;
    font-size: 12px;
    text-align: center;
}
.about-us-section2 .section2-content .abouts-view{
    width: auto;
    height: auto;
    padding: 40px;
    margin-top: 33px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.about-us-section2 .section2-content .abouts-view .transperent-bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.about-us-section2 .banner-card-image img{
    width: auto;
    height: auto;
    position: unset;
}   
}

@media (min-width:650px) and (max-width:850px) {
.about-us-section2{
    height: auto;
    /* background-image: url('./images/about-us-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: unset;
    padding: 40px 20px 0px;
    flex-direction: column;
    gap: 30px;
}
.about-us-section2 .section2-content{
    position: unset;
}
.about-us-section2 .section2-content .perfect-match{
    font-size: 30px;
    text-align: center;
}
.about-us-section2 .section2-content .award-winning{
    width: auto;
    height: auto;
    text-align: center;
}
.about-us-section2 .section2-content .abouts-view{
    width: auto;
    height: auto;
    padding: 40px;
    margin-top: 33px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.about-us-section2 .section2-content .abouts-view .transperent-bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.about-us-section2 .banner-card-image img{
    position: unset;
}   
}

@media (min-width:851px) and (max-width:1000px) {
.about-us-section2{
    height: auto;
    /* background-image: url('./images/about-us-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: unset;
    padding: 40px;
    gap: 30px;
}
.about-us-section2 .section2-content{
    position: unset;
}
.about-us-section2 .section2-content .perfect-match{
    font-size: 35px;
    text-align: center;
}
.about-us-section2 .section2-content .award-winning{
    width: auto;
    height: auto;
    text-align: center;
}
.about-us-section2 .section2-content .abouts-view{
    width: auto;
    height: auto;
    padding: 40px;
    margin-top: 33px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.about-us-section2 .section2-content .abouts-view .transperent-bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.about-us-section2 .banner-card-image img{
    width: auto;
    height: auto;
    position: unset;
}   
}

@media (min-width:1001px) and (max-width:1300px) {
.about-us-section2{
    height: auto;
    /* background-image: url('/images/about-us-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: unset;
    padding: 40px 50px 0px;
    gap: 30px;
}
.about-us-section2 .section2-content{
    position: unset;
}
.about-us-section2 .section2-content .award-winning{
    width: auto;
    height: auto;

}
.about-us-section2 .section2-content .abouts-view{
    width: auto;
    height: auto;
    padding: 40px;
    margin-top: 33px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.about-us-section2 .section2-content .abouts-view .transperent-bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.about-us-section2 .banner-card-image img{
    position: unset;
}   
}
@media (min-width:1001px) and (max-width:1057px) {
.about-us-section2{
    padding: 40px 50px ;
}
}

@media (min-width:1601px) and (max-width:1850px) {
.about-us-section2 .section2-content{
    left: 10vw;
}
.about-us-section2 .banner-card-image img{
    right:10vw;
}
}
@media (min-width:1850px) and (max-width:2150px) {
.about-us-section2 .section2-content{
    left: 15vw;
}
.about-us-section2 .banner-card-image img{
    right:15vw;
}
}
@media (min-width:2150px) and (max-width:2500px) {
.about-us-section2 .section2-content{
    left: 20vw;
}
.about-us-section2 .banner-card-image img{
    right:20vw;
}
}
@media (min-width:2500px){
.about-us-section2 .section2-content{
    left: 24vw;
}
.about-us-section2 .banner-card-image img{
    right:25vw;
}
}
@media (min-width:320px){
.about-us-section3{
    height: auto;
    padding-bottom: 50px;
}
}

.about-us-section4 {
    padding: 0px 135px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-us-section4 .founded{
    margin-top: 20px;
    width: 570px;
    height: 85px;
}

@media (min-width:320px) and (max-width:600px) {
.about-us-section4 {
    padding: 0px 15px 60px;
    flex-direction: column;
    gap: 50px;
}
.about-us-section4 .founded{
    margin-top: 20px;
    width: auto;
    height:auto;
    font-size: 12px;
}  
.about-us-section4 .roboto-extra{
    font-size: 25px;
    text-align: center;
}
}

@media (min-width:601px) and (max-width:800px) {
.about-us-section4 {
    padding: 0px 20px 60px;
    flex-direction: column;
    gap: 50px;
}
.about-us-section4 .founded{
    margin-top: 20px;
    width: auto;
    height:auto;
    font-size: 14px;
}  
.about-us-section4 .roboto-extra{
    font-size: 30px;
    text-align: center;
}
}
@media (min-width:801px) and (max-width:1000px) {
.about-us-section4 {
    padding: 0px 40px 60px;
    flex-direction: column;
    gap: 50px;
}
.about-us-section4 .founded{
    margin-top: 20px;
    width: auto;
    height:auto;
}  
.about-us-section4 .roboto-extra{
    text-align: center;
    font-size: 30px;
}
.about-us-section4 .globe-img img{
    width: 721px;
    height: 287px;
}
}
@media (min-width:1001px) and (max-width:1300px) {
.about-us-section4 {
    padding: 0px 50px 60px;
    gap: 30px;
}
.about-us-section4 .founded{
    margin-top: 20px;
    width: 420px;
    height:auto;
}  
.about-us-section4 .roboto-extra{
    text-align: center;
}
}
@media (min-width:1301px) and (max-width:1500px) {
.about-us-section4 {
    padding: 0px 32px 60px;
    gap: 30px;
}
.about-us-section4 .founded{
    margin-top: 20px;
    width: 520px;
    height:auto;
}  
}

@media (min-width:1501px) {
    .about-us-section4 {
    padding: 120px 32px 100px;
    gap: 30px;
}
.about-us-section4 .globe-img img{
    width: 761px;
    height: 300px;
}
}


/* about-us-section5 */

.about-us-section5 {
    height: 660px;
    border-radius: 121px;
    background-color:var(--fafafb-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
} 
.about-us-section5 .mission{
    line-height: 28px;
    color: var(--btn-bg-color);
    text-align: center;
}
.about-us-section5  .transforming{
    width: 892px;
    height: 118px;
    line-height: 130%;
    margin-top: 30px;
    text-align: center;
}
.about-us-section5 .date-think{
    width: 1210px;
    height: 115px;
    line-height: 28px;
    color: var(--para-text-color);
    text-align: center;
}
.about-us-section5 .think{
    margin-top: 20px;
}

@media (min-width:320px) and (max-width:600px) {
.about-us-section5 {
    height: auto;
    margin: 0 15px 50px;
    padding: 20px;
} 
.about-us-section5  .transforming{
    width: auto;
    height: auto;
    line-height: 30px;
    font-size: 20px;
}
.about-us-section5 .date-think{
    width: auto;
    height: auto;
    font-size: 14px;
}   
}

@media (min-width:601px) and (max-width:800px) {
.about-us-section5 {
    height: auto;
    margin: 0 20px 50px;
    padding: 20px;
} 
.about-us-section5  .transforming{
    width: auto;
    height: auto;
    line-height: 30px;
    font-size: 25px;
}
.about-us-section5 .date-think{
    width: auto;
    height: auto;
}   
}

@media (min-width:801px) and (max-width:1000px) {
.about-us-section5 {
    height: auto;
    margin: 0 40px 50px;
} 
.about-us-section5  .transforming{
    width: auto;
    height: auto;
    line-height: 50px;
    font-size: 30px;
}
.about-us-section5 .date-think{
    width: auto;
    height: auto;
}   
}

@media (min-width:1001px) and (max-width:1300px) {
.about-us-section5 {
    height: auto;
    margin: 0 50px 50px;
    padding: 20px;
} 
.about-us-section5  .transforming{
    width: auto;
    height: auto;
    line-height: 50px;
}
.about-us-section5 .date-think{
    width: auto;
    height: auto;
}   
}
@media (min-width:1301px) and (max-width:1500px) {
.about-us-section5 {
    height: auto;
    margin: 0 32px 50px;
    padding: 20px;
} 
.about-us-section5  .transforming{
    width: auto;
    height: auto;
    line-height: 50px;
}
.about-us-section5 .date-think{
    width: auto;
    height: auto;
}   
}

/* about-us-section6 */

.about-us-section6 {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding-top: 124px;
    gap: 39px;
}
.about-us-section6 .our-values-content .values{
    line-height: 100%;
}
.about-us-section6 .our-values-content .leading-technology{
    line-height: 28px;
    color: var(--para-text-color);
    margin-top: 20px;
    width: 546px;
    height: 56px;
}
.about-us-section6 .our-values-content .intergrity-ssections{
    width: 643px;
    height: auto;
    border: 1px solid #332C2940;
    border-radius: 20px;
    padding: 31px;
    margin-top: 30px;
}
.about-us-section6 .our-values-content .Innovation, .about-us-section6 .our-values-content .Excellence, .about-us-section6 .our-values-content .Performance{
    margin-top: 10px;
}
.about-us-section6 .our-values-content .intergrity-ssections .name-image{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-us-section6 .our-values-content .intergrity-ssections .name-image .jost-semi{
   line-height: 40px;
}
.about-us-section6 .our-values-content .intergrity-ssections .name-image img{
    width: 15px;
    height: 15px;
}
.about-us-section6 .our-values-content .intergrity-ssections .name-image .rotating-arrows{
    transform: rotate(180deg);
}
.about-us-section6 .our-values-content .intergrity-ssections .endeavour{
    line-height: 28px;
    color: var(--para-text-color);
    margin-top: 28px;
    display: none;
}
.about-us-section6 .values-image img{
    width: 640px;
    height: 711px;
    border-radius: 20px;
}

@media (min-width:320px) and (max-width:600px) {
.about-us-section6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 0px 15px 60px;
}
.about-us-section6 .our-values-content .values{
    font-size: 20px;
    text-align: center;
}
.about-us-section6 .our-values-content .leading-technology{
    font-size: 12px;
    width: auto;
    height: auto;
    text-align: center;
}
.about-us-section6 .our-values-content .intergrity-ssections{
    width:auto;
    height: auto;
    padding: 20px;
    margin-top: 30px;
}
.about-us-section6 .our-values-content .intergrity-ssections .name-image .jost-semi{
   font-size: 20px;
}
.about-us-section6 .our-values-content .intergrity-ssections .endeavour{
    font-size: 12px;
}
.about-us-section6 .values-image img{
    width: auto;
    height: auto;
}

}

@media (min-width:601px) and (max-width:800px) {
.about-us-section6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 0px 20px 60px;
}
.about-us-section6 .our-values-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-us-section6 .our-values-content .values{
    font-size: 30px;
    text-align: center;
}
.about-us-section6 .our-values-content .leading-technology{
    font-size: 16px;
    width: auto;
    height: auto;
    text-align: center;
}
.about-us-section6 .our-values-content .intergrity-ssections{
    width:570px;
    height: auto;
    padding: 20px;
    margin-top: 30px;
}
.about-us-section6 .our-values-content .intergrity-ssections .name-image .jost-semi{
   font-size: 25px;
}
.about-us-section6 .our-values-content .intergrity-ssections .endeavour{
    font-size: 16px;
}
}

@media (min-width:801px) and (max-width:1000px) {
.about-us-section6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 0px 40px 60px;
}
.about-us-section6 .our-values-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-us-section6 .our-values-content .values{
    text-align: center;
}
.about-us-section6 .our-values-content .leading-technology{
    width: auto;
    height: auto;
    text-align: center;
}
.about-us-section6 .our-values-content .intergrity-ssections{
    height: auto;
    padding: 20px;
    margin-top: 30px;
}
}

@media (min-width:1001px) and (max-width:1200px) {
.about-us-section6 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0px 50px 60px;
}
.about-us-section6 .our-values-content .leading-technology{
    width:500px;
    height: auto;
}
.about-us-section6 .our-values-content .intergrity-ssections{
    width:500px;
    height: auto;
    padding: 20px;
    margin-top: 30px;
}
.about-us-section6 .values-image img{
    width: 450px;
    height: auto;
}

}
@media (min-width:1164px) and (max-width:1200px) {
.about-us-section6 {
    gap: 50px;
}
}

@media (min-width:1201px) and (max-width:1300px) {
.about-us-section6 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0px 50px 60px;
}
.about-us-section6 .our-values-content .leading-technology{
    width:550px;
    height: auto;
}
.about-us-section6 .our-values-content .intergrity-ssections{
    width:500px;
    height: auto;
    padding: 20px;
    margin-top: 30px;
}
.about-us-section6 .values-image img{
    width: 650px;
    height: auto;
}

}

@media (min-width:1301px) and (max-width:1500px) {
.about-us-section6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0px 32px 60px;
}
.about-us-section6 .our-values-content .leading-technology{
    width:auto;
    height: auto;
}
.about-us-section6 .our-values-content .intergrity-ssections{
    width:500px;
    height: auto;
    padding: 20px;
    margin-top: 30px;
}
.about-us-section6 .values-image img{
    width: auto;
    height: auto;
}
}

/* about-us-section7 */
.about-us-section7 .critical{
    line-height: 100%;
    width: 1310px;
    margin: 0px auto;
    margin-top: 120px;
}
.about-us-section7 .section7-cards{
    height: 373px;
    border-radius: 121px;
    background-color:var(--fafafb-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 120px;
}
.about-us-section7 .section7-cards .all-cards{
    width: 305px;
    height: 313px;
    border-radius: 14px;
    background-color: var(--white-text-color);
    box-shadow: 0px 2px 19.2px 0px #0000001A;
    padding: 30px 24px 74px 30px;
}
.about-us-section7 .section7-cards .all-cards img{
    width: 57px;
    height: 57px;
}
.about-us-section7 .section7-cards .all-cards .scale{
    line-height: 100%;
    margin-top: 17px;
}
.about-us-section7 .section7-cards .all-cards .fast-secure{
    line-height: 140%;
    margin-top: 20px;   
    color: var(--para-text-color);
}

@media (min-width:320px) and (max-width:600px) {
.about-us-section7{
    margin: 0px 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-us-section7 .critical{
    width: auto;
    text-align: center;
    margin: 0px;
    font-size: 20px
}
.about-us-section7 .section7-cards{
    width: 100%;
    max-width: 100%;
    height: 373px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    overflow-x: scroll;
    border-radius: 20px;
}
.about-us-section7 .section7-cards .all-cards{
    min-width: 280px;
}
.about-us-section7 .section7-cards .distribution-card{
    margin-left: 10px;
}
.about-us-section7 .section7-cards .innovation-card{
    margin-right: 10px;
}   
}

@media (min-width:601px) and (max-width:1000px) {
.about-us-section7{
    margin: 0px 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-us-section7 .critical{
    width: auto;
    text-align: center;
    margin: 0px;
    font-size: 30px
}
.about-us-section7 .section7-cards{
    width: 100%;
    max-width: 100%;
    height: 373px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    overflow-x: scroll;
    border-radius: 20px;
}
.about-us-section7 .section7-cards .all-cards{
    min-width: 305px;
}
.about-us-section7 .section7-cards .distribution-card{
    margin-left: 10px;
}
.about-us-section7 .section7-cards .innovation-card{
    margin-right: 10px;
}   
}

@media (min-width:801px) and (max-width:1000px) {
.about-us-section7{
    margin: 0px 40px 50px;
}
}
@media (min-width:1001px) and (max-width:1300px) {
.about-us-section7{
    margin: 0px 50px 120px;
}
.about-us-section7 .critical{
    width: auto;
    margin-top: 50px;
}
.about-us-section7 .section7-cards{
    width: 100%;
    max-width: 100%;
    height: 373px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    overflow-x: scroll;
    border-radius: 20px;
}
.about-us-section7 .section7-cards .all-cards{
    min-width: 305px;
}
.about-us-section7 .section7-cards .distribution-card{
    margin-left: 10px;
}
.about-us-section7 .section7-cards .innovation-card{
    margin-right: 10px;
}      
}
@media (min-width:1301px) and (max-width:1500px) {
.about-us-section7{
    margin: 0px 32px 120px;
}
.about-us-section7 .critical{
    width: auto;
    margin-top: 100px;
}
}

/* about-us-section8 */

.about-us-section8{
    height: 832px;
    background-color: var(--f3f3f3-text-color);
}
.about-us-section8 .awards{
    line-height: 100%;
    text-align: center;
    padding-top: 120px;
}
.about-us-section8 .leading-igames{
    width: 684px;
    height: 56px;
    color: var(--para-text-color);
    line-height: 28px;
    text-align: center;
    margin: 20px auto 0px;
}
.about-us-section8 .diplay-awards{
    width: 1280px;
    height: 470px;
    border-radius: 14px;
    background-color: #FFFFFF;
    margin: 30px auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    gap: 15px;
    padding: 15px;
}

.about-us-section8 .diplay-awards .award-images{
    width: 238px;
    height: 98px;
    border-radius: 14px;
    background-color: var(--f3f3f3-text-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-us-section8 .diplay-awards .award1 img{
    width: 184px;
    height: 45px;
}
.about-us-section8 .diplay-awards .award2 img{
    width: 194px;
    height: 37px;
}
.about-us-section8 .diplay-awards .award3 img{
    width: 166px;
    height: 70px;
}
.about-us-section8 .diplay-awards .award4 img{
    width: 156px;
    height: 65px;
}
.about-us-section8 .diplay-awards .award5 img{
    width: 150px;
    height: 63px;
}
.about-us-section8 .diplay-awards .award6 img{
    width: 158px;
    height: 66px;
}
.about-us-section8 .diplay-awards .award7 img{
    width: 150px;
    height: 63px;
}
.about-us-section8 .diplay-awards .award8 img{
    width: 186px;
    height: 78px;
}
.about-us-section8 .diplay-awards .award9 img{
    width: 191px;
    height: 80px;
}
.about-us-section8 .diplay-awards .award10 img{
    width: 150px;
    height: 63px;
}
.about-us-section8 .diplay-awards .award11 img{
    width: 93px;
    height: 63px;
}
.about-us-section8 .diplay-awards .award12 img{
    width: 194px;
    height: 81px;
}
.about-us-section8 .diplay-awards .award13 img{
    width: 186px;
    height: 78px;
}
.about-us-section8 .diplay-awards .award14 img{
    width: 176px;
    height: 74px;
}
.about-us-section8 .diplay-awards .award15 img{
    width: 77px;
    height: 74px;
}
.about-us-section8 .diplay-awards .award16 img{
    width: 176px;
    height: 74px;
}
.about-us-section8 .diplay-awards .award17 img{
    width: 176px;
    height: 74px;
}
.about-us-section8 .diplay-awards .award18 img{
    width: 189px;
    height: 79px;
}
.about-us-section8 .diplay-awards .award19 img{
    width: 186px;
    height: 78px;
}
.about-us-section8 .diplay-awards .award20 img{
    width: 184px;
    height: 77px;
}

@media (min-width:320px) and (max-width:600px) {
.about-us-section8{
    height: 473px;
    padding: 0px 15px;
}
.about-us-section8 .awards{
    font-size: 20px;
    padding-top: 50px;
}
.about-us-section8 .leading-igames{
    width: auto;
    height: auto;
    font-size: 12px;
}
.about-us-section8 .diplay-awards{
    width: 90%;
    max-width: 90%;
    height: 200px;
    overflow-x: scroll;
    margin: 30px auto 30px;
    display: flex;
    flex-direction: row;
    flex-wrap:unset;
    justify-content: flex-start;
    align-items:center;
    gap: 15px;
    padding: 15px;
}

.about-us-section8 .diplay-awards .award-images{
    min-width: 238px;
    min-height: 98px;
}
}

@media (min-width:601px) and (max-width:1000px) {
.about-us-section8{
    height: 473px;
    padding: 0px 20px;
}
.about-us-section8 .awards{
    font-size: 30px;
    padding-top: 50px;
}
.about-us-section8 .leading-igames{
    width: auto;
    height: auto;
    font-size: 15px;
}
.about-us-section8 .diplay-awards{
    width: 100%;
    max-width: 100%;
    height: 200px;
    overflow-x: scroll;
    margin: 30px 0 30px;
    display: flex;
    flex-direction: row;
    flex-wrap:unset;
    justify-content: flex-start;
    align-items:center;
    gap: 15px;
    padding: 15px;
}

.about-us-section8 .diplay-awards .award-images{
    min-width: 238px;
    min-height: 98px;
}
}
@media (min-width:801px) and (max-width:1000px) {
.about-us-section8{
    height: 473px;
    padding: 0px 40px;
}
.about-us-section8 .diplay-awards{
    width: 100%;
    max-width: 100%;
    margin: 30px 0 30px;
}
}
@media (min-width:1001px) and (max-width:1350px) {
.about-us-section8{
    height: 570px;
    padding: 0px 50px;
}
.about-us-section8 .leading-igames{
    width: auto;
    height: auto;
}
.about-us-section8 .diplay-awards{
    width: 100%;
    max-width: 100%;
    height: 200px;
    overflow-x: scroll;
    margin: 30px 0 30px;
    display: flex;
    flex-direction: row;
    flex-wrap:unset;
    justify-content: flex-start;
    align-items:center;
    gap: 15px;
    padding: 15px;
}

.about-us-section8 .diplay-awards .award-images{
    min-width: 238px;
    min-height: 98px;
}
}

@media (min-width:1301px) and (max-width:1500px) {
.about-us-section8{
    padding: 0px 32px;
}
}

