@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

body {
    font-family: 'Montserrat', sans-serif;
}
.bg-darkblue{
    background-color:#0F3883;
}
.bg-gradient-darkblue{
    background: linear-gradient(90deg, #0F52A3 0%, #030C1D 56%);
}
.navbar{
    padding:2rem 0;
}
.navbar.bg-darkblue{
    border-bottom:3px solid #e4b476;
}
.navbar.bg-gradient-darkblue{
    border-bottom:3px solid #BCFAFF;
}
.nav-link{
    color: #FFFBFB;
    font-size: 17px;
    text-transform:uppercase;
    transition:0.5s;
}
.nav-link:hover,
.nav-link:active,
.nav-link:focus{
    color:#4CAAF7;
    box-shadow:none;
    outline:none;
    transition:0.5s;
}
.header-socials{
    display:flex;
    align-items:center;
    gap:1rem;
    transition:0.5s;
}
.navbar-brand img{
    height:50px;
}
.header-socials a:hover{
    opacity:0.8;
    transition:0.5s;
}
.main{
    width:100%;
    background:url('../img/main-bg.jpg') center no-repeat;
    background-size:cover;
    min-height:100vh;
    position:relative;
}
.award2025 .main{
      background:url('../img/2025/main-bg.jpg') center no-repeat;
      background-size: cover;
      min-height: initial
}
.main-banner{
    margin-top:3.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.award2025 .main-banner{
    align-items:center;
    /* height: 100%; */
    justify-content: space-between;
}

.section-title{
    font-size: 54px;
    font-weight: 600;
    line-height: 78px;
    color:#fff;
    text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
    text-transform:uppercase;
}
.award2025 .section-title{
     font-weight: 800;
     font-size: 52px;
}

.section-subtitle{
    font-size: 32px;
    color:#E3B376;
     text-transform:uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}
.award2025 .section-subtitle{
    font-weight:800;
    color:#fff;
}
.subsubtitle{
    color:#fff;
    font-size: 20px;
    text-transform:uppercase;
}
.btn-site-1{
   color: #FFF;
   font-size: 20px;
   font-weight: 800;
   border-radius: 3px;
   border: 1px solid #FFAA64;
   background: #FFAA64;
   text-transform:uppercase;
   width:300px;
   transition:0.5s;
   padding: 12px 10px;
}
.btn-site-1:hover,
.btn-site-1:focus,
.btn-site-1:active{
    color: #FFF;
    border: 1px solid #FFAA64;
    background: #FFAA64;
    transition:0.5s;
    opacity:0.8;
}

.award2025 .btn-site-1{
    background:#0086DF;
    border:none;
}

section {
    padding:5rem 0;
}
.bg-gradient-blue{
    background: linear-gradient(204deg, #035EB7 28.76%, #077AEB 53.88%, #4CAAF7 87.66%);
}
.award2025 .about_award{
      background:url('../img/2025/about-award-bg.jpg') center no-repeat;
      background-size: cover;
}
.award-left-side-block{
    background:url('../img/award-bg.jpg') center no-repeat;
    border-radius: 5px;
    border: 6px solid #E3B376;
    height:600px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2rem;
}
.awards-title{
    color: #F5C17E;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 3rem;
    line-height: 1.5;
}
.award2025 .awards-title{
     color: #193271;
}
.about-img-2025{
    border-radius:5px;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
}
.award2025 .about-award-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 3rem;
}
.event-targets{
    list-style:none;
    margin:0;
    padding:0;
}
.event-targets li{
    display:flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 3rem;
}
.event-targets li:last-child{
    margin-bottom:0;
}
.li-title h5{
    color:#fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;

}
.award2025 .li-title h5 {
    color:#000;
}
.event-targets p{
    color:#fff;
    font-size:18px;
}
.award2025 .event-targets p{
    color:#000;
}
.participation{
    background:url('../img/participation-bg.jpg') center no-repeat;
    background-size: cover;
}
.award2025 .participation{
    background:url('../img/2025/participation-bg.jpg') center no-repeat;
    background-size: cover;
}
.participation-list{
    list-style:none;
    margin:0;
    padding:0;
}
.participation-list li{
    margin-bottom:2rem;
}
.participation-list li:last-child{
    margin-bottom:0;
}
.participation-list h5{
    color:#E3B376;
    font-size:28px;
    font-weight:400;
}
.award2025 .participation-list h5,
.award2025 .item-how h5{
    color:#4CAAF7;
}
.award2025 .ellipse-container::after{
    background:#4CAAF7;
}
.participation-list p{
    color:#fff;
    font-size:18px;
}
.item-how h5{
    color:#E3B376;
    font-size:16px;
    font-weight:700;
}

.item-how ul{
    list-style:none;
    margin-top:35px;
    padding-left:1rem;
}
.item-how ul li{
    font-size:16px;
    position:relative;
    color:#fff;
    display:flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 10px;
}
.ellipse-container{
    position: relative;
}
.ellipse-container::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 80px;
    background: #E3B376;
    left: 4px;
    bottom: 10px;
}

.item-how ul li:first-child .ellipse-container::after{
    height:40px;
}
.how-icon{
    height:64px;
    margin-left: -5px;
}
.requestForm h3,.modal-title{
    color:#193271;
    font-size:24px;
    text-transform:uppercase;
    font-weight:800;
    margin-bottom:40px;
}
.form-container{
    border:3px solid #E3B376;
    border-radius:5px;
    padding:4px;
}
.requestForm{
    background:#E3B376;
    border-radius:3px;
    padding:50px;
}
.award2025 .form-container{
    border:none;
}
.award2025 .requestForm{
    background:#B9D3EC;
}
.form-control{
    font-size:16px;
    border:none;
    outline:none;
    box-shadow:none;
    text-transform:uppercase;
    font-weight:600;
    border-radius:3px;
    padding: 10px 15px;
}
.btn-site-2{
   color: #FFF;
   font-size: 16px;
   font-weight: 800;
   border-radius: 3px;
   border: 1px solid #193271;
   background: #193271;
   text-transform:uppercase;
   transition:0.5s;
   padding: 10px 15px; 
}
.btn-site-2:focus,
.btn-site-2:active,
.btn-site-2:hover{
   border: 1px solid #193271;
   background: #193271; 
   color:#fff;
   transition:0.5s;
   opacity:0.8;
}
.nominations{
    background:url('../img/nomination-bg.jpg') center no-repeat;
    background-size:cover;
}
.award2025 .nominations{
    background:url('../img/2025/nomination-bg.jpg') center no-repeat;
    background-size:cover;
}
.nominations-container{
    background:url('../img/nomination-dark-bg.jpg') center no-repeat;
    background-size:cover;
    border-radius:5px;
    border:6px solid #E3B376;
    padding:50px;
}
.item-nomination{
    display:flex;
    gap:2rem;
    color:#fff;
}

.item-nomination h5{
    color:#fff;   
    font-size:24px;
    font-weight:600;
    text-transform:uppercase;
}
.judges{
    background: linear-gradient(220.54deg, #FFAA64 10.44%, #FFE182 99.54%);
}
.award2025 .judges{
    background:url('../img/2025/about-award-bg.jpg') center no-repeat;
    background-size: cover;
}
.item-judge{
    border-radius:5px;
    overflow:hidden;
    height:100%;
    padding-bottom:1rem;
}
.item-judge img{
    height:350px;
    width:100%;
    object-fit:cover;
    object-position: center;
}
.judge-name-container{
    background:url('../img/judge-name-bg.png') center no-repeat;
    background-size:cover;
    text-align:center;
    padding:20px;
}
.award2025 .judge-name-container{
    background:url('../img/2025/judge-name-bg.jpg') center no-repeat;
    background-size:cover;
    height:85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-judge h5{
    color:#fff;
    font-weight:700;
    font-size:19px;
    margin:0;
}
.judge-description{
    background:#193271;
    color:#fff;
    font-size:12px;
   /*  text-align:center; */
    padding:20px 15px 0 15px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    line-height: 1.35;
}

.award2025 .judge-description{
    background: linear-gradient(120.63deg, #000000 6.47%, #0A0424 52.61%, #213A8E 76.29%, #284CB1 87.31%);
    text-align: center;

}
.all-partners{
    background:url('../img/partners-bg.jpg') center no-repeat;
    background-size:cover;
}
.award2025 .all-partners{
    background:url('../img/2025/partners-bg.jpg') center no-repeat;
    background-size:cover;
    padding-bottom: 0;
}
.infopartners{
    padding:3rem 0;
    background-color:#fff;
    margin:3rem 0 6rem;
}
.partners{
    padding:3rem 0;
    background-color:#fff;
    margin:3rem 0 6rem;
}
footer{
    background:#0F3883;
    padding:3rem 0;
    color:#fff;
}
.award2025 footer{
    background: linear-gradient(90deg, #0F52A3 0%, #030C1D 56%);
    
}
.footer-socials{
    display: flex;
    gap: 1rem;
    margin: 0 auto 1rem;
    justify-content: center;
    position:absolute;
    top:0;
    left:0.75rem;
    flex-direction: column;
}
.social-item-block{
    display:flex;
    gap: 2rem;
    align-items: flex-start;
}
.socials-links{
    display:flex;
    flex-direction: column;
    gap:0.3rem;
}
.socials-links a{
    color:#fff;
    text-decoration:none;
    line-height: 1;
}
.socials-links a:hover,
.socials-links a:focus,
.socials-links a:active{
    text-decoration:underline;
}
.footer-logo{
    display:flex;
    margin:3rem auto;
    justify-content: center;
}
.footer-menu{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    justify-content: center;
    gap:1rem;
    
}
.footer-menu li a{
    color:#fff;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none;
    transition:0.5s;
}
.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:active{
    color:#4CAAF7;
     transition:0.5s;
}
/* .item-partner img{
    max-width:100%;
} */
.item-partner{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:3rem;
}

.modal.show .modal-dialog{
    border-radius:5px;
    border:3px solid #E3B376;
    padding: 3px;
}
.award2025 .modal.show .modal-dialog{
    border-radius:5px;
    border:none;
    padding: 3px;
}
.modal-content{
    border-radius:3px;
    background:#E3B376;
}
.award2025 .modal-content{
     background:#B9D3EC;
}
.modal-header{
    border:none;
    justify-content: center;
}
.modal-content .btn-close{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 1;
}
.award2025 .modal-title{
    color:#000;
}
.btn-close:focus{
    box-shadow:none;
}
.error{
    font-size: 12px;
    color: #cd0e34;
}
.success_message{
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.general-partner{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:21px;
    font-weight:bold;
    transition:0.5s;
}
.general-partner h5{
    font-weight:bold;
}
.general-partner img{
    height:90px;
    margin-top:0.5rem;
}

.general-partner:hover{
    opacity:0.8;
    transition:0.5s;
}
.text-blue{
    color:#0F3883;
}
.judge-name-container a{
    text-decoration:none;
}

.winners{
    background: linear-gradient(203.6deg, #035EB7 28.76%, #077AEB 53.88%, #4CAAF7 87.66%);
    position:relative;   
    z-index:20;
}

.winners::after{
    content:'';
    position:absolute;
    top:5rem;
    background:url('../img/stat.png') no-repeat center;
    width:90%;
    height:80%;
    z-index:10;
    background-size:contain;
}

.item-winner{
    border-radius:5px;
    overflow:hidden;
}
.item-winner img{
    height:350px;
    width:100%;
    object-fit:cover;
    object-position: center;
}
.winner-name-container{
    background:url('../img/judge-name-bg.png') center no-repeat;
    background-size:cover;
    text-align:center;
    padding:20px;
}
.item-winner h5{
    color:#fff;
    font-weight:700;
    font-size:21px;
    margin:0;
}
.winner-description{
    background:#fff;
    color:#193271;
    font-size:12px;
  /*   text-align:center; */
    padding:20px 15px;
    height:210px;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content:start;
    overflow-y:scroll;
}
.winner-nomination{
   text-transform:uppercase;
   color:#FFAA64;
   font-size:15px;
   height:70px;
}
.slider{
    width:100%;
    background:url('../img/slider/lca-slider-bg.png') center no-repeat;
    background-size:cover;
    position:relative;;
}

.slider img{
    border-radius:5px;
    border:4px solid #fff;
}
.owl-dots{
    display:flex;
    margin-top:50px;
    justify-content:center;
    align-items:center;
    gap:0.5rem;
    
}
.owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    background: #fff !important;
    border-radius: 100%;
}

.owl-carousel button.owl-dot.active{
    background:#F3CB48 !important;
}

.owl-nav{
    display: flex;
    justify-content: center;
    margin: 3rem 0;
    gap: 2rem;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    font-size: 28px !important;
    background-color:#fff !important;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    line-height: 1;
}

.langs{
    list-style:none;
    margin:0 1rem 0 0;
    padding:0;
    display:flex;
    align-items:center;
    gap:1rem;
}
.separate{
    background:url("../img/2025/separate-img.jpg") fixed;
    height:300px;
}
.f-18{
    font-size:18px;
}
.item-partner img{
    max-height:120px;
}
.award2025 .winner-nomination{
    font-weight:bold;
    color:#082955;
}
::-webkit-scrollbar {
    display: none;
}
.text-xs{
    font-size:12px !important;
}