/* 
 * Author M. Atoar Rahman
 * Date: 07/03/2022
 * Time: 11:40 AM
*/

/* Global CSS */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");

:root {
  --bodyBackground: #f2f4f8;
  --successGreen: #00ff84;
  --dangerRed: #ffc0c7;
  --questionBG: #e4e8ee;
  --fontPrimary: #002333;
  --active: #2dbf64;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
a {
  text-decoration: none;
  color: #000000;
}

h3 {
  font-size: 30px;
}
h4 {
  font-size: 28px;
}
.mEnd-30 {
  margin-right: 30px;
}
img {
  max-width: 100%;
}

.heading {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

/* 
** Header Top Section
*/
#header a {
  display: grid;
}

/* Left */
#header .leftSide {
  display: grid;
  align-content: center;
}
#header .leftSide img {
  width: 70%;
  padding: 0 10px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 24%);
}
#header .midSide img {
  padding-right: 15px;
}
/* Mid */
#header .midSide {
  justify-content: start;
  align-items: end;
  display: flex;
  padding-bottom: 0px;
}
/* Right */
#header .rightSide {
  justify-content: end;
  align-items: end;
  display: flex;
  padding-bottom: 10px;
}
#header .rightSide img {
  padding-left: 15px;
}

/* 
** Menu Section
*/
#menu {
  background: #feba12;
  position: relative;
  z-index: 1000;
}

/* Left */
#menu .leftSide img {
  width: 70%;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 24%);
}
/* Right */
#menu .rightSide {
  padding: 0;
  display: grid;
  align-content: center;
  justify-content: end;
}
#menu .navbar {
  display: grid;
}

#menu ul.navbar-nav {
  display: block;
}
#menu ul.navbar-nav li {
  display: inline-block;
}
#menu ul.navbar-nav li a {
  display: block;
  line-height: 85px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 700;
  color: #000000;
}
#menu ul.navbar-nav li a:hover {
  background: #f1b111;
}
#menu ul.navbar-nav li a.active {
  background: #154284;
  color: #fff;
}

#menu .nav-link {
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease-in-out;
}

#menu .navbar-toggler svg {
  border: 3px solid #000;
  padding: 4px 10px;
  font-size: 28px;
}
#menu .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

@media only screen and (max-width: 768px) {
  #menu ul.navbar-nav {
    background: #ffffff;
  }
  #menu ul.navbar-nav li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  #menu ul.navbar-nav li a {
    line-height: 48px;
    padding: 0 15px;
  }
  #menu .navbar-toggler {
    display: grid;
    justify-content: end;
    line-height: 64px;
    padding: 8px 0px;
  }
}

@media only screen and (max-width: 1024px) {
  #menu ul.navbar-nav li a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* 
** Banner Section  
*/
#carouselSlide {
  overflow: hidden;
}
#carouselSlide .carousel-caption h1,
#carouselSlide .carousel-caption svg,
#carouselSlide .carousel-caption h4 {
  color: #fff;
}

#carouselSlide .carousel-caption {
  position: absolute;
  right: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  top: 25%;
  left: 8%;
  line-height: 56px;
  text-transform: uppercase;
}
#carouselSlide .carousel-caption h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 30px;
}
#carouselSlide .carousel-caption h2 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 30px;
}
#carouselSlide .btn {
  padding: 10px 30px;
  color: #000000;
  font-weight: 700;
}

#carouselSlide .btn svg {
  color: #000000;
}

#carouselSlide .owl-nav .owl-prev,
#carouselSlide .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  background-color: rgba(177, 177, 177, 0.3);
  border-radius: 50%;
  padding: 20px;
  width: 40px;
  height: 40px;
  transition: 0.5s;
}
#carouselSlide .owl-nav .owl-prev span,
#carouselSlide .owl-nav .owl-next span {
  line-height: 24px;
  font-size: 56px;
}
#carouselSlide .owl-nav .owl-prev:hover,
#carouselSlide .owl-nav .owl-next:hover {
  background-color: #fff;
}

#carouselSlide .owl-nav .owl-prev {
  left: 3%;
}
#carouselSlide .owl-nav .owl-next {
  right: 3%;
}

/* 
** Count Down Section  
*/
#countDown {
  margin-top: -68px;
  position: relative;
  z-index: 1;
}
#countDown::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: #efefef;
  z-index: -1;
}
#countDown .column {
  background: url(../images/count_down_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  border-radius: 15px;
}
#countDown .countDownContent {
  align-items: center;
  color: #fff;
  padding: 30px 15px 30px 30px;
}
#countDown .countDownContent h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
#countDown .allTime {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: end;
  padding-right: 30px;
}
#countDown .allTime .count {
  width: 3em;
  height: 3em;
  background: #b02912;
  color: #fff;
  font-size: 2rem;
  border: 2px solid #fff;
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 0 0.375em;
  line-height: 30px;
  margin: 0 8px;
}
#countDown .allTime .count span {
  font-size: 1rem;
}

/* 
** About section 
*/
#aboutICPC {
  padding: 80px 0px;
  background: url(../images/about_section_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
#aboutICPC .heading {
  font-size: 24px;
}
#aboutICPC .rightSide {
  border: 1px solid #d1d1d1;
  background: rgb(255 255 255 / 86%);
}
#aboutICPC .rightSide .heading {
  background: #feba12;
  display: block;
  width: 110%;
  margin-top: 30px;
  margin-left: -10%;
  padding: 15px 30px;
}
#aboutICPC .rightSide p {
  padding: 15px 30px;
  text-align: justify;
}
#aboutICPC .rightSide .btn {
  margin: 0px 30px 30px 30px;
}

/* 
** Count Down Number 
*/
#countDownNumber {
  padding: 80px 0px;
  background: url(../images/count_down_num_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
#countDownNumber .count {
  font-size: 40px;
  font-weight: 800;
}
#countDownNumber p {
  margin-bottom: 0;
}

/* 
** Event Information 
*/
#eventInformation {
  padding: 80px 0;
  position: relative;
}
#eventInformation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #efefef;
  left: 0;
  top: 0;
  z-index: -1;
}
#eventInformation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #b02912;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#eventInformation .heading {
  text-align: center;
  margin-bottom: 80px;
}
#eventInformation .eventInfo {
  background: #ffffff;
  padding: 40px 30px 30px 30px;
  position: relative;
}
#eventInformation .eventInfo img {
  position: absolute;
  top: -50px;
  left: 30px;
}
#eventInformation .eventInfo h3 {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
/* 
** Updated Blog
*/
#updatedBlog {
  padding: 80px 0;
  background: #efefef;
}
#updatedBlog .heading {
  text-align: center;
  margin-bottom: 30px;
}
#updatedBlog .blogItem {
  background: #ffffff;
}
#updatedBlog .blogItem .imgContent {
  position: relative;
}
#updatedBlog .blogItem .imgContent .calendar {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #feba12;
  margin-bottom: 0;
  padding: 5px 15px;
}
#updatedBlog .blogItem .blogInfo {
  padding: 30px;
}
#updatedBlog .blogItem .blogInfo p {
  margin-bottom: 15px;
}
#updatedBlog .blogItem .blogInfo svg {
  color: #feba12;
}
#updatedBlog .blogItem .blogInfo .blogTitle {
  font-size: 24px;
  font-weight: 700;
}
/* 
** ICPC Global Supporters and Sponsors 
*/
#supporters {
  padding-top: 80px;
  padding-bottom: 30px;
  background: #feba12;
}
#supporters .heading {
  margin-bottom: 30px;
  text-align: center;
}
#supporters .supporterLogo {
  width: 100%;
  background: #ffffff;
  padding: 20px;
  text-align: center;
  transition: 0.5s;
}
#supporters .supporterLogo:hover {
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
#supporters .supporterLogo:hover img {
  animation-name: zoomIn;
  transform-origin: center;
  -webkit-animation-name: zoomIn;
  -webkit-transform-origin: center;
  animation-duration: 0.4s;
  animation-timing-function: linear;
}

/* 
** Local Partners/Sponsors 
*/
#partners {
  background: #feba12;
}
#partners .heading {
  margin-bottom: 30px;
  text-align: center;
}
#partners .partnerLogo {
  width: 100%;
  background: #ffffff;
  padding: 20px;
  text-align: center;
  transition: 0.5s;
}
#partners .partnerLogo:hover {
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
#partners .partnerLogo:hover img {
  animation-name: zoomIn;
  transform-origin: center;
  -webkit-animation-name: zoomIn;
  -webkit-transform-origin: center;
  animation-duration: 0.4s;
  animation-timing-function: linear;
}

/* 
** Bottom section 
*/
#bottom {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #154284;
  color: #fff;
}
#bottom h4 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
#bottom h4::after {
  content: "";
  position: absolute;
  width: 175px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #feba12;
}
#bottom .socailNetwork {
  justify-content: end;
  display: flex;
}
#bottom .socailNetwork ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#bottom .socailNetwork ul li {
  list-style: none;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 2px 0px;
  transition: 0.8s;
}
#bottom .socailNetwork ul li a {
  padding: 5px;
  line-height: 45px;
  font-size: 24px;
}
#bottom .socailNetwork ul li a svg {
  color: #ffffff;
}
#bottom .socailNetwork ul li.facebook {
  background: #4769b1;
}
#bottom .socailNetwork ul li.twitter {
  background: #2aa4f1;
}
#bottom .socailNetwork ul li.instagram {
  background: #010101;
}
#bottom .socailNetwork ul li.linkedin {
  background: #026899;
}
#bottom .socailNetwork ul li.youtube {
  background: #ce1e21;
}
#bottom .socailNetwork ul li.whatsapp {
  background: #2ec101;
}
#bottom .socailNetwork ul li.vk {
  background: #4c75a1;
}
#bottom .socailNetwork ul li:hover svg {
  animation-name: zoomIn;
  transform-origin: center;
  -webkit-animation-name: zoomIn;
  -webkit-transform-origin: center;
  animation-duration: 0.4s;
  animation-timing-function: linear;
}

/* 
** Footer Section 
*/
#footer {
  padding: 30px 0;
  background: #b02912;
  color: #fff;
  border-top: 1px solid #fff;
}
#footer .leftSide p {
  margin-bottom: 0;
  text-align: left;
}
#footer .rightSide p {
  margin-bottom: 0;
  text-align: right;
}
