/*--------------------------------------------------------------
# Adobecta
--------------------------------------------------------------*/


@media (max-width: 1024px) {
  .adobecta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .adobecta .adobecta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}



/*--------------------------------------------------------------
# servercta
--------------------------------------------------------------*/
.servercta {
  background: #3C3B3B;
  background-size: cover;
  padding: 120px 0;
}

.servercta h2 {
  color: white;
}

.servercta h4 {
  color: white;
}

@media (max-width: 1024px) {
  .servercta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .servercta .servercta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/*--------------------------------------------------------------
# workcta
--------------------------------------------------------------*/
.workcta {
  background: white;
  background-size: cover;
  padding: 120px 0;
}

.workcta h2 {
  color: black;
}

.workcta h4 {
  color: black;
}

@media (max-width: 1024px) {
  .workcta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .workcta .workcta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
 
/*--------------------------------------------------------------
# devicecta
--------------------------------------------------------------*/
.devicecta {
  background: #06668f;
  background-size: cover;
  padding: 120px 0;
}

.devicecta h2 {
  color: white;
}

.devicecta h4 {
  color: white;
}

@media (max-width: 1024px) {
  .devicecta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .devicecta .devicecta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
 
 
 
/*--------------------------------------------------------------
# othercta
--------------------------------------------------------------*/
.othercta {
  background: white;
  background-size: cover;
  padding: 120px 0;
}

.othercta h2 {
  color: black;
}

.othercta h4 {
  color: black;
}

@media (max-width: 1024px) {
  .othercta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .othercta .othercta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
} 
 
 
/*--------------------------------------------------------------
# synetocta
--------------------------------------------------------------*/
.synetocta {
  background: #3C3B3B;
  background-size: cover;
  padding: 120px 0;
}

.synetocta h2 {
  color: white;
  font-size: 50px;
}

.synetocta h3 {
  color: white;
  font-size: 140px;
}

.synetocta p {
  color: white;
}

@media (max-width: 1024px) {
  .synetocta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .synetocta .synetocta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}  

/*--------------------------------------------------------------
# sicurezzacta
--------------------------------------------------------------*/
.sicurezzacta {
  background: #3C3B3B;
  background-size: cover;
  padding: 120px 0;
}

.sicurezzacta h2 {
  color: white;
  font-size: 50px;
}

.sicurezzacta h3 {
  color: white;
  font-size: 140px;
}

.sicurezzacta p {
  color: white;
}

@media (max-width: 1024px) {
  .sicurezzacta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .sicurezzacta .sicurezzacta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}  


/*--------------------------------------------------------------
# blog1
--------------------------------------------------------------*/



#blog {
  width: 100%;
  height: 80vh;
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/bg1.png") fixed center center;
  background-size: cover;
}

#blog .container {
  padding-top: 72px;
}

#blog h1 {
  margin: 0 0 10px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}

#blog h4 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 56px;
  color: white;
}

#blog h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#blog .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#blog .btn-get-started:hover {
  background: #209dd8;
}

#blog .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#blog .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#blog .btn-watch-video:hover i {
  color: #47b2e4;
}

#blog .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #blog {
    height: 100vh;
    text-align: center;
  }
  #blog .animated {
    -webkit-animation: none;
    animation: none;
  }
  #blog .blog-img {
    text-align: center;
  }
  #blog .blog-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #blog h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #blog h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #blog .blog-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #blog .blog-img img {
    width: 80%;
  }
  #blog .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #blog .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #blog .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}
 
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# blog2
--------------------------------------------------------------*/



#blog2 {
  width: 100%;
  height: 80vh;
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/bg2.jpg") fixed center center;
  background-size: cover;
}

#blog2 .container {
  padding-top: 72px;
}

#blog2 h1 {
  margin: 0 0 10px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}

#blog2 h4 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 56px;
  color: white;
}

#blog2 h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#blog2 .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#blog2 .btn-get-started:hover {
  background: #209dd8;
}

#blog2 .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#blog2 .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#blog2 .btn-watch-video:hover i {
  color: #47b2e4;
}

#blog2 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #blog2 {
    height: 100vh;
    text-align: center;
  }
  #blog2 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #blog2 .blog-img {
    text-align: center;
  }
  #blog2 .blog-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #blog2 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #blog2 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #blog2 .blog-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #blog2 .blog-img img {
    width: 80%;
  }
  #blog2 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #blog2 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #blog2 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}
 
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}