@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Edu+VIC+WA+NT+Beginner:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Outfit:wght@100..900&family=Pacifico&family=Playwrite+AR:wght@100..400&family=Playwrite+IT+Moderna:wght@100..400&display=swap');

h1,
h2,
h3,
h4,
h5,
h6, .desing-top {
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}


h2{
    font-size:40px;
}

.title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center horizontally */
    text-align: center;
    /* Center text if needed */
}

.title {
    margin-bottom: 10px;

    /* Space between title and line */
}

.line {
    width: 40%;
    /* Adjust width as needed */
    height: 2px;
    /* Adjust thickness */
    background: white;
    /* Line color */
}

.line2 {
    width: 30%;
    margin-top: 10px;
    /* Adjust width as needed */
    height: 2px;
    /* Adjust thickness */
    background: white;
    /* Line color */
}



.fixed-icons {
    position: fixed;
    z-index: 999;
    top: 70%;
    left: 0;
}

.fixed-icons .whatsappp {
    background-color: #25D366;
    padding: 5px 5px 5px 10px;
    border-radius: 20px;
    color: white;
    margin-left: 20px;
}

.fixed-icons .whatsappp img {
    height: 50px;
    width: 50px;
}

.fixed-icons .phone {
    background-color: white;
    border: 2px solid #1E429D;
    padding: 5px 5px 5px 10px;
    border-radius: 20px;
    color: #1E429D;
    margin-left: 20px;
    margin-top: 10px;
}

.fixed-icons .phone img {
    height: 50px;
    width: 50px;
}

a {
    text-decoration: none !important;
}

.p-logo {
    width: 200px;
    height: 70px;
}

.header-sec {
    padding-bottom: 10px;
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.call-btn {
    background-color: #3e107a;
    border-radius: 30px;
    border: none;
    color: white;
    width: 200px;
    padding: 10px 10px;
}

.call-btn .fa-phone {
    background-color: white;
    border-radius: 50%;
    border: none;
    color: black;
    padding: 10px;
    font-size: 30px;
}

.phone {
    font-size: 20px !important;
}

p {
    margin-bottom: 0px !important;
    /*font-size: 20px;*/
}

.contact-det {
    margin-left: -10px;
}

.stauts {
    background-color: #3e107a;
    padding: 30px 0px;
    color: white;
}

.stauts span {
    font-size: 90px;
    font-family: 'Roboto', sans-serif;
    
}

.d1-ads {
    background-color: #0570bd;
    background-image: linear-gradient(#0570bd, black 70%);
    border-radius: 30px;
}

.d2-ads {
    background-color: #8500c9;
    background-image: linear-gradient(#8500c9, black 70%);
    border-radius: 30px;
}

.d3-ads {
    background-color: #4ca966;
    background-image: linear-gradient(#4ca966, black 70%);
    border-radius: 30px;
}

.d5-ads {
    background-color: #ff6900;
    background-image: linear-gradient(#ff6900, black 70%);
    border-radius: 30px;
}

.d9-ads {
    background-color: #0693e3;
    background-image: linear-gradient(#0693e3, black 70%);
    border-radius: 30px;
}

.d13-ads {
    background-color: #cce732;
    background-image: linear-gradient(#cce732, black 70%);
    border-radius: 30px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem !important;
}

.anim {
    animation: bounce 3s infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.footer-logo {
    width: 150px !important;
    height: 70px;
    background: white;
}

.social-handles img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.wobble {
  animation: wobble 2s ease infinite;
}
@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}



.gelatine {
  animation: gelatine 0.5s infinite;
}
@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}




.col-md-4 {
    padding: 10xp;
}


.hidden {
    display: none;
}

.categories {
    margin-bottom: 20px;
}



.cate-btn {
    background-color: #3e107a !important;
    color: white !important;
}



.form {
    border: 4px solid #3e107a;
    padding: 20px;
    background-color: white;
    border-radius: 0px 0px 60px 0px;
}

.form input {
    height: 50px;
}

.container-custom {
    position: relative;
    height: 800px !important;
}

.container-custom .main-image {
    position: absolute;
    z-index: -1;
}

.container-custom .form-cont {
    padding-top: 200px;
    z-index: 2;
    /* Higher value, comes on top */
}

.form-heading {
    background-color: #3e107a;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 60px 0px 0px 0px;
}

h3 {
    margin-bottom: 0 !important;
}

.submit {
    background-color: #3e107a !important;
    width: 100%;
    color: white !important;
}


.portfolio img {
    width: 100%;
    height: 250px !important;
    border-radius: 30px 30px 0px 0px;

}

.website-button {
    background-color: black;
    border-radius: 10px;
    padding: 4px 10px;
    color: white;
    font-size: 14px;
}

.designs .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* vertically center the items if needed */
}

.top-space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card {
    margin-top: 20px;
    border-radius: 30px !important;
}

.first-line {
    background-color: #3e107a;
    color: white;
    /*text-align: center;*/
    padding: 4px;
    margin-bottom: 10px;
}

.info{
    background-color:white;
    padding:4px;
    margin:4px;
    color:black;
    text-align:center;
    border-radius:10px;
}


/* pop up form */

@media (max-width:768px){
    .popup-content {
        width:auto !important;
            margin: 45% 10% !important;
    }
}

.popup-container {
    display: none;
    /* Initially hidden */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-image: url('../img/form.jpg');
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    margin: 15% auto;
    padding: 80px 40px;
    border: 1px solid #888;
    width: 800px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.close-button {
    color: black;
    float: right;
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -70px;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.pop-up-form input{
    height: 50px;
}

.submit-pop{
    background-color: #bba3d4 !important;
    color: white !important;
    /* padding: 20px !important; */

}

@media(min-width:424px) and (max-width:768px){
    .container-custom .form-cont{
        padding-top: 200px !important;
    }
}

@media(min-width:320px) and (max-width:375px){
   .reviews img{
       width:100%;
   }
}

   .button-des {
            height: 50px;
            width: 150px;
           
            border-radius: 10px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            transition: all 0.5s ease-in-out;
            margin:30px;
        }

        .button-des:hover {
            box-shadow: .5px .5px 150px #252525;
        }

        .type1::after {
            content: "Thanks";
            height: 50px;
            width: 150px;
            background-color: #3e107a;
            color: #fff;
            position: absolute;
          
            top: 0%;
            left: 0%;
            transform: translateY(50px);
            font-size: 1.2rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s ease-in-out;
        }

        .type1::before {
            content: "Enquiry Now";
            height: 50px;
            width: 150px;
            background-color: #fff;
            color: #3e107a;
            position: absolute;
              border:2px solid #3e107a;
            top: 0%;
            left: 0%;
            transform: translateY(0px) scale(1.2);
            font-size: 1.2rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s ease-in-out;
        }

        .type1:hover::after {
            transform: translateY(0) scale(1.2);
        }

        .type1:hover::before {
            transform: translateY(-50px) scale(0) rotate(120deg);
        }


.conta-us a{
    color:white !important;
}


 
  .in-view {
            opacity: 1;
            transform: translateX(0) translateY(0);
        }

  .col-animate-left {
            animation: slideInLeft 1s ease-out forwards;
        }

        .col-animate-top {
            animation: slideInTop 1s ease-out forwards;
        }

        .col-animate-right {
            animation: slideInRight 1s ease-out forwards;
        }

        .col-animate-bottom {
            animation: slideInBottom 1s ease-out forwards;
        }

        @keyframes slideInLeft {
            from {
                transform: translateX(-100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes slideInTop {
            from {
                transform: translateY(-100%);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes slideInRight {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }
        
          @keyframes slideInBottom {
            from {
                transform: translateY(100%);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        
        
        
.ratting{
    font-size:28px;
}

.star1{
    font-size:26px;
    color:gold;
   
}
        
        
.star2{
    font-size:28px;
    color:gold;
    
}

.star3{
    font-size:30px;
    color:gold;
  
}

.star4{
    font-size:32px;
    color:gold;
   
}

.star5{
    font-size:34px;
    color:gold;
   
}


.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}



.status {
    text-align: center; 
    padding: 20px 0;    
    display: flex;      
    justify-content: center; 
    align-items: center; 
    height: 100vh;
    
}

.container{
    text-align:center;
}
.row{
    margin-left: 0;
    margin-right: 0;
}

.status .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px; 
}

.status .row {
    display: flex;
    justify-content: center; 
    width: 100%;
}

.status .col-md-3, .status .col-lg-2, .status .col-lg-3, .status .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px; 
}

.status p {
    margin: 0;
    font-size: 56px; 
}

.status span {
    font-size: 24px; 
    font-weight: bold;
}



 .review-carousel .review-item {
            padding: 10px;
            background-color: #fff;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
            border-radius: 8px;
            position: relative;
            text-align: center;
            justify-content:center;
        }
        .review-carousel .review-item .reviewer-info {
            margin-top: 20px;
            text-align: center;
            display:flex;
            justify-content: center;
        }
        .review-carousel .review-item .reviewer-info img {
            width: 50px;
            height:50px;
            border-radius: 50%;
            margin-right:10px;
        }
        .review-carousel .review-item .reviewer-info h5 {
            font-weight: bold;
            margin-top: 0px;
        }
        .review-carousel .review-item .reviewer-info p {
            margin-bottom: 0;
        }
        .review-carousel .review-item .stars {
            color: gold;
        }
        .review-carousel .owl-nav button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: #ba586a;
            border: none;
            color: white;
            padding: 10px;
            border-radius: 50%;
        }
        .review-carousel .owl-nav .owl-prev {
            left: -40px;
        }
        .review-carousel .owl-nav .owl-next {
            right: -40px;
        }

@media (max-width: 767px) {
    .col-md-3, .col-lg-2, .col-4 {
        margin-bottom: 15px; 
    }
    
    .p-logo{
        height:40px;
        width:130px;
    }
    
    .header-phone-call span{
        display:none;
    }
    
    .call-btn .fa-phone {
        font-size:10px;
    }
    
    .phone {
    margin-top: -25px;
    }
    
    .stauts span {
        font-size:30px;
    }
    
    
    
    .fixed-icons .whatsappp span {
        display: none;
    }

    .fixed-icons .whatsappp {
        background-color: transparent;

    }

    .fixed-icons .whatsappp img {
              margin-left: -20px !important;

    }

    .fixed-icons .phone span {
        display: none;
    }

    .fixed-icons .phone {
        background-color: transparent;
        border: none;
    }

    .fixed-icons .phone img {
                margin-left: -20px !important;

    }
    
    .mobile-none{
        display:none;
    }

}

.status-title {
    font-size: 36px; 
    font-weight: 700; 
    color: #ffffff; 
    margin: 0; 
}









        
        
        

