@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Piazzolla:wght@100;300;500&display=swap");

/* ===================================
BASIC SETUP
=================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: "Open Sans", sans-serif;
    font-family: "Piazzolla", serif;
    background: #2b2828;
}

html {
    font-size: 62.5%;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}


/* ABOUT SECTON */

.about {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    background: #070707;
    padding: 10rem 7%;
}

.about .about_left {
    width: 32%;
    padding: 1rem;
}

.about .about_left h1 {
    font-size: 3.7rem;
    color: #fff;
}

.about .about_left .btn {
    width: 15rem;
    font-size: 1.5rem;
    padding: 0.7rem 1.4rem;
    color: #a8d58a;
    text-align: center;
    border: 0.1rem solid #a8d58a;
    display: inline-block;
    margin-top: 2rem;
    transition: 0.5s;
}

.about .about_left .btn:hover {
    background: #a8d58a;
    color: #fff;
}

.about .about_mid {
    width: 20%;
    padding: 1rem;
}

.about .about_mid h1 {
    font-size: 3.7rem;
    color: #fff;
}

.about .about_mid p {
    font-size: 1.8rem;
    color: #bcbcbc;
    padding-top: 1rem 0rem;
}

.about .about_mid .btn {
    width: 15rem;
    font-size: 1.5rem;
    padding: 0.7rem 1.4rem;
    color: #7cd8cf;
    text-align: center;
    border: 0.1rem solid #7cd8cf;
    display: inline-block;
    margin-top: 2rem;
    transition: 0.5s;
}

.about .about_mid .btn:hover {
    background: #7cd8cf;
    color: #fff;
}

.about .about_right {
    width: 39%;
    padding: 1rem;
}

.about .about_right h1 {
    font-size: 3.7rem;
    color: #fff;
}

.about .about_right p {
    font-size: 1.6rem;
    color: #bcbcbc;
    padding-top: 1rem 0rem;
}

.about .about_right .btn {
    width: 15rem;
    font-size: 1.5rem;
    padding: 0.7rem 1.4rem;
    color: #ffc107;
    text-align: center;
    border: 0.1rem solid #ffc107;
    display: inline-block;
    margin-top: 2.7rem;
    transition: 0.5s;
}

.about .about_right .btn:hover {
    background: #ffc107;
    color: #fff;
}

.contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    background: #141414;
    padding: 4rem 7%;
}

.contact .contact_left {
    width: 100%;
    /* padding: 1rem; */
}

.contact .contact_left img {
    width: 10rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.contact .contact_left h1 {
    font-size: 5.7rem;
    color: #fff;
}

.contact .contact_left p {
    font-size: 2rem;
    color: #bcbcbc;
    padding-top: 1rem 0rem;
    line-height: 1.5;
}

.contact .contact_left .btn {
    /* width: 25rem; */
    font-size: 1.7rem;
    padding: 0.7rem 1.4rem;
    color: #fff;
    text-align: center;
    background: #ff6904;
    display: inline-block;
    margin-top: 2.7rem;
    margin-bottom: 2.7rem;
    transition: 0.5s;
}

.contact .contact_left .btn:hover {
    background: #f38841;
}

.contact .contact_right {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    display: flex;
}

.contact .contact_right .wrapper {
    margin-right: 1.5rem;
}

.contact .contact_right .wrapper h2 {
    font-size: 2rem;
    color: #fff;
    padding: 1rem 0rem;
}

.contact .contact_right .wrapper p {
    font-size: 16px;
    color: #bcbcbc;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.contact .contact_right img {
    width: 100%;
    object-fit: cover;
}

.policy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    background: #141414;
    padding: 6rem 7%;
}

.policy .policy_right h1 {
    font-size: 5.7rem;
    color: #fff;
    padding: 1rem 0rem;
}

.policy .policy_right p {
    font-size: 2.1rem;
    color: #bcbcbc;
    padding-top: 1rem 0rem;
    line-height: 1.5;
}

.policy .policy_right .btn {
    width: 25rem;
    font-size: 1.7rem;
    padding: 0.7rem 1.4rem;
    color: #fff;
    text-align: center;
    background: #ff6904;
    display: inline-block;
    margin-top: 2.9rem;
    transition: 0.5s;
}

.policy .policy_right .btn:hover {
    background: #a34100;
    color: #030303;
}

.contact2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    background: #141414;
    padding: 10rem 7%;
}

.contact2 .contact_left {
    width: 39%;
    padding: 1rem;
}

.contact2 .contact_right {
    width: 100%;
    padding: 1rem;
    text-align: center;
    display: flex;
}

.contact2 .contact_left img {
    width: 10rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.contact2 .contact_left h1 {
    font-size: 5.7rem;
    color: #fff;
}

.contact2 .contact_left p {
    font-size: 2rem;
    color: #bcbcbc;
    padding-top: 1rem 0rem;
    line-height: 1.5;
}

.contact2 .contact_left .btn {
    width: 25rem;
    font-size: 1.7rem;
    padding: 0.7rem 1.4rem;
    color: #fff;
    text-align: center;
    background: #ff6904;
    display: inline-block;
    margin-top: 2.7rem;
    transition: 0.5s;
}

.contact2 .contact_left .btn:hover {
    background: #f38841;
}

.contact2 .contact_right .wrapper {
    margin-right: 1.5rem;
}

.contact2 .contact_right .wrapper h2 {
    font-size: 2rem;
    color: #fff;
    padding: 1rem 0rem;
}

.contact2 .contact_right .wrapper p {
    font-size: 1.4rem;
    color: #bcbcbc;
    padding-top: 1rem 0rem;
}

.contact2 .contact_right img {
    width: 100%;
    object-fit: cover;
}


/* START FOOTER DESIGN */

.footer {
    width: 100%;
    background: #070707;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8rem 7%;
}

.footer .footer_left {
    width: 33%;
    padding: 1.5rem;
}

.footer .footer_left img {
    width: 27rem;
    margin-left: -7px;
    object-fit: cover;
    display: inline-block;
}

.footer .footer_left h2 {
    font-size: 2rem;
    color: #fff;
    padding: 0.5rem 0rem;
}

.footer .footer_left p {
    font-size: 1.6rem;
    color: rgb(202, 199, 199);
    padding: 1rem 0rem;
    line-height: 1.5;
}

.footer .footer_left .btn {
    width: 30rem;
    font-size: 1.5rem;
    color: #fff;
    display: inline-block;
    background: #030303;
    padding: 1rem 4rem;
    transition: 0.3s;
    border-radius: 2rem;
    text-align: center;
    margin-top: 1rem;
}

.footer .footer_left .btn:hover {
    color: #726c6c;
}

.footer .footer_mid {
    width: 33%;
    padding: 1rem;
}

.footer .footer_mid .box {
    padding: 2rem 0rem;
    margin-top: 1rem;
}

.footer .footer_mid .box h2 {
    font-size: 1.7rem;
    color: #fff;
}

.footer .footer_mid .box p {
    font-size: 1.5rem;
    color: #5cd8cf;
    padding: 0.5rem 0rem;
}

.footer .footer_right {
    padding: 1rem;
    margin-top: 1rem;
}

.footer .footer_right ul li {
    padding: 1rem 0rem;
    font-size: 1.6rem;
}

.footer .footer_right ul li a:hover {
    color: #726c6c;
}

.footer .footer_right ul li a {
    color: #fff;
    transition: 0.3s;
}


/* END FOOTER DESIGN */


/* Header Navigation CSS  */

header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo {
    cursor: pointer;
    margin-right: auto;
    padding: 10px 0;
    max-width: 320px;
    transition: all 0.3s ease 0s;
}

.nav_links {
    list-style: none;
}

.nav_links li {
    display: inline-block;
    padding: 0 20px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
    color: #fff;
    font-size: 14px;
}

.nav_links li a:hover {
    color: blue;
}

.mobile-menu {
    line-height: 50px;
    display: none;
}


/* NAV SIDE BAR TOGGLE CSS */

.mobile-menu span {
    color: #fff;
    font-size: 2.9em;
    cursor: pointer;
    display: block;
}

.overlay {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #2b2828;
    overflow-x: hidden;
    transition: 0.3s;
    z-index: 9999;
}

.closebtn {
    display: flex;
    justify-content: end;
    color: #fff;
    font-size: 4.2rem;
    margin: 2rem 3rem;
}

.overlay-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #2b2828;
    padding: 2.5rem 16%;
}

.overlay-content a {
    color: #fff;
    font-size: 2rem;
    margin: 1rem 0;
    transition: 0.3s;
}

.overlay-content a:hover {
    color: #726c6c;
}


/* HOME SECTION CSS*/

.home {
    background: url(../img/hero-image_comp.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    /* height: 80vh; */
    position: relative;
}

.home .home_title {
    width: 50%;
    /* height: 40rem; */
    background: #d33302;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    text-align: left;
    padding: 4em 5em;
    border-radius: 0.5em;
}

.home .home_title img {
    width: 10rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.home .home_title p {
    font-size: 30px;
    color: #fff;
    font-weight: bolder;
}

.img-size {
    max-width: 450px;
}


/* SECTION JURY CSS */

.jury-content h1 {
    font-size: 5.7rem;
    color: #fff;
}

.jury-content p.head-paragraph {
    font-size: 2em;
    color: #bcbcbc;
    padding-top: 1rem 0rem;
    line-height: 1.5;
}

.jury-content p {
    font-size: 14px;
    color: #bcbcbc;
    padding-top: 1rem 0rem;
    line-height: 1.5;
}

.jury-content h2 {
    font-size: 2rem;
    color: #fff;
    padding: 1rem 0rem;
}

.jury-content .btn {
    /* width: 25rem; */
    font-size: 1.7rem;
    padding: 0.7rem 1.4rem;
    color: #fff;
    text-align: center;
    background: #ff6904;
    display: inline-block;
    margin-top: 2.7rem;
    margin-bottom: 2.7rem;
    transition: 0.5s;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


/* Banner CSS */

.banner {
    position: relative;
    width: 100%;
    height: auto;
}

.banner img {
    object-fit: contain;
    max-width: 100%;
    width: 100%;
}

.slogon-content {
    position: absolute;
    background: #d33302cf;
    /* width: 51%; */
    width: 695px;
    border-radius: 0.3em;
    top: 26%;
    right: 2%;
    padding: 3em;
    color: #fff;
}

.slogon-content p {
    font-size: 28px;
}

.slogon-content img {
    max-width: 100% !important;
    width: auto;
}


/* Competitor partner Css */

.competition-content {
    background: #2b2828;
    padding: 10rem 7%;
}

.competition-content h1 {
    font-size: 5.7rem;
    color: #fff;
}

.competition-content p {
    font-size: 2rem;
    color: #bcbcbc;
    padding-top: 1rem 0rem;
    line-height: 1.5;
}

.competition-content .btn {
    width: 25rem;
    font-size: 1.7rem;
    padding: 0.7rem 1.4rem;
    color: #fff;
    text-align: center;
    background: #ff6904;
    display: inline-block;
    margin-top: 2.7rem;
    transition: 0.5s;
}

.btn:hover {
    background: #fba22c;
    color: #fff;
}


/* IBM AMAZON LOGO CSS */

.brand-logo h2 {
    font-size: 2rem;
    color: #fff;
    padding: 1rem 0rem;
}

.brand-logo p {
    font-size: 1.4rem;
    color: #bcbcbc;
    padding-top: 1rem 0rem;
}

.brand-logo img {
    height: 45px;
}


/* BRAND FLEX CSS */

.brand {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.brand-item {
    width: 100%;
    height: auto;
    flex: 1 1 10em;
}

.brand h2 {
    font-size: 2rem;
    color: #fff;
    padding: 1rem 0rem;
}

.brand p {
    font-size: 1.4rem;
    color: #bcbcbc;
    padding-top: 1rem 0rem;
}

.brand img {
    height: 45px;
}


/* Contact form Csss */

.contact-form {
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.contact-form .form-control {
    border-radius: 1rem;
}

.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}

.contact-form form {
    padding: 14%;
}

.contact-form form .row {
    margin-bottom: -7%;
}

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}

.contact-form .btnContact {
    border: none;
    border-radius: 0.6rem;
    padding: 1.5%;
    background: #dc3545;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0.5em 2em;
    transition: 0.3s ease 0.3s;
}

.contact-form .btnContact:hover {
    background: #f38d0f;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 1px);
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1.00rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-left: 19px;
}


/* Jury Padding Fix */

.less-padding {
    padding-left: 5px;
    padding-right: 5px;
}


/* PRIZES */

.prize-content {
    text-align: center;
}

.prize-content h2 {
    font-size: 2rem;
    color: #fff;
    padding: 1rem 0rem;
}

.prize-content p {
    font-size: 1.4rem;
    color: #bcbcbc;
}

.container-padds {
    padding: 10rem 7%;
}

.container-padds-no {
    padding: 0 7%;
}


/* HEADER CSS */


/* Header Navigation CSS  */

header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo {
    cursor: pointer;
    margin-right: auto;
    padding: 10px 0;
    max-width: 320px;
    transition: all 0.3s ease 0s;
}

.nav_links {
    list-style: none;
}

.nav_links li {
    display: inline-block;
    padding: 0 20px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
    color: #fff;
    font-size: 14px;
}

.nav_links li a:hover {
    color: #d33302;
}

.mobile-menu {
    line-height: 50px;
    display: none;
}


/* NAV SIDE BAR TOGGLE CSS */

.mobile-menu span {
    color: #fff;
    font-size: 2.9em;
    cursor: pointer;
    display: block;
}

.overlay {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #2b2828;
    overflow-x: hidden;
    transition: 0.3s;
    z-index: 9999;
}

.closebtn {
    display: flex;
    justify-content: end;
    color: #fff;
    font-size: 4.2rem;
    margin: 2rem 3rem;
}

.overlay-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #2b2828;
    padding: 2.5rem 16%;
}

.overlay-content a {
    color: #fff;
    font-size: 2rem;
    margin: 1rem 0;
    transition: 0.3s;
}

.overlay-content a:hover {
    color: #726c6c;
}


/* HOME SECTION CSS*/

.home {
    background: url(../img/hero-image_comp.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    /* height: 80vh; */
    position: relative;
}

.home .home_title {
    width: 50%;
    /* height: 40rem; */
    background: #d33302;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    text-align: left;
    padding: 4em 5em;
    border-radius: 0.5em;
}

.home .home_title img {
    width: 10rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.home .home_title p {
    font-size: 30px;
    color: #fff;
    font-weight: bolder;
}

.img-size {
    max-width: 450px;
}


/* MODAL SUBSCRIBTION */

.modal-subscribe {
    color: #000;
}

.modal-subscribe .modal-header .close {
    background: none;
    border: none;
    text-align: right;
    /* border: 1px solid; */
    width: 50px;
    padding-top: 22px;
}

.modal-subscribe .modal-header .close span {
    font-size: 27px;
}

.modal-subscribe .modal-body h2 {
    font-size: 1.3em;
    color: #d33302;
    margin-bottom: 14px;
    margin-top: 14px;
}

.modal-subscribe .modal-body .top-guide dt {
    list-style: circle;
}

.modal-subscribe .modal-body .top-guide li {
    font-size: 16px;
    border: 1px solid #f3f3f3;
    padding: 16px;
    margin-bottom: 15px;
}

.modal-subscribe .modal-body .top-guide li:nth-child(odd) {
    font-weight: 400;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    background: #e3c85e;
    padding-left: 13px;
    font-size: 15px;
    margin-bottom: -1px;
    padding: 3px 0 3px 16px;
}

.modal-subscribe .modal-title {
    color: #000000;
    font-weight: bold;
    font-size: 23px;
    font-weight: 500;
}

.mainbtn {
    width: 25rem;
    font-size: 1.7rem;
    padding: 0.7rem 1.4rem;
    color: #fff;
    text-align: center;
    background: #ff6904;
    display: inline-block;
    margin-top: 2.7rem;
    transition: 0.5s;
}

.mainbtn:hover {
    background: #fba22c;
    color: #fff;
    text-decoration: none;
}

.contact-width {
    width: 35%;
}

.sub-Heading {
    margin-left: 31px;
    display: block;
}

.list-style ul {
    margin-left: 25px;
}

.list-style ul li {
    list-style: disc;
}