var::-webkit-scrollbar{
  display: none;
}
/* Reset Css  Start */
*,*:after,*:before{
  margin: 0;
  padding:0;
  box-sizing: border-box;
  word-break:break-word;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
label{
  display: block;
  position: relative;
}
img{
  max-width: 100%;
  display: block;
  font-size: 0;
}
a{
  text-decoration: none;
  cursor:pointer;
  &:hover{
    text-decoration: none;
  }
  &:focus{
    outline: none;
  }
}
ol,
ul {
  list-style: none;
}
 
blockquote,
q {
  quotes: none;
}
 
blockquote,
q {
  &:before,
  &:after {
    content: '';
    content: none;
  }
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
button{
  cursor:pointer;
  border: none;
  &:focus{
    outline: none;
  }
  &::-moz-focus-inner { 
    border: 0; 
  }
}
svg{
  display: block;
  line-height: 0;  
}
input::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Reset Css  End */








/* start of font family */


@font-face {
    font-family: "jost-black";
    src: url('./Jost/static/Jost-Black.ttf');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: "jost-extrabold";
    src: url('./Jost/static/Jost-ExtraBold.ttf');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: "jost-bold";
    src: url('./Jost/static/Jost-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "jost-semi-bold";
    src: url('./Jost/static/Jost-SemiBold.ttf');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "jost-medium";
    src: url('./Jost/static/Jost-Medium.ttf');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "jost-regular";
    src: url('./Jost/static/Jost-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "roboto-black";
    src: url('./Roboto_Slab/static/RobotoSlab-Black.ttf');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: "roboto-extra-bold";
    src: url('./Roboto_Slab/static/RobotoSlab-ExtraBold.ttf');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: "roboto-bold";
    src: url('./Roboto_Slab/static/RobotoSlab-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "roboto-semi-bold";
    src: url('./Roboto_Slab/static/RobotoSlab-SemiBold.ttf');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "roboto-medium";
    src: url('./Roboto_Slab/static/RobotoSlab-Medium.ttf');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "roboto-regular";
    src: url('./Roboto_Slab/static/RobotoSlab-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "rochester";
    src: url('./Rochester/Rochester-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
/* end of font family */


/* start of typography */

:root{
    --btn-bg-color:#DB1E5B;
    --footer-bg-color:#1D1D1B;
    --color-gradient-left-right: linear-gradient(to right, #ff9401, #ff7626, #f9583b, #ed3b4c, #da1d5b);
    --container-gradient-up-down:linear-gradient(to bottom, #ff9202, #ff7526, #f9583b, #ed3b4c, #db1e5b);
    --black-text-color:#1D1D1B;
    --white-text-color:#FFFFFF;
    --gray-white-color:#FFFFFFCC;
    --para-text-color:#1D1D1BCC;
    --f3f3f3-text-color:#F3F3F3;
    /* -------------------------------------------- */
    --gray-color:#7E7E81;
    --dark-black1:#090909;
    --blue2:#3F2FEE;
    --yellow2:#FFD500;
    --orange-color:#FF531A;
    --gray-white-f0-f0:#F0F0F0;
    --dark-black2:#1B1B1B;
    --num-gray2:#B9B9B9;
    --double-2-double-2:#22222266;
    --all-twos:#222222;
    --e8e7e7:#E8E7E7;
    --light-purple:#F0F0F033;
    --gary-color-texts:#3A3A3A;
    --color-white:#FFFFFF;
}

.white-color{
    color: var(--white-text-color);
}
.black-color{
    color: var(--black-text-color);
}
.gray-white{
    color: var(--gray-white-color);
}
.jost-black{
    font-family: "jost-black" , Arial, sans-serif;
}
.jost-extra{
    font-family: "jost-extrabold", Arial, sans-serif;
}
.jost-bold {
    font-family: "jost-bold" , Arial, sans-serif;
}
.jost-semi {
    font-family: "jost-semi-bold" , Arial, sans-serif;
}
.jost-medium {
    font-family: "jost-medium" , Arial, sans-serif;
}
.jost-regular {
    font-family: "jost-regular" , Arial, sans-serif;
}
.roboto-black {
    font-family: "roboto-black" , Arial, sans-serif;
}
.roboto-extra{
    font-family: "roboto-extra-bold" , Arial, sans-serif;
}
.roboto-bold{
    font-family: "roboto-bold" , Arial, sans-serif;
}
.roboto-semi{
    font-family: "roboto-semi-bold" , Arial, sans-serif;
}
.roboto-medium{
    font-family: "roboto-medium" , Arial, sans-serif;
}
.roboto-regular{
    font-family: "roboto-regular" , Arial, sans-serif;
}
h1{
    font-size: 86px;
}
h2{
    font-size: 45px;
}
h3{
    font-size: 40px;
}
h4{
    font-size: 38px;
}
h5{
    font-size: 30px;
}
h6{
    font-size: 25.38px;
}
.p1{
    font-size: 24px;
}
.p2{
    font-size: 22px;
}
.p3{
    font-size: 20.25px;
}
.p4{
    font-size: 18px;
}
.p5{
    font-size: 16px;
}
.p6{
    font-size: 15px;
}
.p7{
    font-size: 14px;
}
.p8{
    font-size: 13.20px;
}
.p9{
    font-size: 12px;
}

/* button design */

.btn{
    width: inherit;
    height: 48px;
    background: var(--btn-bg-color);
    color: var(--white-text-color);
    border-radius: 8px;
    padding: 15.45px 0px;
    font-size: 12.91px;
    font-family: "jost-bold";
    text-transform: uppercase;
    line-height: 16.8px;
}
.btn:hover{
    background:hwb(341 13% 5%);
}
.btn-start{
    width: inherit;
    height: 48px;
    background: var(--white-text-color);
    color: var(--btn-bg-color);
    border-radius: 8px;
    padding: 15.45px 0px;
    font-size: 12.91px;
    font-family: "jost-bold";
    text-transform: uppercase;
    line-height: 16.8px;
}
.btn-start:hover{
    background: hwb(0 98% 0% / 0.971);
}
.contact-span{
    display: inline-block;
    width: 132px;
    text-align: center;
}
.learn-more-span{
    display: inline-block;
    width: 135px;
    text-align: center;
}
.all-partners-span{
    display: inline-block;
    width: 183px;
    text-align: center;
}
.learn-about-span{
    display: inline-block;
    width: 373px;
    text-align: center;
}
.all-news-span{
    display: inline-block;
    width: 156px;
    text-align: center;
}
.start-journey-span{
    display: inline-block;
    width: 343px;
    text-align: center;
}
.get-started-span{
    display: inline-block;
    width: 136px;
    text-align: center;
}




/* start of global css */

/* nav-bar-designing */

.nav-section {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #00000033;
    background-color:var(--white-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
    position: relative;   
}
.nav-section .header-logo img{
    width: 173px;
    height: 62px;
}
  .nav-links ul{
    display: flex;
    gap: 40px;
}
.nav-links ul .products-nav ,.nav-links ul .services-nav,.nav-links ul .news-nav{
    width: 74px;
    height:20px ;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-links ul .products-nav ,.nav-links ul .services-nav{
    background: url('./images/pink-arrow-down.png') no-repeat 69px ;
    background-size: 5.49px 3.95px; 
    line-height: 100%;
}
.nav-links .company-nav{
    width: 69px;
    height:20px ;
    background: url('./images/pink-arrow-down.png') no-repeat 64px ;
    background-size: 5.49px 3.95px;
}
.translater-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.translater-btn  .custom-select {
  position: relative;
  width: 70px;
  font-family: "jost-semi-bold";
}
.translater-btn  .custom-select .select-box {
  height: 48px;
  width: 60px;
  border: 2px solid #DDEFFF;
  border-radius: 8px;
  padding: 0 13px;
  cursor: pointer;
  background-color:var(--color-white);
  outline: none;
    box-shadow: none;     
    background: transparent; 
    appearance: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url('./images/pink-arrow-down.png') no-repeat 43px ;
  background-size: 5.49px 3.95px;
}

.translater-btn  .custom-select .options {
  border: 2px solid #DDEFFF;
  position: absolute;
  outline: none;
  box-shadow: none;     
  background: transparent; 
  appearance: none;
  top: 63px;
  left: -130px;
  width: 342px;
  height: 719px;
  border-radius: 14px;
  background-color: var(--white-text-color);
  display: none;
  z-index: 10;
  text-align: center;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.translater-btn  .custom-select .options .adjusting-in-same-line{
    display: flex;
    justify-content: space-between;
    width: 306px;
    height: 67px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #332C2940;
    padding: 0px 18px;
}
.translater-btn  .custom-select .options li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.translater-btn .custom-select .options .adjusting-in-same-line:hover {
  background-color: var(--f3f3f3-text-color);
  border: 1px solid #DB1E5B;
  color: var(--btn-bg-color);
}
.translater-btn .contact-us{
    margin-left: 7px;
}
.nav-section .menu-logo-image{
    display: none;
}
@media (min-width:320px) and (max-width:600px){
.section1-homepage .nav-section{
    padding: 0px 20px;
}
.nav-section .nav-links{
    display: none;
}  
.nav-section .custom-select{
    display: none;
}
.nav-section .contact-us{
    display: none;
}
.nav-section .menu-logo-image{
    display: block;
}
.nav-section {
    height: 80px;
    gap: 0px;
    justify-content: space-between;
}
.nav-section .header-logo img{
    width: 163px;
    height: 52px;
}
.nav-section .menu-logo-image{
    display: block;
}
.nav-section .menu-logo-image img{
    color: var(--black-text-color);
    width: 30px;
    height:30px ;
} 
}
@media (min-width:601px) and (max-width:800px){
.nav-section {
    gap: 0px;
    justify-content: space-between;
}
.nav-section .nav-links{
    display: none;
}  
.translater-btn .contact-us{
    display: none;
}
.nav-section .menu-logo-image{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.translater-btn  .custom-select .options {
  top: 63px;
  left: -184px;
  width: 300px;
  height: 719px;
}
.translater-btn  .custom-select .options .adjusting-in-same-line{
    width: 270px;
}
.nav-section .menu-logo-image img{
    color: var(--black-text-color);
    width: 30px;
    height:30px ;
} 
.menu-logo-image .translater-btn{
    display: block;
}
.nav-section .translater-btn .removing-in-desktop{
    display: none;
}
}
@media (min-width:801px) and (max-width:1000px){
.nav-section {
    gap: 5px;
    justify-content: space-between;
}
.nav-section .nav-links ul{
    display: flex;
    gap: 14px;
}
.nav-section .header-logo img{
    min-width: 110px;
    height: 48px;
}
.nav-section .nav-links{
    display: flex;
    gap: 20px;
}
.nav-section .translater-btn{
    display: flex;
    gap: 0px;
}
.nav-section .translater-btn .contact-us{
    width: 120px;
}
}
@media (min-width:1001px) and (max-width:1300px){
.nav-section {
    justify-content: space-between;
    gap: 0px;
}
.nav-section .header-logo img{
    width: 156px;
    height: 49px;
}
.nav-section .nav-links{
    display: flex;
    gap: 40px;
}
.nav-links .products-nav ,.nav-links .services-nav,.nav-links .company-nav{
  border: none;    
  outline: none;  
  box-shadow: none;     
  background-color: transparent; 
  -webkit-appearance: none;
}
.nav-links .products-nav ,.nav-links .services-nav,.nav-links .news-nav{
    width: 69px;
    height:20px ;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-links .products-nav ,.nav-links .services-nav{
    background: url('./images/pink-arrow-down.png') no-repeat 61px ;
    background-size: 5.49px 3.95px; 
    line-height: 100%;
}
.nav-links .company-nav{
    width: 69px;
    height:20px ;
    background: url('./images/pink-arrow-down.png') no-repeat 64px ;
    background-size: 5.49px 3.95px;
}
.translater-btn .contact-us{
    margin-left: 7px;
}
.nav-section .menu-logo-image{
    display: none;
}
.menu-logo-image .translater-btn{
    display: none;
}
}
@media (min-width:1301px) and (max-width:1400px){
.nav-section {
    gap: 150px;
}
.nav-section .translater-btn{
    display: flex;
}
}


@media (min-width:320px) and (max-width:800px) {
.section1-homepage .nav-section{
    padding: 0px 20px;
}
}
@media (min-width:801px) and (max-width:1000px) {
.section1-homepage .nav-section{
    padding: 0px 40px;
}
}
@media (min-width:1001px) and (max-width:1500px) {
.section1-homepage .nav-section{
    padding: 0px 50px;
}
}


/* nav section-hovering section */

.nav-links .products-nav:hover,.nav-links .services-nav:hover{
    background: unset;
}
.nav-links .products-nav:hover,.nav-links .services-nav:hover{
    background: url('./images/pink-arrow-up.png') no-repeat 68px;
    background-size: 7.49px 7.95px; 
    line-height: 100%;
}
.nav-links .company-nav:hover{
    background: unset
}
.nav-links .company-nav:hover{
    width: 69px;
    height:20px ;
    background: url('./images/pink-arrow-up.png') no-repeat 64px ;
    background-size: 5.49px 6.95px;
}

/* products hovering section */

.hovering-sections{
    width: 1296px;
    height: 344px;
    border-radius: 14px;
    background-color: var(--f3f3f3-text-color);
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.hovering-sections .hover-container1-3{
    width: 412px;
    height: 304px;
    border-radius: 10px;
    background-color:var(--white-text-color);
    padding: 25px 25px 19px;
}
.hover-container1-3 .game-aggregator{
    display: flex;
    justify-content: space-between;
}
.game-aggregator .calling{
    line-height: 30px;
}
.hover-container1-3 .api-sports{
    padding-top: 33px;
}
.game-aggregator img{
    width: 20px;
    height: 20px;
}
.game-aggregator img:hover,.we2call-name img:hover{
    cursor: pointer;
}
.hover-container1-3 .dividing-section{
    width: 100%;
    border: 1px solid #00000033;
    margin: 20px 0px;
}
.hover-container1-3 .games-section{
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.hovering-sections .hover-container2{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hover-container2 .we2-cal{
    width: 412px;
    height: 147px;
    border-radius: 10px;
    background-color:var(--white-text-color);
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.we2-cal .we2call-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.we2-cal .calling{
    line-height: 30px;
}
.we2-cal img{
    width: 20px;
    height: 20px;
}
.we2-cal .api-sports{
    line-height: 22px;
    color: var(--para-text-color);
}
.hovering-sections{
  position: absolute;
  z-index: 10000;
  top: 80px;
  width: 1296px;
  left: 50%;    
  display:flex;
  padding: 0px 40px;
  transform: translateX(-50%) ;
  opacity: 0;           
  visibility: hidden; 
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
.active-hovering:hover .hovering-sections{
  opacity: 1;           
  visibility: visible; 
  transform: translateX(-50%);
}

@media (min-width:320px) and (max-width:800px) {
.products-nav .hovering-sections{
    display: none;
}
}

@media (min-width:801px) and (max-width:1000px) {
.hovering-sections{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 30px 20px;
}
.hovering-sections{
  width: auto;
}

}
@media (min-width:1001px) and (max-width:1300px) {
.hovering-sections{
    width: 900px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 30px 20px;
}
.hovering-sections{
  width: 900px;
}

}
@media (min-width:1301px) and (max-width:1400px) {
.hovering-sections{
  width: 1218px;
}
}

@media (min-width:1401px) and (max-width:1500px) {
.hovering-sections{
  width: 1295px;
}
}

/* services hovering section */

.services-hovering-sections{
    width: 1296px;
    height: 344px;
    border-radius: 14px;
    background-color: var(--f3f3f3-text-color);
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}
.services-hovering-sections .hover-container1-3{
    width: 608px;
    height: 304px;
    border-radius: 10px;
    background-color: var(--white-text-color);
    padding: 25px 25px 19px;
}
.services-hovering-sections .hover-container1-3 .game-aggregator{
    display: flex;
    justify-content: space-between;
}
.services-hovering-sections .game-aggregator .calling{
    line-height: 30px;
}
.services-hovering-sections .hover-container1-3 .api-sports{
    padding-top: 33px;
}
.services-hovering-sections .game-aggregator img{
    width: 20px;
    height: 20px;
}
.services-hovering-sections .hover-container1-3 .dividing-section{
    width: 100%;
    border: 1px solid #00000033;
    margin: 20px 0px;
}
.services-hovering-sections  .hover-container1-3 .games-section{
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.services-hovering-sections{
  position: absolute;
  z-index: 500;
  top: 80px;
  width: 1296px;
  left: 50%;    
  display:flex;
  padding: 0px 40px;
  transform: translateX(-50%) ;
  opacity: 0;           
  visibility: hidden; 
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
.services-active-hovering:hover .services-hovering-sections{
  opacity: 1;           
  visibility: visible; 
  transform: translateX(-50%);
}


@media (min-width:320px) and (max-width:800px) {
.services-hovering-sections{
    display: none;
}
}

@media (min-width:801px) and (max-width:1000px) {
.services-hovering-sections{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 30px 20px;
}
.services-hovering-sections .hover-container1-3{
    height: 300px;
}
}
@media (min-width:1001px) and (max-width:1300px) {
.services-hovering-sections{
    width: 900px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 30px 20px;
}
.services-hovering-sections .hover-container1-3{
    width: 425px;
    height: 330px;
}

}
@media (min-width:1301px) and (max-width:1400px) {
.services-hovering-sections{
  width: 1218px;
}
}

@media (min-width:1401px) and (max-width:1500px) {
.services-hovering-sections{
  width: 1295px;
}
}


/* comapny-hover-section */

.company-hover-container2{
    border-radius: 14px;
    background-color: var(--f3f3f3-text-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.company-hover-container2 .we2-cal{
    width: 412px;
    /* height: 147px; */
    border-radius: 10px;
    background-color:var(--white-text-color);
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.company-hover-container2 .we2-cal .we2call-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company-hover-container2 .we2-cal .calling{
    line-height: 30px;
}
.company-hover-container2 .we2-cal img{
    width: 20px;
    height: 20px;
}
.company-hover-container2 .we2-cal .api-sports{
    line-height: 22px;
    color: var(--para-text-color);
}
.company-hover-container2{
  position: absolute;
  z-index: 500;
  top: 80px;
  width: 452px;
  height: 303px;
  left: 50%;    
  padding: 20px;
  transform: translateX(-50%) ;
  opacity: 0;           
  visibility: hidden; 
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
.company-active-hovering:hover .company-hover-container2{
  opacity: 1;           
  visibility: visible; 
  transform: translateX(-50%);
}

@media (min-width:320px) and (max-width:800px) {
.services-hovering-sections{
    display: none;
}
}

@media (min-width:801px) and (max-width:1000px) {
.company-hover-container2{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 30px;
}
}




/* toggling menu starting */


.nav-section .toggling-menu {
    width: 192px;
  height: auto;
  padding: 30px 10px;
  background-color:var(--white-text-color);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 100000;
  display: none;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
}
.nav-section .toggling-menu .toggle-image-container {
   width: 100%;
   display: flex;
    justify-content: flex-end; 
}
.toggling-menu .toggle-image-container img{
  width: 18px;
  height: 17px;
  cursor: pointer;
  transform: translateX(-10px);
}
.nav-section .toggling-menu .nav-links-toggling{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nav-links-toggling ul li {
  height: auto;
  padding: 20px 0px 20px 10px;
}
.nav-links-toggling .active-services .adjusting-in-page{
  display: none;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division{
    display: flex;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division a{
    color:hwb(60 11% 89% / 0.914);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .width-height-plus-minus{
   width: 20px;
   height: 20px;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images1{
    transform: translateX(7px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images2{
    transform: translateX(32px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images3{
    transform: translateX(77px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images4{
    transform: translate(2px, 31px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division :nth-child(2){
    display: inline-block;;
    cursor: pointer;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division :last-child{
    display: none;
    cursor: pointer;
}
.nav-links-toggling .active-services .adjusting-in-page .network-secure{
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color:hwb(60 11% 89% / 0.914);
}
.nav-links-toggling .active-services .adjusting-in-page .clicked-on-plus{
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.nav-links-toggling .active-services .adjusting-in-page .clicked-on-plus a{
   font-size: 12px;
   line-height: 15px;
   font-family: "jost-regular";
   cursor: pointer;
   color:hsla(60, 4%, 11%, 0.878);
} 
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu{
    display: flex;
}
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .contact-us{
    width: 100px;
   display: block;
}
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .contact-us .btn{
    font-size: 13px;
}
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .translater-btn .custom-select{
    padding-left: 10px;
    display: block;
}
.nav-section .toggling-menu .nav-links-toggling .nav-link-names{
    color: var(--black-text-color);
}
 .nav-section .toggling-menu .nav-links-toggling .products-dropdown .links-arrow-images{
    display: flex;
    gap: 40px;
}
.nav-section .toggling-menu .nav-links-toggling .products-dropdown .links-arrow-images img{
    width:7.49px;
    height: 5.95px;
    transform: translateY(13px);
}
 .nav-section .toggling-menu .nav-links-toggling .products-dropdown .links-arrow-images1{
    display: flex;
    gap: 31px;
}
.contact-translater-in-toggling-menu .translater-btn  .custom-select .options {
  left: -130px;
  width: 212px;
}
.contact-translater-in-toggling-menu .translater-btn  .custom-select .options .adjusting-in-same-line{
    width: 190px;
    height: 67px;
}
.contact-translater-in-toggling-menu .translater-btn  .custom-select .options .adjusting-in-same-line li{
    font-size: 12px;
}
.rotating-arrows-mobile {
   transition: transform 0.3s ease;
   transform: translateY(0) rotate(0deg);
}
.rotating-arrows-mobile.rotate {
   transform: translateY(14px) rotate(180deg);
}




@media (min-width:601px) {
.nav-section .toggling-menu {
    width: 350px;
    padding:50px;
    
}
.nav-section .toggling-menu .nav-links-toggling{
  gap: 50px;
}
.nav-links-toggling .active-services .adjusting-in-page{
  gap: 35px;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .width-height-plus-minus{
   width: 30px;
   height: 30px;
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images1{
    transform: translateX(60px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images2{
    transform: translateX(90px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images3{
    transform: translateX(150px);
}
.nav-links-toggling .active-services .adjusting-in-page .plus-minus-division .plus-minus-images4{
    transform: translate(18px, 0px);
}
.nav-links-toggling .active-services .adjusting-in-page .network-secure{
  font-size: 16px;
}
.nav-links-toggling .active-services .adjusting-in-page .clicked-on-plus{
    gap: 15px;
}
.nav-links-toggling .active-services .adjusting-in-page .clicked-on-plus a{
   font-size: 14px;
} 



.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .contact-us{
    width: 100%;
   display: block;
}
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .contact-us .btn{
    font-size: 16px;
}
.toggling-menu .nav-links-toggling .contact-translater-in-toggling-menu .translater-btn{
    display: none;
}    
}

@media (min-width:801px) {
    .nav-section .toggling-menu {
        display: none !important;
    }    
}






















/* section1 */
.threat-monitoring{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding:0px 250px 0px 110px ;
}
.threat-monitoring .new-project{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:179px;
   height:30px;
   border-radius: 22px;
   border-width: 1px;
   border: 1px solid #0000001A;
   padding:0px 10px;
   margin:83px 0px 20px 0px;
}
.threat-monitoring .greencircle{
    width: 9.59000015258789px;
height: 9.59000015258789px;
border-radius: 9.59px;
background: #B1C708;
box-shadow: 0px 1px 15px 0px #0000000D;

}
.threat-monitoring .new-project-text{
font-family: Arial;
font-weight: 700;
font-style: Bold;
font-size: 10.8px;
line-height: 15.95px;
vertical-align: middle;

}

.threat-monitoring .stay{
font-family: Arial;
font-weight: 900;
font-style: Black;
font-size: 64px;
line-height: 77.4px;
vertical-align: middle;
width:630px;
height:155px;
}
.threat-monitoring .stay-text{
font-family: Arial;
font-weight: 900;
font-style: Black;
font-size: 64px;
line-height: 77.4px;
vertical-align: middle;

}
.threat-monitoring .stay-end{
font-family: Arial;
font-weight: 900;
font-style: Black;
font-size: 64px;
line-height: 77.4px;
vertical-align: middle;
  color: #4230ED;
  background-image: linear-gradient(45deg, #4230ED , #D93DBB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.threat-monitoring .and{
font-family: Arial;
font-weight: 900;
font-style: Black;
font-size: 64px;
line-height: 77.4px;
vertical-align: middle; 
color: #1D1D1B;

}
.threat-monitoring .dit{
    display: flex;
}
.threat-monitoring .talk-to-cyber-expert{
    display: flex;
    justify-content: center;
    align-items: center;
 width:222px;
height:58px;
border-radius: 40px;
background: #242424;
 margin:47px 0px 50px 0px;  
}
.threat-monitoring .talk-to-cyber-expert-text{
font-family: Arial;
font-weight: 700;
font-style: Bold;
font-size: 15.6px;
line-height: 18px;
text-align: center;
vertical-align: middle;
color: var(--white-text-color);
}
.threat-monitoring .global{
font-family: Arial;
font-weight: 700;
font-style: Bold;
font-size: 17.9px;
line-height: 27.9px;
vertical-align: middle;
width: 324.1700134277344px;
padding-bottom:20px;
}
.threat-monitoring .loved{
  display: flex; 
  /* gap:15px; */
  align-items: center; 
}
.threat-monitoring .founder-img{
width:36px;
height:36px;
border-radius: 36px;
border-width: 2px;
}
.threat-monitoring .founder-img1{
width:36px;
height:36px;
border-radius: 36px;
border-width: 2px;
transform: translate(-10px ,0px);
}
.threat-monitoring .founder-img2{
width:36px;
height:36px;
border-radius: 36px;
border-width: 2px;
transform: translate(-20px ,0px);
}

.threat-monitoring .loved-founders{
font-family: Arial;
font-weight: 900;
font-style: Black;
font-size: 9.1px;
line-height: 14.56px;
vertical-align: middle;
width:72.30999755859375px;
}
.threat-monitoring .stars{
display: flex;
gap:10px;
}
.threat-monitoring .orange-logo-img{
width:33px;
height:37px;
margin-left:20px;
}
.threat-monitoring .stars-img{
width:87.16999816894531px;
height:15px;
}
.threat-monitoring .stars-text{
font-family: "roboto-regular";
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 1px;
vertical-align: middle;
text-transform: uppercase;
padding-top:5px;
}






@media (min-width:320px) and (max-width:600px) {
    /* section1 */
.threat-monitoring{
    flex-direction: column;
    padding:50px 15px 70px 15px ;
}
.threat-monitoring .all-new-projects{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.threat-monitoring .new-project{
   margin:0px 0px 19px 0px;
}
.threat-monitoring .stay{
font-size:24px;
line-height:35px;
text-align: center;
width:auto;
height:auto;
}
.threat-monitoring .stay-text{
font-size: 24px;
line-height:31.4px;
text-align: center;
}
.threat-monitoring .stay-end{
font-size:25px;
line-height:31px;
text-align: center;
}
.threat-monitoring .and{
font-size: 24px;
line-height:35px;
text-align: center;
}
.threat-monitoring .dit{
    display: flex;
    justify-content: center;
    align-items: center;
}
.threat-monitoring .global{
text-align: center;
width:auto;
}
.threat-monitoring .loved{
  flex-wrap: wrap; 
  justify-content: center;
   gap:10px; 
}
.threat-monitoring .founder-img1{
transform: translate(-19px ,0px);
}
.threat-monitoring .founder-img2{
transform: translate(-34px ,0px);
}

}

@media (min-width:601px) and ( max-width:800px){
 /* section1 */
.threat-monitoring{
    flex-direction: column;
    padding:0px 20px 70px 20px ;
}
.threat-monitoring .all-new-projects{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.threat-monitoring .stay{
font-size:40px;
line-height:52.4px;
text-align: center;
width:auto;
height:auto;
}
.threat-monitoring .stay-text{
font-size:40px;
line-height:52.4px;
}
.threat-monitoring .stay-end{

font-size:40px;
line-height:52.4px;
}
.threat-monitoring .and{
font-size:40px;
line-height:52.4px;
}
.threat-monitoring .global{
width:600px;
text-align:center ;
padding-bottom:30px;
}
.threat-monitoring .loved{
  display: flex; 
  justify-content: center;
  align-items: center; 
}


}
@media (min-width:801px) and ( max-width:1000px){
    /* section1 */
.threat-monitoring{
    padding:0px 40px 0px 40px ;
}

.threat-monitoring .stay{
font-size:34px;
line-height:40.4px;
width:380px;
height:auto;
}
.threat-monitoring .stay-text{
font-size:34px;
line-height:40.4px;
}
.threat-monitoring .stay-end{
font-size:34px;
line-height:40.4px;
}
.threat-monitoring .and{
font-size:34px;
line-height:40.4px;
}
}
@media (min-width:1001px) and ( max-width:1300px){
/* section1 */
.threat-monitoring{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding:0px 50px 0px 50px ;
}

.threat-monitoring .stay{
font-size:50px;
line-height:63.4px;
width:530px;
height:auto;
}
.threat-monitoring .stay-text{
font-size:50px;
line-height:63.4px;
}
.threat-monitoring .stay-end{
font-size:50px;
line-height:63.4px;
}
.threat-monitoring .and{
font-size:50px;
line-height:63.4px;
}

}
@media (min-width:1301px) and ( max-width:1500px){
    /* section1 */
.threat-monitoring{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding:0px 100px 0px 50px ;
    /* width:1300px;
    margin:0 auto ; */
}

}
@media(min-width:1600px){
/* section1 */
.threat-monitoring{
    width:1300px;
    margin:0 auto ; 
    padding:0px 0px 0px 0px ; 
}
}


/* .threat-monitoring-section2 */

.threat-monitoring-section2{
width:100%;
height: 2004.93994140625px;
background:var(--light-purple);
display: flex;
flex-direction: column;
align-items: center;
}
.threat-monitoring-section2 .mobile-img{
width:1306px;
height:735px;
}
.threat-monitoring-section2 .dezi-images{
    width: 1306px;
    margin: 102px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.threat-monitoring-section2 .dezi-images img:first-child{
    width:100px ;
    height:30px ;
}
.threat-monitoring-section2 .dezi-images img:nth-child(2), .threat-monitoring-section2 .dezi-images img:nth-child(3), .threat-monitoring-section2 .dezi-images img:nth-child(6){
    width:144px ;
    height:32px ;
}
.threat-monitoring-section2 .dezi-images img:nth-child(4){
    width:137px ;
    height:32px ;
}
.threat-monitoring-section2 .dezi-images img:nth-child(5){
    width:123px ;
    height:32px ;
}
.threat-monitoring-section2 .dezi-images img:last-child{
    width:158px ;
    height:32px ;
}
.threat-monitoring-section2 .core{
    width: 1265px;
    height: 161px;
    font-family: Arial;
    font-weight: 900;
    font-style: Black;
    font-size: 50.1px;
    line-height: 72.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--dark-black2);
    margin: 87px auto 0;
}
.threat-monitoring-section2 .core span{
    color: var(--gray-color);
}
.threat-monitoring-section2 .core-cards-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:36px;
    padding-top:40px;
}
.threat-monitoring-section2 .core-card{
    width:418px;
height:364px;
border-radius: 20px;
background-color: var(--white-text-color);
padding-left:32px;
}
.threat-monitoring-section2 .real-time{
    font-family: Arial;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 20.8px;
vertical-align: middle;
color:var(--gray-color);
padding:31px 0px 100px 0px ;
}
.threat-monitoring-section2 .real-time-text{
    font-family: Arial;
font-weight: 900;
font-size: 28px;
line-height: 130%;
vertical-align: middle;
width: 191px;
padding-bottom:21px;

}
.threat-monitoring-section2 .real-time-text1{
    font-family: Arial;
font-weight: 500;
font-style: Medium;
font-size:18px;
line-height: 25px;
vertical-align: middle;
color: var(--gary-color-texts);
width: 280px;
}

.threat-monitoring-section2 .data{
    width: 313px;

}
.threat-monitoring-section2 .data1{
    width: 313px;

}
.threat-monitoring-section2 .data2{
    width: 335px;

}
.threat-monitoring-section2 .data3{
    width: 313px;

}
.threat-monitoring-section2 .data4{
    width: 313px;

}
.threat-monitoring-section2 .get{
    width:312px;
}
.threat-monitoring-section2 .get1{
    width:330px;
}
.threat-monitoring-section2 .get2{
    width:370px;
}
.threat-monitoring-section2 .get3{
    width:350px;
}
.threat-monitoring-section2 .get4{
    width:360px;
}



@media (min-width:320px) and (max-width:600px) {
.threat-monitoring-section2{
height: auto;
padding: 0px 15px 100px;
}
.threat-monitoring-section2 .mobile-img{
width:100%;
height:auto;
}
.threat-monitoring-section2 .dezi-images{
    width: 100%;
    overflow-x: scroll;
    margin: 50px auto 0;
    gap: 50px;
    justify-content: flex-start;
}
.threat-monitoring-section2 .core{
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    margin:50px auto 0;
    text-align: center;
}
.threat-monitoring-section2 .core-card{
    width:300px;
height:364px;
padding-left:20px;
}
.threat-monitoring-section2 .real-time{
font-size: 16px;
line-height:20.8px;
padding:31px 0px 100px 0px ;
}
.threat-monitoring-section2 .real-time-text{
font-size:20px;
line-height: 130%;
width: 191px;
padding-bottom:21px;

}
.threat-monitoring-section2 .real-time-text1{
font-size:17px;
line-height: 25px;
width: 280px;
}

.threat-monitoring-section2 .data{
    width:290px;

}
.threat-monitoring-section2 .data1{
    width:290px;

}
.threat-monitoring-section2 .data2{
    width:262px;

}
.threat-monitoring-section2 .data3{
    width:290px;

}
.threat-monitoring-section2 .data4{
    width: 290px;

}
.threat-monitoring-section2 .get{
    width:270px;
}
.threat-monitoring-section2 .get1{
    width:290px;
}
.threat-monitoring-section2 .get2{
    width:254px;
}
.threat-monitoring-section2 .get3{
    width:290px;
}
.threat-monitoring-section2 .get4{
    width:268px;
}




}

@media (min-width:601px) and (max-width:800px) {
.threat-monitoring-section2{
height: auto;
padding: 0px 20px 100px;
}
.threat-monitoring-section2 .mobile-img{
width:100%;
height:auto;
}
.threat-monitoring-section2 .dezi-images{
    width: 100%;
    overflow-x: scroll;
    margin: 50px auto 0;
    gap: 50px;
    justify-content: flex-start;
}
.threat-monitoring-section2 .core{
    width: auto;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    margin:50px auto 0;
    text-align: center;
}
}

@media (min-width:801px) and (max-width:1000px) {
.threat-monitoring-section2{
height: auto;
padding: 0px 40px 100px;
}
.threat-monitoring-section2 .mobile-img{
width:100%;
height:auto;
}
.threat-monitoring-section2 .dezi-images{
    width: 100%;
    overflow-x: scroll;
    margin: 50px auto 0;
    gap: 50px;
    justify-content: flex-start;
}
.threat-monitoring-section2 .core{
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    margin:60px auto 0;
    text-align: center;
}
}

@media (min-width:1001px) and (max-width:1300px) {
.threat-monitoring-section2{
height: auto;
padding: 0px 50px 100px;
}
.threat-monitoring-section2 .mobile-img{
width:100%;
height:auto;
}
.threat-monitoring-section2 .dezi-images{
    width: 100%;
    overflow-x: scroll;
    margin: 50px auto 0;
    gap: 50px;
    justify-content: flex-start;
}
.threat-monitoring-section2 .core{
    width: auto;
    height: auto;
    font-size: 35px;
    line-height: 45px;
    margin:70px auto 0;
}
}

@media (min-width:1301px) and (max-width:1500px) {
.threat-monitoring-section2{
height: auto;
padding: 0px 32px 100px;
}
.threat-monitoring-section2 .mobile-img{
width:100%;
height:auto;
}
.threat-monitoring-section2 .dezi-images{
    width: 100%;
    overflow-x: scroll;
    margin: 50px auto 0;
    gap: 50px;
    /* justify-content: flex-start; */
}
}

@media (min-width:1600px) {
    .threat-monitoring-section2 .core-cards-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:36px;
    padding-top:40px;
    width:1340px;
}
}

/* threat-monitoring-section3 */

.threat-monitoring-section3{
    width: 100%;
    height: 1076px;
    background: url('./images/treat-section3-bg.png') no-repeat; 
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 63px;
}
.threat-monitoring-section3 .paragraph{
    width: 1306px;
    margin: 0 auto;
}
.threat-monitoring-section3 .paragraph p{
    width: 1074px;
    height: 496px;
    font-family: Arial;
    font-weight: 900;
    font-style: Black;
    font-size: 120px;
    line-height: 123.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--white-text-color);
}
.threat-monitoring-section3 .white-cards{
    width: 1306px;
    margin: 0 auto;
    display: flex;
}
.threat-monitoring-section3 .white-cards .div1{
    width: 324px;
    height: 357px;
    background-color: var(--white-text-color);
    border-right: 1px solid var(--e8e7e7);
    padding: 42.19px 20.05px 27.69px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.threat-monitoring-section3 .white-cards .div1 p:first-child{
    font-family: Arial;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 31.02px;
    letter-spacing: 1px;
    vertical-align: middle;
    color: var(--num-gray2);
}
.threat-monitoring-section3 .white-cards .div1 p:last-child{
    font-family: Arial;
    font-weight: 900;
    font-style: Black;
    font-size: 26.9px;
    line-height: 40.61px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--dark-black2);
}

@media (min-width:320px) and (max-width:600px) {
.threat-monitoring-section3{
    height: auto;
    padding: 50px 15px 70px;
}
.threat-monitoring-section3 .paragraph{
    width: auto;
}
.threat-monitoring-section3 .paragraph p{
    width: 100%;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.threat-monitoring-section3 .white-cards{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.threat-monitoring-section3 .white-cards .div1{
    width: 100%;
    max-width: 324px;
    height: auto;
    gap: 80px;
}
.threat-monitoring-section3 .white-cards .div1 p:first-child{
    font-size: 18px;
}
.threat-monitoring-section3 .white-cards .div1 p:last-child{
    font-size: 20.9px;
} 
}

@media (min-width:601px) and (max-width:800px) {
.threat-monitoring-section3{
    height: auto;
    padding: 50px 20px 70px;
}
.threat-monitoring-section3 .paragraph{
    width: auto;
}
.threat-monitoring-section3 .paragraph p{
    width: 100%;
    height: auto;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}
.threat-monitoring-section3 .white-cards{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.threat-monitoring-section3 .white-cards .div1{
    width: 100%;
    max-width: 324px;
    gap: 80px;
}
.threat-monitoring-section3 .white-cards .div1 p:first-child{
    font-size: 20px;
}
.threat-monitoring-section3 .white-cards .div1 p:last-child{
    font-size: 22.9px;
} 
}

@media (min-width:801px) and (max-width:1000px) {
.threat-monitoring-section3{
    padding: 50px 40px 70px;
}
.threat-monitoring-section3 .paragraph{
    width: auto;
}
.threat-monitoring-section3 .paragraph p{
    width: 100%;
    height: auto;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
}
.threat-monitoring-section3 .white-cards{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.threat-monitoring-section3 .white-cards .div1{
    width: 100%;
    max-width: 324px;
    gap: 80px;
}
}
@media (min-width:1001px) and (max-width:1300px) {
.threat-monitoring-section3{
    height: auto;
    padding: 100px 50px ;
}
.threat-monitoring-section3 .paragraph{
    width: auto;
}
.threat-monitoring-section3 .paragraph p{
    width: 100%;
    height: auto;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
}
.threat-monitoring-section3 .white-cards{
    width: 100%;
    display: flex;
}
.threat-monitoring-section3 .white-cards .div1{
    width: 100%;
    max-width: 324px;
    gap: 80px;
}
.threat-monitoring-section3 .white-cards .div1 p:last-child{
    font-size: 22.9px;
} 
}
@media (min-width:1301px) and (max-width:1500px) {
.threat-monitoring-section3{
    padding: 0px 32px ;
}
.threat-monitoring-section3 .paragraph{
    width: auto;
}
.threat-monitoring-section3 .paragraph p{
    width: 100%;
    height: auto;
}
.threat-monitoring-section3 .white-cards{
    width: 100%;
    display: flex;
}
.threat-monitoring-section3 .white-cards .div1{
    width: 100%;
    max-width: 324px;
    gap: 80px;
}
}


/* threat-monitoring-section4 */

.manged-section{
        width:100%;
        height:1450px;
    }


        .manged-section .manged-service{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:70px 120px 50px 120px ;
    }

       .manged-section .all-manged-service{
          width: 849.719970703125px;

   }

       .manged-section .manged-service-text{
        font-family: Arial;
      font-weight: 900;
      font-size: 49.9px;
      line-height: 72.8px;
       vertical-align: middle;

   }
       .manged-section .manged-service-span{
       font-family: Arial;
       font-weight: 900;
      font-size: 49.9px;
      line-height: 72.8px;
      letter-spacing: 0px;
      vertical-align: middle;
      color: var(--gray-color);


   }
      .manged-section  .book-a-demo{
        display: flex;
        justify-content: center;
        align-items: center;
       width:192px;
      height:52px;
      border-radius: 100px;
      background:var(--blue2);
      font-family: Arial;
      font-weight: 700;
      font-style: Bold;
      font-size: 16px;
     line-height: 20px;
      vertical-align: middle;
      color:var(--color-white) ;
      border:none;
   }
      .manged-section  .cross-arrow{
       width: 12px;
      height: 12px;
      margin-left:20px;
   }

      .manged-section .all-attackers{
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
       gap:26px;
  }

      .manged-section .attact-img1{
      width: 640px;
      height: 422px;
  }
     .manged-section .attact-text{
    font-family: Arial;
    font-weight: 900;
    font-size: 18px;
    line-height:26px;
    vertical-align: middle;
    padding:15px 0px 10px 0px
  }
     .manged-section .attact-text1{
      font-family: Arial;
       font-weight: 500;
       font-style: Medium;
       font-size: 17px;
       line-height: 22.1px;
      vertical-align: middle;
      color:var(--gary-color-texts);
      padding-bottom:15px;
  }



@media(min-width:320px) and (max-width:600px){



    .manged-section{
        width:100%;
        height:auto;
        padding:50px 15px ;
    }


        .manged-section .manged-service{
        flex-direction: column;
        padding:0px 0px  ;
        text-align: center;
    }

       .manged-section .all-manged-service{
          width:300px;

   }

       .manged-section .manged-service-text{
      font-size:20.9px;
      line-height:40.8px;

   }
       .manged-section .manged-service-span{
      font-size: 20.9px;
      line-height:10.8px;
   }
     
     .manged-section .book-a-demo{
        margin:30px 0px 30px 0px;
     }
    

     .manged-section .early-detections{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

      .manged-section .attact-img1{
      width:300px;
      height:200px;
  }
}

     @media(min-width:601px) and (max-width:800px){
            .manged-section{
        width:100%;
        height:auto;
        padding:50px 20px ;
    }


        .manged-section .manged-service{
        padding:0px 0px  ;
        flex-direction: column;
        text-align: center;
    }

       .manged-section .all-manged-service{
          width:600px;

   }

       .manged-section .manged-service-text{
      font-size:35.9px;
      line-height: 55.8px;

   }
       .manged-section .manged-service-span{
      font-size:35.9px;
      line-height: 32.8px;
   }
      .manged-section  .book-a-demo{
      margin-bottom:40px;
      margin-top:30px;
   }
      .manged-section .attact-img1{
      width:545px;
      height: 322px;
  }
   .manged-section .attact-text1{
    font-size:16px;
   }
    
     }


@media(min-width:801px) and (max-width:1000px){
        .manged-section{
        width:100%;
        height:auto;
        padding:50px 31px;
    }


        .manged-section .manged-service{
        padding:0px 0px 40px 0px ;
    }

       .manged-section .all-manged-service{
          width:500.719970703125px;

   }

       .manged-section .manged-service-text{
      font-size: 29.9px;
      line-height: 42.8px;

   }
       .manged-section .manged-service-span{
      font-size: 29.9px;
      line-height:50.8px;



   }
      
}


@media(min-width:1001px) and (max-width:1300px){
     .manged-section{
        width:100%;
        height:auto;
        padding:50px 40px ;
    }


        .manged-section .manged-service{
        padding:0px 0px 60px 0px ;
    }

       .manged-section .all-manged-service{
          width: 600.719970703125px;

   }

       .manged-section .manged-service-text{
      font-size: 39.9px;
      line-height: 72.8px;

   }
       .manged-section .manged-service-span{
      font-size: 39.9px;
      line-height: 53.8px;

   }



}


@media(min-width:1301px) and (max-width:1500px){
        .manged-section{
        width:100%;
        height:auto;
        padding:50px 32px 70px 32px ;
    }
    .manged-section .manged-service{
        padding:0px 0px  50px 0px  ;
    }
    .manged-section .attact-img1{
      width:520px;
      height:390px;
  }
   .manged-section .attact-text1{
    width:500px;
   }
}
@media(min-width:1600px){
        .manged-section{
        width:100%;
        height:auto;
        padding: 50px 0px 70px 0px;
    }
      .manged-section .manged-service{
        width:1300px;
        margin: 0 auto;
        padding:0px 0px 60px 0px ;
    }
     .manged-section .all-attackers{
       width:1324px;
       margin:0 auto ;
       }
}


/* threat-monitoring-section5 */

.threat-monitoring-section5{
    width: 100%;
    height: 871px;
    background-color: var(--gray-white-f0-f0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}
.threat-monitoring-section5 .trusted-demo-container{
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 430px;
}
.threat-monitoring-section5 .trusted-demo-container p{
    font-family: Arial;
    font-weight: 900;
    font-style: Black;
    font-size: 49px;
    line-height: 72.8px;
    letter-spacing: 1px;
    vertical-align: middle;
    color: var(--dark-black2);
}
.threat-monitoring-section5 .trusted-demo-container p span{
    color: var(--gray-color);
}
.threat-monitoring-section5 .trusted-demo-container .demo{
    width: 192px;
}
.threat-monitoring-section5 .trusted-demo-container .demo button{
    width: inherit;
    height: 52px;
    background-color: var(--blue2);
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--white-text-color);
    border-radius: 100px;
}
.threat-monitoring-section5 .trusted-demo-container .demo button:after{
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url('./images/cross-arrow.png');
    background-size: cover;
    vertical-align: middle;
    margin-left: 20px;
    
}
.threat-monitoring-section5 .all-cards{
    width: 100%;
    height: 500px;
    display: flex;
    gap: 16px;
    overflow-x: scroll;
    margin-top: 60px;
}
.threat-monitoring-section5 .all-cards .first-div {
    min-width:511px ;
    height: 281px;
}
.threat-monitoring-section5 .all-cards .title-name{
    font-family: Arial;
    font-weight: 900;
    font-style: Black;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--dark-black2);
    margin-top: 10px;
} 
.threat-monitoring-section5 .all-cards .sub-name{
    margin-top: 5px;
    font-family: Arial;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 17.4px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--gray-color);
}

.threat-monitoring-section5 .all-cards .scecond-div {
    min-width:284px ;
    height: 209px;
}
.threat-monitoring-section5 .all-cards .third-div {
    min-width:248px ;
    height: 357px;
}
.threat-monitoring-section5 .all-cards .fourth-div {
    min-width:267px ;
    height: 209px;
}
.threat-monitoring-section5 .all-cards .fifth-div {
    min-width:267px ;
    height: 357px;
}.threat-monitoring-section5 .all-cards .sixth-div{
    min-width:445px ;
    height: 332px;
}

@media (min-width:320px) and (max-width:600px) {
.threat-monitoring-section5{
    height: auto;
    padding: 50px 15px 0px;
}
.threat-monitoring-section5 .trusted-demo-container{
    flex-direction: column;
    gap: 30px;
}
.threat-monitoring-section5 .trusted-demo-container p{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section5 .all-cards .first-div {
    min-width:400px ;
}
.threat-monitoring-section5 .all-cards .sixth-div{
    min-width:245px ;
}
}

@media (min-width:601px) and (max-width:800px) {
.threat-monitoring-section5{
    height: auto;
    padding: 80px 20px 0px;
}
.threat-monitoring-section5 .trusted-demo-container{
    flex-direction: column;
    gap: 30px;
}
.threat-monitoring-section5 .trusted-demo-container p{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section5 .all-cards .first-div {
    min-width:400px ;
}
.threat-monitoring-section5 .all-cards .sixth-div{
    min-width:245px ;
}
}

@media (min-width:801px) and (max-width:1000px) {
.threat-monitoring-section5{
    height: auto;
    padding: 80px 40px 0px;
}
.threat-monitoring-section5 .trusted-demo-container{
    gap: 0;
    justify-content: space-between;
}
.threat-monitoring-section5 .trusted-demo-container p{
    font-size: 25px;
    line-height: 30px;
    /* text-align: center; */
}
.threat-monitoring-section5 .all-cards .first-div {
    min-width:400px ;
}
.threat-monitoring-section5 .all-cards .sixth-div{
    min-width:245px ;
}
}

@media (min-width:1001px) and (max-width:1300px) {
.threat-monitoring-section5{
    height: auto;
    padding: 80px 50px 0px;
}
.threat-monitoring-section5 .trusted-demo-container{
    gap: 0;
    justify-content: space-between;
}
.threat-monitoring-section5 .trusted-demo-container p{
    font-size: 30px;
    line-height: 35px;
}
}

@media (min-width:1301px) and (max-width:1500px) {
.threat-monitoring-section5{
    height: auto;
    padding: 80px 32px 0px;
}
.threat-monitoring-section5 .trusted-demo-container{
    gap: 0;
    justify-content: space-between;
}
}
@media (min-width:1601px){
.threat-monitoring-section5 .all-cards{
    width: 1400px;
    margin: 60px auto 0px;
}
}


/* threat-monitoring-section6 */


.threat-monitoring-section6 .card1-section6{
    height: 283px;
    background-color: var(--dark-black1);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
}
.threat-monitoring-section6 .card1-section6 .para-divs1{
   width: 1306px;
   margin: 0 auto;
}
.threat-monitoring-section6 .card1-section6 .para-divs1 p{
    font-size: 49.5px;
    line-height: 72.8px;
    letter-spacing: 1px;
    color: var(--white-text-color);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: black;
}
.threat-monitoring-section6 .card1-section6 .para-divs1 p span{
    color: var(--gray-color);
}
.threat-monitoring-section6 .card2-section6{
    height: 464px;
    background-color: var(--blue2);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
}
.threat-monitoring-section6 .card2-section6 .para-divs2{
   width: 1306px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.threat-monitoring-section6 .card2-section6 .para-divs2 p{
    width: 596px;
    height: 173px;
    font-size: 42.9px;
    line-height: 57.6px;
    letter-spacing: 0.4px;
    color: var(--white-text-color);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: black;
}
.threat-monitoring-section6 .card2-section6 .para-divs2 img{
    width: 388px;
    height: 352px;
}
.threat-monitoring-section6 .card3-section6{
    height: 464px;
    background-color: var(--white-text-color);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
}
.threat-monitoring-section6 .card3-section6 .para-divs3{
   width: 1306px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.threat-monitoring-section6 .card3-section6 .para-divs3 p{
    width: 546px;
    height: 173px;
    font-size: 42.2px;
    line-height: 57.6px;
    letter-spacing: 0.4px;
    color: var(--black-text-color);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: black;
}
.threat-monitoring-section6 .card3-section6 .para-divs3 img{
    width: 388px;
    height: 352px;
}
.threat-monitoring-section6 .card4-section6{
    height: 464px;
    background-color: var(--yellow2);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
}
.threat-monitoring-section6 .card4-section6 .para-divs4{
   width: 1306px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.threat-monitoring-section6 .card4-section6 .para-divs4 p{
    width: 535px;
    height: 173px;
    font-size: 44.4px;
    line-height: 57.6px;
    letter-spacing: 0.4px;
    color: var(--black-text-color);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: black;
}
.threat-monitoring-section6 .card4-section6 .para-divs4 img{
    width: 388px;
    height: 352px;
}
.threat-monitoring-section6 .card5-section6{
    height: 464px;
    background-color: var(--orange-color);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
}
.threat-monitoring-section6 .card5-section6 .para-divs5{
   width: 1306px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.threat-monitoring-section6 .card5-section6 .para-divs5 p{
    width: 619px;
    height: 116px;
    font-size: 43.1px;
    line-height: 57.6px;
    letter-spacing: 0.4px;
    color: var(--white-text-color);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: black;
}
.threat-monitoring-section6 .card5-section6 .para-divs5 img{
    width: 388px;
    height: 352px;
}
.threat-monitoring-section6 .card6-section6{
    height: 464px;
    background-color: var(--dark-black1);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
}
.threat-monitoring-section6 .card6-section6 .para-divs6{
   width: 1306px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.threat-monitoring-section6 .card6-section6 .para-divs6 p{
    width: 588px;
    height: 173px;
    font-size: 44.4px;
    line-height: 57.6px;
    letter-spacing: 0.4px;
    color: var(--white-text-color);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: black;
}
.threat-monitoring-section6 .card6-section6 .para-divs6 img{
    width: 388px;
    height: 352px;
}

@media (min-width:320px) and (max-width:600px) {
.threat-monitoring-section6 .card1-section6 .para-divs1{
   width: 100%;
   margin: 0 auto;
   padding: 20px;
}
.threat-monitoring-section6 .card1-section6 .para-divs1 p{
    font-size: 20px;
    line-height:30px;
    text-align: center;
}
.threat-monitoring-section6 .card2-section6{
    height:auto;
}
.threat-monitoring-section6 .card2-section6 .para-divs2{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:40px 20px;
}
.threat-monitoring-section6 .card2-section6 .para-divs2 p{
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section6 .card2-section6 .para-divs2 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card3-section6{
    height:auto;
}
.threat-monitoring-section6 .card3-section6 .para-divs3{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:40px 20px;
}
.threat-monitoring-section6 .card3-section6 .para-divs3 p{
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section6 .card3-section6 .para-divs3 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card4-section6{
    height:auto;
}
.threat-monitoring-section6 .card4-section6 .para-divs4{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:40px 20px;
}
.threat-monitoring-section6 .card4-section6 .para-divs4 p{
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section6 .card4-section6 .para-divs4 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card5-section6{
   height:auto;
}
.threat-monitoring-section6 .card5-section6 .para-divs5{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:40px 20px;
}
.threat-monitoring-section6 .card5-section6 .para-divs5 p{
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section6 .card5-section6 .para-divs5 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card6-section6{
    height:auto;
}
.threat-monitoring-section6 .card6-section6 .para-divs6{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:40px 20px;
}
.threat-monitoring-section6 .card6-section6 .para-divs6 p{
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section6 .card6-section6 .para-divs6 img{
    width: 100%;
    max-width: 388px;
    height: auto;
} 
}

@media (min-width:601px) and (max-width:800px) {
.threat-monitoring-section6 .card1-section6 .para-divs1{
   width: 100%;
   margin: 0 auto;
   padding: 40px;
}
.threat-monitoring-section6 .card1-section6 .para-divs1 p{
    font-size: 25px;
    line-height:30px;
    text-align: center;
}
.threat-monitoring-section6 .card2-section6{
    height:auto;
}
.threat-monitoring-section6 .card2-section6 .para-divs2{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:60px 40px;
}
.threat-monitoring-section6 .card2-section6 .para-divs2 p{
    width: auto;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section6 .card2-section6 .para-divs2 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card3-section6{
    height:auto;
}
.threat-monitoring-section6 .card3-section6 .para-divs3{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:60px 40px;
}
.threat-monitoring-section6 .card3-section6 .para-divs3 p{
    width: auto;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section6 .card3-section6 .para-divs3 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card4-section6{
    height:auto;
}
.threat-monitoring-section6 .card4-section6 .para-divs4{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:60px 40px;
}
.threat-monitoring-section6 .card4-section6 .para-divs4 p{
    width: auto;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section6 .card4-section6 .para-divs4 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card5-section6{
   height:auto;
}
.threat-monitoring-section6 .card5-section6 .para-divs5{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:60px 40px;
}
.threat-monitoring-section6 .card5-section6 .para-divs5 p{
    width: auto;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section6 .card5-section6 .para-divs5 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card6-section6{
    height:auto;
}
.threat-monitoring-section6 .card6-section6 .para-divs6{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:60px 40px;
}
.threat-monitoring-section6 .card6-section6 .para-divs6 p{
    width: auto;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.threat-monitoring-section6 .card6-section6 .para-divs6 img{
    width: 100%;
    max-width: 388px;
    height: auto;
} 
}

@media (min-width:801px) and (max-width:1000px) {
.threat-monitoring-section6 .card1-section6 .para-divs1{
   width: 100%;
   margin: 0 auto;
   padding: 40px;
}
.threat-monitoring-section6 .card1-section6 .para-divs1 p{
    font-size: 30px;
    line-height:40px;
    text-align: center;
}
.threat-monitoring-section6 .card2-section6{
    height:auto;
}
.threat-monitoring-section6 .card2-section6 .para-divs2{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:60px 50px;
}
.threat-monitoring-section6 .card2-section6 .para-divs2 p{
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.threat-monitoring-section6 .card2-section6 .para-divs2 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card3-section6{
    height:auto;
}
.threat-monitoring-section6 .card3-section6 .para-divs3{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:60px 50px;
}
.threat-monitoring-section6 .card3-section6 .para-divs3 p{
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.threat-monitoring-section6 .card3-section6 .para-divs3 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card4-section6{
    height:auto;
}
.threat-monitoring-section6 .card4-section6 .para-divs4{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:60px 50px;
}
.threat-monitoring-section6 .card4-section6 .para-divs4 p{
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.threat-monitoring-section6 .card4-section6 .para-divs4 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card5-section6{
   height:auto;
}
.threat-monitoring-section6 .card5-section6 .para-divs5{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:60px 50px;
}
.threat-monitoring-section6 .card5-section6 .para-divs5 p{
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.threat-monitoring-section6 .card5-section6 .para-divs5 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card6-section6{
    height:auto;
}
.threat-monitoring-section6 .card6-section6 .para-divs6{
   width: auto;
   flex-direction: column;
   gap: 30px;
   padding:60px 50px;
}
.threat-monitoring-section6 .card6-section6 .para-divs6 p{
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.threat-monitoring-section6 .card6-section6 .para-divs6 img{
    width: 100%;
    max-width: 388px;
    height: auto;
} 
}

@media (min-width:1001px) and (max-width:1300px) {
    .threat-monitoring-section6 .card1-section6 .para-divs1{
   width:950px;
   gap: 30px;
}
.threat-monitoring-section6 .card1-section6 .para-divs1 p{
    font-size: 30px;
    line-height:40px;
}
.threat-monitoring-section6 .card2-section6 .para-divs2{
   width: auto;
   gap: 30px;
   padding:0px 50px;
}
.threat-monitoring-section6 .card2-section6 .para-divs2 p{
    font-size: 30px;
    line-height: 40px;
}
.threat-monitoring-section6 .card2-section6 .para-divs2 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card3-section6 .para-divs3{
   width: auto;
   gap: 30px;
   padding:0px 50px;
}
.threat-monitoring-section6 .card3-section6 .para-divs3 p{
    font-size: 30px;
    line-height: 40px;
}
.threat-monitoring-section6 .card3-section6 .para-divs3 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card4-section6 .para-divs4{
   width: auto;
   gap: 30px;
   padding:0px 50px;
}
.threat-monitoring-section6 .card4-section6 .para-divs4 p{
    font-size: 30px;
    line-height: 40px;
}
.threat-monitoring-section6 .card4-section6 .para-divs4 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card5-section6 .para-divs5{
   width: auto;
   gap: 30px;
   padding:0px 50px;
}
.threat-monitoring-section6 .card5-section6 .para-divs5 p{
    font-size: 30px;
    line-height: 40px;
}
.threat-monitoring-section6 .card5-section6 .para-divs5 img{
    width: 100%;
    max-width: 388px;
    height: auto;
}
.threat-monitoring-section6 .card6-section6 .para-divs6{
   width: auto;
   gap: 30px;
   padding:0px 50px;
}
.threat-monitoring-section6 .card6-section6 .para-divs6 p{
    font-size: 30px;
    line-height: 40px;
}
.threat-monitoring-section6 .card6-section6 .para-divs6 img{
    width: 100%;
    max-width: 388px;
    height: auto;
} 
}

@media (min-width:1301px) and (max-width:1500px) {
.threat-monitoring-section6 .card1-section6 .para-divs1{
   padding: 50px;
}
.threat-monitoring-section6 .card2-section6 .para-divs2{
   padding:0px 50px;
}
.threat-monitoring-section6 .card3-section6 .para-divs3{
   padding:0px 50px;
}
.threat-monitoring-section6 .card4-section6 .para-divs4{
   padding:0px 50px;
}
.threat-monitoring-section6 .card5-section6 .para-divs5{
   padding:0px 50px;
}
.threat-monitoring-section6 .card6-section6 .para-divs6{
   padding:0px 50px;
}
}



/* threat-monitoring-section7 */

.threat-monitoring-section7{
    width: 100%;
    height: 1049px;
    background-color:var(--gray-white-f0-f0) ; 
}
.threat-monitoring-section7 .find{
    width: 1300px;
    height: 300px;
    font-size: 49.7px;
    line-height: 72.8px;
    letter-spacing: 1px;
    font-weight: 900;
    font-style: black;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--dark-black2);
    padding-top: 114px;
    margin: 0 auto;
}
.threat-monitoring-section7 .find span{
    color: var(--gray-color);
}
.threat-monitoring-section7 .para-scrolling-div{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 60.6px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner{
    width: 1420px;
    height: 536px;
    background-color: var(--white-text-color);
    overflow-x: scroll;
    display: flex;
   justify-content:flex-start;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card{
    min-width: 412px;
    height: 536px;
    border-right: 1px solid var(--gray-white-f0-f0);
    display: flex;
    flex-direction: column;
    gap: 150px;
    align-items: center;
    justify-content: center;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card .star-images-num{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card .star-images-num p{
    font-size: 82px;
    line-height: 90px;
    font-weight: 900;
    font-style: black;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--num-gray2);
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card .star-images-num .img-review .star-images{
    display: flex;
    align-items: center;
    gap: 3px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card .star-images-num .img-review .p7{
    font-size: 14px;
    line-height: 20.8px;
    letter-spacing: 1px;
    color: var(--gray-color);
    font-weight: 900;
    font-style: black;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    text-align: center;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card .upwork-clutch-images{
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card .upwork-clutch-images img{
    width: 72px;
    height: 20px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards{
    min-width: 412px;
    height: 536px;
    border-right: 1px solid var(--gray-white-f0-f0);
    padding: 32px 40px 32px 32px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .p3{
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 19.5px;
    line-height: 32px;
    color: var(--gray-color);
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .wavespace{
    width: 340px;
    height: 206px;
    font-family: Arial;
    font-weight: 900;
    font-style: Black;
    font-size: 27.5px;
    line-height: 39.9px;
    vertical-align: middle;
    color: var(--gray-color);
    margin-top: 71px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .wavespace span{
    color: var(--dark-black2);
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .review-img-name{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 105px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .review-img-name img{
    width: 56px;
    height: 56px;
    border-radius: 56px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .review-img-name div p:first-child{
    font-family: Arial;
    font-weight: 900;
    font-style: Black;
    font-size: 21.2px;
    line-height: 33.84px;
    letter-spacing: 1px;
    vertical-align: middle;
    color: var(--dark-black2);
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .review-img-name div p:last-child{
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 18.8px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--gray-color);
}
.threat-monitoring-section7 .scrolling-indicators{
    width: 200px;
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 46.23px auto 0px;
}
.threat-monitoring-section7 .scrolling-indicators span{
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color:var(--double-2-double-2);
}
.threat-monitoring-section7 .scrolling-indicators .active{
    background-color: var(--all-twos);
}

@media (min-width:320px) and (max-width:600px) {
.threat-monitoring-section7{
    height: auto;
    padding: 0px 15px 70px;
}
.threat-monitoring-section7 .find{
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    padding-top: 50px;
    text-align: center;
}
.threat-monitoring-section7 .para-scrolling-div{
    align-items:center;
    margin-top: 60px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner{
    width: 100%;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card{
    min-width:300px;
    height: auto;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card .star-images-num p{
    font-size: 50px;
    line-height: 40px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards{
    min-width: 300px;
    height: auto;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .p3{
    font-size: 16px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .wavespace{
    width: auto;
    height: auto;
    font-size: 18px;
    margin-top: 40px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .review-img-name{
    margin-top: 60px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .review-img-name div p:first-child{
    font-size: 16px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .review-img-name div p:last-child{
    font-size: 14px;
}
}

@media (min-width:601px) and (max-width:800px) {
.threat-monitoring-section7{
    height: auto;
    padding: 0px 20px 70px;
}
.threat-monitoring-section7 .find{
    width: auto;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    padding-top: 50px;
    text-align: center;
}
.threat-monitoring-section7 .para-scrolling-div{
    align-items:center;
    margin-top: 60px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner{
    width: 100%;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card{
    min-width:330px;
    height: auto;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card .star-images-num p{
    font-size: 55px;
    line-height: 40px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards{
    min-width: 330px;
    height: auto;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .p3{
    font-size: 18px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .wavespace{
    width: auto;
    height: auto;
    font-size: 20px;
    margin-top: 40px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .review-img-name{
    margin-top: 60px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .review-img-name div p:first-child{
    font-size: 18px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .review-img-name div p:last-child{
    font-size: 16px;
}
}

@media (min-width:801px) and (max-width:1000px) {
.threat-monitoring-section7{
    height: auto;
    padding: 0px 40px 70px;
}
.threat-monitoring-section7 .find{
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    padding-top: 50px;
    text-align: center;
}
.threat-monitoring-section7 .para-scrolling-div{
    align-items:center;
    margin-top: 60px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner{
    width: 100%;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card{
    min-width:350px;
    height: auto;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .rating-card .star-images-num p{
    font-size: 60px;
    line-height: 45px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards{
    min-width: 350px;
    height: auto;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .wavespace{
    width: auto;
    height: auto;
    font-size: 22px;
    margin-top: 40px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner .name-cards .review-img-name{
    margin-top: 60px;
}
}

@media (min-width:1001px) and (max-width:1300px) {
.threat-monitoring-section7{
    height: auto;
    padding: 0px 50px 100px;
}
.threat-monitoring-section7 .find{
    width: auto;
    height: auto;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
}
.threat-monitoring-section7 .para-scrolling-div{
    align-items:center;
    margin-top: 60px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner{
    width: 100%;
}
}

@media (min-width:1301px) and (max-width:1500px) {
.threat-monitoring-section7{
    height: auto;
    padding: 0px 32px 100px;
}
.threat-monitoring-section7 .find{
    width: auto;
    height: auto;
}
.threat-monitoring-section7 .para-scrolling-div{
    align-items:center;
    margin-top: 60px;
}
.threat-monitoring-section7 .para-scrolling-div .section7-scroll-conatiner{
    width: 100%;
}
}

@media (min-width:1601px) {

.threat-monitoring-section7 .para-scrolling-div{
    align-items:center;
}
}



/* threat-monitoring-section8 */
.threat-monitoring-section8{
    width: 100%;
    height: 465px;
    background-color: var(--blue2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
}
.threat-monitoring-section8 .section9-content .detect{
    width: 536px;
    height: 219px;
    font-family: Arial;
    font-weight: 900;
    font-style: Black;
    font-size: 52px;
    line-height: 130%;
    letter-spacing: -2%;
    vertical-align: middle;
}
.threat-monitoring-section8 .section9-content  .free-btn-get{
    width: 222px;
}
.threat-monitoring-section8 .section9-content  .free-btn-get .talk-now{
    width: inherit;
    height: 58px;
    border-radius: 40px;
    background-color: var(--white-text-color);
    color:var(--all-twos) ;
    margin-top: 40px;
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 15.6px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.threat-monitoring-section8 .img-content img{
    width: 538px;
    height: 465px;
}

@media (min-width:320px) and (max-width:600px) {
.threat-monitoring-section8{
    height: auto;
    flex-direction: column;
    padding: 50px 20px;
    text-align: center;
    gap: 70px;
}
.threat-monitoring-section8 .section9-content{
    order: 2;
}
.threat-monitoring-section8 .section9-content .detect{
    width: auto;
    height: auto;
    font-size: 28px;
    font-size: 20px;
    text-align: center;
}
.threat-monitoring-section8 .img-content{
    order: 1;
}
.threat-monitoring-section8 .img-content img{
    width: 100%;
    height: auto;
    max-width: 350px;
}
}

@media (min-width:601px) and (max-width:800px) {
.threat-monitoring-section8{
    height: auto;
    flex-direction: column;
    padding: 70px 30px;
    text-align: center;
    gap: 90px;
}
.threat-monitoring-section8 .section9-content{
    order: 2;
}
.threat-monitoring-section8 .section9-content .detect{
    width: auto;
    height: auto;
    font-size: 30px;
    font-size: 25px;
    text-align: center;
}
.threat-monitoring-section8 .img-content{
    order: 1;
}
.threat-monitoring-section8 .img-content img{
    width: 100%;
    height: auto;
    max-width: 400px;
}
}

@media (min-width:801px) and (max-width:1000px) {
.threat-monitoring-section8{
    height: auto;
    flex-direction: column;
    padding: 70px 30px;
    text-align: center;
    gap: 90px;
}
.threat-monitoring-section8 .section9-content{
    order: 2;
}
.threat-monitoring-section8 .section9-content .detect{
    width: auto;
    height: auto;
    font-size: 35px;
    font-size: 25px;
    text-align: center;
}
.threat-monitoring-section8 .img-content{
    order: 1;
}
.threat-monitoring-section8 .img-content img{
    width: 100%;
    height: auto;
    max-width: 400px;
}
}

@media (min-width:1001px) and (max-width:1300px) {
.threat-monitoring-section8{
    height: auto;
    padding: 70px 20px;
    gap: 100px;
}
.threat-monitoring-section8 .section9-content .detect{
    width: 500px;
    height: auto;
    font-size: 40px;
}
.threat-monitoring-section8 .img-content img{
    width: 100%;
    height: auto;
    max-width: 400px;
}
}