/* ################################# CSS AUTHOR BY ARDZIZUL AFFANDI ################################# */
body {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif !important; 
    background-color: #f9f9f9;
    color: #333;
    text-align: left;
    padding-top: 56px; /* Adjust depending on  navbar height */
    }

    /* Animated header background */
    .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  display: flex;
  justify-content: space-between; /* Distribute lines evenly */
}

.line {
  position: relative;
  width: 1px;
  height: 100%;
  /*background: #ffffff;  /* Line color */
  overflow: hidden;
}

.line::after {
  content: '';
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -30%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  animation: drop 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

/* Different colors for each line's pseudo-element */
.line:nth-child(1)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FF4500 75%, #FF4500 100%);
  animation-delay: 0.5s;
}

.line:nth-child(2)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #32CD32 75%, #32CD32 100%);
  animation-delay: 1s;
}

.line:nth-child(3)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1E90FF 75%, #1E90FF 100%);
  animation-delay: 1.5s;
}

.line:nth-child(4)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFD700 75%, #FFD700 100%);
  animation-delay: 2s;
}

.line:nth-child(5)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #8A2BE2 75%, #8A2BE2 100%);
  animation-delay: 2.5s;
}

.line:nth-child(6)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #20B2AA 75%, #20B2AA 100%);
  animation-delay: 3s;
}

.line:nth-child(7)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #DC143C 75%, #DC143C 100%);
  animation-delay: 3.5s;
}

.line:nth-child(8)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #00FA9A 75%, #00FA9A 100%);
  animation-delay: 4s;
}

.line:nth-child(9)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FF1493 75%, #FF1493 100%);
  animation-delay: 4.5s;
}

.line:nth-child(10)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #00BFFF 75%, #00BFFF 100%);
  animation-delay: 5s;
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

    .navbar-nav .nav-link{
        border: 1px solid #262629;
        border-radius: 5px;
        padding: 9px 15px;
        width: 100px;
        text-align: center;
    }

    .navbar-nav .nav-link.active{
        background: #930be5;
        border: 1px solid #930be5;
        color: #fff !important;
        border-radius: 5px;
        padding: 9px 15px;
        width: 100px;
        text-align: center;
    }

    .navbar-nav .nav-link:hover{
        border: 1px solid #930be5;
        color: #fff;
        border-radius: 5px;
        padding: 9px 15px;
        /* width: 100%; */
        text-align: center;
    }
        
    .navbar-brand{
        font-size: 3.5rem;
        font-weight: bold;
        background: linear-gradient(90deg, #00FF1E, #575FFF, #7B00FF, #FF7700);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 0.2px;
    }

    .navbar {
        background: #262629;
        box-shadow: 0 0px 28px 10px #9f9b9b52;
    }

    a.nav-link{
        color: #fff;
    }

    button.vmw a {
        color: #fff;
        text-decoration: none;
    }

    ul.navbar-nav li{
        margin-left: 10px;
        margin-right: 10px;
    }

    .navbar-nav .nav-link{
        width: 100%;
    }

    header,section{
        padding: 60px 0 0;
    }
    .description{
            padding: 30px 0;
    width: 1130px;
    margin: 0 auto;
    }
    .center{
        text-align: center;
    }

    header {
        background-color: #fff;
        /* border-bottom: 1px solid #ddd; */
    }
    header h1 {
        font-weight: 700;
        font-size: 2.5rem;
        color: #fff;
    }
    header p {
        font-size: 16px;
        color: #fff;
    }
    .section-title {
            font-size: 54px;
    font-weight: 100;
        /* font-size: 1.75rem;
        font-weight: 600; */
        margin-bottom: 1rem;
    }
    .tools-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        font-size: 14px;
    }

    footer {
        background: #222;
        color: #fff;
        padding: 30px 0;
        text-align: center;
    }

    /* AOS scroll Animation FX start */

    /* Profile section */
    .profile-section{
        background-color: #000;
        padding-bottom: 80px;
    }

    .box-year{
        padding: 10px 10px;
        width: 200px;
        box-shadow: 1px 2px 13px 0px #cdcdcd;
        border-radius: 7px;
        margin: 0 auto;
    }

    .title {
    position: relative;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    }

    .timeline {
    position: relative;
    width: 100%;
    padding: 30px 0;
    }

    .timeline .timeline-container {
    position: relative;
    width: 100%;
    }

    .timeline .timeline-end,
    .timeline .timeline-start,
    .timeline .timeline-year {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    }

    .timeline .timeline-end p,
    .timeline .timeline-start p,
    .timeline .timeline-year p {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    /* background: linear-gradient(#4F84C4, #00539C); */
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    color: #898989;
    font-size: 14px;
    text-transform: uppercase;
    }

    .timeline .timeline-year {
    margin: 30px 0;
    }

    .timeline .timeline-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
    }

    .timeline .timeline-continue::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #c7c7c7;
    }

    .timeline .row.timeline-left,
    .timeline .row.timeline-right .timeline-date {
    text-align: right;
    }

    .timeline .row.timeline-right,
    .timeline .row.timeline-left .timeline-date {
    text-align: left;
    }

    .timeline .timeline-date {
    font-size: 14px;
    font-weight: 600;
    margin: 41px 0 0 0;
    }

    .timeline .timeline-date::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 45px;
    background: linear-gradient(#4F84C4, #00539C);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 15px;
    z-index: 1;
    }

    .timeline .row.timeline-left .timeline-date::after {
    left: -7px;
    }

    .timeline .row.timeline-right .timeline-date::after {
    right: -7px;
    }

    .timeline .timeline-box,
    .timeline .timeline-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
    }

    .timeline .timeline-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
    }

    .timeline .timeline-box::after,
    .timeline .timeline-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    }

    .timeline .row.timeline-left .timeline-box::after,
    .timeline .row.timeline-left .timeline-box::before {
    left: 100%;
    }

    .timeline .row.timeline-right .timeline-box::after,
    .timeline .row.timeline-right .timeline-box::before {
    right: 100%;
    }

    .timeline .timeline-launch .timeline-box::after,
    .timeline .timeline-launch .timeline-box::before {
    left: 50%;
    margin-left: -10px;
    }

    .timeline .timeline-box::after {
    top: 26px;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px;
    }

    .timeline .timeline-box::before {
    top: 25px;
    border-color: transparent transparent transparent #dddddd;
    border-width: 11px;
    }

    .timeline .row.timeline-right .timeline-box::after {
    border-color: transparent #ffffff transparent transparent;
    }

    .timeline .row.timeline-right .timeline-box::before {
    border-color: transparent #dddddd transparent transparent;
    }

    .timeline .timeline-launch .timeline-box::after {
    top: -20px;
    border-color: transparent transparent #dddddd transparent;
    }

    .timeline .timeline-launch .timeline-box::before {
    top: -19px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    z-index: 1;
    }

    .timeline .timeline-box .timeline-icon {
    position: relative;
    width: 40px;
    height: auto;
    float: left;
    }

    .timeline .timeline-icon i {
    font-size: 25px;
    color: #4F84C4;
    }

    .timeline .timeline-box .timeline-text {
    position: relative;
    width: calc(100% - 40px);
    float: left;
    }

    .timeline .timeline-launch .timeline-text {
    width: 100%;
    }

    .timeline .timeline-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    }

    .timeline .timeline-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    }

    /* Portfolio start */
    section.testimonials{
        background: #fbf4ff;
    }

    @media (max-width: 768px) {
        .navbar-collapse{
            padding-bottom: 12px;
        }
        .navbar-brand{
            left: 10px !important;
        }
        .navbar-toggler:focus{
            box-shadow: none !important;
        }
        .navbar-toggler{border: none;
        }
        .navbar-nav .nav-link:hover{
            width: auto;
            text-align: left;
        }
        .navbar-nav .nav-link.active{
            width: 100%;
            text-align: left;
        }
        .navbar-nav .nav-link{
            text-align: left;
        }
        .navbar-brand{
            position: relative;
            left: 30px;
        }
        
        section{
            padding: 40px 0;
        }
        .section-title{
            margin-bottom: 0;
            font-size: 28px;
        }

        section-title .testimonial{
        padding: 0 0
        }

        ul.summary li {
        margin: 0 !important;
        }
        .contact-desc h1{
            font-size: 40px !important;
        }
        .info-summary span{
            font-size: 16px;
        }

        .info-summary p{
            font-size: 14px;
        }
        .info-summary img {
        height: 35px !important;
        }

        .timeline .timeline-continue::after {
            left: 40px;
        }

        .timeline .timeline-end,
        .timeline .timeline-start,
        .timeline .timeline-year,
        .timeline .row.timeline-left,
        .timeline .row.timeline-right .timeline-date,
        .timeline .row.timeline-right,
        .timeline .row.timeline-left .timeline-date,
        .timeline .timeline-launch {
            text-align: left;
        }

        .timeline .row.timeline-left .timeline-date::after,
        .timeline .row.timeline-right .timeline-date::after {
            left: 47px;
        }

        .timeline .timeline-box,
        .timeline .row.timeline-right .timeline-date,
        .timeline .row.timeline-left .timeline-date {
            margin-left: 55px;
        }

        .timeline .timeline-launch .timeline-box {
            margin-left: 0;
        }

        .timeline .row.timeline-left .timeline-box::after {
            left: -20px;
            border-color: transparent #ffffff transparent transparent;
        }

        .timeline .row.timeline-left .timeline-box::before {
            left: -22px;
            border-color: transparent #dddddd transparent transparent;
        }

        .timeline .timeline-launch .timeline-box::after,
        .timeline .timeline-launch .timeline-box::before {
            left: 30px;
            margin-left: 0;
        }

        .mymessage{
            position: relative !important;
            width: 100% !important;
            height: 45%;
            bottom: 0 !important;
            z-index: unset;
        }

        footer{padding: 20px 10px 40px;}
        footer.contact-footer{
            height: 0 !important;
            position: fixed !important;
            bottom: 0 !important;
            z-index: 9;
            font-size: 14px;
        }

        .info-summary{
            margin: 20px 0px !important;
            text-align: center;
        }

        button.git{
            margin-bottom: 100px !important;
        }
        
        /* Portfolio page start */
        .text h1{
            font-size: 33px !important;
            margin: 10px 0 20px !important;
        }
        .description{
            width: 100%;
        }

        .custom-nav{
            bottom: 200px !important;
            margin-top: -50px !important;
        }

        .modal-content.modal-portfolio{
            margin-top: 20%;
        }
        
        button.thumbnail img.small-mobile-thumbnail{
            width: 40px !important;
            height: 40px !important;
            border: 1px solid #a5a5a5;
            padding: 4px;
        }
        
        .carousel-indicators{
                /* width: 120px !important; */
                /* width: 65px !important; */
                margin: 0 0 !important;
                position: relative;
            }

            img.small-mobile-thumbnail{
                width: 50px;
                height: 50px;
                object-fit: cover;
                text-align: center;
            }
        .preview-work img{
            /* width: -webkit-fill-available; */
            width: 100%;
        }
            button.next{
                position: relative;
                right: -120px !important;
            }

            button.previous{
                position: relative;
                left: -120px !important;
            }

    }

@media (min-width: 768px) and (max-width: 1024px) {
   
  .description {
    width: 100% !important;
  }
  button.previous{
    left: -390px !important;
  }
  button.next{
    right: -380px !important;
  }
}

/* Text color start */
.timeline .row.timeline-left .timeline-date.uiux::after{background: #8e44ad;}
.timeline .row.timeline-right .timeline-date.ex::after{background: #FF00D0;}
.timeline .row.timeline-left .timeline-date.dev::after{background: #FF9335;}
.timeline .row.timeline-right .timeline-date.sedev::after{background: #FFD735;}
.timeline .row.timeline-left .timeline-date.pro::after{background: #575FFF;}
.timeline .row.timeline-right .timeline-date.web::after{background: #00C5FB;}
.timeline .row.timeline-left .timeline-date.sedes::after{background: #00d519;}
.timeline .row.timeline-right .timeline-date.indes::after{background: #949494;}

.purple, .purple.fa-laptop:before{color: #8e44ad}
.pink, .pink.fa-laptop:before{color: #FF00D0}
.orange, .orange.fa-code:before{color: #FF9335;}
.yellow, .yellow.fa-code:before{color: #FFD735} 
.blue, .blue.fa-briefcase:before{color: #575FFF}
.oceanblue, .oceanblue.fa-laptop:before{color: #00C5FB}
.green, .green.fa-laptop:before{color: #00d519}
.grey, .grey.fa-laptop:before{color: #949494}
/* Timeline Animation start */

/* ############################## Career Milestone ############################## */
.milestone-section{background: #F2F2F2;}
ul {list-style-type: none;}

.my-tools{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

/* ############################## contact-desc start ############################## */
.contact-section{
    background: #000;
    padding-top: 5%;
    min-height: 90vh;
}


.contact-desc h1, .contact-desc h2, .contact-desc h3, .contact-desc h4, .contact-desc h6{
    color: #fff;
}

.contact-desc h1{
    font-size: 70px;
    font-weight: 100;
}

.contact-desc h2{
    font-weight: 600;
}

.contact-desc h6{
    margin: 20px 0 20px;
    font-weight: 600;
}

/* Button View My Work Start */
button.vmw {
    display:inline-block;
    height:60px;
    line-height:55px;
    overflow:hidden;
    position:relative;
    text-align:center;
    background-color:#fff;
    border: 2px solid #930be5;
    color:#930be5;
    border-radius:8px;
    transition:0.3s;
    margin-top: 10%;
    }

button.vmw:hover {background:#930be5;
    color: #fff;}

/* BUTTON DOWN */
.label-down {
    display:block;
    margin:0px 30px;
    height:100%;
    position:relative;
    top:-100%;
    transition:0.3s;
    }

button.vmw:hover .label-down {
    top:0%;
    }
/* Button View My Work End */
/* Button Get in Touch Start */
button.git {
    display:inline-block;
    height:55px;
    line-height:55px;
    overflow:hidden;
    position:relative;
    text-align:center;
    background-color:#930be5;
    border: none;
    color:#fff;
    border-radius:8px;
    transition:0.3s;
    margin-top: 10px;
    }

button.git:hover {background:#fff;
    color: #930be5;
    border: 1px solid #930be5;}

/* BUTTON DOWN */
.label-down {
    display:block;
    margin:0px 30px;
    height:100%;
    position:relative;
    top:-100%;
    transition:0.3s;
    }

button.git:hover .label-down {
    top:0%;
    }
/* Button Get in Touch End */

/* Button Start */

.ardzspace-btn{
    padding: 10px 20px;
    border-radius: 8px;
    margin: 5% 0 3%;
}

.ardzspace-btn {
    position: relative;
    border-color: #575757;
    color: #575757;
}
.ardzspace-btn::before,
.ardzspace-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    border-color: #930be5;
    border-radius: var(--bs-border-radius); /* replace with a fixed value if not using Bootstrap */
    border-style: solid;
    transition: all 0.35s;
    content: "";
    z-index: 1;
}
.ardzspace-btn::before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
}
.ardzspace-btn::after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
}
.ardzspace-btn:hover {
    border-color: #930be5;
    color: #930be5;
}
.ardzspace-btn:hover::before {
    width: 100%;
    border-width: 1px 0 1px 0;
}
.ardzspace-btn:hover::after {
    height: 100%;
    border-width: 0 1px 0 1px;
}

/* Button End */

ul.summary{
    list-style-type: none;
    padding-left: 0;
}

ul.summary li{
    display: inline-block;
    margin: 0px 30px;
}

ul.summary li.start{
    margin-left: 0;
}   

ul.summary li.vertical-border{
    height: 70px;
    border: 1px solid #fff;
}   

.info-summary{
    margin: 20% 0 0%;
    color: #fff;
    font-size: 43px;
    font-weight: 600;
}
.info-summary span{
    vertical-align: middle;
    padding-left: 5px;
}

.info-summary img{
    height: 50px;
}

.label p{
    font-weight: normal;
}

/* Message section */
.mymessage{
    position: absolute;
    bottom: 60px;
    background: #fff;
    width: 26%;
    height: 47%;
    border-radius: 30px 30px 0 0;
    z-index: 9;
    }

.contact-title h3{
    text-align: left;
    padding: 30px 38px 10px;
    }

.custom-form {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: auto;
    margin: 0px auto;
    background: #fff;
    padding: 0 40px;
    border-radius: 4px;
    }

    .custom-form .btn-primary {
    background-color: #930be5;
    border-color: #930be5;
    }

    .custom-form .form-group {
    position: relative;
    padding-top: 16px;
    margin-bottom: 16px;
    }

    .custom-form .form-group .animated-label {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    font-weight: 300;
    opacity: 0.5;
    cursor: text;
    transition: 0.2s ease all;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    }

    .custom-form .form-group .animated-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45%;
    height: 2px;
    width: 10px;
    visibility: hidden;
    background-color: #930be5;
    transition: 0.2s ease all;
    }

    .custom-form .form-group.not-empty .animated-label {
    top: 0;
    font-size: 12px;
    }

    .custom-form .form-group .form-control {
    position: relative;
    z-index: 1;
    border-radius: 0;
    border-width: 0 0 1px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    height: auto;
    padding: 3px 0 5px;
    }

    .custom-form .form-group .form-control:focus {
    box-shadow: none;
    border-bottom-color: rgba(0, 0, 0, 0.12);
    }

    .custom-form .form-group .form-control:focus ~ .animated-label {
    top: 0;
    opacity: 1;
    color: #930be5;
    /* color: #8e44ad; */
    font-size: 12px;
    }

    .custom-form .form-group .form-control:focus ~ .animated-label::after {
    visibility: visible;
    width: 100%;
    left: 0;
    }


    .contact-me{border: none;}

    /* Portfolio page start */
    /* Profile section */
    .portfolio-section{
        background-color: #000;
        padding: 70px 0px 40px;
    }
    .text h1{
        margin: 30px 0 70px;
        font-size: 55px;
        font-weight: normal;
    }
    .text h1 span{
        color: #930be5;
        font-weight: 600;
    }
    .portfolio-banner img{
        width: 100%;
    }

    .hline{
        border-bottom: 1px solid #fff;
    }

    /* Portfolio section */
    .portfoliothumb{
        cursor: pointer;
    } 

    .preview-work img{
        /* width: -webkit-fill-available; */
        width: 100%;
    }
    .work-title{
        padding: 8px 0 0;
    }

    .preview-work.mobile-app img{
        object-fit: contain;
        width: auto;
        height: 222px;
    }

    /* Portfolio Modal start */
    .portfolio-name{
        font-weight: 700;
        /* border-bottom: 1px solid #5d3f6f; */
        padding-bottom: 8px;
    }
    .portfolio-label{
        background: #5d3f6f;
        color: #fff;
        padding: 5px 0;
    }
    
    .modal-content.modal-portfolio{
        background: #fff;
        padding: 20px 20px 40px;
        transition: all .3s ease;
    }
    .carousel-inner{
        border-radius: 5px;
    }
    .carousel-indicators{ 
        position: relative !important;
        margin-top: 2%;
        display: block !important; 
    }
    button.thumbnail{
    margin: 0px 8px !important;
    }
    .carousel-indicators [data-bs-target]{
        /* width: 120px !important; */
        width: 70px;
        position: relative;
    }
    .carousel-item img{
        border-radius: 7px 7px 0 0;
    }
    .carousel-item{
        background: #f7effb;
    }
    
    .carousel-indicators img{
        border-radius: 3px;
    }
    button.thumbnail img.web-thumbnail{
        border: 1px solid #919191;
        height: 40px;
        width: 40px;
        object-fit: contain;
    }

    img.custom-mobile{
        margin: 0 auto;
        height: 500px !important;
    }
    img.small-mobile-thumbnail{
        background-size: cover;
        width: 40px !important;
        height: 40px !important;
        object-fit: cover !important;
        text-align: center;
        border: 1px solid #919191;
    
        /* width: 80px !important;
        height: 80px !important;
        object-fit: cover;
        text-align: center; */
    }

    /* Testimonial section */
    .shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        border:1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }
    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #930be5;
        padding: 9px 35px;
        border-radius: 8px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 20px;
            /* margin-bottom:80px; */
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
    #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
                background: #3190E7;
                transform: translate3d(0px, -50%, 0px) scale(0.7);
            }
    #customers-testimonials.owl-carousel .owl-dots{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot{
        display: inline-block;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #930be5;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 60% 60% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
    }

    /* .custom-nav{
        position: relative;
        left: 570px;
        width: 65px;
        top: 40px;
    } */

    .custom-nav button {
        background-color: #bf73e9;
        color: #fff;
        border: none;
        padding: 18px 20px;
        font-size: 18px;
        border-radius: 100%;
        cursor: pointer;
        margin: 0 10px;
        transition: background-color 0.3s ease;
    }

    .custom-nav button:hover {
        background-color: #930be5;
    }

    button:focus{
        outline:none !important;
    }

        .custom-nav {
            z-index: 99;
            position: relative;
            bottom: 240px;
            text-align: center;
            margin-top: 20px;
    }
        button.next{
            position: relative;
            right: -490px;
        }

        button.previous{
            position: relative;
            left: -480px;
        }

    
    /* Portfolio page end */

    /* ############################## contact-desc end ############################## */

    footer.contact-footer {
width:100%;
height:80px;
position:absolute;
bottom:0;
left:0;
}