.progress-sec {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: 
    radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(hotpink var(--time), pink 0);    
}
.progress-min {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: 
    radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(hotpink var(--time), pink 0);    
}
.progress-day {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: 
    radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(hotpink var(--time), pink 0);    
}
.progress-hour {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: 
    radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(hotpink var(--time), pink 0);    
}
/*
 * Style 1
*/
.countdown-timer-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 180px 50px;
    text-align: center;
}
.countdown-timer-section:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: rgb(0 12 48 / 45%);
}

.countdown-container .single-box {
    margin: 0px 4px 0px 4px;
    position: relative;
    background: radial-gradient(closest-side, #ffffff30 75%, transparent 100% 100%), conic-gradient(#0000001a var(--time), #ace0fc2e 0);
	display: flex;
    justify-content: center;
    align-items: center;

}
/*
 * Style 5
*/
.countdown-timer-section.style5 .single-box {
    width: 200px;
    height: 200px;
    background: radial-gradient(closest-side, white 87%, transparent 95% 100%),
    conic-gradient(#2F8BE6 var(--time), #ACE0FC 0);
}

/*
 * Responsive
*/
@media (max-width:991px){
	.countdown-timer-section.style5 .single-box {
    width: 150px;
    height: 150px;
	}
	.countdown-timer-section.style5 .single-box .countdown-item {
    font-size: 55px;
	}
	.countdown-timer-section {
    padding: 100px 50px;
	}
}
@media (max-width:767px){
	.countdown-timer-section.style5 .single-box {
    width: 110px;
    height: 110px;
	}
	.countdown-timer-section.style5 .single-box .countdown-item {
    font-size: 40px;
	}
	.countdown-timer-style2-full {
    display: inherit;
    text-align: center;
	}
	.countdown-timer-style2-full .left-content {
    margin-bottom: 30px;
	}
	.countdown-timer-style2-full  .right-btn {
    margin-top: 25px;
	}
}
@media (max-width:576px){
	.countdown-timer-section {
    padding: 60px 20px;
	}
	.countdown-timer-section h2.title {
    font-size: 30px;
	}
	.countdown-container .single-box {
    margin: 0px 2px;
    width: 90px;
    height: 90px;
	}
	.default-layout-3-content .title h2 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 26px;
	}
	.default-layout-3-content {
    padding: 20px 15px;
	}
	.countdown-timer-style3 {
    padding: 100px 20px;
	}
	.countdown-timer-section.style5 .single-box {
    width: 90px;
    height: 90px;
	}
	.countdown-timer-section.style5 .single-box .countdown-item {
    font-size: 30px;
	}
	.countdown-container .single-box {
    background: radial-gradient(closest-side, white 87%, transparent 95% 100%),
    conic-gradient(#2F8BE6 var(--time), #ACE0FC 0);
	}
	.countdown-timer-style4 .single-box {
    background: linear-gradient(30deg, #3e0982a6 40%, #561374ad 90%);
	}
}
@media (max-width:450px){
	.countdown-container .single-box {
    width: 72px;
    height: 72px;
	}
	.countdown-container .single-box .countdown-item {
    font-size: 22px;
	}
	.single-box-full span {
    font-size: 12px;
	}
	.countdown-timer-style3 {
    padding: 0px 0px;
	}
	.default-layout-3-content {
		padding: 50px 10px;
    background: #ffffff94;
	}
	.countdown-timer-section.style5 .single-box {
    width: 70px;
    height: 70px;
	}
	.countdown-timer-section.style5 .single-box .countdown-item {
    font-size: 22px;
	}
}