@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Brice';
    src: url('../webfonts/Brice-Regular.eot');
    src: local('../webfonts/Brice Regular'), local('Brice-Regular'), url('../webfonts/Brice-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/Brice-Regular.woff2') format('woff2'), url('../webfonts/Brice-Regular.woff') format('woff'), url('../webfonts/Brice-Regular.ttf') format('truetype'), url('../webfonts/Brice-Regular.svg#Brice-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
    font-style: normal;
    font-size: 16px;
}

:root {
    --black: #000;
    --light_black: #928E8E;
    --white: #fff;
    --pink: #F4805D;
    --font-16: 16px;
    --font-18: 18px;
    --font-20: 20px;
    --font-22: 22px;
    --font-24: 24px;
    --font-26: 26px;
    --font-32: 32px;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

p {
    font-size: 18px;
    line-height: 26px !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comnpadding {
    padding: 100px 0;
}

.contest-comntitle {
    font-size: var(--font-32);
    color: #235fdf;
    text-transform: capitalize;
    font-family: 'Brice';
    line-height: 46px;
    text-align: center;
    margin-bottom: 30px;
}

.comnbtn {
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: bold;
}

header {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 10px 0;
    text-align: center;
    background: var(--white);
}


/*--------------- START VTECHLABS LOGO -------------*/

.header-logo {
    width: 100%;
    height: 55px;
    max-width: 216px;
}


/* ERROR CHECK */

.wpcf7-not-valid-tip {
    color: red !important;
    margin: inherit !important;
    padding: 0px !important;
    display: contents !important;
    font-family: serif !important;
}

#contest-recaptha .>.wpcf7-not-valid-tip {
    display: grid !important;
}


/*--------------- END VTECHLABS LOGO -------------*/

.banner::after {
    content: "";
    background: url("../images/shape-1.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
}

.banner_part {
    background: url("../images/registration_bg.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 180px 30px 0 30px;
    overflow: hidden;
}

.banner_part span {
    font-size: 48px;
    padding: 1px 15px;
    background: var(--white);
    color: #235fdf;
    font-family: 'Brice';
    margin: auto;
    display: table;
}

.banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
}

.banner_text {
    width: 50%;
    margin-top: 100px;
    padding-right: 30px;
}

.banner_img {
    position: relative;
    top: 10px;
    width: 50%;
}

.banner_text h1 {
    font-size: 36px;
    color: var(--white);
    margin: 40px 0 30px;
}

.banner_text p {
    font-size: 23px;
    color: var(--white);
    line-height: 36px;
}

.banner_text p mark {
    background: var(--white);
    color: #235fdf;
    padding: 2px 10px;
    display: inline-block;
    font-weight: 700;
}

.banner_text p strong {
    color: var(--white);
    font-weight: 500;
}

.dates {
    display: flex;
    text-align: center;
    gap: 15px;
}

.dates small {
    font-size: 20px;
    color: var(--white);
    border-radius: 10px;
}

.banner_text a {
    font-size: 24px;
    text-transform: capitalize;
    background: var(--white);
    color: var(--black);
    font-weight: 600;
    padding: 15px 30px;
    display: inline-block;
    margin: 30px 0;
}

.banner_text a i {
    margin-left: 10px;
    animation: slide1 1s ease-in-out infinite;
}

@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 0);
    }
}

.Association {
    background: url("../images/Association-bg.png") no-repeat #FCEFE7;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.Association h2 {
    color: var(--black);
}

.Association h2 span {
    display: block;
    color: #235fdf;
}

.Association p {
    line-height: 32px;
}

.Participate_box {
    padding: 30px 25px;
    box-shadow: 0px 3px 20px #00000026;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
}

.Participate_box h5 {
    font-weight: 700;
    font-size: 22px;
    margin: 20px 0 10px;
}

.Participate_box p {
    font-size: 16px;
    min-height: 72px;
    color: var(--light_black);
    margin: 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.partner {
    background: #FEF4F4;
}

.partner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.partner li {
    width: 20%;
    padding: 15px;
}

.Contest_Details {
    padding-top: 100px;
    background: url("../images/Contest_Details.jpg") no-repeat;
    background-size: cover;
}

.Contest_Details .contest-comntitle {
    color: var(--white);
}

.Contest_Details h5 {
    font-size: 24px;
    color: var(--white);
    margin-bottom: 20px;
    font-family: 'Brice';
}

.left {
    float: right;
}

.Registra {
    text-align: center;
    margin-top: 80px;
}

.Registra .date {
    display: flex;
    font-size: 22px;
}

.Registra .date small:first-child {
    border: none;
    padding: 0;
    margin: 0;
}

.Registra .date small {
    color: var(--white);
    border-left: 1px solid;
    padding-left: 15px;
    margin-left: 15px;
}

.Registra .date small strong {
    display: block;
}

.Tech {
    text-align: center;
    margin-top: 80px;
    float: right;
}

.Tech img {
    max-width: 250px;
}

.awards {
    display: inline-block;
    margin: 0;
    position: relative;
}

.awards span {
    font-size: 20px;
    background: var(--white);
    color: #235fdf;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    font-family: 'Brice';
    letter-spacing: 1px;
}

.awards .cash {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -30px;
    left: -80px;
}

.awards,
.Certificate,
.Venue {
    padding-left: 50px;
}

.Certificate {
    margin-top: 50px;
}

.Certificate h5 {
    margin-bottom: 10px;
}

.Certificate ul {
    list-style: circle;
}

.Certificate li {
    color: var(--white);
}

.Venue {
    margin-top: 80px;
    color: var(--white);
    position: relative;
}

.Venue h5 {
    margin-bottom: 5px;
}

.location {
    width: 60px;
    height: 60px;
    position: absolute;
    left: -60px;
    top: 25px;
}

.Register_Now {
    position: relative;
    align-self: end;
}

.Register_Now a:hover {
    color: var(--white);
}

.Register_Now a {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    color: var(--white);
    border: 2px solid #235fdf;
    display: table;
    margin: auto;
    padding: 10px 20px;
    font-weight: 600;
}

.Register_Now a i {
    margin-left: 5px;
    animation: slide1 1s ease-in-out infinite;
}

footer {
    background: var(--black);
    padding: 15px 0;
}

.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: var(--white);
}

.copy_right a {
    color: var(--white);
    margin-left: 10px;
}

.copy_right a:hover {
    color: #235fdf;
}


/* ============= registration css start here 13-8-24 ====================== */

.contact_img {
    width: 80%;
    margin: auto;
}

.contact_img img {
    width: 100%;
}

.registration {
    padding: 130px 0 100px 0;
}

.rules {
    margin-bottom: 30px;
}

.rules h5 {
    font-size: var(--font-20);
    margin-bottom: 15px;
}

.rules h3 {
    font-size: var(--font-26);
    margin: 50px 0 25px;
}

.dot_rules li {
    font-size: var(--font-16);
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.dot_rules li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 10px;
    color: #235fdf;
    position: absolute;
    top: 3px;
    left: 0;
}

.contact_info {
    border-bottom: 1px solid #dedede;
    padding: 0 0 0px 0;
    margin-bottom: 30px;
}

.regulations .contest-comntitle {
    text-align: left;
}

.contact_info a {
    color: #235fdf;
    border-bottom: 2px solid;
    text-decoration: none;
    background: var(--white);
    padding: 2px 10px;
    border-radius: 5px;
}

.center_div {
    /*    background: linear-gradient(180deg, rgba(247, 146, 80, 1) 0%, rgba(241, 104, 111, 1) 100%);*/
    background-color: #235fdf;
    padding: 15px;
    border-radius: 30px;
    text-align: center;
}

.center_div p {
    color: var(--white);
}

.regulations .contact_info h5 {
    font-size: var(--font-22);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
    text-align: center;
}

.upload_box input {
    border: none;
}


/* ============= registration css end here 13-8-24 ====================== */


/* ------------------------------- START  REGISTRATION FORM  SECTION CSS ---------------------------------- */

.btn2 {
    font-size: 18px;
    background: var(--midgreen);
    color: var(--white);
    border: none;
    border-radius: 25px;
    margin-top: 15px;
    display: inline-block;
    padding: 7px 30px;
    text-transform: capitalize;
}

.registration_form {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #dedede;
    margin-top: 50px;
    background: white;
}

.registration_form p {
    margin-bottom: 30px;
    text-align: center;
}

.registration_form input {
    height: 50px;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    border-radius: 8px;
    font-family: none;
}

.registration_form select {
    height: 50px;
    padding: 15px;
    border: none;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #8080808f;
    font-family: none;
}

.registration_form label {
    font-size: 16px;
    margin-bottom: 5px;
    color: #505050;
}

.ID_proof {
    position: relative;
}

canvas {
    width: 100%;
    height: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    object-fit: cover;
    border-radius: 8px;
}

.ID_proof input {
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
}

.registration_form a {
    font-size: 18px;
    text-transform: capitalize;
    background: #235fdf;
    color: white;
    font-weight: 600;
    padding: 15px 30px;
    display: table;
    margin: 30px auto 10px;
    border-radius: 8px;
}

.registration_form a:hover {
    color: white;
}

.banner_part #contest-recaptha {
    padding: 0px 0px 10px 0px !important;
}

.registration-btn {
    position: relative;
    display: flex !important;
    gap: 5px;
    align-items: center;
    background: #235fdf !important;
    margin-top: 0 !important;
    border-radius: 8px !important;
}

.registration-btn i {
    margin-left: 10px;
    animation: slide1 1s ease-in-out infinite;
}

@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 0);
    }
}

.registration-btn .wpcf7-form-control {
    background: none;
    height: auto;
    padding: 0;
    margin: 0;
    color: white;
    border: none;
}

.registration-btn .wpcf7-spinner {
    position: absolute;
    top: 0;
    right: -10px;
}


/* ------------------------------- END  REGISTRATION FORM  SECTION CSS ----------------------------------- */


/* ------------------------------ START THANK YOU PAGE CSS ----------------------------------- */

.thankyou-banner {
    padding: 50px 0;
    text-align: center;
    margin-top: 50px;
    min-height: 100vh;
}

.thankyou-form {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.thankyou-title {
    font-size: 2em;
    margin-bottom: 20px;
}

.thankyou-message {
    font-size: 1.2em;
    margin-bottom: 20px;
}


/* Success and Fail Message Styling */

.success {
    color: green;
}

.fail {
    color: red;
}


/* Button Styles */

.centered-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background-color: #f4805d;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
}

.centered-button:hover {
    background-color: #f4805d !important;
    color: #fff !important;
}


/* ------------------------------ END THANK YOU PAGE CSS ----------------------------------- */


/* --------------------------- START FOOTER CSS -------------------------------*/

.contest-footer {
    padding: 15px 0px !important;
}


/* -------------------------- END FOOTER CSS  -------------------------*/


/* ---------------------------- START Winner Page start here CSS 24-9-24 -------------------------------*/

.winner_part {
    background: url("../images/winner_bg_img.png") no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 100px 0!important;
    display: block!important;
}

.winner_part span {
    font-size: 48px;
    padding: 1px 15px;
    background: none !important;
    color: white;
    font-family: 'Brice';
    margin: auto;
    display: table;
}

.winner_part p {
    font-size: 30px;
    color: var(--white);
    line-height: 36px;
    text-align: center;
}

.winner_part:before {
    display: none;
}

.winner-participant .comntitle {
    font-size: var(--font-32);
    color: #042d58;
    font-family: 'Brice';
    margin-bottom: 25px;
    text-transform: uppercase;
}

.certi_img {
    margin: 30px;
}

.certi_img img {
    border: 5px solid #145fdf00;
    outline: 3px solid #dcbba7;
    border-radius: 30px;
}

.winner_main_div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
    justify-content: center;
}

.winner_main_div li {
    width: 24%;
}

.winner_main_div li:nth-child(odd) {
    margin-top: 72px;
}

.winner_main_div li:nth-child(2) {
    width: 32%;
}

.winner_box {
    height: 100%;
    background: white;
    padding: 15px;
    position: relative;
    border-radius: 8px;
}

.winner_box:after {
    content: "";
    width: 50px;
    height: 70px;
    position: absolute;
    left: -7px;
    top: -6px;
    background: url("../images/aword1.png") no-repeat;
    background-size: contain;
}

.winner_main_div li:nth-child(3) .winner_box:after {
    background: url("../images/aword2.png") no-repeat;
    background-size: contain;
}

.winner_main_div li:nth-child(2) .winner_box:after {
    display: none;
}

.winner_main_div li:nth-child(2) .winner_box:before {
    content: "";
    width: 190px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -21px;
    background: url("../images/winner.png") no-repeat;
    background-size: contain;
}

.winner_main_div li:nth-child(2) .winner_box .winner_std img {
    height: 100%;
    object-fit: cover;
}

.banner_part .runnerup {
    font-size: 14px;
    color: black;
    display: inline-block;
    margin-left: 15px;
}

.aword {
    position: absolute;
    top: -10px;
    left: -15px;
    width: 180px;
}

.aword>img {
    max-width: 50px;
    width: 100%;
}

.winner_std {
    width: 100%;
}

.winner_std img {
    width: 100%;
}

.winner_box h3 {
    font-size: 20px;
    color: #013787;
    font-weight: 600;
    margin: 20px 0 7px 0;
}

.winner_box strong {
    display: flex;
    font-size: 16px;
    gap: 5px;
    align-items: center;
}

.winner_part .winner_box strong span {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-family: unset;
    font-weight: 400;
}

.winner_part .winner_box strong .name_title {
    color: #141414;
}

.winner_part .winner_box strong .uni {
    color: #8f8f8f;
}

.Testimonials {
    background-color: #fff;
    background: url(../images/Testimonials_bg.png) no-repeat !important;
    background-size: cover !important;
}

.Testimonials h2 {
    font-size: var(--font-32);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Brice';
    line-height: 46px;
    text-align: center;
    margin-bottom: 50px;
}

.testimonials_list {
    text-align: center;
    width: 650px;
    z-index: -1;
    text-align: center;
    margin: auto;
    position: relative;
    /*    margin-top: 110px;*/
}

.winner-img {
    background: #9F9F9F;
    border: 5px solid #0990dc;
    border-radius: 50%;
    max-width: 140px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 5;
}

.winner_intro {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 15px 0;
    color: white;
    box-shadow: 0 0 15px 0px #0000004d;
}

.winner_intro h5 {
    color: #0994de;
    font-size: 20px;
    font-weight: 600;
}

.winner_intro span {
    margin-bottom: 15px;
    color: #171615;
    font-size: 16px;
}

.winner_intro strong {
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    display: block;
}

.winner_intro .winner_content {
    padding: 0 30px;
    font-size: 16px;
    font-weight: 300;
    color: #6b6b6b;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 105px;
}

#winner-testimonials .owl-nav {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#winner-testimonials .owl-prev,
#winner-testimonials .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

#winner-testimonials .owl-prev {
    left: 0;
}

#winner-testimonials .owl-next {
    right: 0;
}

#winner-testimonials .owl-nav i {
    font-size: 40px;
    color: rgb(255 255 255 / 50%);
}

#winner-testimonials .owl-nav button.owl-next:hover,
#winner-testimonials .owl-nav button.owl-prev:hover {
    background: none;
}

#winner-testimonials .owl-nav button.owl-next:hover i,
#winner-testimonials .owl-nav button.owl-prev:hover i {
    color: rgb(255 255 255 / 100%);
}

#winner-certificate .owl-dots button span {
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid transparent !important;
    border-radius: 100%;
    background: #b9947d;
}

#winner-certificate .owl-dots button.active span {
    background: #b9947d !important;
    border: 2px solid white !important;
    box-shadow: 0 0 0px 1px #b9947d !important;
}
/* ---------------------------- END Winner Page CSS -------------------------------*/



.competition_logo.comnpadding {
    background: url("../images/competition_logo_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.competition_logo.comnpadding:before {
    content: "";
    background: #000000b0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.competition_logo .comntitle {
    font-size: var(--font-32);
    color: #69dfff;
    font-family: 'Brice';
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.technolgy-content {
    margin-top: 30px;
}

.technolgy-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.technolgy-img li {
    width: 13%;
}

.technolgy-img li img {
    width: 100%;
}

.competition_logo p {
    font-size: 16px;
    text-align: center;
    color: white;
    margin-top: 15px;
}