body{
  font-family: 'DM Sans', sans-serif;
}
.drag-and-drop p {
  color: #69748F;
  font-size: 24px;
  font-weight: 500;
}
p{
  color: #69748F;
  font-size: 19px;
  font-weight: 500;
}
h2{
  color: #221C07;
  font-size: 65px;
  font-weight: 600;
}
h5{
  font-weight: 500;
font-size: 36px;
line-height: 47px;
}
.navbar-toggler:focus {
  box-shadow:none;
}
h2 span{ color: #0072FF;}

.navbar.navbar-expand-lg.navbar-light {
  padding: 15px 90px;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
  font-size: 16px;
  padding: 0px 20px;
  font-weight: 400;
}
.dropdown-item{
  color: #285ba7;
}
.navbar-light .navbar-nav .nav-link.active {
  color:#0d6efd!important;
  font-weight: 500 !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:#0d6efd;
}
.dropdown-item:hover {
  color: #1e2125 !important;
  background-color: #e9ecef !important;
}
.btn-align{ 
  border-color: #0d6efd;
  background: right / 0% 100% no-repeat  linear-gradient(#FF6633,#FF6633);
  transition: background-size 500ms;
  background-color: #0d6efd;

}
.btn-align:hover{
  background: left/100% 100% no-repeat
  linear-gradient(#FF6633,#FF6633);
  color: #f9f2f2;
  border-color: #FF6633;

}
.dropdown-item a{
  color: #000;
}
.top-banner {
  background-image: url(../images/banner.jpg);
  height: 800px;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  margin-top: 32px;
  overflow: hidden;
}
.top-banner h1 {
  display: flex;
  justify-content: center;
  color: rgb(0, 0, 0);
  font-size: 70px;
  font-weight: 600;
}
.top-banner h1 span::before {
  content: "Upload";
  animation: animate infinite 5s;
  padding-left: 10px;
  background: linear-gradient(180deg, #5693F8 0%, #2766EB 100%);
  color: #fff;
  border-radius: 16px;
  padding: 5px 22px;
  margin-left: 10px;
  min-width: 300px;
  display: inline-block;
}

@keyframes animate {

  0% {
      content: "Upload";
      background: linear-gradient(180deg, #5693F8 0%, #2766EB 100%);
      color: #fff;
      
  }

  50% {
      content: "Create";
      background: linear-gradient(180deg, #FF9471 0%, #F26333 100%);
      color: #fff;
     
  }

  75% {
      content: "Share";
      background: linear-gradient(180deg, #8956F8 0%, #6627EB 100%);
      color: #fff;
      
  }
}
.back-up a:hover{
  color: #F26333 ;
}  
.management a:hover{
  color: #F26333;
}

.top-banner h6{
font-size: 20px;
font-weight: 300;
color: #2486FC;
letter-spacing: 5px;
padding-bottom: 10px;}

.top-banner p{
font-size: 25px;
font-weight: 500;
padding: 20px 323px;
color: #444748;}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  padding: 15px 50px;
  text-decoration: none;
  border-radius: 25px;
}

.top-banner img{
text-align: center;
margin: 0 auto;
position: relative;
width: 780px;
margin-left: 64px;
margin-top: 23px;}


.drag-and-drop {
  padding: 65px 0px;
  text-align: center;
  background-color: #ECF2FB;
}

.files-drop .files-Bg .folder-files {
  width: 33%;
}
.files-drop {
  margin-top: 80px;
  position: relative;
}
.files-drop::before {
  content: "";
  width: 0px;
  height: 248px;
  z-index: 9;
  position: absolute;
  left: auto;

  border: 0.01em dashed #2486FC;
  bottom: -67px;
}
.files-drop .box{
  position: absolute;
top: 109px;
text-align: center;
right: 42%;
width: 200px;
animation: animName 80s linear infinite;
z-index: 9;
}

@keyframes animName {
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(360deg);
    }
 }
 
 .upload {
  margin-top: 66px;
  border: 2px dashed #2486FC;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  background-color: #ECF2FB;
  height: 160px;
  align-items: center;
}

.upload span {
  color: #00A5FF;
  font-size: 40px;
}
.file-uploaded h5{
  color: #0061FE; 
  margin: 0;
  font-size: 25px;
  margin-left: 10px;
}
.file-uploaded {
  display: flex;
  align-items: center;
}
.service-img {
  background: linear-gradient(180deg, #7BA4FB 0%, #5B8CF2 100%);
height: 582px;
padding: 0;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.service-Receive {
  background: linear-gradient(12.2deg, #C7F4FF 16.29%, #84C9D9 102.03%);
  height: 582px;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-img img {
  width: 77%;
  padding-top: 70px;
}
.service-Receive img {
  width: 77%;
  padding-top: 70px;
}
.service-text {
  width: 56%;
}
 h3{
  font-size: 38px;
font-weight: 600;
}

.Frictionless{
  background-image: url(../images/frictionless.jpg);
  width: 100%;
  object-fit: cover;
  background-size: cover;
  height: auto;
  padding: 0px 0px;
  padding-bottom: 57px;
}
.Frictionless .d-flex img{
  width: 50%;
}

.available {margin-top: 80px;}

.management-section{
  background: linear-gradient(0deg, rgba(233,248,250,1) 0%, rgba(255,255,255,1) 100%);
  padding-bottom: 95px;
}
.management {
  background: #F1F0F0;
  min-height: 640px;
  border-radius: 71px;
  padding: 49px;
  position: relative;
  overflow: hidden;
}
.back-up a,
.management a{
  color: #2766EB;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  align-items: center;
  display: flex;
  
}
.back-up img,
.management img{
  position: absolute;
bottom: 0;
right: 0;
}

.back-up{
  background: linear-gradient(180deg, #D4E5F4 0%, #F6EEF7 100%);
  min-height: 640px;
  border-radius: 30px;
  padding: 49px;
  position: relative;
  overflow: hidden;
}
.support h3{
  padding-right: 100px;
}
.support img{
  width: 92%;
margin-right: 16px;}
.support {
  padding: 70px 0px;
  background: linear-gradient(0deg, rgba(230,251,254,1) 6%, rgba(255,255,255,1) 100%);
  padding-bottom: 200px;
}

.icons img{
  width: 28px;}
.icons ul{
  padding: 0px;
}

.icons ul li{
  list-style: none;
  margin-top: 34px;
}

.banner-a {
  position: absolute;
  left: 0;
  top: 0;
  width: 108px;
}
.banner-b {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
}




/*----footer----*/
footer{
  background-color: #000;
}
.footer-banner h2{
  font-size: 51px;
  padding-bottom: 15px;
  padding-top: 13px;
}
.footer-banner {
  background-color: #fff;
  border-radius: 30px;
  padding: 48px 189px;
  position: relative;
  overflow: hidden;
  margin-top: -178px;
  margin-bottom: 50px;
}
.footer-banner h6{
  font-size: 24px;
  font-weight: 500;
  background: linear-gradient(90.09deg, #2486FC 4.66%, #DB36AD 97.69%), #88B0FF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-menu {
  color: #fff;
}

.footer-menu h6{
  font-size: 15px;
  line-height: 35px;
  font-weight: 500;
  color: #E5E5E5;

}
.footer-menu h5{
font-weight: 500;
font-size: 17px;
line-height: 29px;}

.footer-menu ul{
  padding: 0px;
} 
.footer-menu ul li {
  list-style: none;
  font-size: 14px;
padding-bottom: 15px;
font-weight: 400;

} 

.footer-menu ul li a{
  color: #E5E5E5;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #88B0FF;
}
.footer-line {
  border-bottom: 1px solid #393939;
}

.bottom-menu ul{
color: #fff;
list-style: none;
padding: 0;
}
.bottom-menu ul li{
  font-size: 14px;
  font-weight: 400;
}
.bottom-menu-icons{
  color: #E5E5E5;
  text-decoration: none;
}
.bottom-menu ul li a:hover {
  color: #88B0FF;
}
.bottom-menu {
  margin-top: 20px;
  padding-bottom: 30px;
}
.footer-icons ul li a i{ font-size: 18px;} 
.footer-icons {
  display: flex;
  justify-content: end;
}

.region {
  color: #fff;
  padding: 0;
  font-size: 14px;
  background-color: #0000;
  border: none;
}
.region span{
  font-size: 20px;
}

.bottom-style {
  display: flex;
}



@media (max-width: 1399.98px) { 
  .files-drop .box {
    top: 90px;
    width: 187px;
 }
 .service-text {
  width: 80%;
}
.footer-menu h5{
  font-size: 14px;
  }
  .top-banner p{
    font-size: 22px;
  }
}


@media (max-width: 1199.98px) { 
.top-banner p {
    padding: 20px 95px;}

.files-drop .files-Bg .folder-files {
      width: 35%;
}
.files-drop .box {
  top: 81px;
  width: 150px;
}
.back-up img, .management img {
  width: 90%;

}
h5 {
  font-size: 28px;
  line-height: 37px;
}
.management {
  min-height: 555px;
  border-radius: 30px;
}
.back-up {
  min-height: 555px;
  border-radius: 30px;

}
.support h3 {
  padding-right: 0px;
}
.footer-banner h2 {
  font-size: 39px;
  padding-bottom: 26px;
  padding-top: 13px;
}


}






@media (max-width: 991.98px) { 
  .navbar-light .navbar-toggler {
    border-color: rgba(124, 124, 124, 0.47);
  }
.top-banner{
    background-image: url(../images/mob-banner.jpg);
    height: 730px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    margin-top: 0px;
    overflow: hidden;
  }
  .top-banner h6{
    margin-top: 30px;
  }
.top-banner h1 {
    font-size: 50px;}

.top-banner h1 span::before {
      min-width: 225px;}

.top-banner p {
        padding: 11px 14px;
        font-size: 20px;
}
.top-banner img {
  margin-top: 23px;
}
h2 {
  color: #221C07;
  font-size: 50px;
}
.drag-and-drop p {
  font-size: 20px;}

.files-drop .files-Bg .folder-files {
    width: 45%;
}
.files-drop {
  margin-top: 48px;
}
.files-drop .box {
  top: 80px;
  width: 144px;
  right: 40%;
}
.upload {
  height: 110px;
}
.service-text {
  width: 80%;
  padding: 100px 0px;
}
.service-img img {
  width: 70%;
}
.service-Receive img {
  width: 70%;
}
.service-text.sub-service-text.aos-init.aos-animate {
  padding-bottom: 13px;
}
h5 {
  font-size: 20px;
  line-height: 26px;
}
.management {
  min-height: 430px;
}
.back-up {
  min-height: 430px;

}
.management-section{
  padding-bottom: 40px;
}
h3 {font-size: 36px;}

.footer-banner h2 {
font-size: 20px;
}
.footer-banner h6 {
  font-size: 16px;}

  .footer-banner h2 {
    font-size: 36px;
    z-index: 99;
  } 
.btn-primary {
  padding: 10px 30px;
}
.footer-banner {
  padding: 48px 40px;}
  .bottom-menu {
    display: flex;
    justify-content: center;

 }
 .bottom-menu ul {
  justify-content: center;
}
 .footer-icons {
  justify-content: center;
}
.menu{
  text-align: center !important;
}
.nav-item {
  padding: 5px 0px !important;
}
.footer-support-text{
  padding-right: 93px;
}

}






@media (max-width: 767.98px) { 
  .footer-menu {
    color: #fff;
    text-align: center;
  }
.top-banner h1 {
    font-size: 37px;
}
.top-banner h1 span::before {
  min-width: 175px;
}
.top-banner p {
  font-size: 15px;
}
.top-banner img {
  margin-left: 30px;
}
.top-banner {
height: 600px;}

h2 {
  font-size: 35px;
}
.drag-and-drop p {
  font-size: 14px;
}
.files-drop .files-Bg .folder-files {
  width: 325px;
}
.files-drop .box {
  top: 87px;
  width: 144px;
  right: 36%;
}
.management {
  min-height: 515px;
  margin-bottom: 70px;
}
.back-up {
  min-height: 515px;
}
.footer-banner .text-center{
  z-index: 99 !important;
position: relative;
}
.footer-banner h2 {
  padding-bottom: 18px;
  padding-top: 15px;
  font-size: 27px;
}
.service-text {
  padding: 45px 0px;
}
.footer-support-text{
  padding-right: 0px;
}
.top-banner p {
  padding: 11px 87px;
}
.footer-banner{
  margin-top: -145px;
}
.Frictionless {
  padding: 15px 0px;
  padding-bottom: 60px;
}
}



@media (max-width: 575.98px) { 
  p{
    font-size: 18px;
  }
  .files-drop .files-Bg .folder-files {
    width: 310px;
  }
  .files-drop .box {
    top: 85px;
    width: 132px;
    right: 37%;
  }
  .top-banner img {
    margin-left: 10px;
  }
.top-banner img {
width: 80%;
}
.top-banner {
  height: 470px;
}
.service-img {
  height: 430px;
 }
.service-Receive {
  height: 430px;}

 .management {
    min-height: 590px;}

.back-up {
      min-height: 590px;
}
.banner-a {
  width: 85px;
}
.banner-b {
  width: 85px;
}
.navbar.navbar-expand-lg.navbar-light {
  padding: 15px 0px;
}
.bottom-style {
  display: block;
  text-align: center;
}
.bottom-style li {
  padding-bottom: 5px;
}
.bottom-style .dropdown{
  display: flex;
  justify-content: center;
}
.top-banner h1 {
  display: block;
}
.service-text h3{
  font-size: 25px;
}
h3 {
  font-size: 30px;
}
.drag-and-drop p {
  font-size: 16px;
  padding: 0px 50px;
}
.top-banner p {
  padding: 11px 65px;
}
.top-banner img {
  margin-top: 0px;
  padding-left: 40px;
}
.support{
  padding: 60px 0px;
  padding-bottom: 170px;
}
.footer-banner{
  margin-top: -128px;
}
.Frictionless { 
  padding: 5px 0px;
  padding-bottom: 55px;
}
.management {
  margin-bottom: 30px;
}
.available {
  margin-top: 55px;
}
.management-section {
  padding-bottom: 60px;
}
}



@media (max-width: 400px) { 


.top-banner h1 span::before {
  min-width: 130px;
}
.top-banner p {
  font-size: 14px;
}
.top-banner {
  height: 442px;
}
.top-banner img {
  width: 73%;
  margin-left: 20px;
    margin-top: 4px;
  
}
h2 {
  font-size: 26px;
}
.files-drop .files-Bg .folder-files {
  width: 300px;
}
.files-drop .box {
  top: 83px;
  width: 114px;
  right: 34%;
}

.files-drop::before {
  height: 230px;}
  
.Frictionless .d-flex img {
  width: 80%;
}
.management {
  min-height: 400px;
}
.back-up {
  min-height: 400px;
}
.footer-banner h2 {
  padding-bottom: 18px;
  padding-top: 0px;
  font-size: 17px;
}
.footer-banner {
  margin-top: -76px;
}
.service-text h3{
  font-size: 23px;
}
.support ul{
  font-size: 14px;
}
.drag-and-drop p {
  font-size: 15px;
  padding: 0px 4px;
}
.top-banner p {
  padding: 11px 15px;
}
.support{
  padding: 40px 0px;
  padding-bottom: 100px;
}
.management-section h3{
  font-size: 23px;
}
.drag-and-drop {
  padding: 40px 0px;
}
.available{
  margin-top: 40px;
}
}



@media (max-width: 320px) { 
  .top-banner img {
    width: 95%;
    margin-left: 0px;
    margin-top: -15px;
  }
p{
  font-size: 15px !important;
}
.top-banner h1 {
    display: block;
}
.top-banner h1 {
  font-size: 30px;
}
.top-banner h1 span::before {
  margin-top: 10px;
}
h2 {
  font-size: 20px;
}
.files-drop .box {
  top: 73px;
  width: 98px;
  right: 33%;
}
.files-drop::before {
  content: "";
  width: 0px;
  height: 190px;
}
.file-uploaded h5 {
  font-size: 14px;
}
.upload span {
  font-size: 30px;
}
.service-img img {
  width: 89%;
  padding-top: 0px;
}
.service-img {
  height: 310px;
  padding-top: 20px;
}
.Frictionless {
  padding-top: 0px;
}
.service-Receive img {
  width: 89%;
}
.service-Receive {
  height: 310px;
}
.service-Receive img {
  padding-top: 33px;
}
.footer-banner h6 {
  font-size: 14px;
}
.footer-banner h2 {
  font-size: 16px;
}
.footer-banner {
  padding: 16px 6px;
}
.banner-a{
  width: 48px;
}
.files-drop .files-Bg .folder-files {
  width: 250px;
}

}