/* --------------------------video_header----------------------------- */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);





.banner-section_awsCloud {
    background-image: url("../images/AWS-Cloud/header1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 340px;
    padding-top: 100px;
    padding-bottom: 50px;
  } 

  .banner-section_cloud {
    background-image: url("../images/SL_043021_42650_12.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 340px;
    padding-top: 100px;
    padding-bottom: 50px;
  } 
  .banner-section_AWS_migratation{
    background-image: url("../images/aws\ migratation\ banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 340px;
    padding-top: 100px;
    padding-bottom: 50px;
  } 
  .banner-section_AWS_Well_Architcted{
    background-image: url("../images/AWS-Cloud/1647910479913.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 340px;
    padding-top: 100px;
    padding-bottom: 50px;
  } 
  
.video_header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  .video_header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .video_header .container {
    position: relative;
    z-index: 2;
  }
  
  .video_header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
  }
  
  /* Media Query for devices withi coarse pointers and no hover functionality */
  
  /* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
  
  @media (pointer: coarse) and (hover: none) {
    .video_header {
      background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
  
    .video_header video {
      display: none;
    }
  }


/* -----------------------------types of freshworks---------------- */
.nav-pills .nav-link {
    color: #2f3c4e !important;
    margin: auto 15px;
    border: 1px solid #031c35;
  }
  
  .nav-pills .nav-link.active {
    background-color: #8274ff;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 3px rgba(47, 60, 78, 0.15);
    box-shadow: 0 0 3px rgba(47, 60, 78, 0.15);
  
  }
  
  .nav-pills a .screenshot .title {
    font-size: 18px;
  }
  
  /* ---------------------3card-------------------- */
  .section {
    padding: 100px 0;
    position: relative;
  }
  .gray-bg {
    background-color: #ebf4fa;
  }
  /* Blog 
  ---------------------*/
  .blog-grid {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .blog-grid .blog-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }
  .blog-grid .blog-img .date {
    position: absolute;
    background: #3a3973;
    color: #ffffff;
    padding: 8px 15px;
    left: 0;
    top: 10px;
    font-size: 14px;
  }
  .blog-grid .blog-info {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
    margin: -30px 20px 0;
    position: relative;
  }
  .blog-grid .blog-info h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
  }
  .blog-grid .blog-info h5 a {
    color: #3a3973;
  }
  .blog-grid .blog-info p {
    margin: 0;
  }
  .blog-grid .blog-info .btn-bar {
    margin-top: 20px;
  }
  
  .px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: #fe4f6c;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  
  .px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
  }
  
  .px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ---------------------------------end of types of freshworks-------------------- */
 

/* Reseting */


 .Our_services_aws{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
} 

.container{
    transform-style: preserve-3d;

}

.container .box{
    position: relative;
    width: 239px;
    height: 300px;
    margin: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
   
}

.container .box .body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.9s ease;
 
}



.container .box .body .img_Container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
  
} 

.container .box .body .imgContainer img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}
 .container .box .body .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
   
} 

 .container .box:hover .body{
    transform: rotateY(180deg);
} 

 .container .box .body .content div{
    transform-style: preserve-3d;
    padding: 20px;
    /* background: linear-gradient(45deg, #FE0061,#FFEB3B); */
    background-color: rgb(191, 215, 240);
    transform: translateZ(100px);
}

.container .box .body .content div h3{
    letter-spacing: 1px;
 
} 

/* --------------------------------------------motion cards------------------------------ */
.container .motion_cards{
    overflow: auto;
   
}

.cards {
    overflow: auto;
    min-height: 550px;
    min-width: 1200px;
}

.card {
    background: #3a3a3a;
    /* background: linear-gradient(to right, #474747, #222); */
    background-color: #094b85;
    min-width: 300px;
    height: 380px;
    border-radius: 10px;
    box-shadow: -5px 5px 25px #0000009d;
    padding: 20px;
    border: none;
    transition: all .3s ease-in-out;
}

.card .text-grey {
    color: #ccc;
    font-weight: 500;
}

.card .light-grey {
    color: #aaa;
    font-weight: 300;
}

.card .fs-5 {
    font-size: 1.15rem !important;
}

.card a {
    color: #fff;
    text-decoration: none;
}


.card .profile img {
    width: 160px;
    height: 160px;
    box-shadow: 0 5px 15px rgba(26, 25, 25, 0.329);
    object-fit: cover;
    border-radius: 50%;
    background-color: #5e74f3;
}

.card:not(:first-child) {
    margin-left: -8rem;
}

.cards::-webkit-scrollbar {
    height: 10px;
}

.cards::-webkit-scrollbar-track {
    background: inherit;
}

.cards::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
    /* background: linear-gradient(to right, #ff002b, #002fff); */
    background-color: #333;
    /* background: ; */
    border-radius: 10px;
}


.card:hover,
.card:focus-within {
    transform: translateY(-1rem) rotateZ(5deg);
}

.card:hover~.card,
.card:focus-within~.card {
    transform: translateX(8rem);
}

.card .designation {
    display: inline;
    border-radius: 10px;
    padding: 4px 10px;
    border: 1px solid #ddd;
}
/* --------------------------------aws migratation-------------------- */






.height-100{
    height:100vh;
}
.how_migration_card{
    
    width:400px;
    height:400px;
    border:none;
    border-radius:20px;
    overflow:hidden;
    cursor:pointer;
}

.how_migration_card:hover .clip-path{
    clip-path: circle(320px at center 0);
}

.clip-path{
    position:relative;
    width:100%;
    height:100%;
    clip-path: circle(220px at center 0);
    background:rgb(17, 55, 224);
    display:flex;
    justify-content:center;
    align-items:center;
    transition:all 0.3s;
}

.clip-path h2{
    color:#fff;
    font-size:30px;
}

.Migratation_process_content{
   
    padding:15px;
   
    
}
.Migratation_process_content p{
    font-size:14px;
}

.Migratation_process_content a{
    
    width:100px;
    height:50px;
    background-color:rgb(119, 209, 59);
    color:#fff !important;
    padding:7px;
    border-radius:6px;
    padding-left:20px;
    padding-right:20px;
    font-size:12px;
    
    
}

.Migratation_process_content a:hover{
    
    background-color:#6b39e0;
}
/* --------------------------------------------------stack cards--------------- */
.stack_cards{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  
    background: #2980b9;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #2980b9);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #2980b9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
 
    /* background-color: #fdfdff; */
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-thumb{
    width: 8px;
    background-color: #2c3cc9;
    border-radius: 10px;
}

  .stack_cards .stacked_card{
    width: 800px;
    min-height: 520px;
}

.container .full_card{
    top: calc(50% - 190px);
    left: 50%;
    transform: translate(-50%,calc(50px*var(--i))) rotate(40deg) skew(-20deg,-10deg);
    width: 260px;
    height: 380px;
    border: none;
    box-shadow: 0 5px 12px #1111112d;
    z-index: calc(-1 * var(--i));
    transition: all 0.5s;
    background-color: #e3e7e9;
}

.container .full_card:nth-child(1){
    opacity: 0.9;
}
.container .full_card:nth-child(2){
    opacity: 0.8;
}
.container .full_card:nth-child(3){
    opacity: 0.5;
}
.container .full_card:nth-child(4){
    opacity: 0.3;
}

.container:hover .full_card{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + calc(300px * var(--i))),-50%) rotate(0deg) skew(0deg,0deg);
    opacity: 1;
    z-index: 1;
}

.container .full_card .full_cardbody{
    color: #444;
    opacity: 0;
    transition:all 0.5s;
    transform: translateY(50px);
    padding: 25px;
    pointer-events: none;
}

.container:hover .full_card .full_cardbody{
    opacity: 1;
    transform: translateY(0px);
}

@media(max-width: 991.5px){
    .container:hover .full_card{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,calc(-50% + calc(400px * var(--j)))) rotate(0deg) skew(0deg,0deg);
        opacity: 1;
        z-index: 1;
    }
}

@media (max-width:576px) {
    .container{
        width: 300px;
    }
    .container .full_card{
        height: 280px;
    }
}

@media (max-width: 400px) {
    .container{
        width: 100px;
        min-height: 300px;
    }

    .container .full_card{
        width: 150px;
        height: 180px;
    }

    .container:hover .full_card{
        width: 260px;
        height: 280px;
        transform: translate(-50%,calc(-50% + calc(320px * var(--j)))) rotate(0deg) skew(0deg,0deg);
    }
}
/* --------------------------------------Our Cloud Partnerships---------------------------------- */
/* .upper{
    position: relative;
    top: -80px;
    width: 320px;
    min-height: 240px;
    align-content: center;
    margin-left: 50px;
    padding: 10px;
    align-self: center;
    align-items: center;
    justify-content: center;
    align-content: center;
  } */
  
  .Partner_card-img-top{
    width: 420px;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
    /* margin-left:5px;
    margin-right: 5px;
    margin-bottom: 0px ; */
    max-width: 420px;
    max-height: 330px;
    min-width: 200px;
    min-height: 150px;
    
    
    
  }
  .cloud_partner{
   
    align-content: center;
    justify-content: center;
    align-self: center;
    display:flex;
    object-fit: fill;
  }

  @media(max-width: 991.5px){
    .Partner_card-img-top{
        width: 450px;  
        height: 330px;
    
      }
      /* .upper{
        width: 350px;
    min-height: 240px;
      } */
  }
@media (max-width:576px) {
    .Partner_card-img-top{
        width: 400px;  
        height: 350px;
    
      }
      /* .upper{
        width: 290px;
    min-height: 240px;
      } */
}

@media (max-width: 400px) {
  .Partner_card-img-top{
    width: 200px;  
    height: 150px;

  }
  /* .upper{
    width: 350px;
min-height: 240px;
  } */
  
}
/* --------------------------------------------------------process we follow in aws migratation-------------------------- */

.Our_Process{
    width: 100%;
    margin: none;
   
}

.process-step {
    text-align: center;
    margin-bottom: 30px;
    transition: transform 0.4s;
    max-width: 400px;
    min-width: 240px;
    text-align: center;
  }

  .process-step:hover {
    transform: translateY(-10px);
  }

  .process-icon {
    background-color: #f2f2f2;
    border-radius: 50%;
    color: #6186ec;
    padding: 20px;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   
  }

  .process-text {
    font-size: 18px;
    font-weight: 500;

  }

  .arrow {
    font-size: 24px;
    color: #6186ec;
    margin-top: 25px;
  }

  @media (max-width: 768px) {
    .arrow {
      display: none;
    }
  }

  .container.process-flow{
    padding: 30px 20px;
    background-color: #f8f9fa;
    border-radius: 15px;
  }

  .animated {
    animation: fadeInUp 0.6s;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* --------------------------------------------partner logo------------------------------------ */
  /* General partner container styles */
  .partner-container {
    background-color: #D3CFC9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Styling for carousel item */
.carousel-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* Logo styles to ensure proper size */
.partner-logo {
    max-width: 150px;
    max-height: 100px;
    object-fit: contain;  /* Ensure logos fit without distortion */
    transition: transform 0.3s ease-in-out;
}

/* Hover effect for logos */
.partner-logo:hover {
    transform: scale(1.1);
}

/* Media query for responsive layout */
@media (min-width: 992px) {
    .carousel-item {
        flex: 0 0 33.33%; /* Show 3 logos per slide on large screens */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-item {
        flex: 0 0 50%; /* Show 2 logos per slide on tablets */
    }
}

@media (max-width: 767px) {
    .carousel-item {
        flex: 0 0 50%; /* Show 2 logos per slide on mobile */
    }
}

/* Carousel control buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

/* -----------------------------------------------------aws well architected process ------------------- */
.mypath {
    width: 300px; 
     --mypath-radius: 31px; 
     --mypath-border: 2px dashed;
  }
  
  .mypath > div {
  
    border-top: var(--mypath-border);
    border-color: #777 !important;
    margin:0; 
    padding: var(--mypath-radius);
  }
  
  .mypath > div:nth-child(even) {
    border-left: var(--mypath-border);
    border-top-left-radius: var(--mypath-radius);
    border-bottom-left-radius: var(--mypath-radius);
    margin-right: var(--mypath-radius); 
    padding-right: 0;
  }
  
  .mypath > div:nth-child(odd) {
    border-right: var(--mypath-border);
    border-top-right-radius: var(--mypath-radius);
    border-bottom-right-radius: var(--mypath-radius);
    margin-left: var(--mypath-radius); 
    padding-left: 0;
  }
  
  .mypath > div:first-child {
    border-top: 0;
    border-top-right-radius:0;
    border-top-left-radius:0;
  }
  
  .mypath > div:last-child {
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
  }
  /* ---------------------------------------------------------------------------------------cloud css------------------------------------ */
  