

@font-face {
  font-family: 'digitalFont';
  src: url('../fonts/ds_digital/DS-DIGIB.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'digitalFont';
  src: url('../fonts/ds_digital/DS-DIGIT.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'digitalFont';
  src: url('../fonts/ds_digital/DS-DIGI.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
}

.counter {
  font-family: 'digitalFont', sans-serif;
  font-size: 100px;
  font-weight: 900;
  color: #007800;
}


.esg-btn {
  font-size: 22px !important;
  background: #009041;
  border: 2px solid #cbffc4;
  padding: 11.5px 20px;
  color: #fff !important;
  line-height: 22px;
  text-align: center;
  width: 200px !important; 
}
.esg-btn a{
  color: #fff !important;
}
.protocol-award-section {
        padding: 25px 15px;
        background: #198754 !important; 
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important; 
    }
    .protocol-award-section .container{
        display: flex;
        flex-direction: row; 
        justify-content: center;
        align-items: center;
        gap: 200px;
        color: #fff; 
    
    }
    .protocol-award-section .container img{
        max-width: 200px; 
    }
    .protocol-award-section .container p{
        max-width: 90%;
        text-align: center; 
        font-size: calc(42 * 100vw / 1920);
    }
    @media (max-width: 991px){

        .protocol-award-section .container{
            gap: 100px;
        }
        .protocol-award-section .container p{
            font-size: 16px; 
            max-width: 90%;
        }
    }
    @media (max-width: 767px){
        .protocol-award-section .container{
            display: flex;
            flex-direction: column !important;
            gap: 30px;
        }
        .protocol-award-section .container p{
            font-size: 14px; 
            max-width: 100%;
        }
    }

.protocolh4{
      color: #009041 !important;
      font-weight: bold !important; 
      padding: 25px 0 15px 0 !important;
      font-weight: bold; 
      font-size: 72px !important;
    }
    .imgTokenomics
    {
        max-width: 100%;
        min-width: 300px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 50px;
    }

	.centerImageToken {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 67%;
        padding-bottom: 50px;
    }
	
    .aboutBannerTitle{ 
        padding-bottom: 50px; 
        margin-bottom: 50px; 
    }

    .aboutBannerRow p{
        color: #007800;
        font-family: var(--bs-font-sans-serif);
    }
    .backgrounds{
        background: linear-gradient(180deg, rgba(0,120,0,0.2) 0%, rgba(255,255,255,0) 35%);

    }
    .background a{
        font-size: 30px; 
        font-weight: 400; 
        font-family: var(--bs-font-sans-serif);
    }
    .padding{
        padding: 50px 0 100px 0; 
    }
    .space{
        width: 100% !important; 
        max-width: 800px !important;
    }
    .space p{
        color: #007800;
        font-size: 30px !important; 
        max-width: 700px; 
        display: block; 
        margin: 0 auto; 
        padding-bottom: 20px; 
        margin-top: -30px; 
        font-family: var(--bs-font-sans-serif);
    }
    .logo-img{
        display: flex;
        flex-direction: column; 
        align-items: center; 
        justify-content: center; 
    }
    .logo-img img{
        max-width: 250px;
    }
    .icon-section{
        padding: 20px 0; 
        color: #007800; 
        text-align: center; 
        background: linear-gradient(180deg, rgba(0,120,0,0.2) 0%, rgba(255,255,255,0) 100%);
    }

    .icon-section .p{
        padding: 1px 0; 
        font-size: 30px; 
        font-family: var(--bs-font-sans-serif); 
    }
    .icon-section .main-heading {
        font-size: 30px; 
        max-width: 950px; 
        text-align: center; 
        margin: 0 auto;
        font-family: var(--bs-font-sans-serif);
    }
    .icon-wrapper{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start; 
        margin: 50px 0; 
        gap: 20px; 
    }
    .icon-wrapper .icon img{
        width: 150px; 
        height: 150px; 
        border-radius: 100%; 
        margin-bottom: 20px; 
    }
    .icon-wrapper .icon {
        padding: 10px; 
        max-width: 220px;
    }
    .icon-wrapper .icon p{
        margin-bottom: 0; 
        font-family: var(--bs-font-sans-serif);
        font-size: 20px;
    }
    .aboutBannerCol p{
        font-size: 22px !important; 
        color: #007800 !important; 
        font-family: var(--bs-font-sans-serif) !important; 
    }
    .award {
        background: linear-gradient(168.79deg, #D8FDCD 98.81%, #FEFFFE 129.5%);
        padding-bottom: 20px; 
    }
    .award .container .award-wrapper{
        display: flex;
        flex-direction: row !important;
        justify-content: center;
        align-items: flex-start; 
        margin: 50px 0; 
        gap: 20px; 
    }
    .award .container .award-wrapper .award img{
        width: auto; 
        height: 150px; 
        border-radius: 100%; 
        margin-bottom: 20px; 
    }
    .award .container .award-wrapper .award {
        flex: 1;  
        padding: 10px; 
        display: flex;
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
        /* max-width: 320px; */
    }
    .award .container .award-wrapper .award p{
        margin-bottom: 0; 
        font-family: var(--bs-font-sans-serif);
        font-size: 20px;
        text-align: center; 
        color: #007800; 
    }
    .award .container h1{
        text-align: center; 
    }
    @media (max-width: 767px){
        .aboutBannerCol p{
            font-size: 20px; 
        }
        .aboutBannerTitle{ 
            padding-bottom: 0px; 
            margin-bottom: 10px; 
        }
        .logo-img img{
            max-width: 150px;
            margin-bottom: 50px; 
        }
        .icon-wrapper{
            flex-direction: column;
            justify-content: center;
            align-items: center; 
            gap: 50px; 
        }
        
        .space p{
            font-size: 16px !important; 
            margin-top: 20px; 
        }
        .background a{
            font-size: 16px; 
        }
        .icon-section .p{
            font-size: 16px;  
        }
        .icon-section .main-heading {
            font-size: 16px; 
        }
        .award .container .award-wrapper{
            flex-direction: column !important;
            justify-content: center;
            align-items: center; 
            gap: 50px; 
        }
    }
    .btnCol{
        width: 75% !important; 
        text-align: center; 
    }
    .bannerNewBtns {
        max-width: 500px;
        float: left; 
        margin-top: 30px;
        margin-left: -10px; 
    }
    .bannerNewBtns a {
        font-size: 22px;
        display: block;
        background: #009041;
        border: 2px solid #cbffc4;
        padding: 11.5px 0px;
        color: #fff;
        line-height: 22px;
    }
    .active {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .PlatformHeadingBottom .DimitraAcademyList span{
        max-height: 900px !important;
        }
		.livestock-header-paragraph{
			margin-top: -50px; 
		}
		.livestock-header-paragraph p{
			color: #009041;
			font-size: calc(22 * 100vw / 1920);
			margin-bottom: 0px;
		}
		.livestock-header-paragraph ul{
			position: relative;
			margin-top: 10px; 
			font-family: rustica, sans-serif;
			list-style: none;
			color: #009041;
			font-size: calc(22 * 100vw / 1920);
			margin-bottom: 0px;
		}
		.livestock-header-paragraph li{
			position: relative;
		}
		.livestock-header-paragraph ul li::marker{
			display: none !important; 
		}
		.livestock-header-paragraph ul li::before {
			content: "" !important;
			position: absolute !important;
			top: 10px !important;
			left: -20px !important;
			width: 9px !important;
			height: 9px !important;
			background-color: #007800 !important;
			transform: rotate(45deg) !important;
		}

		.padding{
			padding-top: 0px !important; 
			margin-top: 0px !important; 
		}
		.footer-padding{
			min-height: 360px; 
      margin-bottom: 300px; 
		}
		.pre-registration h3 {
			color: #009041 !important;

		}
		.drivenFarmingImg{
			margin-bottom: 150px; 
			margin-top: 0px; 
		}
        .bottom-image{
            margin-bottom: 0 !important; 
        }
		.livestock-guru-video {
            display: flex;
            flex-direction: column;
            justify-content: center; 
            align-items: center; 
            } 
            .livestock-guru-video p{
                padding-bottom: 200px;
                text-align: left; 
            }
            .livestock-guru-video iframe {
                width: calc(910 * 100vw / 1920);
                height: calc(515 * 100vw / 1920);
                text-align: center; 
            }
        @media (max-width: 991px) {
        .livestock-guru-video iframe {
            width: 100%;
            height: 400px; 
            }
        }
		@media (max-width: 767px){
      .counter {
        font-size: 30px;
      }
            .btnCol{
                width: 100% !important;
            }
            .bannerNewBtns a {
                font-size: 14px;
            }
            .connected-coffee-video iframe{
                width: 100% !important;
                height: 300px !important;
            }
			.drivenFarmingImg{
				margin-bottom: 50px; 
				margin-top: 0px; 
			}
            .bottom-image {
                margin-top: 200px !important; 
            }
			.footer-padding{
				min-height: 160px; 
				margin-bottom: 300px; 
			}
			.livestock-header-paragraph{
				margin-top: 20px; 
			}
			.pre-registration{
				padding-top: 150px; 
			}
			.livestock-header-paragraph p, ul li {
				font-size: calc(40 * 100vw / 1920) !important;
			}
			/* .DimitraAcademyList span ul li {
				font-size: calc(40 * 100vw / 1920) !important;
			} */
			.DimitraAcademyList span ul li{
				font-size: 12px !important; 
			}
			.livestock-header-paragraph ul li::before {
				top: 5px !important;
				width: 5px !important;
				height: 5px !important;
			}
		}
        .active {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .hero-section {
      padding: 50px 0px 0px; 
    }
    .hero-section .container{
      display: flex;
      flex-direction: column; 
      justify-content: center; 
      align-items: center;
    }
    .hero-section .container .col {
      width: 50%;
    }
    .hero-section .container img{
      width: 100%; 
    }
    .navbar>.container-fluid{
      margin-top: 30px !important; 
    }
    .hero-section .container .bg-image{
      width: 100%; 
      margin-top: 50px; 
    }
    .hero-section .container .col img{
      width: 100%; 
    }
    .hero-section .container .col h1{
      font-size: calc(90 * 100vw / 1920);
      margin-bottom: 20px;
      color: #007800;
      font-weight: 700;
    }

    .hero-section .container p{
      font-size: calc(30 * 100vw / 1920);
      color: #007800;
      font-family: var(--bs-font-sans-serif) !important; 
      margin-top: 60px;
      width: 70%; 
    }
    .environmentalBox.globalIssue{
      padding-top: 70px !important; 
    }
    .drivenFarming{
      padding: 70px 0 160px !important;
    }
    .contactBg{
      padding: 0 !important; 
    }
    .problem-section {
      /* background: linear-gradient(180deg, rgba(0,120,0,0.2) 0%, rgba(255,255,255,0) 35%); */
      padding-top: 70px;
    }
    .counter-section .container {
      display: flex;
      justify-content: space-evenly;
      align-items: flex-start;
    }
    .counter-section .container .box-wrapper{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%; 
      max-width: 500px;
    }
    .counter-section .container .box-wrapper .box-coll{
      border: solid 1px #4CAF50;
      background-color: #fff;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%; 
    }
    .counter-section .container .box-wrapper .box-coll p{
      font-weight: 500;
      color: #007800;
    }
    .counter-section .container .box-wrapper .box-coll .insideBox{
      width: 100%;
      max-width: 330px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
    .counter-section .container .box-wrapper .box-coll .insideBox img {
      border: solid 1px #00fe92; 
      padding: 5px; 
      border-radius: 100%;
      width: 75px; 
      height: 75px;
    }
    .problem-section h2 {
      font-size: 88px;
      font-size: calc(90 * 100vw / 1920);
      margin-bottom: 46px;
      color: #007800;
      font-weight: 700;
    }
    .problem-section p, ul, li {
      font-size: calc(22 * 100vw / 1920);
      color: #7b7b7b;
      margin-bottom: 25px;
      font-family: rustica, sans-serif;
      font-weight: 300; 
    }
    .new-news-template .container{
      display: flex;
      flex-direction: column; 
      justify-content: center; 
      align-items: center;
      /* margin-bottom: 300px; */
    }
    .news-wrapper{
			padding: 50px 0; 
			display: flex;
			flex-direction: row !important; 
			justify-content: center !important; 
			align-items: flex-end !important;
			gap: 50px !important;
			max-width: 1303px;
		}
		.news{
			margin: 0; 
			border: solid 1px #ade2a0;
			background: #d7f8ce; 
			border-radius: 15px; 
			display: flex;
			flex-direction: column; 
			justify-content: space-between; 
			align-self: stretch; 
		}
		.news-col{
			margin: 0; 
			border: solid 1px #ade2a0;
			background: #d7f8ce; 
			border-radius: 0; 
		}
		.news .news-image{
			margin-bottom: 40px; 
		}
		.news .news-image .img{ 
			margin-bottom: 20px; 
			height: 225px; 
			
		}
		.news .news-image .img img{
			width: 100%;
			height: 100%;
			border-radius: 15px 15px 0 0;  
		}
		.news .news-image .txt{
			padding: 0 20px;

		}
		.news-title{
			margin: 10px 0; 
			color:  #009041;
			font-size: 16px;
			font-weight: bold; 
			text-transform: uppercase;
		}
		.news-text{
			color: #7b7b7b; 
			font-size: 14px;
		}
		.news-footer{
			display: flex;
			flex-direction: row; 
			justify-content: space-between; 
			align-items: center;
			border-top: solid 1px #ade2a0; 
			padding: 0 20px; 
		}
		.news-footer img{
			width: 50px;
		}
		.published-date{
			font-size: 13px; 
			color: #7b7b7b;  
		}
		.news-footer .published-date{
			margin-top: 15px; 
		}
    	/* news colomuns  */
      .news-col{
        display: flex;
        flex-direction: row !important;
        width: 100%;
        justify-content: space-between; 
        gap: 50px;
        max-height: 210px !important;
      }
      .news-col .left-col{
        width: 100% !important;
        padding: 20px;
      }
      .right-col{
        width: 40% !important;
      }
      .right-col img{
        width: 100%;
        height: 100%;
      }
      .DimitraAcademyList span ul li{
        margin-left: 0; 
        padding-left: 0; 
        margin-bottom: 5px; 
      }

      .DimitraAcademyList span ul{
        margin-left: 20px;
      }
      .video-section{
        padding: 50px 0;
      }
      .video-section .container{
        display: flex; 
        flex-direction: column; 
        gap: 50px; 
        justify-content: center; 
        align-items: center;
      }
      .video-section .container a{
        font-size: 22px;
        display: block;
        background: #009041;
        padding: 15.5px;
        color: #fff;
        line-height: 22px;
      }
      .video-section .container a:hover{
        color: #cbffc4; 
      }
      
    @media (max-width: 991px){
      .counter-section .container {
        align-items: center;
        gap: 50px; 
      }
      .counter {
        font-size: 80px;
      }
      .counter-section .container {
        flex: 1;
        flex-direction: column;
      }
      .counter-section .container .box-wrapper .box-coll{
        width: 100%;
      }
      .navbar>.container-fluid{
        margin-top: 0px !important; 
      }
      .hero-section .container .bg-image{
        width: 100%; 
        margin-top: 30px; 
      }
        .hero-section .container .wrapper{
          flex-direction: column !important; 
          gap: 30px !important;
        }
        .hero-section .container .col {
          width: 100% !important;
        }
        .hero-section .container img{
          width: 100%; 
        }
        .hero-section .container p{
          font-size: 16px !important;
          margin-top: 40px;
        }
        .problem-section {
          padding-top: 70px !important;
        }
        .drivenFarming {
          padding: 30px 0 200px !important; 
        }
        .problem-section p, ul, li{
          font-size: 13px;
          margin-bottom: 15px; 
        }
        .video-section{
          padding: 30px 0; 
        }
        .video-section .container{
          gap: 25px; 
        }
        .video-section .container iframe{
          width: 90%; 
          height: 200px; 
        }
    }
    @media (max-width: 767px){
      .video-section{
        padding: 20px 0; 
      }
      .video-section .container{
        gap: 25px; 
      }
      .video-section .container iframe{
        width: 90%; 
        height: 150px; 
      }
      .navbar>.container-fluid{
        margin-top: 0px !important; 
      }
      .hero-section .container .bg-image{
        width: 100%; 
        margin-top: 20px; 
      }
      .hero-section{
        padding: 60px 0px 0px !important; 
      }
      .hero-section .container .wrapper{
          flex-direction: column !important; 
          gap: 30px !important;
        }
      .hero-section .container img{
          width: 100%; 
        }
        .hero-section .container .col {
          width: 100% !important;
        }
        .hero-section .container p{
          font-size: 14px !important;
          margin-top: 30px;
        }
        .problem-section {
          padding-top: 70px !important;
        }
        .drivenFarming {
          padding: 30px 0 200px !important; 
        }
        .problem-section p, ul, li{
          font-size: 12px;
          margin-bottom: 15px; 
        }
        /* .new-news-template .container{
          margin-bottom: 100px;
        } */
        .new-news-template .container .featured-logo {
          margin: 0px; 
        }
        .new-news-template .container .featured-logo h2{
          font-size: 22px; 
        }
        .new-news-template .container .featured-logo .featured-wrapper img{
            max-width: 70px;
        }
      .news-col{
        display: flex;
        flex-direction: column !important; 
        gap: 5px;
        max-height: 1000px !important;
      }
      .news-col .left-col{
        width: 100% !important;
      }
      .news-col .right-col{
        width: 100% !important; 
      }
    }
    @media (min-width: 390px)
      .new-news-template .container .news-wrapper{
        display: flex !important; 
        flex-direction: row !important; 
        flex-wrap: wrap; 
        justify-content: space-between; 
        align-items: flex-start; 
      }
      .new-news-template .container .news-wrapper .news{
        max-width: 400px;
      }
      .news-col{
        max-height: 1000px; !important;
      }

      .active {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .formCaseBox{
      margin-bottom: 10px !important; 
    }
    
    h3{
      color: #009041 !important;
      font-weight: bold !important; 
      padding-bottom: 15px;
      font-weight: bold; 
    }
    .bannerNew{
      padding: 50px 0 !important; 
    }
    .DMTRBlock{
      padding: 10px 0 50px !important; 
      margin-top: 100px; 
    }
    .environmentalBox .stakingRow .stakingTxtCol{
        width: 100% !important; 
    }
    .globalIssueCol{
        width: 100% !important;
        margin-right: auto !important; 
    }
    .globalIssueCol ul{
        margin-left: 20px !important; 
    }
    .environmentalBox.globalIssue .stakingTxtCol p {
        margin-bottom: 10px !important;
    }
    .ContantScroll{
        height: auto !important; 
    }
    .globalIssueRow{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    /* Style for contact form */
    .contactTitle{
        width: 100% !important; 
    }

    /* Style for video section  */
    .new-news-template .container{
      display: flex;
      flex-direction: column; 
      justify-content: center; 
      align-items: center;
      /* margin-bottom: 300px; */
    }
    .news-wrapper{
			padding: 50px 0; 
			display: flex;
			flex-direction: row !important; 
			justify-content: center !important; 
			align-items: flex-end !important;
			gap: 50px !important;
			max-width: 1303px;
		}
		.news{
			margin: 0; 
			border: solid 1px #ade2a0;
			background: #d7f8ce; 
			border-radius: 15px; 
			display: flex;
			flex-direction: column; 
			justify-content: space-between; 
			align-self: stretch; 
		}
		.news-col{
			margin: 0; 
			border: solid 1px #ade2a0;
			background: #d7f8ce; 
			border-radius: 0; 
		}
		.news .news-image{
			margin-bottom: 40px; 
		}
		.news .news-image .img{ 
			margin-bottom: 20px; 
			height: 225px; 
			
		}
		.news .news-image .img img{
			width: 100%;
			height: 100%;
			border-radius: 15px 15px 0 0;  
		}
		.news .news-image .txt{
			padding: 0 20px;

		}
		.news-title{
			margin: 10px 0; 
			color:  #009041;
			font-size: 16px;
			font-weight: bold; 
			text-transform: uppercase;
		}
		.news-text{
			color: #7b7b7b; 
			font-size: 14px;
		}
		.news-footer{
			display: flex;
			flex-direction: row; 
			justify-content: space-between; 
			align-items: center;
			border-top: solid 1px #ade2a0; 
			padding: 0 20px; 
		}
		.news-footer img{
			width: 50px;
		}
		.published-date{
			font-size: 13px; 
			color: #7b7b7b;  
		}
		.news-footer .published-date{
			margin-top: 15px; 
		}
    	/* news colomuns  */
      .news-col{
        display: flex;
        flex-direction: row !important;
        width: 100%;
        justify-content: space-between; 
        gap: 50px;
        max-height: 210px !important;
      }
      .news-col .left-col{
        width: 100% !important;
        padding: 20px;
      }
      .right-col{
        width: 40% !important;
      }
      .right-col img{
        width: 100%;
        height: 100%;
      }
      .DimitraAcademyList span ul li{
        margin-left: 0; 
        padding-left: 0; 
        margin-bottom: 5px; 
      }

      .DimitraAcademyList span ul{
        margin-left: 20px;
      }
      .download-section{
        padding: 100px 0; 
      }
      .download-section .container{
        width: 70%; 
      }
      .download-section .wrapper{
        background: #eee;  
        padding: 30px; 
        display: flex; 
        flex-direction: row; 
        align-items: center; 
        gap: 100px; 
      }
      .download-section .container .wrapper .left-col p{
        color: #7b7b7b; 
      }
      .download-section .container .wrapper .left-col img{
        width: 100%; 
        height: auto; 
      }
      .download-section .container .wrapper .right-col{
        border: solid 1px #7b7b7b; 
        padding: 40px 40px 0px 40px; 
      }
      .download-section .container .wrapper .right-col .formCaseBox{
        width: 100% !important;
      }
      .download-section .container .wrapper .right-col .formSubmitBtn input, .formSubmitBtn button {
        border-radius: 0px;
        background-color: #007800 !important;
        border: 2px solid #007800;
        width: 100%; 
        color: #fff;
        font-size: calc(22 * 100vw / 1920);
        padding: 10px 50px; 
        margin-top: 20px;
      }
      .download-section .container .wrapper .right-col .formSubmitBtn .btn:hover {
        background-color: #fff !important;
        color: #007800;
      }
      .download-section .container .wrapper .left-col h4{
        color: #007800 !important;
        text-align: center; 
        padding-bottom: 20px;
      }
     
      .custom-contact{
        background: url('../wp-content/themes/dimitra/assets/imgs/contactMainLayer.png') no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 130px;
      }
      .contactBg {
        padding: 0 !important; 
      }
      .tokenSection {
        margin-bottom: 20px !important; 
      }
       /* Style for video section  */
      .video-section{
        padding: 100px 20px 50px 20px;
        }
      .video-section .container{
        display: flex; 
        flex-direction: column; 
        gap: 50px; 
        justify-content: center; 
        align-items: center;
      }
      .video-section .container iframe{
        width: 80%; 
        height: 700px; 
      }
      @media screen and (max-width: 1920px) and (min-width: 1793px){
        .tokenSection {
            margin-top: 60px;
        }
      }
      @media screen and (max-width: 1680px) and (min-width: 1601px){
        .tokenSection {
            margin-bottom: 45px;
            margin-top: 150px;
        }
      }
    @media (max-width: 991px){
      .DMTRBlock{
        margin-top: 60px; 
      }
      .download-section .container{
        width: 100%; 
      }
      .download-section .wrapper{ 
        padding: 50px; 
        flex-direction: column; 
        gap: 80px; 
      }
      .download-section .container .wrapper .right-col{
        padding: 40px 40px 0px 40px; 
        width: 100% !important; 
      }
      .download-section .container .wrapper .right-col .formSubmitBtn input, .formSubmitBtn button {
        font-size: 16px; 
        padding: 10px; 
      }
      .video-section{
          padding: 30px 0; 
      }
      .video-section .container{
        gap: 25px; 
      }
      .video-section .container iframe{
        width: 90%; 
        height: 200px; 
      }
    }
    @media (max-width: 767px){
      .video-section{
        padding: 20px 0; 
      }
      .video-section .container{
        gap: 25px; 
      }
      .video-section .container iframe{
        width: 90%; 
        height: 150px; 
      }
      .DMTRBlock{
        margin-top: 50px; 
      }
      .download-section .wrapper{ 
        padding: 20px; 
        flex-direction: column; 
        gap: 60px; 
      }
      .download-section .container .wrapper .right-col{
        padding: 20px 20px -20px 20px; 
        width: 100% !important; 
      }
      
        .new-news-template .container .featured-logo {
          margin: 0px; 
        }
        .new-news-template .container .featured-logo h2{
          font-size: 22px; 
        }
        .new-news-template .container .featured-logo .featured-wrapper img{
            max-width: 70px;
        }
      .news-col{
        display: flex;
        flex-direction: column !important; 
        gap: 5px;
        max-height: 1000px !important;
      }
      .news-col .left-col{
        width: 100% !important;
      }
      .news-col .right-col{
        width: 100% !important; 
      }
    }
    @media (min-width: 390px){
      .new-news-template .container .news-wrapper{
        display: flex !important; 
        flex-direction: row !important; 
        flex-wrap: wrap; 
        justify-content: space-between; 
        align-items: flex-start; 
      }
      .new-news-template .container .news-wrapper .news{
        max-width: 400px;
      }
      .news-col{
        max-height: 1000px; !important;
      }

    }
