/*font-family: 'Poppins', sans-serif;*/
*{
    font-family: 'Poppins', sans-serif;
}
.mobile-header{
    display: none;
}
/*==============================Header Start===================================*/
/*----------Desktop header--------*/
.header .desktop-header ul{
    margin: 0;
    padding: 0;
}
.header .desktop-header li{
    list-style: none;
    display: inline-block;
    margin: 30px 0 0 0;
    position: relative;
}
.header .desktop-header li a{
    text-decoration: none;
    margin: 0 15px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 17px;
}
.header .desktop-header li a:hover{
    color: #5657c7;
}
.header .desktop-header li ul{
    position:absolute;
    background:#e6e6e6;
    width: 220px;
    right: -25px; 
    top: 35px;
    padding: 0;
    display: none;
    border-bottom: 5px solid #5657c7;
}
.header .desktop-header li ul li{
    display:block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #000;
    padding: 12px 0px;
}
.header .desktop-header li ul li:last-child{border-bottom: none;}
.header .desktop-header li ul li a{
    margin: 0 20px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 16px;
}
.logo img{
    margin:20px 0 10px 40px;
    max-width: 180px;
}
.example-row .col-6{
    margin: 0 0 20px 0 !important;
}
.creative-heading img{
    width: 100%;
    max-height: 200px;
}

/*----------Mobile header--------*/
@media screen and (max-width: 999px) {
    .desktop-header{
        display: none;
    }
    .mobile-header{
        display: block;
    }
}
.mobile-header span{
    list-style: none;
    font-size: 30px;
    margin: 13px 0 0 0;
    right:20px;
    position: absolute;
    cursor: pointer;
}

.mobile-nav{
    width:320px;
    background: #fff;
    height: 100vh;
    top:0;
    left: -320px;
    position:fixed;
    overflow-y: auto; 
    scrollbar-width: 5px; /* Firefox */
    -ms-overflow-style: none;
    z-index: 1032;  /*z-index of standard bootstrap navbar is 1030 + 1 offset due to side-drawer-void*/
    -webkit-transition: left 0.35s ease;
    -moz-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
    transition: left 0.35s ease;
}
.mobile-nav::-webkit-scrollbar {
    width: 5px;
    background: #aaa;
    color: #fff;
  }
.mobile-nav::-webkit-scrollbar-thumb {
    background: #393812;
    border-radius: 1ex;
}
.header-void{
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    position:fixed;
    display: none;
    z-index: 1031; /*z-index of standard bootstrap navbar is 1030*/
    background: rgba(0, 0, 0, 0.623);
}
.mobile-nav-list ul{
    padding: 0;
    margin: 20px 0 0 0;
}
.mobile-nav-list li{
    border-bottom: 1px solid #000;
    padding: 10px;
}
.mobile-nav-list li a{
    text-decoration: none;
    margin: 0 15px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 17px;
}
.mobile-nav-sublist li{
    border:none;
    border-top: 1px solid #000;
}
.mobile-nav-sublist li a{
    font-size:15px;
}
.mobile-nav-sublist:last-child{
    border:none;
}
.creative-example img{
    width: 100%;
}
.creative-example{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.creative-example .btn-link{
    text-decoration: none;
    font-weight: 600;
    background-color: #e9ecefa6;
    border-radius: 0%;
    box-shadow: none;
    width: 100% !important;
}
.preview-image img{
    max-height: 400px;
}

.preview-image .btn{
    box-shadow: none;
    border-radius: 0%;
    background: #2f6ed4;
    color: #fff;
    padding: 4px 20px;
}
.preview-image .btn:hover{
    background: #5b91e9;
    color: #fff;
}


label.error{
    color: red !important;
    font-size: 14px;
    font-family: 'times new roman';
}
 

.download-btn{
    box-shadow: none;
    border-radius: 0%;
    background: #2f6ed4;
    color: #fff;
    padding: 4px 20px;
}
.download-btn:hover{
    background: #5b91e9;
    color: #fff;
}
.back-btn{
    background: rgb(212, 60, 60);
    border-radius: 0%;
    color: #fff;
    padding: 4px 15px;
}
.back-btn:hover{
    background: rgb(238, 96, 96);
    color: #fff;
}

@media screen and (max-width: 600px) {
    .main-col{
        width:100%;
        height:820px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .logo img{
        margin:15px 0 0 10px;
        max-width: 150px;
    }
    /* .creative-example .btn-link{font-size: 0.5rem;} */
   
}
