body{
    margin: 0 auto;
    font-family:'roboto';
    background-color: rgba(121, 120, 120, 0);
}

/* main body */
/* 
.main{
    width:560px;
    height: 783px;
    padding: 20px;
    margin:auto;
    /* box-shadow: 0px 0px 1px #000; */
    /* background-image: url(/assets/2024/gen_ai_vip_assets/assets/genAiTemplate.png);
    background-repeat: no-repeat;
    background-size: contain; */
    /* text-align: center; */
    /* background-color: #ffffff; 

    
} */

/* Logos */

.logos{
    display: flex;
    margin-top: 40px;
    margin-left: 55px;
}

.logo-text{
    font-size: 12px;
    padding-bottom: 8px;
}

.aicte, .smart, .nm, .tndge{
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.smart{
    margin-left: 48%;
}

.gd{
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.g-logo{
    /* margin-top: 10px; */
}

.s-logo{
    /* margin-top: 38px; */
}

/* Head */

.head{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    width: 700px;
    margin: auto;
    margin-top: 40px;
    color: rgb(51, 51, 51);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Certificate of Completion */

.cop{
    /* text-align: center; */
    margin-top: 10px !important;
    margin-bottom: 15px;
   text-align: center;

 
}

.cop-text{
    margin: auto;
    font-weight:bold;
   color:#334166;
    /* padding: 5px 20px; */
    font-size: 30px;
    /* text-align: center; */
}
.certify{
    margin-top: 10px;
    /* margin-bottom: x; */
   text-align: center;
}
.certify-text{
    margin: auto;
    font-weight:600;
   color:#D7A534;
    padding: 5px 20px;
    font-size: 15px;
    text-align: center;
   
    /* font-family: "Fraunces", serif; */
    
}

.star-group{
    margin-top: 8px;
    /* margin-left: 185px; */
    text-align: center;
   
   
}
.certificate-name{
    margin-bottom: 15px;
text-align: center;

}
.name-text{
    font-weight:600;
   color:334166;
    padding: 5px 45px;
    font-size: 23px;
   text-align: center;
   height:53px !important;
   display: flex;
   align-items: end;
   justify-content: center;
    /* font-family: "Alex Brush",cursive; */
}
.description{
    margin-top: 12px;
    margin-bottom: 18px;
   width:450px;
   padding:5px 45px; 
   text-align: center;
  
}
/* .description-text{
    margin: auto;
    font-weight:500;
   color:334166;
    font-size: 16px !important;
    line-height:18px;
    
  
} */
.description-text {
    margin: 0 auto; /* Ensures the text block is centered */
    font-weight: 500;
    color: #334166; /* Corrected hex color code */
    font-size: 14px !important;
    line-height: 18px;
     /* Aligns both left and right sides */
}

.certi-id{
    margin-top: 15px;
    margin-bottom: 10px;
   /* margin-left: 135px; */
   text-align: center;

}
.id-text{
    font-weight:600;
    color:#D7A534;
     padding: 5px 20px;
     font-size: 16px;
}
.id-span{
    font-weight:bold;
    color:#334166;
   
}
.stamp{
    margin-top: 12px;
    margin-bottom: 10px;
   /* margin-left: 214px; */
   text-align: center;
}

/* Description */

.des{
    /* font-weight: 500; */
    width: 750px;
    margin: auto;
    font-size: 17px;
    margin-top: 30px;
    line-height: 30px;
}

/* Issued on */

.date{
    margin-top: 24px;
    font-size: 15px;
    font-weight: 500;
}


/* Signatures */
.signs{
    display:flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    gap:65px;
    margin-top:-42px;
 
    
}

  .g-sign-div, .cert-icon{
    margin-right: 25px;
} 
.si-sign-div{
    margin-left:25px;
}

hr{
    width: 150px;
}

.sign-text{
    font-weight: 600;
    color:#334166;
    font-size:15px;
    text-align: center;
}



/* Certificate ID */

.cred{
    margin-top: 15px;
    margin-left: 35px;
    font-size: 10px;
    text-align: left;
    font-weight: 300;
    color: rgb(0, 0, 0);

}