/*------------------------------------------------------------------
[Main Stylesheet]

Project     : p1-awardHtml
Version     : 1.0
Author      : Md Ekramul Hassan Avi
Author URI  : https://www.tigertemplate.com
-------------------------------------------------------------------*/

/*
==========================================
  site fonts
==========================================
*/

@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@300;400;500;700&family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/*------------------------------------------------------------------
[Table of contents]

1.  reset css
2.  common css
3.  main css

-------------------------------------------------------------------*/

/*
==========================================
1.  reset css
==========================================
*/

*{
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #000;
  background-color: #fff;
}
a,a:active,a:focus,a:hover,button{
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}
h1,h2,h3,h4,h5,h6,p,ul,hr {
  padding: 0; 
  margin: 0;
  font-weight: 400;
}
ul li{list-style-type: none;}
.btn {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

/*
==========================================
2.  common css
==========================================
*/

.common_style .text-900 {
	font-weight: 900;
}
.common_style .text-800 {
	font-weight: 800;
}
.common_style .text-700, .common_style b, .common_style strong {
	font-weight: 700;
}
.common_style .text-600 {
	font-weight: 600;
}
.common_style .text-500 {
	font-weight: 500;
}
.common_style .text-400 {
	font-weight: 400;
}
.common_style .text-300 {
	font-weight: 300;
}
.common_style .text-200 {
	font-weight: 200;
}
.common_style .text-100 {
	font-weight: 100;
}

.common_style .Antonio {
  font-family: 'Antonio', sans-serif;
}
.common_style .Oswald {
  font-family: 'Oswald', sans-serif;
}

/*
==========================================
3.  main css
==========================================
*/

.cat_section, .grid_section, .thank_section {
	background-image: url('img/bg1.jpg');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.cat_list a {
	font-size: 1.5vw;
	color: #fff;
	font-weight: 700;
	display: inline-flex;
	position: relative;
	z-index: 1;
	padding: 5px;
	width: 492px;
  max-width: 100%;
	min-height: 82px;
	justify-content: center;
	align-items: center;
  line-height: 32px;
}
.cat_list a::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 492px;
	height: 82px;
	background-image: url('img/Buton.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}
.cat_list li:not(:last-child) {
  margin-bottom: 15px;
}
.social_list img {
  width: 35px;
}
.social_list li:not(:last-child) {
  margin-right: 10px;
}
.bot_section {
	margin-bottom: 82px;
}
.time_left img {
  width: 50px;
}
.time_left {
  margin-bottom: 34px;
}
.important_link a {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.important_link li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
.important_link li:not(:last-child):before {
  content: '|';
  font-size: 28px;
  font-weight: 700;
  right: 0;
  position: absolute;
}
.important_link {
  margin-bottom: 4px;
}


.grid_img {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.grid_border {
  z-index: -1;
}
.grid_vote {
  text-align: center;
  background-color: #e7bb88;
  border-radius: 20px;
  padding: 6px 12px;
  color: #000;
  right: -20px;
  top: -30px;
}
.grid_vote h5 {
  font-family: 'Antonio', sans-serif;
}
.grid_vote h4 {
  font-weight: 700;
  font-size: 26px;
}
.grid_item h3 {
  font-size: 29px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
.vote_btn {
	min-height: 80px;
	margin-top: 15px;
	font-size: 37px;
	font-weight: 700;
	color: #fff;
	z-index: 1;
	margin-bottom: 40px;
	width: 295px;
	max-width: 100%;
}
.vote_btn .position-absolute {
  z-index: -1;
}
.vote_btn:hover {
  color: #fff;
  opacity: 0.8;
}
.time_left2 .fs54 {
  font-size: 44px;
}
.time_left2 img {
  width: 100px;
}
.custom_btn {
  min-height: 80px;
  margin-top: 12px;
  font-size: 37px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  padding: 20px;
}
.custom_btn:hover {
  color: #fff;
  opacity: 0.8;
}
.custom_btn .position-absolute {
  z-index: -1;
}
.grid_img img:not(.position-absolute) {
	padding: 5px;
	border-radius: 30px;
}

.grid_item {
  display: block !important;
}


.thank_section .site-logo {
	width: 300px;
}
.thankHead h4 {
  font-size: 34px;
  margin-left: 119px;
}
.thankYou li:not(:last-child) {
  border-bottom: 3px solid #000;
}
.thankYou li:first-child {
  padding-top: 4px;
}
.thankYou li {
  padding: 20px 0;
}
.thankYou li .row div:first-child img {
  width: 30%;
}
.thankYou li .row div img {
  width: 70%;
}
.thankYou {
  z-index: 1;
  position: relative;
}
.thankYou:before {
  content: '';
  background-image: url('img/thankYou.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 142px;
  height: 142px;
  position: absolute;
  left: -50px;
  top: -50px;
}
.thankYou li .row div:last-child img {
  width: 75%;
}
.thankYou li:last-child h4 {
	letter-spacing: 1.3px;
	font-family: 'Poppins', sans-serif;
}


.winner_section {
	background-image: url('img/bg2.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 1100px;
}
.winner_section  .site-logo img {
  width: 370px;
}
.winner_info h2 {
  font-size: 90px;
  letter-spacing: 25px;
}
.winner_info h3 {
  font-size: 40px;
  letter-spacing: 18px;
  color: #ffc46c;
}
.winner_info h4 {
  font-size: 32px;
  letter-spacing: 18px;
  color: #ffc46c;
}

.winner_section .container > .row:last-child {
  position: absolute;
  top: calc(50% + 100px);
  transform: translateY(-50%);
}
.opacity0{
  opacity: 0;
}


.see_winner {
  font-size: 17px;
  font-weight: 700;
  right: 30px;
  top: calc(50% + 2px);
  width: 80px;
  line-height: 17px;
  transform: translateY(-50%);
  z-index: 1;
  color: #000;
}
.cat_section2 .cat_list a::before {
  width: 584px;
  height: 82px;
  background-image: url('img/Buton2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.grid_section .grid_img:hover img.position-absolute {
  box-shadow: 4px 8px 10px rgba(164,128,52,0.5);
}
.grid_section .grid_img img.position-absolute {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  border-radius: 45px;
}

.cat_list2  a {
  width: 600px;
  max-width: 100%;
  padding-right: 135px;
}