@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root{
    --main-color :#5B50FD;
    --second-color : #ba3270;
    --text-color : #666363;

}

/* body */

body{
    font-family: 'Poppins', sans-serif;
}

.body-body{
    margin: 100px;
}

.body-egov{
    margin: 100px;
}

.body-section{
    background-color: white;
    width: auto;
    height: fit-content;
    padding: 70px;
    margin-left: 70px;
    margin-right: 70px;
}

.body-contact{
    background-color: white;
    width: auto;
    height: fit-content;
    padding-top: 70px;
    padding: 0 90px;
    margin-left: 70px;
    margin-right: 70px;
}

.d-flex{
    gap:20px;
}

/* navbar */

.navbar .navbar-expand-lg{
    background-color: #FFF;
}

.nav-item .active{
    font-weight: 700;
    color: var(--main-color);
}

.floatingNav {
    width: calc(100vh - 100px); 
    border-radius: 2px;
    box-shadow: 0px 1px 10px #999;
}

/* cards */

.card{
    height: 400px;
    width: 350px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 25px;
  cursor: pointer;
}

.card:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card h3{
  font-weight: 600;
  text-align: center;
  color: var(--main-color);
}

.card p{
    text-align: center;
    color: var(--text-color);
  }

.card img{
  position: center;
  top: 20px;
  right: 15px;
}

@media(max-width: 990px){
  .card{
    margin: 20px;
  }
} 

/* button */

.button-second{
    width: 132px;
    height: 38px;
    left: 1208px;
    top: 31px;

    font-weight: 700;
    color: white;
    
    background: var(--second-color);
    border-radius: 6px;
    border-style: none;
}

.button-second:hover{
    width: 132px;
    height: 38px;
    left: 1208px;
    top: 31px;

    font-weight: 700;
    color: white;
    
    opacity: 0.7;
    border-radius: 6px;
    border-style: none;
}

.button-main{
    width: 167px;
    height: 54px;
    left: 0px;
    top: 0px;

    font-weight: 700;
    color: white;
    
    background: var(--main-color);
    border-radius: 6px;
    border-style: none;

    transition: all 0.5s;
    cursor: pointer;
}

.button-main span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
  
.button-main span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button-main:hover span{
    padding-right: 20px;
}

.button-main:hover span:after {
    opacity: 1;
    right: 0;
}

.button-in-contact{
    width: 132px;
    height: 38px;
    left: 1208px;
    top: 31px;

    font-weight: 700;
    color: white;
    
    background: var(--main-color);
    border-radius: 6px;
    border-style: none;
}

.button-in-contact span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
  
.button-in-contact span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button-in-contact:hover span{
    padding-right: 20px;
}

.button-in-contact:hover span:after {
    opacity: 1;
    right: 0;
}

.button-contact{
    width: 200px;
    height: 54px;
    
    background: var(--main-color);
    border-radius: 6px;
    border-style: none;
}

.button-contact:hover{
    width: 200px;
    height: 54px;
    
    opacity: 0.8;
    border-radius: 6px;
    border-style: none;
}

.btn-icon{
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    color: white;
    height: 100%;
}

.btn-text{
    text-align: left;
    font-size: 14px;
    color: white;
    font-weight: bold;
    letter-spacing: 0px;
}

.button-white{
    width: 167px;
    height: 54px;
    left: 0px;
    top: 0px;

    font-weight: 700;
    color: var(--main-color) !important;
    
    background: white;
    border-radius: 6px;
    border-style: none;
    transition: all 0.5s;
    cursor: pointer;
}

.button-white span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
  
.button-white span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button-white:hover span{
    padding-right: 20px;
}

.button-white:hover span:after {
    opacity: 1;
    right: 0;
}

.button-outline{
    width: 120px;
    height: 40px;
    left: 0px;
    top: 0px;

    font-size: 12px;
    
    background: rgba(255, 255, 255, 0.29);
    border-color: white;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
}

.btn-active{
    width: 132px;
    height: 38px;
    left: 1208px;
    top: 31px;

    font-weight: 700;
    color: white;
    
    opacity: 0.8;
    border-radius: 6px;
    border-style: none;
}

/* link */
a:link {
    color: #FFF;
    text-decoration: none;
}

/* hero section */

.bg-image-hero{    
    background-image: url(/Assets/img/background-hero-landingpage.png);
    background-repeat: no-repeat;
    background-size: 90% 100%;
}

.overlay{
    margin-left: 100px;
    color: white;
}

.overlay2{
    margin-left: 100px;
    padding: 20px 90px;
    width: 100%;
    height: 100%;
    color: white;
}

.bg-hero-services{
    width: 100%;
    position: relative;
    background-image: url(/Assets/img/hero-services.png);
    background-size: cover;
}

/* text */

.text1{
    font-weight: bold;
    color: var(--main-color);
}

.text-parag{
    font-size: 20px;
    color: var(--text-color);
}

.text-parag2{
    font-size: 14px;
    color: var(--text-color);
}

.text-parag3{
    font-size: 1rem;
    color: #212529;
}

.ex1 {
    margin-top: 15px;
}

.text-egov{
    font-weight: bold;
    color: #434343;
}

.text-hero{
    font-size: 80px;
    width: 600px;
}

/* section services */
.services-section{
    background-color: #F3F2FF;
    width: auto;
    height: 600px;
}

/* footer */
.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--main-color);
    color: white;
    padding: 50px;
}

/* E-goverment */
.egov-wrapper{
    background-image: url(/Assets/img/hero-services.png);
    color: white;
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-about-egov{
    background-image: url(/Assets/img/bg-egov.png);
    min-height: 50vh;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

.why-egov-wrapper{
    background-color: #F3F2FF;
    padding-top: 50px;
}

.wrapper-content{
    background-color: #F3F2FF;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}

.client-wrapper{
    background-color: #F8F8F8;
    padding: 50px 0;
}

@keyframes scroll{
    0%{
        transform: translate3d(0, 0, 0);
    }
    100%{
        transform: translate3d(-1100, 0, 0);
    }
}

.slider-area{
    height: 150px;
    margin: 20px;
    overflow: hidden;
    position: relative;
    width: auto;
    align-items: center;
    align-content: center;
}

.slider-area .slide-track{
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250 * 14);
}

.slide{
    height: auto;
    width: 250px;
    margin: 0 25px;
}

.img-flip{
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrapper-tabs button{
    border: white;
    padding-bottom:16px;
    background-color: white;
    font-size: 14px;
}

.active-tab{
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color) !important;
    font-weight: bold;
}

.text2{
    color: var(--main-color);
    font-weight: bold;
}

/* social media */

.fa {
    padding-top: 18px;
    font-size: 100px;
    width: 55px;
    height: 55px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}
  
.fa:hover {
    opacity: 0.8;
    color: white;
}
  
.fa-facebook {
    background: #3B5998;
    color: white;
}
  
.fa-twitter {
    background: var(--main-color);
    color: white;
}
  
.fa-google {
    background: #dd4b39;
    color: white;
}
  
.fa-linkedin {
    background: #007bb5;
    color: white;
}
  
.fa-youtube {
    background: #bb0000;
    color: white;
}
  
.fa-instagram {
    background: var(--main-color);
    color: white;
}

/* marquee */

.marquee-wrapper{
    text-align: center;
}

.marquee-wrapper .container{
    overflow: hidden;
}

.marquee-inner span{
    float:left;
    width:50%;
}

.marquee-wrapper .marquee-block{
    --total-marquee-items: 11;
    height: 150px;
    width: calc(250px * (var(--total-marquee-items)));
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    padding: 30px auto;
}

.marquee-inner{
    display: block;
    width: 200%;
    position: absolute;
}

.marquee-inner p{
    font-weight: 800;
    font-size: 30px;
    font-family: cursive;
}

.marquee-inner.to-right{
    animation: marqueeRight 25s linear infinite;
}

.marquee-item{
    width: 230px;
    height: auto;
    display: inline-block;
    margin: 0 10px;
    float: left;
    transition: all .2s ease-out;
    background:#F8F8F8;
}

@keyframes marqueeRight{
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

/* Instagram Layout */

.ig-post{
    width: 20%;
    padding: 0 0.3%;
}

.icon-diriset{
    width: 46px;
}


/* media queries */

.container-about-us {
    padding: 0 150px;
}

.container-footer{
    padding: 0 150px;
}

.padding-footer{
    padding-top: 0px;
}

.padding-contact{
    padding-top: 0px;
}

.padding-connect{
    padding-left: 80px;
}

.d-ellipse{
    display: flex;
}

.padding-button{
    padding-left: 15%;
}

.padding-hero{
    padding: 3rem 0;
}

.overlay-hero{
    margin-left: 100px;
    color: white;
}

.video-auto{
    width: 480px;
    padding-top: 40px;
}

.accor-padding{
    padding: 100px;
}

.padding-pr-activity{
    padding-left: 60px;
}

@media only screen and (max-width:480px) {

    .padding-pr-activity{
        padding: 8px;
    }

    .container-about-us {
        padding: 0 10px;
    }

    .container-footer {
        padding: 0 10px;
    }
    
    .padding-footer{
        padding-top: 20px;
    }

    .body-body {
        margin: 50px 30px;
    }

    .body-egov {
        margin: 50px 0;
    }

    .d-ellipse{
        display: none;
    }

    .padding-contact{
        padding-top: 40px;
    }

    .padding-connect{
        padding-left: 0px;
    }
    
    .services-section{
        background-color: #F3F2FF;
        width: auto;
        height: 1500px;
    }

    .body-contact{
        background-color: white;
        padding: 50px;
        margin-left: 0px;
        margin-right: 0px;
        justify-content: center;
        
    }

    .padding-button{
        padding-left: 0%;
    }
    
    .bg-image-hero{    
        background-color: #5B50FD;
    }

    .text-hero{
        font-size: 26px;
        width: auto;
    }

    .padding-hero{
        padding-top: 0;
        padding-bottom: 70px;
    }

    .overlay-hero{
        margin-left: 20px;
    }

    .card{
        height: 380px;
        width: 250px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
          transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
      padding: 25px;
      cursor: pointer;
    }

    .accor-padding{
        padding: 60px 0px;
    }

    .video-auto{
        width: 300px;
        padding-top: 0px;
    }

    .ig-post{
        width: 21%;
        padding: 0;
    }

    .ig-text{
        width: 100%;
    }

    .body-section{
        background-color: white;
        width: auto;
        height: fit-content;
        padding: 50px 0;
        margin: 16px;
    }

    .center{
        display: contents;
        align-items: center;
        margin: 0;
    }

    .margin-cont{
        margin: 0;
    }

    .icon-diriset{
        width: 15%;
    }
}