/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
  height: 100%;
  font-family: 'Prompt', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
    /* background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -o-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%); */
}
header a {
  font-family: 'Prompt', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.card-img {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.container {
  max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
}

/*---------------------
Helper CSS
 -----------------------*/

::-webkit-input-placeholder {
  text-align: center;
  font-family: 'Prompt', sans-serif !important;
  font-size: 18px;
  color: #f1f1f1 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  font-family: 'Prompt', sans-serif !important;
  font-size: 18px;
  color: #f1f1f1 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  font-family: 'Prompt', sans-serif !important;
  font-size: 18px;
  color: #f1f1f1 !important;
}

:-ms-input-placeholder {
  text-align: center;
  font-family: 'Prompt', sans-serif !important;
  font-size: 18px;
  color: #f1f1f1 !important;
}

.text-gradient-gold {
  background: -webkit-linear-gradient(#f3c256, #fdf795, #be9328);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: black;
}

.text-gradient-silver {
  background: -webkit-linear-gradient(#ffffff, #9c9c9c);
  -webkit-background-clip: text;
  -webkit-text-stroke-color: black;
}

.text-white {
  color: #fff;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.set-bg-max {
  background-repeat: no-repeat;
  background-size: 101% 101%;
  background-position: center;
}

.spad {
  padding-top: 105px;
  padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

.btn{
  width: 100%;
  height: 55px;
  border-radius: 20px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 20px 20px -17px rgba(184, 9, 184, 0.53);
  -moz-box-shadow: 0px 20px 20px -17px rgba(184, 9, 184, 0.53);
  box-shadow: 0px 20px 20px -17px rgba(184, 9, 184, 0.53);
}

  .btn:hover {
    -webkit-box-shadow: 0px 20px 35px -16px rgba(245, 14, 245, 0.6);
    -moz-box-shadow: 0px 20px 35px -16px rgba(245, 14, 245, 0.6);
    box-shadow: 0px 20px 35px -16px rgba(245, 14, 245, 0.6);      
  }
.form-control{
  transition: all 0.3s;
  -webkit-box-shadow: 0px 20px 20px -20px rgba(255, 159, 16, 0.53);
  -moz-box-shadow: 0px 20px 20px -20px rgba(255, 159, 16, 0.53);
  box-shadow: 0px 20px 20px -20px rgba(255, 159, 16, 0.53);
  color: #ffffff;
}
.form-control:hover{
  -webkit-box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
  -moz-box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
  box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
}

.btn-line{
  font-size: 16px;
}
.btn-login{
  font-size: 24px;
}

.btn-register{
  font-size: 24px;
}

.btn-line-m{
  font-size: 14px;
}
.btn-login-m{
  font-size: 20px;
}

.btn-register-m{
  font-size: 20px;
}

.border-radius{
  border-radius: 18px;
  border: none;
  padding-left:65px;
  height: 55px;
}
.category-mobile{
  margin-top: 20px;
  /* padding:40px; */
}

.display-flex-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.align-center{
  text-align: center;
}

.text-word{
  word-break: break-word;
}

.border-gradient-gold {
  border-image-source: linear-gradient(
    #dfc543,
    #7b5c26,
    #dfc543,
    #df9f28
  ) !important;
}
.input-border {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
}

.border-purple{
  border:solid 4px #a007e7; 
  border-radius: 20px;
}

/*-------------------------------------------------------------------------

Navbar
---------------------------------------------------------------------------*/
.login-desktop{
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.group-text-line{
  margin: 10px;
}
.text-header-line{
  font-size: 18px;
  font-weight: 500;
}
.logo-header{
  width: 100%;
}

.input-login{
  margin: 10px auto;
  width: 80%;
  text-align: center;
}

.header-part{
  padding:20px;
}
.input-size{
  margin:10px;
}

.home_menu .menu_btn:hover a {
  color: #fff !important;
}
.main_menu .navbar {
  padding: 8px 0;
}
.main_menu .main-menu-item {
  text-align: center !important;
  justify-content: center !important;
}
.main_menu .main-menu-item ul li a {
  color: #fff !important;
  font-size: 24px;
  padding: 0 22px !important;
  font-family: 'Prompt', sans-serif !important;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .main-menu-item ul li a {
    padding: 0 16px !important;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
  }
}
@media (max-width: 576px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
    font-size: 20px;
  }
}

.main_menu .main-menu-item ul li a:hover {
  color: #fff !important;
}
.home_menu {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 999;
}
.navbar-toggler-icon {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 576px) {
  .navbar{
    border: none;
    border-radius: 12px;
  }
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 0;
  }
  .navbar {
    height: 40px;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #121212;
    text-align: center !important;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .home_menu {
    background: 0 0;
  }
  .no-padding-m{
    padding:0px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: auto;
    left: 0;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 3px 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: auto;
    left: 0;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background-color: #121212 !important;
    text-align: center !important;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 3px 15px !important;
  }
}

/*******************************************************************************

Banner part
********************************************************************************/
.banner_part {
  position: relative;
  height: 837px;
}

.header-text-category{
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  margin:60px;
  color: #ffffff;
 }
 .second-menu {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 212px;
  background-color: #080f2c;
  position: relative;
  margin: 0px 0px -20px 0px;
}
/********************************************************************************
Mobile

********************************************************************************/

.card-login{
  display: none;
}

.logo .logo-head{
  display: block;
  padding: 10px;
  overflow: hidden;
  width: 120px;
  /* margin: auto; */
}
.box-h-casino {
  display: none;
}
@media(max-width:579px){
  .logo-header{
    display: none;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
  }
  
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
  }
  
  .form-control:-ms-input-placeholder {
    font-size: 16px !important;
  }
  
  .second-menu{
    display: none;
  }
  .header-part{
    background: none !important;
  }
  .btn{
    height: 55px;
    border-radius: 40px;
    width: 95%;
    font-size: 18px;
  }
  .input-login{
    height: 55px;
  }
  .box-h-casino {
    display: flex;
    font-size: 20px;
    justify-content: space-evenly;
    font-weight: 100;
  }
  .input-login{
    width: 100%;
  }
  .form-group{
    height: 50px;
  }

  .banner_part{
    background: none !important;
    height: 700px;
  }
  .card-login{
    display: block;
    background-color: transparent;
  }
  .login-desktop{
    display: none;
  }
  .border-radius{
    padding-left:60px;
    height: 55px;
  }
  .footer-img{
    max-width: 300px !important;
    max-height: 200px !important;
  }
  .max-height-iphone{
    max-height: 300px !important;
  }
}


@media (max-width: 460px) {
  .logo-mobile{
    width: 100%;
    margin: 0 !important;
  }

  .logo-mobile-bottom{
    width: 100%;
    margin: 0 !important;
    /* background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -o-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%); */
  }
  
  

}

@media (max-width: 360px) {
  .border-radius{
    height: 40px;
    border-radius: 10px;
  }
  .form-group{
    height: 40px;
  }
  .logo-mobile{
    margin: 0 !important;
    text-align: center;
  }

  .logo-desktop{
    width: 80%;
  }

  .input-login{
    height: 40px;
  }

  .logo-mobile-bottom{
    width: 100%;
    margin: 0 !important;
    /* background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -o-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%); */
  }
  .card-login{
    margin-top:0px !important;
  }
  .btn{
    font-size: 14px;
    height: 40px;
  }

}



/*  Backend  */

.card-header {
	color: 
	#fff;
	background: #ff0000;
  font-family: 'Prompt', sans-serif !important;
	font-size: 20px;
	font-weight: 600 !important;
	margin-top: 10px;
	border-bottom: 0;
	text-align: center;

}
.login-admin{
	padding-bottom: 150px;
}


/* ---------------------------------------------------------

View Blog
-----------------------------------------------------------*/

/*---------------------
  View Content
  -----------------------*/

  .details-card {
    background: #0d0c1a;
    padding: 100px 0;
  }
 
  .card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
  }
 
  .card-desc {
    padding: 1.25rem;
  }
 
  /* .card-img img {
    width: 100%;
    height: auto;
    display: block;
  } */
 
  .card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
  }
  .card-img span h4{
    font-size: 12px;
    margin:0;
    padding:10px 5px;
    line-height: 0;
  }
 
  .card-content {
    background: darkslategrey;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  }
  .details-card .head-articles{
    text-align: center;
    font-size: 54px;
    color: #ecb630;
    padding-bottom: 25px;
  }
 
  #news{
    display: block;
    padding-top: 109px;
    overflow: hidden;
    padding-bottom: 55px;
    color: aliceblue;
  }
 
  .background-color-main{
   background-color: #171f27;
 }
 
 #news strong{
     color: #ff1678;
 }
 #news .news-box .news-head{
     color: #fff;
     font-size: 44px;
     padding-bottom: 14px;
 }
 #news .news-box .site{
     display: inline-block;
     float: left;
     overflow: hidden;
 }
 #news .news-box .site .date-news{
     color: tomato;
     font-size: 14px;
     padding-right: 14px;
 }
 #news .news-box .site .news-views{
     color: burlywood;
     font-size: 14px;
 }
 #news .news-box .button-share{
     float: right;
     overflow: hidden;
 }
 #news .news-box .img-news{
     width: 653px;
     display: block;
     overflow: hidden;
   margin: auto;
   margin-top: 40px;
 }
 #news .news-box .news-text{
     color: #FFF;
   padding: 20px;
   margin: 20px;
 }
 #news .news-box .news-text p{
     color: #FFF;
 
 }
 
 #news .news-box .news-text strong{
     color: #ff1678;
 }
 #news .news-box .link-tag{
     border: 1px solid !important;
     border-radius: 115px;
     padding: 10px;
     background: cover;
     display: inline-block;
     float: left;
 }
 
 
 /*---------------------
   Commom elements
    -----------------------*/
 .break-word {
   word-break: break-word;
 }
 

 /*------------------------------

 Footer

 ------------------------------*/

 footer {
  position: relative;
  bottom: 0;
}
.footer-distributed {
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-family: 'Prompt', sans-serif !important;
  padding: 55px 50px;
  margin-top: 80px;
}
.footer-distributed .footer-center,
.footer-distributed .footer-left,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}
.footer-distributed .footer-left {
  width: 35%;
}
.footer-distributed h3 {
  color: #fff;
  font: normal 36px Cookie, cursive;
  margin: 0;
}
.footer-distributed h3 span {
  color: #5383d3;
}
.footer-distributed .footer-links {
  color: #fff;
  margin: 20px 0 12px;
  padding: 0;
}
.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}
.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #fff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}
.footer-distributed .footer-center p {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  margin: 0;
}
.footer-distributed .footer-center p span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}
.footer-distributed .footer-center p a {
  color: #5383d3;
  text-decoration: none;
}
.footer-distributed .footer-right {
  width: 60%;
}
.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.footer-distributed .footer-company-about span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-distributed .footer-icons {
  margin-top: 25px;
}
.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.footer-bottom {
  text-align: center;
}
.footer-bottom p a {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
.footer-img{
  max-width: 500px;
  max-height: 200px;
}
@media (max-width: 880px) {
  .footer-distributed {
    font: bold 14px sans-serif;
  }
  .footer-distributed .footer-center,
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-distributed .footer-center i {
    margin-left: 0;
  }
  .main {
    line-height: normal;
    font-size: auto;
  }
}

/*---------------------------------------------------------------------------------

About Part
---------------------------------------------------------------------------------*/
.about_part {
  position: relative;
  background-color: transparent;
  height: fit-content;
  margin:20px;
  padding: 40px;
  padding-bottom: 120px;
}
.about_part .logo-about-part {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about_part .logo-about-part-second {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about_part .logo-about-part-second img {
  width: 600px;
}
.about_part .logo-about-part img {
  width: 400px;
}
.about_part .about_text h5 {
  font-family: 'Prompt', sans-serif !important;
  font-size: 16px;
  color: #555;
  margin-bottom: 18px;
}
.about_part .about_text h2 {
  font-family: 'Prompt', sans-serif !important;
  color: #fff;
  margin-bottom: 18px;
}
.about_img {
  padding: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .about_img{
    padding: 0px 0px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.about_part .about_text h1,
h2,
h3 {
  line-height: 1.25;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 576px) {
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.about_part .about_text p {
  margin-top: 13px;
}
.about_part .about_text .btn_3 {
  margin-top: 48px;
}
.about-header-box {
  text-align: left;
  color: #ffffff;
  height: fit-content;
}
.about-header-box p {
  color: #ffffff;
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}


/*---------------------------------------------------------------------

Category_part

-------------------------------------------------------------------------*/

.category-part .category-head-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.category-part .category-head-img img {
  width: 400px;
}
.padding-img{
  padding:5px;
}
@media (max-width: 576px) {
  .category-name {
    display: none;
  }
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
@media (max-width: 576px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}


.name-img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.category-text {
  padding: 10px;
}
.category-part .category-text {
  display: flex;
  align-items: center;
}
.category-part {
  padding: 140px 70px 90px;
  height: fit-content;
  position: relative;
  margin:20px;
}
.category-part .border-category-part .category-image {
  padding: 40px;
}
@media (max-width: 576px) {
  .category-part {
    padding: 70px 0 50px;
  }
  ::-webkit-input-placeholder {
    font-size: 20px !important;
  }
  :-moz-placeholder {
    font-size: 20px !important;
  }
  ::-moz-placeholder {
    font-size: 20px !important;
  }
  :-ms-input-placeholder {
    font-size: 20px !important;
  }
  .blog-img{
    max-width: 300px !important;
    max-height: 400px !important;
  }
}



.blog-section {
  margin:20px;
  padding-top: 90px;
  padding-bottom: 66px;
}
.blog-section .section-title {
  margin-bottom: 55px;
}
.blog-item {
  position: relative;
  margin-bottom: 30px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-item.large-item {
  height: 420px;
}
.blog-item.sm-item {
  height: 330px;
}
.blog-item .blog-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.blog-item .blog-text .categories {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.blog-item .blog-text h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}

.blog-img{
  max-width: 600px;
  max-height: 600px;
}