/* reset 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;
  /* outline: 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;
}
input[type=number] {
  -moz-appearance: textfield;
}

/* reset cssend */


/* fontfaces start */
@font-face{
  font-family:"rsextrabold" ;
  src:url(./fonts/Roboto_Slab/static/RobotoSlab-ExtraBold.ttf) ;
}
@font-face{
  font-family:"rsblack" ;
  src:url(./fonts/Roboto_Slab/static/RobotoSlab-Black.ttf) ;
}
@font-face{
  font-family: "rsbold";
  src: url(./fonts/Roboto_Slab/static/RobotoSlab-Bold.ttf);
}
@font-face{
  font-family: "jbold";
  src: url(./fonts/Jost/static/Jost-Bold.ttf);
}
@font-face{
  font-family: "jsemiblod";
  src: url(./fonts/Jost/static/Jost-SemiBold.ttf);
}
@font-face{
  font-family: "jmedium";
  src: url(./fonts/Jost/static/Jost-Medium.ttf);
}
@font-face{
  font-family: "jregular";
  src: url(./fonts/Jost/static/Jost-Regular.ttf);
}
@font-face{
  font-family: "inter";
  src: url(./fonts/Inter/static/Inter_18pt-Light.ttf);
}

/* fontfaces end */

/* variables start */
:root{
  --text-color-white:#FFFFFF;
  --text-color-gray:#1D1D1BCC;
  --text-color-pink:#DB1E5B;
  --text-color-black: #1D1D1B;
  --background-color-whitegray:#F3F3F3;
  --background-linear-gradient:linear-gradient(180deg, #FF9202 -7.54%, #DB1E5B 100%);
  --text-color-black1:#1D1D1B4D;
  --text-color-green:#22CD42; 
  --text-color-white1:#FAFAFB;
  --text-color-black2:#1D1D1B99;
  --text-color-black3:#1D1D1B85;
  --text-color-black4:#1D1D1B80;
  --border-color-black:#333331;
  --border-color-black1:#00000014;
  --border-color-black2:#332C2940;
  --text-color-white2:#E4E4E4;
  --text-color-white3:#D9D9D9;
  --text-color-gray1:#5D636C;
  --text-color-liteblack:#9DA0AA33;
  --border-color-black3:#00000066;
  --border-color-black4:#00000026;
  --color-blue:blue;
}
/* variables end */


/* typography start */
h1{
  font-family:"rsextrabold" ;
  font-size:86px;
}
h2{
  font-family:"rsextrabold" ;
  font-size:45px;
}
h3{
  font-family: "jbold";
  font-size:20px;
  font-weight: 700;
}
h4{
  font-family: "jsemibold";
  font-size: 16px;
}
h5{
  font-family:"jmedium";
  font-size:18px ;
}
h6{
  font-family:"jregular";
  font-size:16px;
  font-weight:400px ;

}
/* typography end */

/* button start */
.btn{
border-radius: 8px;
padding-top: 15.09px;
padding-right: 25px;
padding-bottom: 15.61px;
padding-left: 25px;
text-transform: uppercase;
font-family:"jbold";
font-size:12.91px ;
background-color:var(--text-color-pink) ;
color:var(--text-color-white) ;
border:none;
width:inherit;
}
/* button end */

.footer{
  width:100%;
  height:1251px; 
  background: #1D1D1B;
  position: relative;
  z-index: 1000;
  /* margin-bottom:100px ; */
}
.foot{
  width:100%;
  height:1000px;
  background: #1D1D1B;
  position: relative;
  z-index: 1000;
}
.footer .foot1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:40px 100px 76px 100px ;
}
.footer .footer1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:127px 100px 76px 100px ;
}
.footer .footer2{
    display: flex;
    gap:46px;
}
.footer .footer2 img:nth-child(1){
    width:145px;
   height:150px;
}

.footer .footer2 h2:nth-child(2){
    width:453px;
  height:118px;
  color: var(--text-color-white);
}
.footer .start{
    width:343px;
    height:48px;
}
.footer .whitearrow{
    display: inline-block;
  width:20px;
  height:20px;
  background-image: url(./images/rightarrow\ white.png); 
  background-size: contain;
  background-repeat: no-repeat;
   margin-left:8px; 
  vertical-align: middle;
}
.footer .products{
    width:434px;
    height:670px;
    border:1px solid #333331;
    padding-left:30px;
    padding-top:30px;
    border-top-left-radius:30px; 
  
}
.footer .company{
    width:434px;
    height:670px;
    border:1px solid var(--border-color-black);
    padding-left:30px;
    padding-top:30px;
     border-top-right-radius:30px;
}
.footer .services{
    width:434px;
    height:670px;
    border:1px solid var(--border-color-black);
    padding-left:30px;
    padding-top:30px;
}
.footer .pro{
  font-family:"rsbold";
font-weight: 700;
font-style: Bold;
font-size: 20.45px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-white);
border-bottom: 1px solid var(--border-color-black);
width:226px;
padding-bottom:26px;
}
/* .footer .software p:nth-child(1){ */
.footer .game{
font-family:"rsbold";
font-weight: 700;
font-style: Bold;
font-size: 17px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-white);
padding-top:30px;
padding-bottom:15px;
}
.footer ul li a{
font-family:"jregular";
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 200%;
vertical-align: middle;
color: var(--background-color-whitegray);
/* padding-top:30px; */
}
.footer .mask{
 font-family:"rsbold";
font-weight: 700;
font-style: Bold;
font-size: 17px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-white);
padding-top:30px;   
}
.footer .call{
 font-family:"rsbold";
font-weight: 700;
font-style: Bold;
font-size: 17px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-white);
padding-top:30px; 
padding-bottom:47px;   
}
.footer .email{
    font-family:"jbold";
font-weight:700;
font-style: Bold;
font-size: 20.11px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-white);
}
.footer .order{
font-family:"rsbold";
font-weight: 700;
font-style: Bold;
font-size: 20.11px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-white);
}
.footer .down{
    display: none;
}
.footer .total{
    display: flex;
     justify-content: center;
     position: relative; 
     z-index: 10000;
     background-color:var(--text-color-black);
}
.footer .soft{
    line-height:300%;
}
.footer .others{
    padding-top:50px;
}
.footer ul{
  padding-top:10px ;  
}
.footer .rights{
  display: flex;
  width:1302px;
  height:101px; 
  border:1px solid #333331 ; 
  justify-content: space-between;
  margin-left:116.9px ;
  border-bottom-left-radius:30px;
  border-bottom-right-radius:30px;

}
.footer .mail{
display: flex;
align-items: center;
padding-top:0px ;
transform: translate(0px, 0px);
 padding-left:30px; 
 width:434px;
 border-right:1px solid var(--border-color-black) ;
}
.footer .inter{
  font-family:"inter";
  display: flex;
  align-items: center;
  font-weight: 300;
  font-style: Light;
  font-size: 13.02px;
  line-height: 100%;
  vertical-align: middle;
  color: var(--background-color-whitegray);
 
}
.footer .social{
    display: flex;
    align-items: center;
    padding-left:30px;
     width:434px;
  border-left: 1px solid var(--border-color-black);
  gap:10px;
}
.footer .soc{
font-family:"rsbold";
font-weight: 700;
font-style: Bold;
font-size: 20.8px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-white);
padding-right:20px;
}
.footer .curve{
    position: absolute;
    bottom: 0;
    left:0;
    z-index: 1;
   
}
.footer .blue{
  position: absolute;
  left:94%;
  z-index:10000 ;
  transform: translate(0px,-120px);
}

/* .scroll{
   position: absolute;
  left:94%;
  z-index:10000 ;
 transform: translate(0px,0px); 
} */

/* header */

/* .header{
  display:flex;
  justify-content: space-around;
  align-items: center;
  padding-top:10px;
  background: #FFFFFF;
}
.header .logo{
  width:173px;
height:62px;
}
.header ul{
  display: flex;
  gap:40px;

}
.header ul li a{
  font-family:"jbold";
font-size: 14px;
line-height: 100%;
vertical-align: middle;
color:var(--text-color-black)
} 
.header .drop-down{
  display: inline-block;
  width:8px;
  height:8px;
  background-image: url(./images/dropdown.png); 
  background-size: contain;
  background-repeat: no-repeat;
   margin-left:6px; 
  vertical-align: middle;
}
.header .language{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
}
.header .lang-text{
  display: flex;
  justify-content: center;
  align-items: center;
  width:60px;
height:48px;
padding:2px;
border-radius:8px;
border:2px solid #DDEFFF;
font-family:"jbold";
font-style: Bold;
font-size: 13.13px;
line-height: 100%;
vertical-align: middle;
text-transform: uppercase;
}
.header .contact-us{
 width:132px;
 height:48px;
} */
/* header end */
/* contact-us  */
.contactus{
display: flex;
justify-content: center;
gap:26px;
height: auto;
padding-top:40px;
padding-bottom: 200px;
}
.cont{
  padding-bottom:100px; 
}
.contactus .problem{
  width:500px;
height:525px;
border-radius:20px;
padding-left:42px;
 background: linear-gradient(180deg, #FE9301 0%, #DB1E5B 100%); 
} 
.contactus .problem p:nth-child(1){
  font-family:"rsextrabold";
font-weight: 800;
font-size: 56px;
line-height: 100%;
vertical-align: middle;
color:var(--text-color-white) ;
padding:42px 0px 20px 0px ;
}
.contactus .problem p:nth-child(2){
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 28px;
vertical-align: middle;
color: var(--text-color-white);
width:381px;
}
.contactus .layer{
  margin-top:44px;
  width:338px;
height:243px;
}
.contactus .form1-contact{
  width:751px;
height:901px;
border-radius:20px;
background: #FAFAFB;
padding-left:30px;
}
.contactus .quick{
  display: flex;
  font-family:"jsemibold";
font-weight: 600;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color:var(--text-color-black2);
margin-top:30px;
width:693px;
height:71px;
border-radius: 16px;
padding: 10px;
background-color:var(--text-color-white) ;
margin-bottom:20px;
/* gap: 10px; */
}
.contactus .quick1{
  font-family:"jsemibold";
font-weight: 600;
font-size: 16px;
line-height: 100%;
vertical-align: middle;
  width:330px;
height:51px;
border-radius: 12px;
gap: 10px;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
color: var(--text-color-white);
background-color:var(--text-color-black);
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.contactus .quick2{
  font-family:"jsemibold";
font-weight: 600;
font-size: 16px;
line-height: 100%;
vertical-align: middle;
color:var(--text-color-black2);
width:343px;
height:51px;
gap: 10px;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.contactus .personal{
 width:693px;
height:134px;
border-radius:16px;
box-shadow: 0px 0px 20px 0px var(--border-color-black1);
color: var(--text-color-white);
display: flex;
align-items: center;
justify-content: center;
}
.contactus .personal2{
 width:58px;
height:58px;
background: #DB1E5B;
border-radius:50px ;
display: flex;
justify-content: center;
align-items: center;
margin-left:10px;
margin-bottom:6px;
}
.contactus .info{
  font-family: "jbold";
font-size:15px;
line-height: 100%;
vertical-align: middle;
text-transform: capitalize;
color:var(--text-color-black) ;
}
.contactus .pinkline{
  width:26px;
border-width: 6px;
position: absolute;
  z-index:1000 ;
  transform: translateY(-5px);
}
.contactus .grayline{
  width:87px;
  border-width: 6px;
  position: relative;
  z-index:1;
  transform: translateY(-5px);
}
.contactus .personal22{
 width:58px;
height:58px;
background: #E4E4E4;
border-radius:50px ;
display: flex;
justify-content: center;
align-items: center;
margin-left:10px;
margin-bottom:6px;
}
.contactus .name{
  font-family:"jmedium";
font-weight: 500;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-black);
padding-top:30px;
padding-bottom:12px;
}
.contactus .names{
  font-family:"jmedium";
font-weight: 500;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-black);
padding-top:30px;
padding-bottom:12px;
}
.contactus .box1{
  font-family:"jmedium";
font-weight: 500;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-black);
padding-top:30px;
padding-bottom:12px;
}
.contactus .num{
  width:693px;
height:88px;
border-radius: 16px;
border: 1px solid var(--border-color-black2);
background-color: var(--text-color-white);
margin-bottom:0px;
display: flex;
align-items: center;
padding-left:31px ;
}
.contactus .numb{
  border:none ;
  font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-black2);  
border: none;
  outline: none;
  appearance: none;
  background: transparent; 
}
.contactus .maile{
 width:334px;
height:88px;
border-radius: 16px;
border: 1px solid var(--border-color-black2);
background-color: var(--text-color-white);
padding-left:31px ;
font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color:var(--text-color-black2);

}

.contactus .john{
  display: flex;
  gap:26px;
  margin-bottom:25px;
}

.contactus .numbers{
  display: flex;
  justify-content: center;
  align-items: center;
  width:334px;
height:88px;
border-radius: 16px;
border: 1px solid var(--border-color-black2);
background-color:var(--text-color-white) ;
padding-left: 31px;
}
.contactus .flag{
  width:32px;
  height:32px;
}
.john .num-container .numbers{
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
.john .num-container .numbers img:first-of-type{
  width: 32px;
  height: 32px;
}
.john .num-container .numbers p{
  font-family:"jmedium";
font-weight: 500;
font-size: 18px;
color: var(--text-color-black);
}
.john .num-container .numbers img:last-of-type{
  width: 10px;
  height: 10px;
}
.john .num-container .numbers input{
 border: none;
  outline: none;
  appearance: none;
  background: transparent; 
}
.john .num-container .drop-down-nums{
  width: 334px;
  max-height: 474px;
  min-height: 160px;
  border-radius: 14px;
  background-color: var(--text-color-white);
  box-shadow: 0px 0px 17px 0px #00000024;
  padding: 14px 14px 15px 14px;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  display: none;
  z-index: 100000;
}
.john .num-container .drop-down-nums .search-bar{
  width: 306px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #332C2940;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  background-color: var(--text-color-white);
}
.john .num-container .drop-down-nums .search-bar input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 13px;
  font-family: "jmedium";
  color:var(--text-color-black);
  background-color: transparent;
}

.john .num-container .drop-down-nums .search-bar input::placeholder {
  color: var(--text-color-black2);
}
.john .num-container .drop-down-nums .search-bar img{
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.john .num-container .drop-down-nums .all-countries{
  width: 306px;
  height: 67px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 18px;
  cursor: pointer;
}
.john .num-container .drop-down-nums .all-countries .img-name{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.john .num-container .drop-down-nums .all-countries .img-name img{
  width:26px ;
  height: 26px;
}
.john .num-container .drop-down-nums .all-countries p{
  font-size: 13px;
  font-family:"jmedium";
  color: var(--text-color-black);
}


























/* .contactus select{
  font-family:"jmedium";
font-weight: 500;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
border:none;
width:50px;
margin-right:10px ;
} */
.contactus .place{
  font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
border:none ;
}
.contactus .box{
  width:334px;
height:88px;
border-radius:16px;
border: 1px solid var(--text-color-black2);
background-color:var(--text-color-white) ;
display: flex;
justify-content: center;
align-items: center;
gap:200px;
margin-top:18px;
}
.contactus .no{
  width:30px;
  height:30px;
  accent-color: var(--text-color-pink);
}
.contactus .yes{
  font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
}
.contactus .boxes{
  display: flex;
  gap:26px;
}
.contactus .next{
width:334px;
height:88px;
border-radius: 16px;
background: #E4E4E4;
display: flex;
justify-content: center;
align-items: center;
gap:22px;

}
.contactus .back{
  display:flex;
  gap:26px;
  padding-top:50px;
}
.contactus .gooback{
  color: var(--text-color-black1);
 font-family:"jbold";
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 100%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

}

/* .contact-us-2 */

.contactus .expertise{
 display: flex; 
 gap:25px; 
} 

.contactus .tise{
  display: flex;
  align-items: center;
  justify-content: space-between;
   width:334px;
height:88px;
border-radius: 16px;
border: 1px solid var(--text-color-black2);
background-color: var(--text-color-white);
padding:0px 30px;
font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color:var(--text-color-black2);
}
.contactus .net{
  width:15px;
  height:15px;
}
.all-net{
  /* width:334px;
height:88px;
border-radius: 16px;
border: 1px solid #332C2940; */
}
.contactus .net-text{
font-family:"jmedium";
font-weight: 500;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
padding:30px 0px 12px 5px;
}
.contactus .doyou{
  width:693px;
height:88px;
border-radius: 16px;
border: 1px solid var(--border-color-black2);
background-color: var(--text-color-white);
padding-left:31px;
}
.contactus .pinkback{
width:334px;
height:88px;
border-radius: 16px;
display: flex;
justify-content: center;
align-items: center;
gap:22px;
background-color: var(--text-color-pink);
}
.contactus .next1{
  color:var(--text-color-white);
 font-family:"jbold";
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 100%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

}

.contactus .sright-white-left-arrow{
  width:20px;
  height:20px;

}

.contactus .back1{
  color:var(--text-color-black);
 font-family:"jbold";
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 100%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

}

.contactus .form-cntact2{
  width:751px;
height:740px;
border-radius:20px;
background: #FAFAFB;
padding-left:30px;
}

.contactus .reaches{
 width:58px;
height:58px;
background:var(--text-color-green);
border-radius:50px ;
display: flex;
justify-content: center;
align-items: center;
margin-left:10px;
margin-bottom:6px;
}

.contactus .pub{
 width:58px;
height:58px;
background:var(--text-color-pink);
border-radius:50px ;
display: flex;
justify-content: center;
align-items: center;
margin-left:10px;
margin-bottom:6px;
}

.contactus .pub2{
 width:58px;
height:58px;
background:var(--text-color-white2);
border-radius:50px ;
display: flex;
justify-content: center;
align-items: center;
margin-left:10px;
margin-bottom:6px;
}


.contactus .pinkline-lines{
  width:30px;
border-width: 6px;
position: absolute;
  z-index:1000 ;
  transform: translate(-23px ,-5px);
}
.contactus .grayline-lines{
  width:87px;
  border-width: 6px;
  position: relative;
  z-index:1;
  transform: translateY(-5px);
}



/* Error input style */

/* Error message style */
.error-text {
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  display: none;
}


.contactus .form-cntact3{
  width:751px;
height:1070px;
border-radius:20px;
background:var(--text-color-white1);
padding-left:30px;
}

.contactus .step-border{
  display: flex;
  align-items: center;
  justify-content: space-between;
   width:693px;
height:88px;
border-radius: 16px;
border: 1px solid var(--border-color-black2);
background-color: var(--text-color-white);
padding:0px 30px;
font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-black2);
}
.contactus .message-border{
  width:693px;
height:205px;
border-radius: 16px;
border: 1px solid var(--border-color-black2);
background-color: var(--text-color-white);
padding-left:31px;
font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;

}

.contactus .checks{
  display: flex;
  gap:15px;
  align-items: center;
  padding-top:30px;
  font-family:"jregular";
font-weight: 500;
font-style: Medium;
font-size: 18px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
color: var(--text-color-gray);

}

.contactus .underline{
  text-decoration: underline;
  padding-left:10px;
  
}
.contactus .checkbox{
  width:30px;
height:30px;
border-radius:4px;
background:var(--text-color-white3);
appearance: none; 
}
.contactus .darkgray{
  width:87px;
  border-width: 6px;
  position: relative;
  z-index:1;
  transform: translateY(-5px);

}
.contactus .darkpink{
  width:30px;
border-width:6px;
  z-index:1000 ;
  transform: translate(-85px ,-5px);
}


.contactus .reache{
 width:58px;
height:58px;
background:var(--text-color-green);
border-radius:50px ;
display: flex;
justify-content: center;
align-items: center;
margin-left:10px;
margin-bottom:6px;
}


.contactus .steps{
 width:58px;
height:58px;
background:var(--text-color-white2);
border-radius:50px ;
display: flex;
justify-content: center;
align-items: center;
margin-left:10px;
margin-bottom:6px;
}
.minilines{
  width:87px;
  border-width: 6px;
  position: relative;
  z-index:1;
  transform: translate(-20px ,-5px);
}
.miniline{
  width:30px;
border-width: 6px;
  z-index:1000 ;
 transform: translate(0px,-5px);
}
.darkgreen{
   width:87px;
  border-width: 6px;
  transform: translate(0px,-5px);
}
.lightgreen{
   width:87px;
  border-width: 6px;
  transform: translate(0px,-5px);
}

.contactus .walk{
 width:58px;
height:58px;
background: var(--text-color-white2);
border-radius:50px ;
display: flex;
justify-content: center;
align-items: center;
margin-left:0px;
margin-bottom:6px;
}

.contactus .walking{
 width:58px;
height:58px;
background:var(--text-color-green);
border-radius:50px ;
display: flex;
justify-content: center;
align-items: center;
margin-left:15px;
margin-bottom:6px;
}
.contactus .walk2{
 width:58px;
height:58px;
background:var(--text-color-green);
border-radius:50px ;
display: flex;
justify-content: center;
align-items: center;
margin-left:20px;
margin-bottom:6px;
}
.contactus .walk1{
 width:58px;
height:58px;
background:var(--text-color-green);
border-radius:50px ;
display: flex;
justify-content: center;
align-items: center;
margin-left:20px;
margin-bottom:6px;
}

.contactus .check{
  width:30px;
height:30px;
border-radius:4px;
 accent-color:var(--text-color-green);
}

/* contact-us-thankyoupage */
.contactus .thank-you{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 751px;
height: 525px;
border-radius: 20px;
background:var(--text-color-white1);

}
.contactus .thankyou-img{
  width: 92.75057983398438px;
height: 92.75055694580078px;
}
.contactus .thank-you-text{
  font-family:"rsextrabold";
font-weight: 800;
font-size: 42px;
line-height: 100%;
text-align: center;
vertical-align: middle;
padding-top:20px;
}
.contactus .thank-you-text1{
  font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
text-align: center;
vertical-align: middle;
padding:20px 0px 40px 0px ;
}
.contactus .out{
width:334px;
height:88px;
border-radius: 16px;
display: flex;
justify-content: center;
align-items: center;
gap:22px;
background-color: var(--text-color-pink);
}
.contactus .out1{
  color:var(--text-color-white);
 font-family:"jbold";
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 100%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

}

.contactus .sright-white-left-arrow{
  width:20px;
  height:20px;

}


.contactus .form1-contact1{
width:751px;
height:800px;
border-radius:20px;
background:var(--text-color-white1);
padding-left:30px;
}

.contactus .black{
  font-family:"jsemibold";
font-weight: 600;
font-size: 16px;
line-height: 100%;
vertical-align: middle;
  width:330px;
height:51px;
border-radius: 12px;
gap: 10px;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
color: var(--text-color-white);
background-color:var(--text-color-black);
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.contactus .white{
  font-family:"jsemibold";
font-weight: 600;
font-size: 16px;
line-height: 100%;
vertical-align: middle;
color:  var(--text-color-black2);
  width:343px;
height:51px;
gap: 10px;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.contactus .send{
width:693px;
height:88px;
border-radius: 16px;
display: flex;
justify-content: center;
align-items: center;
gap:22px;
background-color: var(--text-color-pink);
margin-top:40px;
/* margin-bottom:40px; */
}





/* news */
.news{
  width:100%;
height:580px;
background: var(--text-color-gray1);
 display: flex;
justify-content: center;
align-items: center;
flex-direction: column; 
padding-top:200px;
}
.news .news-text{
  display: flex;
justify-content:center;
align-items: center;
gap:120px;
padding: 0px 0px 0px 0px;
}
.news .nexoranews h1:nth-child(1){
  width: 304px;
height: 172px;
color:var(--text-color-white);
line-height:86px;
}
.news .nexoranews p:nth-child(2){
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 28px;
vertical-align: middle;
color:var(--text-color-white);
width:478px;
height: 56px;
padding-top:10px ;

}
.news .circleimg{
  display: flex;
  justify-content: space-around;
}
.news .newsimg{
  margin-bottom: 70px;
}
.news .cir2{
  margin-right:0px;
}
.news .alltimes{
  width:1270px;
height: 144px;
border-radius: 20px;
background-color: var(--text-color-white);
display: flex;
justify-content: center;
align-items: center;
gap:35px;
margin-top:70px;
padding-top:30px;
padding-bottom:30px;
box-shadow: 0px 4px 42px 0px #00000029;

}
.news .times{
  display: flex;
  justify-content:center;
  flex-direction: column;
  align-items: center;
  width:349px;
height: 102px;
border-radius: 20px;
background:var(--text-color-white);
border: 1px solid var(--border-color-black2);
padding: 0px 43px 0px 35px;
position: relative;
}
.news .hi{
  font-family:"jbold";
font-weight: 600;
font-size: 22px;
line-height: 100%;
vertical-align: middle;
width:300px;

}
.news .times img{
  width:15px;
height:15px;

}
.news .year{
  display: flex;
  justify-content:center;
  align-items: center;
  gap:3px;
}
.news .recent:hover{
  border:1px solid var(--text-color-black) ;
  cursor: pointer;
}
.news .whitecard{
  width:349px;
height:326px;
border-radius:14px;
box-shadow: 0px 0px 17px 0px #00000024;
background: var(--text-color-white);
padding:10px;
position: absolute;
top:110px;
}
.news .recent{
  width:321px;
height:67px;
border-radius: 10px;
font-family:"jmedium";
font-weight: 500;
font-style: Medium;
font-size: 13px;
line-height: 100%;
vertical-align: middle;
background: var(--background-color-whitegray);
margin-bottom:10px;
display: flex;
align-items: center;
padding-left:18px;
}
.news .twoarrows{
  display: flex;
  
}
.news .down{
  display: none;
}
.news .searchnews{
  display: flex;
  justify-content:space-between;
  align-items: center;
  width:830px;
height: 102px;
border-radius: 20px;
background: var(--background-color-whitegray);
padding:0px 31px 0px 35px ;
}
.news .searchnews p:nth-child(1){
  font-family:"jregular";
font-weight: 400;
font-size: 22px;
line-height: 100%;
vertical-align: middle;
color:var(--text-color-black3);
}
.news .searchnews img{
  width:40px;
height:40px;
}
 
/* section2-allnews */
.section2-allnews{
  width:100%;
  height:auto;
  padding:100px 0px ;
}
.section2-allnews .hug{
padding-left:100px;
padding-top:50px;
}
.section2-allnews .allcards{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap:36px;
  padding-top:30px;
}
.section2-allnews .news-card{
  width: 418px;
height: 620px;
box-shadow: 0px 0px 10px 0px #00000038;
border-radius:14px;
background-color: var(--background-color-whitegray);
}
.section2-allnews .news-card:hover{
cursor:context-menu;
background-color: var(--text-color-white);
}
.section2-allnews .aug{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:149px;
  padding-top:24px;
}
.section2-allnews .doll{
  display: flex;
  gap:0px;
  justify-content: center;
  align-items: center;

}
.section2-allnews .clock{
  display: flex;
  gap:5px;
  justify-content: center;
  align-items: center;
}
.section2-allnews .alena{
  font-family:"jregular";
font-weight: 400;
font-size: 13.34px;
line-height: 100%;
vertical-align: middle;

}
.section2-allnews .line{
  width:370px;
  border-bottom: 2px solid var(--text-color-liteblack);
  margin-left:24px ;
  padding-top: 30px;
}
.section2-allnews .think{
  font-family:"rsblack";
font-weight: 900;
font-size: 25.38px;
line-height:32px;
vertical-align: middle;
padding:15px 24px ;

}
.section2-allnews .view{
  font-family:"jregular";
font-weight: 400;
color:var(--text-color-gray);
font-size: 16px;
line-height: 26px;
vertical-align: middle;
padding:0px 24px 10px 24px ;
}
.section2-allnews .read-full{
  display: flex;
 padding-left:24px;
  align-items: center;
  gap:0px;
  padding-top:20px;
}
.section2-allnews .readfull-text{
  display: flex;
  gap:20px;
}
.section2-allnews .readfull-text p:nth-child(1){
  font-family:"jsemibold";
font-weight: 600;
font-size: 13.34px;
line-height: 100%;
vertical-align: middle;
text-transform: uppercase;
color:var(--text-color-pink);
 display: none; 
}
.section2-allnews .news-card:hover .read-full  .readfull-text p:nth-child(1){
  display: block;
}
/* .section2-allnews .readfull-text p:nth-child(1):hover{
 display: block;
 background-color:var(--text-color-white) ;
 cursor: context-menu;
} */
.section2-allnews .readfull-text img{
  transform: translate(0px,-5px);
}
.section2-allnews .cursor{
transform: translate(-70px,0px);
}
.section2-allnews .mapimg{
  width: 417px;
height: 253px;
border-top-left-radius:14px ;
border-top-right-radius:14px ;
}
.section2-allnews .gray{
background-color: var(--background-color-whitegray);

}
.section2-allnews .gray:hover{
  cursor: context-menu;
  background: var(--text-color-white);
}
.section2-allnews .pinkarrow{
  margin-left:24px;
  margin-top:24px;
}
.section2-allnews .loading{
  display: inline-block;
  width:18px;
height:18px;
background-image: url(./images/loading.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
margin-left:45px;
vertical-align: middle;
}
.section2-allnews .loades{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:50px;
}
.section2-allnews .load{
  width:180px;
  height:53px;
  background: var(--background-color-whitegray);
  color:var(--text-color-pink) ;
}

.news-page3{
display: flex;
flex-direction:column ;
justify-content: center;
align-items: center;
}
.news-page3 .gray-back{
width:100%;
height:76px;
background: var(--background-color-whitegray);
 display: flex;
/* justify-content: center; */
align-items: center; 
padding-left:120px;
}
.news-page3 .gray-back-text{
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 26px;
vertical-align: middle;
color: var(--text-color-gray);
display: flex;
justify-content: center;
align-items: center;
gap:24px;
}
.news-page3 .ree{
  width: 1300px;
  padding:30px 0px 30px 0px ;

}
.news-page3 .all-girl{
  padding:30px 0px ;
  display: flex;
  gap:26px;
}
.news-page3 .girl{
  width: 973px;
height: 102px;
border-radius: 20px;
border: 1px solid var(--border-color-black2);
display: flex;
justify-content:space-between;
align-items: center;
padding:0px 30px 0px 20px ;
}
.news-page3 .girl-text{
display: flex;
justify-content: center;
align-items: center;
gap:20px;
}
.news-page3 .girl-text h4:nth-child(2){
  font-size: 22px;
line-height: 100%;
vertical-align: middle;

}
/* .infact:hover{
 color: #0077B5;
 
 
} */
.news-page3 .cal{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 307px;
height: 102px;
border-radius: 20px;
gap:16px;
border: 1px solid var(--border-color-black2);
}
.news-page3 .cal-text{
  color: var(--text-color-black);
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 100%;
vertical-align: middle;

}
.news-page3 .lorem{
  width: 1306px;
height:auto;
  color: var(--text-color-black);
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 26px;
vertical-align: middle;
padding:15px 0px;
}

/* news-page3-section2 */
.news-page3-section2{
padding: 50px 0px 100px 0px;
}


.news-page3-section2 .mapimg{
  width: 417px;
height: 253px;
border-top-left-radius:14px ;
border-top-right-radius:14px ;
}
.news-page3-section2 .gray{
background-color: var(--background-color-whitegray);

}
.news-page3-section2 .pinkarrow{
  margin-left:24px;
  margin-top:24px;
}
.news-page3-section2 .news-card{
  width: 418px;
height: 620px;
box-shadow: 0px 0px 10px 0px #00000038;
border-radius:14px;
}
.news-page3-section2 .aug{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:149px;
  padding-top:24px;
}
.news-page3-section2 .doll{
  display: flex;
  gap:0px;
  justify-content: center;
  align-items: center;

}
.news-page3-section2 .clock{
  display: flex;
  gap:5px;
  justify-content: center;
  align-items: center;
}
.news-page3-section2 .alena{
  font-family:"jregular";
font-weight: 400;
font-size: 13.34px;
line-height: 100%;
vertical-align: middle;

}
.news-page3-section2 .line{
  width:370px;
  border-bottom: 2px solid var(--text-color-liteblack);
  margin-left:24px ;
  padding-top: 30px;
}
.news-page3-section2 .think{
  font-family:"rsblack";
font-weight: 900;
font-size: 25.38px;
line-height:32px;
vertical-align: middle;
padding:15px 24px ;
}
.news-page3-section2 .view{
  color:var(--text-color-gray);
font-size: 16px;
line-height: 26px;
vertical-align: middle;
padding:0px 24px 10px 24px ;
}
.news-page3-section2 .over{
  padding-left:100px;
  padding-bottom:30px;
  
}
.news-page3-section2 .praskuryna{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:26px;
}

/* privacy-section */

.privacy-section{
  
padding-bottom:60px;
}
.privacy-section .privacy-nexora{
width:100%;
height:76px;
background:var(--background-color-whitegray) ;
display: flex;
flex-direction: column;
justify-content: center;
}
.privacy-section .privacy-policy{
  display: flex;
  align-items: center;
  gap:24px;
  padding-left:125px;
 color: var(--text-color-gray);
 font-weight: 400;
}
.privacy-section .finra{
 color: var(--text-color-gray);
 line-height:26px;
  padding-bottom:10px; 
  font-weight: 400;
  font-size:16px;
  font-family: "jregular";
}
.privacy-section .fin{
 color: var(--text-color-gray);
 line-height:26px;
  font-weight: 400;
  padding-left:20px;
  font-size:16px;
  font-family: "jregular";
}
.privacy-section .left{
  padding-left:10px;
}
.privacy-section .introduction{
  padding-top:30px;
  font-size: 20px;
  font-family:"jbold" ;
  font-weight: 700;
}
.privacy-section .collect{
  font-size: 20px;
  font-family:"jbold" ;
 padding-top:20px ;
  font-weight: 700;
}
.privacy-section .website{
  padding-top:50px;
  padding-left:120px;
}
.privacy-section .all-finra{
  padding:0px 120px ;
}

/* anti-money-section */
.anti-money-section{
  padding-bottom:100px;
}
.anti-money-section .anti-laundaring{
  display: flex;
  align-items: center;
  width:100%;
  height:76px;
  background: var(--background-color-whitegray);
}
.anti-money-section .anti-text{
  display: flex;
  align-items: center;
  gap:24px;
 font-weight: 400;
 padding-left:130px;
 font-size:16px;
 font-family:"jregular";
line-height: 26px;
vertical-align: middle;

}
.anti-money-section .zero{
  color:var(--text-color-gray);
  font-weight: 400;
  line-height:26px;
  padding-bottom:20px;
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 26px;
vertical-align: middle;

}
.anti-money-section .hero{
  font-weight: 700;
  padding:20px 0px ;
  font-family:"jbold";
font-style: Bold;
font-size: 20px;
line-height: 26px;
vertical-align: middle;

}
.anti-money-section .aml{
  padding: 30px 0px 30px 120px;
}
.anti-money-section .we{
  padding:0px 120px ;
}

/* carrersection */
.carrer-section{
  width:100%;
  height:646px;
  background-image: url(./images/carrer.png);
  background-position:-380px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  padding:200px 0px 0px 120px ;
}

.carrer-section .rethink{
 width:599px;
font-weight: 800;
font-size: 86px;
line-height: 88px;
vertical-align: middle;
color: var(--text-color-white);
padding-bottom:28px;
}
.carrer-section .rethink-text{
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 28px;
vertical-align: middle;
color: var(--text-color-white);
}

.carrer-section1{
padding-bottom: 100px;
}
.carrer-section1 .explore-career-areas{
  font-family:"rsextrabold";
font-weight: 800;
line-height: 100%;
text-align: center;
vertical-align: middle;
padding:100px 0px 40px 0px ;
}
.carrer-section1 .carrer-area{
  display: flex;
  justify-content: center;
  gap:26px;
}
.carrer-section1 .all-jobs{
  width: 418px;
height: 82px;
border-radius: 14px;
border: 1px solid var(--border-color-black2);
display: flex;
justify-content:space-between;
align-items:center;
padding:0px 30px ;
}
.carrer-section1 .all-jobs-text{
  font-family:"jsemibold";
font-weight: 600;
font-size: 18px;
line-height: 100%;
vertical-align: middle;

}
.carrer-section1 .all-jobs-text-img{
  width:15px;
height:15px;
}
.carrer-section1 .search-job{
  width: 862px;
height: 82px;
border-radius: 14px;
border: 1px solid var(--border-color-black2);
display: flex;
justify-content:space-between;
align-items:center;
padding:0px 30px ;
}
.carrer-section1 .search-by-job{
  font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color:var(--text-color-black4);
}
.carrer-section1 .customer-support{
  font-family:"rsextrabold";
font-weight: 800;
font-size: 35px;
line-height: 100%;
vertical-align: middle;
width:1300px;
margin: 0 auto;
padding: 50px 0px 25px 0px;
}
.carrer-section1 .age-all{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:12px;
}
.carrer-section1 .api-support{
  width:1306px;
height:206px;
border-radius: 14px;
border: 1px solid var(--border-color-black3);
}
.carrer-section1 .api-support-text{
  font-family:"jbold";
font-weight: 600;
font-size: 23px;
line-height: 100%;
vertical-align: middle;
padding:32px 0px 15px 32px;
color: var(--text-color-black);
}
.carrer-section1 .warsaw{
  display: flex;
  gap:32px;
  padding:0px 0px 22px 32px ;
}
.carrer-section1 .warsaw-text{
  display: flex;
  justify-content:center;
  align-items:center;
  font-family:"jregular";
font-weight: 400;
font-size: 14px;
line-height: 100%;
vertical-align: middle;
gap:10px;

}
.carrer-section1 .warsaw-img{
  width:18px;
height:18px;
}
.carrer-section1 .ago{
  font-family:"jregular";
font-weight: 400;
font-size: 14px;
line-height: 26px;
vertical-align: middle;
width:1214px;
padding-left:32px;
}


/* .carrer2-section */
.carrer2-section{
  padding-bottom:100px;
}
.carrer2-section .vibe{
  display: flex;
  align-items: center;
  width:100%;
height: 76px;
background: var(--background-color-whitegray);

}
.carrer2-section .vibe1{
  display: flex;
  align-items: center;
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 26px;
vertical-align: middle;
color: var(--text-color-gray);
gap:24px;
width:1300px;
margin: 0 auto;
}
.carrer2-section .spanimg{
  width:12px;
height:12px;

}

.carrer2-section .vibe2{
   width:1300px;
   margin: 0 auto; 
   padding:30px 0px 20px 0px;
}
.carrer2-section .vibe3{
  display: flex;
  align-items: center;
  gap:35px;
  width:1300px;
  margin: 0 auto;
}
.carrer2-section .vibe4{
  display: flex;
  align-items: center;
  gap:10px;
}
.carrer2-section .vibeimg{
  width:22px;
 height:22px;
}
.carrer2-section .apply-now-button{
  width:129px;
  margin: 25px 0px 30px 60px;
}
.carrer2-section .role{
  width:1300px;
  margin: 0 auto;
}
.carrer2-section .roling{
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 26px;
vertical-align: middle;
padding-bottom:20px;
}
.carrer2-section .join{
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 26px;
vertical-align: middle;
}
.carrer2-section .bugs{
  padding-left: 20px;
}

/* .carrer3-sections*/

.carrer3-sections{
  display: flex;
  padding:56px 0px 100px 0px ;
  justify-content: center;
  gap:26px;
}
.carrer3-sections .soon{
  width: 529px;
height: 625px;
border-radius: 20px;
background: linear-gradient(180deg, #CE8935 0%, #6E4404 100%);

}
.carrer3-sections .soon1{
  font-family:"rsextrabold";
font-weight: 800;
font-size: 56px;
line-height: 60px;
vertical-align: middle;
color: var(--text-color-white);
padding: 41px 0px 45px 42px;
}
.carrer3-sections .soon2{
  width:430px;
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 28px;
vertical-align: middle;
color: var(--text-color-white);
padding-left:42px;
padding-bottom:80px;
}

.carrer3-sections .bag{
  width:233px;
height:234px;
margin-left:180px ;
}

.carrer3-sections .apply-form{
  width:751px;
height:1047px;
border-radius: 20px;
background:var(--text-color-white1)

}

.carrer3-sections .apply-position{
font-family:"rsbold";
font-weight:600;
font-size: 32px;
line-height: 100%;
vertical-align: middle;
padding:35px 0px 30px 30px  ;
}
.carrer3-sections .apply-mail{
  font-family:"jmedium";
font-weight: 500;
font-style: Medium;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
padding-bottom:18px;
padding-left:37px;
padding-top: 25px;
}
.carrer3-sections .letter{
  width: 693px;
height: 88px;
border-radius: 16px;
border: 1px solid var(--border-color-black2);
font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color:var(--text-color-black2);
padding-left:31px;
margin-left:30px;
}
.carrer3-sections .names-section{
  display: flex;
  gap:25px;
  padding-left:30px;
}
.carrer3-sections .apply-type{
  width: 334px;
height: 88px;
border-radius: 16px;
border: 1px solid var(--border-color-black2);
font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-black2);
padding-left:31px;

}
.carrer3-sections .apply-select{
  display: flex;
  justify-content: space-between;
  align-items:center;
  width: 693px;
height: 88px;
border-radius: 16px;
border: 1px solid var(--border-color-black2);
padding:0px 30px ;
margin-left:30px;
background-color: var(--text-color-white);
}
.carrer3-sections .apply-select-text{
  font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color:var(--text-color-black2);
}
.carrer3-sections .apply-select-img{
  width: 28px;
height: 28px;
}
.carrer3-sections .letter-cover{
  width:693px;
height:158px;
border-radius: 16px;
border: 1px solid var(--border-color-black2);
font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
color:var(--text-color-black2);
padding-left:30px;
margin:25px 0px 40px 30px ;
}
.carrer3-sections .button-submit{
  width:693px;
  height:88px;
border-radius: 16px;
background-color: var(--text-color-pink);
font-family:"jbold";
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 100%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
color:var(--text-color-white);
margin-left:30px;
}

/* partners section */
.partners-page1-section{
  width:100%;
  height:646px;
  background-image: url(./images/Rectangle\ 2\ \(1\).png);
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat;
  padding:140px 0px 0px 100px ;
}
.partners-page1-section .nexora-partners{
  font-family:"rsextrabold";
font-weight: 800;
font-size: 86px;
line-height: 88px;
vertical-align: middle;
color:var(--text-color-white);
width: 356px;
} 
.partners-page1-section .nexora-partners-text{
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 28px;
vertical-align: middle;
color: var(--text-color-white);
padding: 30px 0px;
}
.partners-page1-section .become-a-partner{
width: 182px;
height: 48px;
border-radius: 8px;
font-family:"jbold";
font-weight: 700;
font-style: Bold;
font-size: 12.91px;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
color: var(--text-color-white);
background-color: unset;
border-color:var(--text-color-white) ;
border: 1.2px solid #FFFFFF;
}
/* .partners-page1-section */
.partners-page1-section1{
padding: 85px 0px 100px 0px;
 display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column; 
}
.partners-page1-section1 .setup{
  display: flex;
  justify-content: space-between;
  align-items: center;
   gap:770px;
  padding-bottom:42px; 
  position: relative;
}
.partners-page1-section1 .setup2{
  display: flex;
  justify-content:space-between;
  align-items: center;
  width: 349px;
height: 82px;
border-radius: 14px;
border: 1px solid var(--border-color-black2);
padding:0px 28px;
position: relative;
cursor: pointer;
}
.partners-page1-section1 .setup3{
  font-family:"jsemibold";
font-weight: 600;
font-size: 18px;
line-height: 100%;
vertical-align: middle;

}
.partners-page1-section1 .setup3img{
  width: 15px;
height: 15px;
color:var(--text-color-white);
}
.partners-page1-section1 .setup-line{
  width: 1306.000000000005px;
  border: 1.2px solid var(--border-color-black4);
}
.partners-page1-section1 .setups{
  display: flex;
  justify-content: space-between;
  align-items: center;
   gap:986px; 
  padding:42px 0px 31px 0px; 
}
.partners-page1-section1 .setups1{
  display: flex;
  justify-content: space-between;
  align-items: center;
   gap:880px; 
  padding:42px 0px 0px 0px; 
}
.partners-page1-section1 .setups2{
  display: flex;
  justify-content: space-between;
  align-items: center;
   gap:870px; 
  padding:42px 0px 11px 0px; 
  
}
.partners-page1-section1 .setup4{
  font-family:"rsextrabold";
font-weight: 800;
font-size: 35px;
line-height: 100%;
vertical-align: middle;

}
.partners-page1-section1 .setup5{
  display: flex;
  justify-content:center;
  align-items: center;
  width: 130px;
height: 48px;
border-radius: 8px;
 gap:10px;
border-width: 1.2px;
border: 1.2px solid var(--text-color-black);
}
.partners-page1-section1 .setup6{
color: var(--text-color-black);
font-family:"jbold";
font-weight: 700;
font-style: Bold;
font-size: 12.91px;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
}
.partners-page1-section1 .all-logo-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap:26px;
}
.partners-page1-section1 .logo-card{
  width:418px;
height:463px;
border-radius:14px;
border-width:1px;
border: 1px solid var(--border-color-black3);
/* margin-left: 20px; */
}
.partners-page1-section1 .hrm-img{
  width:231px;
height:119px;
}

.partners-page1-section1 .hrm-img2{
  width:313px;
height:96px;
}
.partners-page1-section1 .hrm-img3{
  width:297px;
height:70px;
}
.partners-page1-section1 .hrm-img4{
  width:320px;
height:64px;
}
.partners-page1-section1 .hrm-img5{
  width:322px;
height:83px;
}
.partners-page1-section1 .hrm-img6{
  width:299px;
height:54px;
}
.partners-page1-section1 .bwimg{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 378px;
height: 221px;
border-radius: 14px;
border-bottom-width: 1px;
background-color: var(--text-color-white);
}
.partners-page1-section1 .bgimg{
  display: flex;
  justify-content: center;
  align-items: center;
  width:416px;
height:261px;
border-bottom-width: 1px;
border-top-left-radius:14px;
border-top-right-radius:14px;
background-color: var(--background-color-whitegray);
}

.partners-page1-section1 .textwhite{
   padding:32px 0px 0px 32px;
   width:418px;
}
.partners-page1-section1 .hrm{
  font-family:"jsemibold";
font-weight: 600;
font-size: 23px;
line-height: 100%;
vertical-align: middle;

}
.partners-page1-section1 .hrm1{
  font-family:"jregular";
font-weight: 400;
font-size: 14px;
line-height: 120%;
vertical-align: middle;
width: 331px;
padding-top:15px;
}


.partners-page1-section1 .short{
  display: flex;
}
.partners-page1-section1 .setup33img{
  width: 15px;
height: 15px;
display: none;
}


.partners-page1-section1 .whitecard{
  width:349px;
height:326px;
border-radius:14px;
box-shadow: 0px 0px 17px 0px #00000024;
background: var(--text-color-white);
padding:10px;
position: absolute;
top:90px;
right:0;
}
.partners-page1-section1 .recent{
  width:321px;
height:67px;
border-radius: 10px;
font-family:"jmedium";
font-weight: 500;
font-style: Medium;
font-size: 13px;
line-height: 100%;
vertical-align: middle;
background: var(--background-color-whitegray);
margin-bottom:10px;
display: flex;
align-items: center;
padding-left:18px;
}
 
.partners-page1-section1 .recent:hover{
  border:1px solid var(--text-color-black);
  cursor: pointer;
}


/* partners1-page3-section1 */
.partners1-page3-section1{
  padding-bottom:100px;
}
.partners1-page3-section1 .tech{
  width:100%;
  height:76px;
  background-color:var(--background-color-whitegray);
  display: flex;
  align-items: center;

}
.partners1-page3-section1 .tech-text{
  display: flex;
  gap:24px;
  align-items: center;
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 26px;
vertical-align: middle;
color: var(--text-color-gray);
width:1300px;
margin: 0 auto;
}
.partners1-page3-section1 .tech-text-img{
  width:13px;
  height:13px;

}
.partners1-page3-section1 .tech-it{
  font-family:"rsextrabold";
font-weight: 800;
font-size: 35px;
line-height: 100%;
vertical-align: middle;
width:1300px;
margin:0 auto ;
padding: 30px 0px;
}
.partners1-page3-section1 .all-logo-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap:26px;
}
.partners1-page3-section1 .logo-card{
  width:418px;
height:463px;
border-radius:14px;
border-width:1px;
border: 1px solid var(--border-color-black3);
/* margin-left: 20px; */
}
.partners1-page3-section1 .hrm-img{
  width:231px;
height:119px;
}

.partners1-page3-section1 .hrm-img2{
  width:313px;
height:96px;
}
.partners1-page3-section1 .hrm-img3{
  width:297px;
height:70px;
}
.partners1-page3-section1 .hrm-img4{
  width:320px;
height:64px;
}
.partners1-page3-section1 .hrm-img5{
  width:322px;
height:83px;
}
.partners1-page3-section1 .hrm-img6{
  width:299px;
height:54px;
}
.partners1-page3-section1 .bwimg{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 378px;
height: 221px;
border-radius: 14px;
border-bottom-width: 1px;
background-color: var(--text-color-white);
}
.partners1-page3-section1 .bgimg{
  display: flex;
  justify-content: center;
  align-items: center;
  width:416px;
height:261px;
border-bottom-width: 1px;
border-top-left-radius:14px;
border-top-right-radius:14px;
background-color: var(--background-color-whitegray);
}

.partners1-page3-section1 .textwhite{
   padding:32px 0px 0px 32px;
   width:418px;
}
 .partners1-page3-section1 .hrm{
  font-family:"jsemibold";
font-weight: 600;
font-size: 23px;
line-height: 100%;
vertical-align: middle;

}
.partners1-page3-section1 .hrm1{
  font-family:"jregular";
font-weight: 400;
font-size: 14px;
line-height: 120%;
vertical-align: middle;
width: 331px;
padding-top:15px;
}

.partners1-page3-section1 .abo{
  width:180px;
height:53px;
border-radius: 8px;
background-color: var(--background-color-whitegray);
font-family:"jbold";
font-weight: 700;
font-style: Bold;
font-size: 12.91px;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
color: var(--text-color-pink);
display: flex;
align-items: center;
justify-content: center;
margin-top:30px;

}


.partners1-page3-section1 .above{
  width:15px;
  height:15px; 
  background-image: url(./images/loading.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 margin-left:40px;
}


/* pattern2 */
.partners2-page4-section1{
  display: flex;
  justify-content: center;
  gap:26px;
  padding:50px 0px 100px 0px ;
}
.partners2-page4-section1 .become{
  width: 529px;
height: 625px;
border-radius: 20px;
background: linear-gradient(180deg, #6235CE 0%, #1B0359 100%);
/* display: flex;
flex-direction: column;
justify-content: center;
align-items: center; */
}
.partners2-page4-section1 .become1{
  font-family:"rsextrabold";
font-weight: 800;
font-size:56px;
line-height:60px;
vertical-align: middle;
color: var(--text-color-white);
width:300px;
height:120px;
padding:42px 0px 15px 42px ;
}
.partners2-page4-section1 .become2{
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 28px;
vertical-align: middle;
color: var(--text-color-white);
padding:60px 0px 0px 42px;
width:430px;
}

.partners2-page4-section1 .become3{
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 28px;
vertical-align: middle;
color: var(--text-color-white);
padding:15px 0px 35px 42px ;
width:483px;
}
.partners2-page4-section1 .second-img{
  width:376px;
  height:180px;
 margin-left:80px;
}

.partners2-page4-section1 .program{
  width:751px;
height:625px;
border-radius:20px;
background: #FAFAFB;

}
.partners2-page4-section1 .program-text{
  font-family:"rssemibold";
font-weight: 600;
font-size: 32px;
line-height: 100%;
vertical-align: middle;
padding: 35px 0px 15px 29px;
}
.partners2-page4-section1 .program-text1{
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 33px;
vertical-align: middle;
padding-left:29px; 
}

.partners2-page4-section1 .program-text2{
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 33px;
vertical-align: middle;
padding-left:29px;
padding-bottom:43px;
}

.partners2-page4-section1 .program-text3{
  font-family:"jmedium";
font-weight: 500;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
padding:0px 0px 12px 29px;
}
  
.partners2-page4-section1 .program-text4{
  width: 693px;
height: 88px;
border-radius: 16px;
border-top: 1px solid var(--border-color-black2);
font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
border: 1px solid var(--border-color-black2);
color:var(--text-color-black2);
margin-left:29px;
padding-left:31px;
}

.partners2-page4-section1 .p-submit{
  width: 693px;
height: 88px;
border-radius: 16px;
font-family:"jbold";
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 100%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
color: var(--text-color-white);
background-color: var(--text-color-pink);
margin-top:180px;
margin-left:29px;
}


@media(min-width:300px) and (max-width:600px){
.footer{
  height:auto; 
  padding:50px 0px  100px 0px;
}
.footer .footer1{
    flex-direction: column;
    align-items: center;
    padding:0px 0px 0px 0px ;
}
.footer .footer2{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:46px;
}

.footer .footer2 h2:nth-child(2){
    width:auto;
  height:auto;
  font-size:20px;
  text-align: center;
  padding-bottom:40px;
}
.footer .start{
    font-size:10px;
    width:auto;
    margin-bottom:20px;
    padding:0px 10px ;
}
.footer .products{
    width:auto;
    height:auto;
    border:none;
    padding-left:0px;
    padding-top:0px;
    margin-top:30px;
    border-top-left-radius:30px; 
    border-bottom-left-radius:30px; 
}
.footer .company{
    width:auto;
    height:auto;
    border:none;
    padding-left:0px;
    padding-top:0px;
     border-top-right-radius:30px;
     border-bottom-right-radius:30px; 
}
.footer .services{
    width:auto;
    height:auto;
    border:none;
    padding-left:0px;
    padding-top:0px;
}
.footer .pro{
  font-family:"rsbold";
font-weight: 700;
font-style: Bold;
font-size: 20.45px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-white);
border-bottom:none;
width:226px;
padding-bottom:26px;
}
.footer .game{
font-size:15px;
line-height:150%;
margin-top:20px;
padding-top:0px;
padding-bottom:0px;
margin-bottom:30px;

}
.footer ul li a{
font-size: 14px;
line-height: 200%;
margin-top:0px;
padding-top:0px;
}
.footer .mask{
font-size: 17px;
line-height: 100%;
padding-top:0px; 
margin-top:30px;
display: none;  
}
.footer .call{
font-size: 17px;
line-height: 100%;
padding-top:0px;
margin-top:30px; 
padding-bottom:47px;
display: none;   
}
.footer .email{
font-size: 18.11px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-white);
}

.footer .down{
    width:22px;
    height:17px;
    display:block;
}
.footer .total{
     flex-direction: column;
}
.footer .soft{
    line-height:200%;
}
.footer .others{
    padding-top:0px;
    /* display: none; */
}
.footer ul{
  margin-top:0px ; 
  padding-top:0px; 
  margin-bottom:30px;
}

.footer .social img{
  width:30px;
  height:30px;
}
.footer .curve{
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.footer .blue{
  display: none;
  position: absolute;
  left:94%;
  z-index:10000 ;
  transform: translate(0px,-120px);
}
.footer .own{
  transform: translate(0px,0px);
}
.nice{
    display: flex;
    justify-content: center;
}
.footer .software{
    display: none;
} 
.footer .rights{
  display: flex;
  width:auto;
  height:auto; 
  border:none ; 
  justify-content:center;
  margin-left:0px;
  border-bottom-left-radius:30px;
  border-bottom-right-radius:30px;
  flex-direction: column;
}
.footer .mail{
display: flex;
align-items: center;
justify-content: center;
padding-top:30px;
padding-bottom:30px;
 padding-left:0px; 
 width:auto;
 border-right:1px solid var(--border-color-black) ;
 order:1 ;
}
.footer .inter{
  font-family:"inter";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-style: Light;
  font-size: 13.02px;
  line-height: 100%;
  vertical-align: middle;
  color: var(--background-color-whitegray);
  order:3;
}
.footer .social{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left:0px;
    padding-bottom:40px;
     width:auto;
  border-left: 1px solid var(--border-color-black);
  gap:10px;
  order:2 ;
}
.footer .soc{
font-family:"rsbold";
font-weight: 700;
font-style: Bold;
font-size: 20.8px;
line-height: 100%;
vertical-align: middle;
color: var(--text-color-white);
padding-right:0px;
}
 .footer .software-list{
  display: none;
} 
.items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:220px;
  margin: 0 auto;
}

.foot{
  width:100%;
  height:auto;
  background:var(--text-color-black);
  position: relative;
  z-index: 1000;
}
.footer .foot1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0px 0px 0px 0px ;
}

.header{
  justify-content: space-between;
  margin:10px 40px ;
  border:none ;
}
.header ul{
  display: none;
}
.header .contact-us{
 display:none;
}

/* contact-us  */
.contactus{
display: flex;
flex-direction: column;
gap:26px;
padding-top:40px;
padding-bottom: 50px;
}
.contactus .problem{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:auto;
height:auto;
margin:0px 5px ;
padding-bottom:50px ;
padding-left:0px;
}
.contactus .problem p:nth-child(1){
text-align: center;
}
.contactus .problem p:nth-child(2){
width:auto;
text-align: center;
padding: 0px 10px;
}
.contactus .layer{
  width:250px;
height:200px;
}
.contactus .form1-contact{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:auto;
height:auto;
padding-left:0px;
margin: 0px 5px;
padding-bottom: 50px;
}
.contactus .quick{
width:300px;
height:auto;
margin:30px 10px 20px 10px ;
/* gap: 10px; */
}
.contactus .quick h4:nth-child(1){
  width:145px;
height:51px;
}
.contactus .quick h4:nth-child(2){
width:145px;
height:51px;
}
.contactus .personal{
 width:300px;
height:90px;
}
.contactus .personal2{
 width:36px;
height:36px;
}
.contactus .info{
display: none;
}
.contactus .pinkline{
  width:16px;
}
.contactus .grayline{
  width:35px;

}
.contactus .personal22{
 width:36px;
height:36px;
}
.contactus .name{
font-size:16px;
padding-right:180px ;
}
.contactus .box1{
font-size:16px;
}
.contactus .num{
  width:300px;
height:88px;

}
.contactus .maile{
 width:300px;
}

.contactus .john{
  flex-direction: column;
  
}
.john .num-container .drop-down-nums{
  width:300px;
}

 .john .num-container .drop-down-nums .search-bar{
  width:274px;
 }
 .john .num-container .drop-down-nums .all-countries{
  width:274px;
 }
.contactus .numbers{
 width:300px;
}

.contactus .box{
  width:300px;
}
.contactus .no{
  width:30px;
  height:30px;
}
.contactus .boxes{
  flex-direction: column;
}
.contactus .next{
width:300px;

}
.contactus .back{
  flex-direction: column;
}


/* .contact-us-2 */

.contactus .expertise{
 flex-direction: column;

} 

.contactus .tise{
  display: flex;
  align-items: center;
  justify-content: space-between;
   width:300px;
}
.contactus .doyou{
  width:300px;
}
.contactus .pinkback{
width:300px;
}

.contactus .form-cntact2{
  width:auto;
height:auto;
padding-left:0px;
padding-bottom:50px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.contactus .reaches{
 width:36px;
height:36px;

}

.contactus .pub{
 width:36px;
height:36px;
}

.contactus .pub2{
 width:36px;
height:36px;
}


.contactus .pinkline-lines{
  width:12px;
  transform: translate(-15px ,-5px);
}
.contactus .grayline-lines{
  width:35px;
  transform: translateY(-5px);
}

.contactus .greenline{
  width:35px;
  transform: translateY(-5px);
}
.personal1{
  padding-right: 5px;
}



.contactus .form-cntact3{
  width:auto;
height:auto;
padding-left:0px;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom:50px;
}

.contactus .step-border{
   width:300px;
}
.contactus .message-border{
  width:300px;
}

.contactus .checks{
  gap:5px;
font-size: 13px;
}

.contactus .checkbox{
  width:20px;
height:20px;
}
.contactus .darkgray{
  width:35px;
  border-width: 6px;
  position: relative;
  z-index:1;
  transform: translateY(0px);

}
.contactus .darkpink{
  width:12px;
border-width:6px;
  z-index:1000 ;
  transform: translate(-34px ,0px);
}
.green{
  width:35px;
  border-width:6px;
}
.red{
  width:35px;
  border-width:6px;
  margin-right:5px;
  padding-right:5px;
}
.contactus .reache{
 width:36px;
height:36px;
margin-left:0px;
}

.contactus .steps{
 width:36px;
height:36px;
margin-left:0px;
}
.mess{
  width:300px;
}




/* contact-us-thankyoupage */
.contactus .thank-you{
  margin:0px 10px ;
  width:auto;
height: 525px;
}
.contactus .thank-you-text1{
padding:20px 10px 40px 10px ;
}
.contactus .out{
width:270px;

}

.contactus .form1-contact1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:auto;
height:auto;
padding-left:0px;
margin: 0px 5px;
padding-bottom: 50px;
}
.contactus .send{
  width:290px;
}

/* news */
.news{
height:auto;
padding: 50px 20px;
}
.news .news-text{
  flex-direction: column;
gap:0px;
padding: 0px 0px 0px 0px;
}
.news .nexoranews h1:nth-child(1){
 width:auto;
height:auto;
font-size:35px ;
text-align: center;
}
.news .nexoranews p:nth-child(2){
 text-align: center;
width:auto;
height:auto;
padding-bottom:30px;
}
.news .newsimg{
  width:273px;
height: 109px;

  margin-bottom: 40px;
}
.news .cir2{
  width:80px;
  margin-right:0px;
}
.news .cir3{
  width:50px;
}
.news .cir4{
  width:50px;
}
.news .cir1{
  width:60px;
}
.news .alltimes{
  width:auto;
height:auto;
flex-wrap: wrap;
padding:10px;
}
.news .times{
  width:260px;
  height:80px;
  position: relative;
}
.news .searchnews{
  width:260px;
  height:80px;
}
.news .searchnews p:nth-child(1){
font-size:16px;
}
.news .searchnews img{
  width:30px;
height:30px;
}
.news .hi{
 width:140px;
font-size:16px;

}
.news .times img{
  width:15px;
height:15px;

}
.news .year{
  display: flex;
  justify-content:center;
  align-items: center;
  gap:40px;
}
.news .recent:hover{
  border:1px solid var(--color-blue);
  cursor: pointer;
}
.news .whitecard{
  width:260px;
height:256px;
top:90px;
}
.news .recent{
  width:240px;
height:47px;
}



/* section2-allnews */
.section2-allnews{
  height:auto;
  padding:0px 0px 50px 0px ;
}
.section2-allnews .hug{
padding-left:0px;
text-align: center;
}
.section2-allnews .news-card{
  width:300px;
height:auto;
padding-bottom:30px;
}
.section2-allnews .aug{
  gap:28px;
}
.section2-allnews .doll{
  gap:0px;

}
.section2-allnews .line{
  width:260px;
}
.section2-allnews .think{
font-size:20px;
}
.section2-allnews .view{
font-size: 15px;
}
.section2-allnews .read-full{
  gap:100px;
}
.section2-allnews .cursor{
transform: translate(-30px,0px);
}
.section2-allnews .mapimg{
  width:300px;
height: 253px;
}
.news-page3 {
 padding:0px 10px ;
}
.news-page3 .gray-back{
display: none;
}

.news-page3 .ree{
  width:auto;
  padding:30px 10px 0px 10px ;
  text-align: center;
  font-size:20px;
}
.news-page3 .bigmap{
  width:300px;
  height:160px;
  margin:20px;
}
.news-page3 .all-girl{
  padding:30px 0px ;
  flex-direction: column;
}
.news-page3 .girl{
  width:auto;
height:auto;
flex-wrap: wrap;
padding:20px 10px 20px 10px ;
}
.news-page3 .girl-text{
gap:10px;
}
.news-page3 .girl-text h4:nth-child(2){
  font-size:16px;
}
.news-page3 .girl-text img{
  width:44px;
  height:44px;

}
.news-page3 .infact{
  width:90px;
}
.news-page3 .lorem{
  width:auto;
height:auto;
font-size:14px;
text-align: center;
padding:0px 20px ;
}

/* news-page3-section2 */
.news-page3-section2{
padding:100px 0px 100px 0px;
}


.news-page3-section2 .mapimg{
  width:300px;
height:253px;
border-top-left-radius:14px ;
border-top-right-radius:14px ;
}
.news-page3-section2 .gray{
background-color: var(--background-color-whitegray);

}
.news-page3-section2 .pinkarrow{
  margin-left:24px;
  margin-top:24px;
}
.news-page3-section2 .news-card{
  width:300px;
height:640px;
}
.news-page3-section2 .aug{
  gap:30px;
}

.news-page3-section2 .line{
  width:260px;
}
.news-page3-section2 .think{
font-size:20.38px;
}
.news-page3-section2 .view{
font-size: 14px;
}



.news-page3-section2 .over{
  padding-left:0px;
  text-align: center;
  
}
.news-page3-section2 .praskuryna{
  flex-wrap: wrap;
}


/* privacy-section */

.privacy-section{
  
padding-bottom:60px;
}

.privacy-section .privacy-policy{
  justify-content: center;
  gap:24px;
  padding-left:0px;
 font-size:16px;
}
.privacy-section .introduction{
  padding-bottom:10px;
}
.privacy-section .collect{
  padding-bottom:10px;
}
.privacy-section .website{
  padding-left:0px;
  text-align: center;
  font-size:20px;
  padding:50px 15px 0px 15px;
}
.privacy-section .all-finra{
  text-align: center;
  padding:10px 20px ;
}
/* anti-money-section */
.anti-money-section{
padding:10px 20px 100px 20px ;
}
.anti-money-section .anti-laundaring{
  justify-content: center;
}
.anti-money-section .anti-text{
 padding-left:0px;
}
.anti-money-section .aml{
  font-size:20px;
  text-align: center;
  padding: 30px 0px 30px 0px;
}
.anti-money-section .we{
  padding:0px 0px ;
  text-align: center;
}

/* carrersection */
.carrer-section{
  height:200px;
  background-position:unset;
  padding:0px 10px 0px 10px ;
}

.carrer-section .rethink-con{
  width:300px;
}
.carrer-section .rethink {
 width:300px;
text-align: center;
font-size:26px;
padding-bottom:0px;
}
.carrer-section .rethink-text{
text-align: center;
}

.carrer-section1{
padding-bottom:70px;
}
.carrer-section1 .explore-career-areas{
  font-size:28px;
padding:60px 0px 40px 0px ;
}
.carrer-section1 .carrer-area{
  flex-direction: column;
  align-items: center;

}
.carrer-section1 .all-jobs{
  width:300px;
}
.carrer-section1 .search-job{
  width:300px;
}
.carrer-section1 .customer-support{
font-size:18px;
width:unset;
margin: unset;
text-align: center;
}
.carrer-section1 .age-all{
 margin: 0px 10px;
}
.carrer-section1 .api-support{
  width:auto;
height:auto;
padding-bottom:20px;
}
.carrer-section1 .api-support-text{
font-size:16px;
padding:32px 0px 15px 32px;

}
.carrer-section1 .ago{
width:auto;
padding-left:32px;
padding-right:20px ;
}

/* .carrer2-section */
.carrer2-section{
  padding-bottom:60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carrer2-section .vibe{
  justify-content: center;

}
.carrer2-section .vibe1{
font-size:14px;
gap:14px;
width:unset;
margin:unset;
}
.carrer2-section .vibe2{
   width:unset;
   margin:unset; 
   font-size: 25px;
   text-align: center;

}
.carrer2-section .vibe3{
  width:auto;
  margin: 0 auto;
}
.carrer2-section .apply-now-button{
  width:129px;
  margin:20px 0px 20px 0px;
}
.carrer2-section .role{
  width:auto;
  text-align: center;
  margin: 0 auto;
  padding: 0px 20px;
}

/* .carrer3-sections*/

.carrer3-sections{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:56px 0px 100px 0px ;
}
.carrer3-sections .soon{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:92%;
  height:550px;
}
.carrer3-sections .soon1{
font-size:36px;
line-height:40px ;
padding:0px 0px 35px 0px;
}
.carrer3-sections .soon2{
  width:auto;
font-size: 16px;
text-align: center;
padding:0px 10px 40px 10px ;
}

.carrer3-sections .bag{
  width:200px;
height:200px;
margin-left:0px ;
}

.carrer3-sections .apply-form{
  width:92%;
display: flex;
flex-direction: column;
justify-content: center;
padding-bottom:50px;
}

.carrer3-sections .apply-position{
text-align: center;
font-size:23px;
padding:35px 0px 30px 0px  ;
}
.carrer3-sections .apply-mail{
  width:auto;

}
.carrer3-sections .letter{
  width:auto;
  margin-right:30px;
}
.carrer3-sections .names-section{
  flex-direction: column;
  /* flex-wrap: wrap; */
  padding-left:30px;
  padding-right:30px ;
}
.carrer3-sections .apply-type{
  width:100%;
height:61px;
padding-left:31px;

}
.carrer3-sections .apply-select{
  width:auto;
margin-left:30px;
margin-right:30px;
}
.carrer3-sections .letter-cover{
  width:auto;
margin:25px 30px 40px 30px ;
}
.carrer3-sections .button-submit{
  width:auto;
margin-right:30px;
}

/* partners section */
.partners-page1-section{
  height:auto;
  padding:70px  0px ;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.partners-page1-section .nexora-partners{
font-size:36px;
line-height:48px;
width:auto;
text-align: center;
} 
.partners-page1-section .nexora-partners-text{
padding: 30px 10px;
text-align: center;
}
.button-partner{
  display:flex;
  justify-content:center;
  align-items:center;
}
/* .partners-page1-section */
.partners-page1-section1{
padding:55px 0px 100px 0px;
}
.partners-page1-section1 .setup{
  display: flex;
  justify-content:center;
 flex-direction: column;
  align-items: center;
   gap:30px;
  padding-bottom:42px; 
}
.partners-page1-section1 .setup1{
 font-size:40px;
}
.partners-page1-section1 .setup2{
  width:300px;
}
.partners-page1-section1 .setup3{
font-size:18px;
}
.partners-page1-section1 .setup-line{
  width:300px;
}
.partners-page1-section1 .setups{
  flex-direction: column;
   gap:30px; 
}
.partners-page1-section1 .setups1{

  flex-direction: column;
   gap:30px; 
}
.partners-page1-section1 .setups2{
  flex-direction: column;
   gap:30px; 
}
.partners-page1-section1 .setup4{
font-size: 25px;
}
.partners-page1-section1 .logo-card{
  width:300px;
}
.partners-page1-section1 .hrm-img{
  width:231px;
height:119px;
}

.partners-page1-section1 .hrm-img2{
  width:219px;
height:70px;
}
.partners-page1-section1 .hrm-img3{
  width:230px;
height:60px;
}
.partners-page1-section1 .hrm-img4{
  width:216px;
height:64px;
}
.partners-page1-section1 .hrm-img5{
  width:222px;
height:83px;
}
.partners-page1-section1 .hrm-img6{
  width:210px;
height:54px;
}
.partners-page1-section1 .bwimg{
  width:270px;
}
.partners-page1-section1 .bgimg{
  width:auto;
}

.partners-page1-section1 .textwhite{
   padding:32px 0px 0px 32px;
   width:auto;
}
.partners-page1-section1 .hrm{
font-size: 20px;
}
.partners-page1-section1 .hrm1{
font-size: 14px;
width:auto;
}

.partners-page1-section1 .whitecard{
  width:300px;
top:170px;
right:0;
}
.partners-page1-section1 .recent{
  width:280px;
}
 

/* partners1-page3-section1 */
.partners1-page3-section1{
  padding-bottom:100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partners1-page3-section1 .tech{
  justify-content: center;
}
.partners1-page3-section1 .tech-text{
  display: flex;
  gap:4px;
  align-items: center;
  justify-content: center;
  font-family:"jregular";
font-weight: 400;
font-size:13px;
width:unset;
margin:unset;
}
.partners1-page3-section1 .tech-text-img{
  width:10px;
  height:10px;

}
.partners1-page3-section1 .tech-it{
font-size: 35px;
width:unset;
margin:unset ;
padding: 30px 0px;
}
.partners1-page3-section1 .logo-card{
  width:292px;
height:435px;
}
.partners1-page3-section1 .hrm-img{
  width:231px;
height:119px;
}

.partners1-page3-section1 .hrm-img2{
  width:230px;
height:96px;
}
.partners1-page3-section1 .hrm-img3{
  width:210px;
height:70px;
}
.partners1-page3-section1 .hrm-img4{
  width:230px;
height:64px;
}
.partners1-page3-section1 .hrm-img5{
  width:222px;
height:83px;
}
.partners1-page3-section1 .hrm-img6{
  width:200px;
height:54px;
}
.partners1-page3-section1 .bwimg{
  width:265px;
height: 200px;
}
.partners1-page3-section1 .bgimg{
  width:290px;
height:250px;
}

.partners1-page3-section1 .textwhite{
   padding:32px 0px 0px 32px;
   width:300px;
}
 .partners1-page3-section1 .hrm{
  font-size:20px;

}
.partners1-page3-section1 .hrm1{
width:250px;
}

/* pattern2 */
.partners2-page4-section1{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:26px;
  padding:50px 15px;
}
.partners2-page4-section1 .become{
  width:auto;
height:auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; 
padding-bottom:50px;
}
.partners2-page4-section1 .become1{
font-size:36px;
line-height:40px;
width:300px;
padding:42px 0px 0px 0px ;
text-align: center;
}
.partners2-page4-section1 .become2{
padding:30px 15px 0px 15px;
width:auto;
text-align: center;
}

.partners2-page4-section1 .become3{
padding:15px 15px 35px 15px ;
width:auto;
text-align: center;
}
.partners2-page4-section1 .second-img{
  width:220px;
  height:130px;
 margin-left:0px;
}

.partners2-page4-section1 .program{
  width:auto;
height:580px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-bottom:50px;
}
.partners2-page4-section1 .program-text{
padding: 35px 0px 15px 0px;
}
.partners2-page4-section1 .program-text1{

font-size: 14px;
padding-left:0px;
padding-bottom:43px;
text-align: center;
padding:0px 20px ;
}

.partners2-page4-section1 .program-text2{
font-size: 14px;
padding-left:0px;
padding-bottom:43px;
text-align: center;
padding:0px 20px ;
}

.partners2-page4-section1 .program-text3{
padding:10px 0px 12px 0px;
text-align: center;
}
  
.partners2-page4-section1 .program-text4{
  width:260px;
height: 88px;
margin-left:0px;
padding-left:31px;
}

.partners2-page4-section1 .p-submit{
  width:260px;
height: 88px;
margin-top:80px;
margin-left:0px;
}





}
@media(min-width:601px) and (max-width:900px){
 
 .footer{
  height:auto; 
  padding-bottom:100px;
}
.footer .footer1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:127px 0px 76px 0px ;
    
}
.footer .footer2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:46px;
}
.footer .footer2 h2:nth-child(2){
  text-align: center;
}
.footer .start{
  margin-top:20px;
}
.footer .products{
    border-top-left-radius:0px; 
    border-bottom-left-radius:0px; 
    margin-bottom:20px ;
}
.footer .company{
     border-top-right-radius:0px;
     border-bottom-right-radius:0px; 
     margin-bottom:20px ;
}
.footer .services{
    padding-top:30px;
    margin-bottom:20px;
}
.footer .down{
    display: none;
}
.footer .total{
     justify-content: center;
     align-items: center;
     flex-direction: column;
}
.footer .blue{
  position: absolute;
  left:94%;
  z-index:10000 ;
  transform: translate(0px,-120px);
  display: none;
}

.header{
  border:none ;
 } 
.header ul{
  gap:10px;
}
.header .contact-us{
  display:none;
}
.footer .rights{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:auto;
  height:101px; 
  border:none ; 
  margin-left:0px;
  padding-top:40px;

}
.footer .mail{
justify-content: center;
padding-top:30px ;
padding-bottom:30px;
transform: translate(0px, 0px);
 padding-left:30px; 
 border-right:none ;
 order:1 ;
}
.footer .inter{
  justify-content: center;
  order:3 ;
}
.footer .social{
    padding-left:60px;
    padding-bottom:30px ;
  border-left:none;
  order:2;
}
.footer .soc{
padding-right:20px;
}




/* contact-us  */
.contactus{
flex-direction: column;
align-items: center;
padding-bottom:50px;
}
.contactus .problem{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:92%;
height:auto;
padding-bottom:50px;
}

.contactus .form1-contact{
  width:92%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-bottom:30px;
padding-left:0px;
}
.contactus .quick{
width:540px;
}
.contactus .quick h4:nth-child(1){
  width:285px;
}
.contactus .quick h4:nth-child(2){
  width:343px;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.contactus .personal{
 width:540px;
display: flex;
align-items: center;
justify-content: center;
}

.contactus .info{
display: none;
}
.contactus .num{
  width:540px;
}

.contactus .maile{
 width:250px;
}
.contactus .numbers{
  width:263px;
}
.contactus .place{
width:120px;
}

.contactus .box{
  width:255px;
gap:150px;
}
.contactus .box1{
  width:540px;
}
.contactus .next{
width:255px;
}
.contactus .name{
width:500px;
}
.john .num-container .numbers p{

font-size:15px;
}
.john .num-container .numbers{
  gap:0px;
}
.john .num-container .drop-down-nums{
  width:260px;
  height:384px;
}
.john .num-container .drop-down-nums .search-bar{
  width:240px;
}
.john .num-container .drop-down-nums .all-countries{
  width:240px;
}
/* .contact-us-2 */

.contactus .tise{
   width:255px;
}

.contactus .doyou{
  width:540px;
}
.contactus .pinkback{
width:255px;
}

.contactus .form-cntact2{
  width:92%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-bottom:30px;
padding-left:0px ;
}

.contactus .pinkline-lines{
  transform: translate(-34px ,-5px);
}
.contactus .grayline-lines{
  transform: translateY(-5px);
}

.contactus .personal1{
  padding-right:5px;
}

.contactus .greenline{
  transform: translate(0px,-5px);
}



.contactus .form-cntact3{
  width:92%;
padding-left:0px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.contactus .step-border{
   width:540px;
}
.contactus .message-border{
  width:540px;
}

.contactus .darkgray{
  transform: translateY(0px);

}
.contactus .darkpink{
  transform: translate(-87px ,0px);
}

.contactus .steps{
margin-left:-25px;
}

.contactus .mess{
  width:500px;
}
.contactus .green{
  width:80px;
}
.contactus.red{
  width:80px;
}

/* contact-us-thankyoupage */
.contactus .thank-you{
 width:92%;
}

.contactus .form1-contact1{
  width:92%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-bottom:30px;
padding-left:0px;
}
.contactus .send{
  width:540px;
}

/* news */
.news{
  width:100%;
height:600px;
padding:0px 20px ;
}
.news .news-text{
flex-direction: column;
gap:50px;
}
.news .nexoranews h1:nth-child(1){
  width:auto;
  text-align: center;
height:auto;
font-size:60px ;
padding-top:120px;
}
.news .nexoranews p:nth-child(2){
text-align: center;

}
.news .circleimg{
  display: flex;
  justify-content: space-around;
}
.news .newsimg{
width:500px;
height:121px;
margin-bottom:60px;
}
.news .cir2{
  margin-right:0px;
}
.news .alltimes{
  width:590px;
height:120px;
gap:25px;
}
.news .times{
  width:250px;
height:70px;
}

.news .searchnews{
  width:300px;
height:70px;
}
.news .searchnews p:nth-child(1){
font-size:18px;
}

.news .hi{
font-size:18px;
width:185px;
}
.news .times img{
  width:15px;
height:15px;

}
.news .year{
  display: flex;
  justify-content:center;
  align-items: center;
  gap:15px;
}

.news .whitecard{
  width:230px;
height:300px;
top:75px;
}
.news .recent{
  width:201px;
height:57px;
}

/* section2-allnews */
.section2-allnews{
  width:100%;
  height:auto;
  padding:100px 10px ;
}
.section2-allnews .hug{
padding-left:0px;
text-align: center;
padding-top:0px;
}

.news-page3{
padding:50px 20px ;
}
.news-page3 .gray-back{
justify-content: center; 
padding-left:0px;
}
.news-page3 .gray-back-text{
font-size: 14px;
gap:14px;
}
.news-page3 .ree{
  font-size:40px;
  width:600px;
  text-align: center;
}
.news-page3 .bigmap{
  width:600px;
}
.news-page3 .all-girl{
  padding:30px 0px ;
  gap:16px;
}
.news-page3 .girl{
  width:350px;
padding:0px 10px 0px 10px ;
}
.news-page3 .girl-text{
gap:10px;
}
.news-page3 .infact{
  width:100px;
}
.news-page3 .girl-text h4:nth-child(2){
  font-size:14px;
}
.news-page3 .cal{
  width:220px;
gap:16px;
}
.news-page3 .cal-text{
font-size: 14px;

}
.news-page3 .lorem{
  width:auto;
height:auto;
font-size: 15px;
text-align: center;

}

/* news-page3-section2 */
.news-page3-section2{
padding: 50px 0px 100px 0px;
}
.news-page3-section2 .over{
  padding-left:0px;
  text-align: center;
  
}
.news-page3-section2 .praskuryna{
  flex-wrap: wrap;
}

/* privacy-section */

.privacy-section{
  
padding-bottom:60px;
}
.privacy-section .privacy-policy{
  padding-left:0px;
 justify-content: center;
 font-size:18px;
}
.privacy-section .left{
  padding-left:10px;
}
.privacy-section .introduction{
  padding-bottom:10px;
}
.privacy-section .collect{
  padding-bottom:10px;
}
.privacy-section .website{
  padding-left:0px;
  text-align: center;
  font-size:34px;
  
}
.privacy-section .all-finra{
  padding:0px 20px ;
  text-align: center;
}


/* anti-money-section */
.anti-money-section{
  padding-bottom:100px;
}
.anti-money-section .anti-laundaring{
  justify-content: center;
}
.anti-money-section .anti-text{
 padding-left:0px;
}
.anti-money-section .hero{
  font-weight: 700;
  line-height:26px;
  padding:20px 0px ;
}
.anti-money-section .aml{
  padding: 30px 20px ;
  font-size:40px ;
  text-align: center;
}
.anti-money-section .we{
  padding:0px 20px ;
  text-align: center;
}
/* carrersection */
.carrer-section{
  height:260px;
  background-position:unset;
  padding:50px 10px 0px 10px ;
}

.carrer-section .rethink{
 width:auto;
font-size:56px;
text-align: center;
line-height:68px;
padding-bottom:20px;
}
.carrer-section .rethink-text{
  text-align: center;
}

.carrer-section1{
padding-bottom:70px;
}
.carrer-section1 .explore-career-areas{
padding:50px 0px 40px 0px ;
}

.carrer-section1 .all-jobs{
  width:250px;
padding:0px 30px ;
}
.carrer-section1 .all-jobs-text{
font-size: 18px;
}
.carrer-section1 .search-job{
  width:300px;
padding:0px 30px ;
}
.carrer-section1 .search-by-job{
font-size: 18px;
}
.carrer-section1 .customer-support{
font-size:25px;
width:unset;
margin:unset;
padding: 50px 0px 25px 20px;
}
.carrer-section1 .age-all{
  margin:0px 20px;
}
.carrer-section1 .api-support{
  width:auto;
height:auto;
padding-bottom:20px;
}
.carrer-section1 .warsaw{
  display: flex;
  gap:32px;
  padding:0px 0px 22px 32px ;
}
.carrer-section1 .warsaw-text{
font-size: 14px;
gap:10px;

}
.carrer-section1 .ago{
width:auto;
padding-left:32px;
padding-right:20px;
}

/* .carrer2-section */
.carrer2-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom:100px;
}
.carrer2-section .vibe{
 justify-content: center;

}
.carrer2-section .vibe1{
width:auto;
margin: 0 auto;
}
.carrer2-section .spanimg{
  width:12px;
height:12px;

}

.carrer2-section .vibe2{
   width:unset;
   margin:unset; 
  text-align: center;
}
.carrer2-section .vibe3{
  display: flex;
  align-items: center;
  gap:35px;
  width:auto;
  margin: 0 auto;
}
.carrer2-section .vibe4{
  display: flex;
  align-items: center;
  gap:10px;
}
.carrer2-section .vibeimg{
  width:22px;
 height:22px;
}
.carrer2-section .apply-now-button{
  width:129px;
  margin: 20px 0px 20px 0px;
}
.carrer2-section .role{
  width:auto;
  margin: 0 auto;
  padding: 0px 20px;
  text-align: center;
}

/* .carrer3-sections*/

.carrer3-sections{
  flex-direction: column;
  align-items: center;
  padding:46px 20px 100px 20px ;
}
.carrer3-sections .soon{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:100%;

}

.carrer3-sections .apply-form{
  width:100%;
height:auto;
padding-bottom:50px;
}

.carrer3-sections .apply-position{
padding:35px 0px 30px 30px  ;
}
.carrer3-sections .letter{
  width:91%;

}
.carrer3-sections .names-section{
  flex-direction: column;
  
}
.carrer3-sections .apply-type{
  width:96%;
}
.carrer3-sections .apply-select{
  width:91%;
}
.carrer3-sections .letter-cover{
  width:91%;
margin:25px 0px 40px 30px ;
}
.carrer3-sections .button-submit{
  width:91%;
}

/* partners section */
.partners-page1-section{
  width:100%;
  height:auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:100px 0px;
}
.partners-page1-section .nexora-partners{
width:auto;
text-align: center;
font-size:56px;
line-height:68px;
} 
.partners-page1-section .nexora-partners-text{
padding: 30px 0px;
}


/* .partners-page1-section */
.partners-page1-section1 .setup{
   gap:160px;
}
.partners-page1-section1 .setup1{
 font-size:30px;
}
.partners-page1-section1 .setup2{
  width: 300px;
height:72px;
}
.partners-page1-section1 .setup3{
font-size: 18px;
}
.partners-page1-section1 .setup-line{
  width:590.000000000005px;
}
.partners-page1-section1 .setups{
   gap:310px; 
}
.partners-page1-section1 .setups1{
   gap:245px; 
}
.partners-page1-section1 .setups2{
   gap:220px; 
}
.partners-page1-section1 .setup4{
font-size:25px;
}
.partners-page1-section1 .all-logo-cards{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  gap:26px;
  width:600px;
  margin: 0 auto;
}
.partners-page1-section1 .logo-card{
  width:280px;
height:463px;
}
.partners-page1-section1 .hrm-img{
  width:231px;
height:119px;
}

.partners-page1-section1 .hrm-img2{
  width:190px;
height:80px;
}
.partners-page1-section1 .hrm-img3{
  width:200px;
height:70px;
}
.partners-page1-section1 .hrm-img4{
  width:200px;
height:64px;
}
.partners-page1-section1 .hrm-img5{
  width:200px;
height:83px;
}
.partners-page1-section1 .hrm-img6{
  width:200px;
height:54px;
}
.partners-page1-section1 .bwimg{
  width:240px;
height:200px;
}
.partners-page1-section1 .bgimg{
  width:277px;
height:241px;
}

.partners-page1-section1 .textwhite{
   padding:32px 0px 0px 32px;
   width:280px;
}
.partners-page1-section1 .hrm{
font-size:20px;
}
.partners-page1-section1 .hrm1{
width:220px;
padding-top:15px;
}


.partners-page1-section1 .whitecard{
  width:300px;
top:80px;
right:0;
}
.partners-page1-section1 .recent{
  width:280px;
}
 
/* partners1-page3-section1 */
.partners1-page3-section1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partners1-page3-section1 .tech{
  justify-content: center;
}
.partners1-page3-section1 .tech-text{
width:unset;
margin: 0 auto;
}
.partners1-page3-section1 .tech-text-img{
  width:13px;
  height:13px;

}
.partners1-page3-section1 .tech-it{
width:unset;
margin:unset;
padding: 30px 0px;
}
.partners1-page3-section1 .all-logo-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap:26px;
}
.partners1-page3-section1 .logo-card{
  margin:0px 30px ;
}



/* pattern2 */
.partners2-page4-section1{
  flex-direction: column;
  align-items: center;
  padding:50px 0px 100px 0px ;
}
.partners2-page4-section1 .become{
  width:95%;
  display: flex;
flex-direction: column;
justify-content: center;
align-items: center;  
}
.partners2-page4-section1 .become1{
width:auto;
height:120px;
padding:42px 0px 15px 0px ;
}
.partners2-page4-section1 .become2{
padding:20px 0px 0px 0px;
width:430px;
text-align: center;
}

.partners2-page4-section1 .become3{
padding:15px 0px 35px 0px ;
width:483px;
text-align: center;
}
.partners2-page4-section1 .second-img{
 margin-left:0px;
}

.partners2-page4-section1 .program{
  width:95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
height:590px;
padding-bottom:50px;
}
.partners2-page4-section1 .program-text{
padding: 35px 0px 15px 29px;
}
.partners2-page4-section1 .program-text1{
padding-left:29px; 
}

.partners2-page4-section1 .program-text2{
padding:0px 20px 43px 20px;
text-align: center;
}

.partners2-page4-section1 .program-text3{
padding:0px 0px 12px 0px;
}
  
.partners2-page4-section1 .program-text4{
  width:90%;
margin-left:0px;
}

.partners2-page4-section1 .p-submit{
  width:90%;
margin-top:80px;
margin-left:0px;
}


}
@media(min-width:901px) and (max-width:1200px){



  .footer{
  height:auto;
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom:100px;
}
.footer .footer1{
    display: flex;
    justify-content:center;
    align-items: center;
    padding:127px 0px 76px 0px ;
    gap:100px;
}
.footer .footer2{
    gap:16px;
}
.footer .footer2 img:nth-child(1){
    width:109px;
   height:116px;
}

.footer .footer2 h2:nth-child(2){
    width:312px;
  font-size:30px;
}
.footer .products{
    width:400px;
}
.footer .company{
    width:400px;

}
.footer .services{
    width:400px;
}
.footer .software p:nth-child(1){
line-height: 160%;
}
.footer .email{
font-size: 16.11px;
}
.footer .order{
font-size: 16.11px;
}
.footer .total{
    display: flex;
     justify-content: center;
     align-items: center;
     width:880px;
}

.footer .soc{
  font-size:16px ;
padding-right:0px;
} 
.footer .social img{
  width:30px;
  height:30px;

}
.footer .blue{
  position: absolute;
  left:94%;
  z-index:10000 ;
  transform: translate(0px,-120px);
  display: none;
}

.footer .rights{
  width:880px;
  margin-left:0px;
}
.footer .mail{
padding-top:0px ;
transform: translate(0px, 0px);
 padding-left:30px; 
 width:293px;
 border-right:1px solid var(--border-color-black) ;
}
.footer .social{
     width:293px;
  border-left: 1px solid var(--border-color-black);
  gap:10px;
}

.footer .curve{
    position: absolute;
    bottom: 0;
    z-index: 1;
    /* display: none; */
}


.contactus{
display: flex;
justify-content: center;
gap:16px;
padding-top:40px;
padding-bottom: 50px;
}
.contactus .problem{
  width:320px;
height:429px;
padding-bottom:30px ;
padding-left:0px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.contactus .problem p:nth-child(1){
font-size:36px;
}
.contactus .problem p:nth-child(2){
width:auto;
padding: 0px 10px;
text-align: center;
}
.contactus .layer{
  width:250px;
  height:180px;
}
.contactus .form1-contact{
  width:550px;
border-radius:20px;
padding-left:0px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-bottom:30px ;
}
.contactus .quick{
width:535px;
}
.contactus .quick h4:nth-child(1){
  width:270px;
}
.contactus .quick h4:nth-child(2){
  width:343px;
}
.contactus .personal{
 width:535px;
 margin-left:0px;
}
.contactus .info{
font-size:10px;
}
.contactus .personal22{
margin-left:3px;
}
.contactus .box1{
width:515px;
}
.contactus .num{
  width:535px;
}
.contactus .maile{
 width:240px;
}
.contactus .numbers{
  width:260px;
}
.contactus .place{
width:120px;
}

.contactus .box{
  width:245px;
gap:150px;
}
.contactus .next{
width:245px;
gap:22px;

}
.contactus .name{
  width:500px;
}

.contactus .back{
  gap:20px;
  justify-content: center;
}


.john .num-container .numbers p{

font-size:13px;
}
.john .num-container .numbers{
  gap:0px;
}
.john .num-container .drop-down-nums{
  width:260px;
  height:384px;
}
.john .num-container .drop-down-nums .search-bar{
  width:240px;
}
.john .num-container .drop-down-nums .all-countries{
  width:240px;
}
/* .contact-us-2 */

.contactus .expertise{
 display: flex; 
 gap:15px; 
 padding-left:0px;
} 

.contactus .tise{
   width:255px;
}
.contactus .net-text{
padding:30px 0px 12px 22px;
}
.contactus .rep{
  width:540px;
}
.contactus .doyou{
  width:525px;
padding-left:31px;
margin-left:13px;
}
.contactus .pinkback{
width:255px;
}
.contactus .form-cntact2{
  width:550px;
padding-left:0px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.contactus .reaches{
margin-left:5px;
}

 .contactus .pub{
margin-left:5px;
} 

.contactus .pub2{
margin-left:5px;
} 


.contactus .pinkline-lines{
  width:22px;
  transform: translate(-25px ,-5px);
}
.contactus .grayline-lines{
  width:75px;
  transform: translateY(-5px);
}
.contactus .greenline{
  width:75px;
  transform: translateY(-5px);
}
.contactus .dry{
  width:75px;
}



.contactus .form-cntact3{
  width:550px;
height:1070px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-bottom:30px;
padding-left:0px;
}

.contactus .step-border{
   width:525px;
}
.contactus .message-border{
  width:525px;

}

.contactus .darkgray{
  width:70px;
  transform: translate(20px,0px);

}
.contactus .darkpink{
  width:23px;
  transform: translate(-62px ,0px);
}

.contactus .steps{
margin-left:0px;
}
.contactus .mess{
 width:540px;
}
.red{
  width:70px;
}
.green{
  width:70px;
}



/* contact-us-thankyoupage */
.contactus .thank-you{
  width:550px;
height:430px;
}


.contactus .form1-contact1{
  width:550px;
border-radius:20px;
padding-left:0px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-bottom:30px ;
}
.contactus .send{
  width:505px;
}

/* news */
.news{
height:527px;

}
.news .news-text{
gap:50px;
padding:0px 20px ;
}
.news .nexoranews h1:nth-child(1){
  width: 304px;
height:auto;

line-height:56px;
font-size:50px ;
}
.news .nexoranews p:nth-child(2){
width:400px;

}
.news .newsimg{
  width:473px;
height: 140px;
  margin-bottom: 70px;
}
.news .cir2{
  width:100px;
}
.news .cir1{
  width:80px;
}
.news .alltimes{
  width:870px;
height: 144px;
}
.news .times{
  width:290px;
height: 102px;

}
.news .searchnews{
  width:480px;
height: 102px;
}

.news .times img{
  width:15px;
height:15px;

}
.news .hi{
  width:200px;
}
.news .year{
  gap:6px;
}
.news .whitecard{
  width:300px;
height:310px;
top:110px;
}
.news .recent{
  width:280px;
height:60px;
}

/* section2-allnews */
.section2-allnews{
  width:100%;
  height:auto;
  padding:100px 0px ;
}
.section2-allnews .hug{
padding-left:0px;
padding-top:0px;
text-align: center;
}


.news-page3{
padding:50px 20px ;
}
.news-page3 .gray-back{
  justify-content: center; 
padding-left:0px;
}
.news-page3 .gray-back-text{
font-size: 16px;
gap:24px;
}
.news-page3 .ree{
  width:900px;
  text-align: center;
  
}
.news-page3 .bigmap{
  width:900px;
  height:380px;
}
.news-page3 .all-girl{
  padding:30px 0px ;
  display: flex;
  gap:16px;
}
.news-page3 .girl{
  width:530px;
height: 102px;
padding:0px 30px 0px 20px ;
}
.news-page3 .girl-text{
gap:20px;
}
.news-page3 .lorem{
  width:auto;
height:auto;
  color: var(--text-color-black);
  font-family:"jregular";
font-weight: 400;
font-size: 16px;
line-height: 26px;
vertical-align: middle;
text-align: center;
}

/* news-page3-section2 */
.news-page3-section2{
padding: 50px 10px 100px 10px;
}
.news-page3-section2 .mapimg{
  width:280px;
  height:200px;
}
.news-page3-section2 .news-card{
  width:280px;
height: 640px;
}
.news-page3-section2 .aug{
  gap:20px;
}
.news-page3-section2 .line{
  width:240px;
}
.news-page3-section2 .think{
font-size:20.38px;
}
.news-page3-section2 .view{
font-size: 14px;
}

.news-page3-section2 .over{
  padding-left:0px;
  text-align: center;
}
.news-page3-section2 .praskuryna{
  gap:20px;
}



/* anti-money-section */
.anti-money-section{
  padding-bottom:50px;
}
.anti-money-section .anti-text{
  
padding-left:0px;
width:880px;
margin:0 auto ;
}
.anti-money-section .aml{
  padding: 30px 0px 30px 0px;
  width:880px;
  margin:0 auto ; 
}
.anti-money-section .we{
 padding:0px ;
 width:880px;
 margin:0 auto ; 
}
.anti-money-section .hero{
  padding:20px 0px ;
}



/* privacy-section */


.privacy-section .privacy-policy{
 font-size:20px;
  padding-left:0px;
 width:880px;
  margin: 0 auto;
}
.privacy-section .introduction{
  padding-top:30px;
  font-size: 20px;
  font-family:"jbold" ;
  font-weight: 700;
}

.privacy-section .website{
  padding-top:50px;
  padding-left:0px;
  width:880px;
  margin: 0 auto;
}
.privacy-section .all-finra{
  padding:0px 0px ;
  width:880px;
  margin: 0 auto;
}


/* carrersection */
.carrer-section{
  height:450px;
  background-position:unset;
  padding:100px 10px 0px 10px ;
}

.carrer-section .rethink{
 width:auto;
padding-bottom:28px;
text-align: center;
font-size:75px;
}
.carrer-section .rethink-text{
 text-align: center;
}
.carrer-section1 .all-jobs{
  width:400px;
}
.carrer-section1 .search-job{
  width:470px;
}
.carrer-section1 .customer-support{
width:880px;
margin: 0 auto;
}
.carrer-section1 .api-support{
  width:880px;
height:auto;
padding-bottom:20px;
}
.carrer-section1 .ago{
  padding-right:20px;
width:auto;
padding-left:32px;
}

/* .carrer2-section */
.carrer2-section{
  padding-bottom:100px;
}
.carrer2-section .vibe1{
width:850px;
margin: 0 auto;
}
.carrer2-section .vibe2{
   width:870px;
   margin: 0 auto; 
   padding:30px 20px 20px 20px;
}
.carrer2-section .vibe3{
  display: flex;
  align-items: center;
  gap:35px;
  width:870px;
  margin: 0 auto;
  padding:0 20px ;
}
.carrer2-section .vibe4{
  display: flex;
  align-items: center;
  gap:10px;
}
.carrer2-section .now-button{
  width:880px;
  margin: 0 auto;
  padding:0 20px ;
}
.carrer2-section .apply-now-button{
  width:129px;
  margin: 25px 0px 30px 0px;
}
.carrer2-section .role{
  width:880px;
  margin: 0 auto;
  padding:0 20px ;
}



/* .carrer3-sections*/

.carrer3-sections{
  display: flex;
  padding:56px 0px 100px 0px ;
  justify-content: center;
  gap:26px;
}
.carrer3-sections .soon{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:350px;
height:550px;

}
.carrer3-sections .soon1{
font-size:36px;
padding:31px 0px 30px 0px;
}
.carrer3-sections .soon2{
  width:auto;
  padding: 0px 20px 70px 20px;
  text-align: center;
}

.carrer3-sections .bag{
  width:150px;
height:150px;
margin-left:120px ;
}

.carrer3-sections .apply-form{
  width:500px;
height:auto;
padding-bottom:50px;
}

.carrer3-sections .apply-position{
padding:35px 0px 30px 30px  ;
}
.carrer3-sections .letter{
  width:447px;
}
.carrer3-sections .names-section{
  flex-direction: column;

}
.carrer3-sections .apply-type{
  width:447px;
}
.carrer3-sections .apply-select{
  width:447px;
}
.carrer3-sections .letter-cover{
  width:447px;
}
.carrer3-sections .button-submit{
  width:447px;
}


/* partners section */
.partners-page1-section{
  width:100%;
  height:auto;
  background-image: url(./images/Rectangle\ 2\ \(1\).png);
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat;
  padding:100px 20px ;
}
.partners-page1-section .nexora-partners{
width:880px;
margin: 0 auto;
} 
.partners-page1-section .nexora-partners-text{
width:880px;
margin: 0 auto;
padding: 30px 0px;
}
.partners-page1-section .button-partner{
width:880px;
margin: 0 auto;
}

/* .partners-page1-section */
.partners-page1-section1 .setup{
   gap:330px;
}

.partners-page1-section1 .setup-line{
  width: 880.000000000005px;
}
.partners-page1-section1 .setups{
   gap:535px; 
}
.partners-page1-section1 .setups1{
   gap:440px; 
}
.partners-page1-section1 .setups2{
   gap:420px; 
}

.partners-page1-section1 .hrm1{
padding-top:15px;
}

/* partners1-page3-section1 */
.partners1-page3-section1 .tech-text{
width:860px;
margin:0 auto;
}
.partners1-page3-section1 .tech-text-img{
  width:13px;
  height:13px;

}
.partners1-page3-section1 .tech-it{
width:860px;
margin:0 auto;
padding: 30px 0px;
}



/* pattern2 */
.partners2-page4-section1{

  gap:16px;
  padding:50px 0px 100px 0px ;
}
.partners2-page4-section1 .become{
  width:320px;
}
.partners2-page4-section1 .become1{
font-size:36px;
line-height:40px;

}
.partners2-page4-section1 .become2{
width:280px;
padding-top:30px;
}

.partners2-page4-section1 .become3{
width:283px;
}
.partners2-page4-section1 .second-img{
  width:200px;
  height:100px;
 margin-left:50px;
}

.partners2-page4-section1 .program{
  width:550px;
height:625px;
}
.partners2-page4-section1 .program-text{
  font-family:"rssemibold";
font-weight: 600;
font-size: 32px;
line-height: 100%;
vertical-align: middle;
padding: 35px 0px 15px 29px;
}
.partners2-page4-section1 .program-text4{
  width:500px;
}

.partners2-page4-section1 .p-submit{
  width:500px;
margin-top:140px;
margin-left:29px;
}


}

@media(min-width:1050px) and (max-width:1199px){
  .footer .blue{
    width:50px;
    height:50px;
  position: absolute;
  display: block;
  left:94%;
  z-index:10000 ;
  transform: translate(0px,0px);
}

}


@media(min-width:1201px) and (max-width:1500px){
 .footer{
  height:auto; 
  padding-bottom:100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .footer1{
   gap:200px;
   padding:127px 0px 76px 0px ;
}
.footer .footer2{
    gap:36px;
}
.footer .footer2 h2:nth-child(2){
    width:400px;
  font-size:35px ;
}

.footer .products{
    width:390px;

}
.footer .company{
    width:390px;
}
.footer .services{
    width:390px;
}

.footer .mail{
 width:1200px;
}

.footer .blue{
  position: absolute;
  left:94%;
  z-index:10000 ;
  transform: translate(0px,0px);
  display: none;
}


.footer .rights{
  width:1170px;
  margin-left:0px;
}
.footer .mail{
padding-top:0px ;
transform: translate(0px, 0px);
 padding-left:30px; 
 width:389px;
}
.footer .social{
     width:390px;
}
.footer .curve{
    position: absolute;
    bottom: 0;
    z-index: 1;
    /* display: none; */
}


.contactus{
padding-bottom: 50px;
}
.contactus .problem{
  width:450px;
height:525px;
margin: 0px 5px;
}
.contactus .form1-contact{
  width:650px;
  margin: 0px 5px;
}
.contactus .quick{
width:600px;
}
.contactus .quick h4:nth-child(1){
  width:330px;

}
.contactus .quick h4:nth-child(2){
  width:343px;
}
.contactus .info{
  font-size:12px;
}
.contactus .personal{
 width:600px;
}
.contactus .num{
  width:600px;
}
.contactus .maile{
 width:270px;
}
.contactus .numbers{
  width:300px;
}
.contactus .box{
  width:286px;
}
.contactus .next{
width:288px;
}

.john .num-container .drop-down-nums{
  width:300px;
  height:384px;
}
.john .num-container .drop-down-nums .search-bar{
  width:270px;
}
.john .num-container .drop-down-nums .all-countries{
  width:270px;
}
/* .contact-us-2 */
.contactus .tise{
   width:287px;
}

.contactus .doyou{
  width:600px;
}
.contactus .pinkback{
width:280px;
}
.contactus .form-cntact2{
  width:651px;
}
.contactus .greenline{
 transform: translateY(-5px); 
}


.contactus .form-cntact3{
  width:651px;
padding-left:25px;
}

.contactus .step-border{
   width:600px;
}
.contactus .message-border{
  width:600px;
}
.contactus .darkgray{
  width:80px;
  transform: translate(20px,0px);

}
.contactus .darkpink{
  width:25px;
  transform: translate(-70px ,0px);
}

.contactus .steps{
margin-left:2px;
}

.contactus .red{
  width:80px;
}
.contactus.green{
  width:80px;
}


/* contact-us-thankyoupage */
.contactus .thank-you{
  width:651px;
}

.contactus .form1-contact1{
  width:650px;
  margin: 0px 5px;
}
.contactus .send{
  width:600px;
}
/* news */

.news .news-text{
gap:90px;
}
.news .nexoranews p:nth-child(2){
width:478px;

}
.news .newsimg{
 width:580px;
height:164px;
}
.news .alltimes{
  width:1150px;
}

.news .times img{
  width:15px;
height:15px;

}
.news .searchnews{
  width:720px;
}

.news .year{
  gap:0px;
}
/* section2-allnews */
.section2-allnews{
  width:100%;
  height:auto;
  padding:100px 0px ;
}
.section2-allnews .hug{
padding-left:0px;
padding-top:0px;
text-align: center;
}
.section2-allnews .allcards{
 margin:0px 30px ;
}
.section2-allnews .news-card{
  width:370px;
}
.section2-allnews .aug{
  gap:100px;
}
.section2-allnews .clock{
  gap:5px;
}
.section2-allnews .line{
  width:320px;
}

.section2-allnews .read-full{
  gap:190px;
}
.section2-allnews .readfull-text{
  gap:7px;
}

.section2-allnews .cursor{
transform: translate(-30px,0px);
}
.section2-allnews .mapimg{
  width:370px;
}

.news-page3{
padding:50px 20px ;
}
.news-page3 .gray-back{
justify-content: center; 
padding-left:0px;
}
.news-page3 .ree{
  width: 1200px;
  text-align: center;
  padding:30px 0px 30px 0px ;

}
.news-page3 .bigmap{
  width:1200px;
}
.news-page3 .all-girl{
  padding:30px 0px ;
  display: flex;
  gap:26px;
}
.news-page3 .girl{
  width:830px;
}

.news-page3 .lorem{
  width: 1200px;
height:auto;
text-align: center;

}

/* news-page3-section2 */
.news-page3-section2{
padding: 50px 0px 100px 0px;
}


.news-page3-section2 .mapimg{
  width:370px;
}
.news-page3-section2 .news-card{
  width:370px;
height: 620px;
}
.news-page3-section2 .aug{
  gap:100px;
  padding-top:24px;
}
.news-page3-section2 .line{
  width:330px;
}
.news-page3-section2 .over{
  padding-left:0px;
  text-align: center;
  
}
.anti-money-section .anti-text{
  
padding-left:0px;
width:1100px;
margin:0 auto ;
}
.anti-money-section .aml{
  padding: 30px 0px 30px 0px;
  width:1100px;
  margin:0 auto ; 
}
.anti-money-section .we{
 padding:0px ;
 width:1100px;
 margin:0 auto ; 
}
/* privacy-section */

.privacy-section{
  
padding-bottom:60px;
}
.privacy-section .privacy-nexora{
width:100%;
height:76px;
background:var(--background-color-whitegray) ;
display: flex;
flex-direction: column;
justify-content: center;
}
.privacy-section .privacy-policy{
 width:1150px;
 margin:0 auto ;
  padding-left:0px;
 font-size:20px;
}

.privacy-section .website{
  padding-top:50px;
  padding-left:0px;
  width:1150px;
  margin: 0 auto;
}
.privacy-section .all-finra{
  padding:0px 0px ;
  width:1150px;
  margin: 0 auto;
}
.carrer-section1 .all-jobs{
  width: 418px;
}

.carrer-section1 .search-job{
  width:650px;
}
.carrer-section1 .customer-support{
width:1096px;
margin: 0 auto;
}

.carrer-section1 .api-support{
  width:1100px;

}
.carrer-section1 .ago{
width:1100px;
padding-right:20px;
}

/* .carrer2-section */
.carrer2-section{
  padding-bottom:100px;
}
.carrer2-section .vibe1{
width:1100px;
margin: 0 auto;
}
.carrer2-section .vibe2{
   width:1100px;
   margin: 0 auto; 
   padding:30px 0px 20px 0px;
}
.carrer2-section .vibe3{
  width:1100px;
  margin: 0 auto;
}

.carrer2-section .now-button{
  width:1100px;
  margin: 0 auto;
}
.carrer2-section .apply-now-button{
  width:129px;
  margin: 25px 0px 30px 0px;
}
.carrer2-section .role{
  width:1100px;
  margin: 0 auto;
}


/* .carrer3-sections*/

.carrer3-sections{
  display: flex;
  padding:56px 0px 100px 0px ;
  justify-content: center;
  gap:26px;
}
.carrer3-sections .soon{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:450px;
height: 625px;
}
.carrer3-sections .soon1{
padding: 41px 0px 45px 0px;
}
.carrer3-sections .soon2{
  width:430px;
  padding-left:20px ;
  padding-right:20px;
}

.carrer3-sections .bag{
  width:200px;
height:200px;
margin-left:150px ;
}

.carrer3-sections .apply-form{
  width:700px;
}

.carrer3-sections .letter{
  width:640px;
}
.carrer3-sections .names-section{
  display: flex;
  gap:25px;
  padding-left:30px;
}
.carrer3-sections .apply-type{
  width: 310px;
}
.carrer3-sections .apply-select{
  width: 640px;
}

.carrer3-sections .letter-cover{
  width:640px;
}
.carrer3-sections .button-submit{
  width:640px;
}

/* partners section */
.partners-page1-section{
  width:100%;
  height:auto;
  background-image: url(./images/Rectangle\ 2\ \(1\).png);
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat;
  padding:100px 20px ;
}
.partners-page1-section .nexora-partners{
width:1130px;
margin: 0 auto;
} 
.partners-page1-section .nexora-partners-text{
width:1130px;
margin: 0 auto;
padding: 30px 0px;
}
.partners-page1-section .button-partner{
width:1130px;
margin: 0 auto;
}

/* .partners-page1-section */
.partners-page1-section1 .setup{
   gap:620px;
}
.partners-page1-section1 .setup-line{
  width: 1150.000000000005px;
}
.partners-page1-section1 .setups{
   gap:820px; 
}
.partners-page1-section1 .setups1{
   gap:720px; 
}
.partners-page1-section1 .setups2{
   gap:700px; 
}

.partners-page1-section1 .logo-card{
  width:360px;
}
.partners-page1-section1 .hrm-img{
  width:231px;
height:119px;
}

.partners-page1-section1 .hrm-img2{
  width:280px;
height:96px;
}
.partners-page1-section1 .hrm-img3{
  width:280px;
height:70px;
}
.partners-page1-section1 .hrm-img4{
  width:280px;
height:64px;
}
.partners-page1-section1 .hrm-img5{
  width:300px;
height:83px;
}
.partners-page1-section1 .hrm-img6{
  width:279px;
height:54px;
}
.partners-page1-section1 .bwimg{
  width:320px;
}
.partners-page1-section1 .bgimg{
  width:358px;
}

.partners-page1-section1 .textwhite{
   width:360px;
}
.partners-page1-section1 .hrm1{
width:320px;
padding-top:15px;
}

/* partners1-page3-section1 */
.partners1-page3-section1 .tech-text{
width:1150px;
margin: 0 auto;
}
.partners1-page3-section1 .tech-text-img{
  width:13px;
  height:13px;

}
.partners1-page3-section1 .tech-it{
width:1150px;
margin:0 auto ;
}

.partners1-page3-section1 .logo-card{
  width:370px;
}
.partners1-page3-section1 .hrm-img{
  width:231px;
height:119px;
}

.partners1-page3-section1 .hrm-img2{
  width:270px;
height:96px;
}
.partners1-page3-section1 .hrm-img3{
  width:267px;
height:70px;
}
.partners1-page3-section1 .hrm-img4{
  width:280px;
height:64px;
}
.partners1-page3-section1 .hrm-img5{
  width:280px;
height:83px;
}
.partners1-page3-section1 .hrm-img6{
  width:259px;
height:54px;
}
.partners1-page3-section1 .bwimg{
  width: 330px;
height: 221px;
}
.partners1-page3-section1 .bgimg{
  width:367px;
height:261px;
}

.partners1-page3-section1 .textwhite{
   width:370px;
}
.partners1-page3-section1 .hrm1{
width: 300px;
}


/* pattern2 */
.partners2-page4-section1{
  gap:20px;
}
.partners2-page4-section1 .become{
  width:500px;
}
.partners2-page4-section1 .second-img{
  width:376px;
  height:180px;
 margin-left:50px;
}

.partners2-page4-section1 .program{
  width:650px;

}

  
.partners2-page4-section1 .program-text4{
  width:600px;
}

.partners2-page4-section1 .p-submit{
  width:600px;
margin-top:180px;
margin-left:29px;
}



}
  
@media(min-width:1350px) and (max-width:1500px){
  .footer .blue{
  position: absolute;
  left:95%;
  z-index:10000 ;
  transform: translate(0px,0px);
  display: block;
  width:50px ;
}

}
@media(min-width:1600px){
  .section2-allnews .allcards{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
  gap:36px;
  padding-top:30px;
  margin:0px 100px 0px 100px;
}
.section2-allnews .hug{
padding-left:0px;
padding-top:50px;
width:1336px;
margin: 0 auto;
}
.footer .footer1{
  justify-content: center;
  padding: 127px 0px 76px 0px;
  gap:317px;
}
.footer .blue{
  position: absolute;
  left:91%;
  z-index:10000 ;
  transform: translate(0px,-121px);
}
.privacy-section .privacy-policy{
 width:1306px;
 margin:0 auto ;
  padding-left:0px;
 font-size:20px;
}

.privacy-section .website{
  padding-top:50px;
  padding-left:0px;
  width:1306px;
  margin: 0 auto;
}
.privacy-section .all-finra{
  padding:0px 0px ;
  width:1306px;
  margin: 0 auto;
}
/* anti-money-section */
.anti-money-section .anti-text{
  width:1560px;
  margin: 0 auto;
}
.anti-money-section .aml{
  width:1300px;
  margin: 0 auto;
  padding: 30px 0px 30px 0px;
}
.anti-money-section .we{
  width:1300px;
  margin: 0 auto;
  padding:0px 0px ;
}
.news-page3-section2 .over{
  padding-left:0px;
  width:1300px;
  margin: 0 auto;
  
}
.news-page3 .gray-back-text{
  justify-content: unset;
  width:1400px;
  margin: 0 auto;
}
/* carrersection */
.carrer-section{
  width:100%;

  background-position:unset;
  background-size: cover;
  background-repeat: no-repeat;
  padding:200px 0px 0px 0px ;
}
.carrer-section .rethink-con{
  width:1300px;
  margin: 0 auto;
}
.carrer-section .rethink{
  width:600px;
  
}
.carrer-section .rethink-text{
  width:1300px;
  margin: 0 auto;
}
.carrer-section1 .customer-support{
width:1296px;
margin: 0 auto;
}

.carrer-section1 .api-support{
  width:1300px;
}
.carrer-section1 .ago{
width:1300px;
padding-right:20px;
}


/* partners section */
.partners-page1-section{
  padding:140px 0px 0px 0px ;
}
.alldiv{
  width:1330px;
  margin: 0 auto;
}
.partners-page1-section1 .all-logo-cards{
  width:1330px;
  margin: 0 auto;
}
.partners1-page3-section1 .all-logo-cards{
  width:1330px;
  margin: 0 auto;
}

}
@media(min-width:1979px){
  .section2-allnews .allcards{
  margin:0px 180px 0px 180px;
}
.footer .blue{
  position: absolute;
  left:85%;
  z-index:10000 ;
  transform: translate(0px,-121px);
}

}
@media(min-width:2130px){
  .section2-allnews .allcards{
  margin:0px 250px 0px 250px;
}
.footer .blue{
  position: absolute;
  left:83%;
  z-index:10000 ;
  transform: translate(0px,-121px);
}
}
@media(min-width:2280px){
   .section2-allnews .allcards{
  margin:0px 350px 0px 350px; 
}
.footer .blue{
  position: absolute;
  left:79%;
  z-index:10000 ;
  transform: translate(0px,-121px);
}
}
@media(min-width:2480px){
     .section2-allnews .allcards{
  margin:0px 450px 0px 450px; 
}
.footer .blue{
  position: absolute;
  left:78%;
  z-index:10000 ;
  transform: translate(0px,-121px);
}
}
@media(min-width:2480px){
     .section2-allnews .allcards{
  margin:0px 550px 0px 550px; 
}
.footer .blue{
  position: absolute;
  left:75%;
  z-index:10000 ;
  transform: translate(0px,-121px);
}


}
@media(min-width:1540px){
  .footer .rights{
  margin:0 auto ;
}
.carrer-section{
  background-position:unset;
}
.carrer2-section .now-button{
  width:1300px;
  margin: 0 auto;
}
.carrer2-section .apply-now-button{
  width:129px;
  margin: 25px 0px 30px 0px;
}
}


/* .europe{
  width:693px;
height:700px;
border-radius: 16px;
background-color:gray ;
padding: 50px 30px;
}
.europe-text{
  width:630px;
height:68px;
border-radius: 16px;
border: 1px solid #332C2940;
font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
margin-bottom:10px;
padding:25px 0px 0px 31px ;
background-color: var(--text-color-white);
}


.sportbook{
  width:693px;
height:400px;
border-radius: 16px;
background-color:gray ;
padding: 50px 30px;
margin-top:100px ;
margin-bottom:50px;
}
.sportbook-text{
  width:630px;
height:68px;
border-radius: 16px;
border: 1px solid #332C2940;
font-family:"jregular";
font-weight: 400;
font-size: 18px;
line-height: 100%;
vertical-align: middle;
margin-bottom:10px;
padding:25px 0px 0px 31px ;
background-color: var(--text-color-white);
}

.gary-white-card{
  width:334px;
height:474px;
border-radius: 14px;
background-color:var(--text-color-gray) ;
}
.country-text{
  font-family:"jregular";
font-weight: 500;
font-style: Medium;
font-size: 13px;
line-height: 100%;
vertical-align: middle;
color:#1D1D1B99;
}
.country{
display: flex;
justify-content:space-between;
align-items: center;
width:306px;
height:60px;
border-radius:10px;
border: 1px solid #332C2940;
padding:0px 18px ;
}
.country-img{
  width:24px;
height:24px;

} */


@media (min-width: 769px) {
  .software {
    display: block !important;
  }
  .software ul {
    display: block !important;
  }
}