@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

h2,
h3,
h4 {
  font-family: "Rubik", sans-serif;
}

img {
  border-radius: 7px;
}
.logo img {
  height: 30px;
}

li {
  list-style: none;
}
a {
  text-decoration: none;
}

.padleft0{
  padding-left: 0;
}
.padright0{
  padding-right: 0;
}

/*  top head start */
.topHead {
  padding: 15px 0;
  background-color: #fff;
}
.topSearch {
  width: 420px;
/*  display: flex;*/
  align-items: center;
}
.topSearch input[type="search"] {
      width: 100%;
    padding: 10px 15px;
    border-radius: 40px;
    outline: none;
    border: 1px solid rgb(137, 136, 136);
}
.navbar i {
  font-size: 18px;
  color: #fff;
}
.main-box {
/*  display: flex;*/
  justify-content: space-between;
  align-items: center;
}

.navbar-nav .nav-link {
  padding: 0.5rem 1rem;
}
.navbar .nav-link:hover {
  color: #fff;
}
.navbar .nav-item {
  padding: 0 20px;
}
.navbar {
  padding: 15px 50px;
}

.navbar .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.icon i {
  color: #565555;
  font-size: 25px;
}
.icon {
  text-align: right;
}
/*  menu bar style start */

.bg-gray {
  background-color: red;
}

/*  image slide section */
.indexBanner {
  background-color: #f4f3f3;
  padding: 50px 0;
}

.mainBtn {
  padding-top: 50px;
}

.red-button {
  display: inline-block;
  padding: 10px 30px;
  background-color: red;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.textSlidebox {
  background-color: #fff;
  height: 500px;
  padding: 45px;
  border-radius: 8px;
}

.textSlidebox h1 a {
  color: #000;
    font-size: 32px;
    font-weight: 600;
    overflow: hidden;
    text-decoration: none;
}

.textSlidebox p {
  color: #000;
  font-size: 16px;
/*  font-weight: 700;*/
  line-height: 25px;
}
.textSlidebox h6 {
  color: red;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.textSlidebox h1 a:hover {
  color: red;
}
.indexBanner .imgBox img {
  height: 500px;
}
.indexBanner .carousel-inner {
  position: relative;
}
.indexBanner .carousel-control-prev {
  position: absolute;
  top: 87%;
  left: 70%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 10%;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.indexBanner .carousel-control-next {
  position: absolute;
  top: 87%;
  left: 80%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 10%;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.gallerySec{
  background-color: #fff;
  padding: 50px 0;
}
.gallerySec .imgBox img{
  height: 200px;
  margin-top: 30px;
}

/*  second section style  */
.secondSec {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
.secondSec .populer-img img {
  height: 240px;
  border-radius: 5px;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.secondSec .populer-img {
  overflow: hidden;
}

.secondSec .populer-img img:hover {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.secondSec .imgBox h6 {
  padding-top: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}
.secondSec .belowImg .imgBox img {
  height: 100px;
}
.main-title h3 {
      color: #000;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.main-title h2 {
      color: #000;
    font-size: 36px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.main-title a {
  color: #000;
    font-weight: 500;
    text-decoration: none;
}
.main-title h5 a {
  color: #c70d0d;
  font-size: 14px;
  text-transform: capitalize;
}

.main-title h6 {
  font-size: 14px;
  color: red;
}
.main-title a:hover {
  color: #c70d0d;
  /* letter-spacing: 0.5px; */
}

.main-title p {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}

/*   */
.right-side img {
  height: 75px;
  width: 120px;
  border-radius: 5px;
}
.right-side {
  display: flex;
}

.right-text p {
  color: #131313;
  font-size: 14px;
}
.right-text p a {
  color: #131313;
  font-weight: 400;
}
.right-text span {
  font-family: "Chivo", sans-serif;
  color: #c70d0d;
  font-size: 16px;
  font-weight: 700;

  margin-bottom: 10px;
}
.thirdSection .right-side .right-text h4 a {
      font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
 .boxxx2{
padding-right: 20px;
}

.pd-rt{
  padding-right: 30px;
}
.right-side .right-text h4 a {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.right-side .right-text {
  padding-left: 15px;
}

/*  third section style start */
.thirdSection .img-box {
  position: relative;
}
.thirdSection {
  padding: 50px 0;
  background: #f6f6f6;
}
.thirdSection .text-box {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 10px;
  position: absolute;
  top: 40%;
  left: 0%;
}
.thirdSection .text-box h3 {
  font-size: 20px;
  line-height: 25px;
}
.thirdSection .text-box h3 a {
  color: #fff;
}

.thirdSection .right-side-img2 img {
      width: 210px;
    height: 135px;
}
.thirdSection .img-box img {
  height: 350px;
}

.thirdSection .imgBox img {
  height: 250px;
      width: 100%;
}
.owl-theme .owl-nav {
  display: none;
}

/*  fourth section css start*/
.fourthSec {
  padding: 50px 0;
}
.fourthSec .fassion img {
  height: 450px;
}

.fourthSec .bigImgbox {
  position: relative;
}

.fourthSec .bigImgbox-text {
  position: absolute;
  top: 63%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px;
}
.fourthSec .fourthSecsmimg img {
  height: 125px;
}
.fourthSec .bigImgbox-text p {
      font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.fourthSec .bigImgbox-text p a{
  color: red !important;
}
.fourthSec .fourthSecsmimg h6 a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.fourthSec .fourthSecsmimg h6 {
  padding-top: 10px;
}
.main-title2 h3 a {
      color: #fff;
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.fourthSec {
  background-color: #fff;
  padding: 50px;
}

.fourthSec .right-side-img3 img {
  height: 125px;
    width: 190px;
}
.fourthSecsmimg{
  margin-top: 30px;
}
.fourthSecsmimg img{
  width: 100%;
  height: 125px;
}

.right-text2 p {
  color: #131313;
  font-size: 16px;
  text-align: right;
}
.right-text2 p a {
  color: #131313;
  font-weight: 400;
  text-align: left;
}
.right-text2 span {
  font-family: "Chivo", sans-serif;
  color: #c70d0d;
  font-size: 18px;
  font-weight: 700;
  text-align: right;

  margin-bottom: 10px;
}
.right-side .right-text2 h4{
  line-height: 20px;
}
.right-side .right-text2 h6{
  font-size: 12px;
  color: red;
}
.right-side .right-text2 h4 a {
      font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.right-side .right-text2 h4 a:hover{
    color: #c70d0d;
}
.right-side .right-text2 {
  padding-left: 25px;
}

/* technology section style start  */
.recent-post .owl-carousel .owl-nav button.owl-next {
  display: none;
}
.recent-post .owl-carousel .owl-nav button.owl-prev {
  display: none;
}
.recent-post .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c70d0d;
  margin-top: 20px;
}
.recent-post {
  padding: 80px 0;
  background-color: #fff;
}

.slide-box {
  margin-right: 10px;
}
.slide-box .img-box {
  height: 300px;
  border-radius: 15px;
  position: relative;
  border-radius: 7px;
}
.slide-box .img-box img {
  height: 300px;
  border-radius: 7px;
}
.recent-post .populer-span h3 a {
  color: #131313;
  font-size: 33px;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 20px;
  line-height: 25px;
}
.recent-post .populer-span p a {
  text-decoration: none;
  color: #000;
}

.recent-post .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 7px;
}

.recent-post .overlay:hover {
  opacity: 1;
}

/*  footer start */

/* footer start */

.TechnologySec {
  padding: 50px 0;
  background-color: #f6f6f6;
}
.TechnologySec .techImg img {
  height: 500px;
}
.TechnologySec h2 {
  padding-bottom: 15px;
}

.SportSec {
  padding: 50px 0;
}
.SportSec .techImg img {
  height: auto;
}
.SportSec .right-side-img3 img {
  height: 120px;
  width: 300px;
}
.footer {
      background-color: #f7f7f7;
    padding: 60px 0;
}

.footer h4 {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.footer p {
  padding-right: 70px;
  padding-top: 20px;
  color: #000;
}
.footer img {
  height: 30px;
}

.footer-cat a {
  color: #000;
  text-transform: capitalize;
}
.footer-cat li {
  padding-top: 15px;
}
.footer-cat a:hover {
  color: #9d9d9d;
}
.footer-cat ul {
  padding-left: 10px;
}
.footer .form-grp input {
      width: 100%;
    height: 50px;
    border-radius: 7px;
    padding-left: 20px;
    border: 1px solid #ccc;
    outline: none;
}

.footer .form-grp {
  position: relative;
}
.form-grp .btn-grp {
  position: absolute;
  top: 0;
  right: 0;
}

.footer .btn-grp button {
  height: 50px;
  width: 100px;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  border: none;
  outline: none;
  background-color: #000;
}
.footer ::placeholder {
  /* padding-left: 30px; */
  font-size: 15px;
  color: #565555;
  text-transform: capitalize;
}

.last-footer {
  text-align: center;
  background-color: red;
  padding: 15px 0;
}

.last-footer .lfoot p {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

/* blog page style starrt */
.blog-banner {
  background-image: url(../img/bg-01.png);
  padding: 100px 0;
  background-position: center;
  background-size: cover;
}
.blog-title {
  text-align: center;
}

.blog-title .breadcrumb {
  text-align: center;

  display: flex;
  justify-content: center;
}
.blog-title .breadcrumb-item a {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.blog-title .breadcrumb-item.active {
  color: #c70d0d;
  font-weight: 600;
}

.mainBlogsec {
  padding: 80px 0;
}

.mainBlogsec h3 a {
  color: #131313;
  font-size: 20px;
  font-weight: 700;

  text-decoration: none;
  line-height: 25px;
  margin-right: 40px;
  transition: all 0.3s ease-out 0s;
}
.mainBlogsec h3 {
  padding-top: 12px;
}
.mainBlogsec p a {
  color: #131313;
  font-weight: 400;
}
.mainBlogsec p a:hover {
  color: #c70d0d;
}
.mainBlogsec h3 a:hover {
  color: #c70d0d;
  letter-spacing: 0.5px;
}

.mainBlogsec .Blog-secImg img {
  height: 260px;
  border-radius: 7px;
  transition: transform 5s ease-in-out, -webkit-transform 5s ease-in-out;
}

.Blog-secImg {
  overflow: hidden;
}

.Blog-secImg img:hover {
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(2, 4);
  -o-transform: scale(2, 4);
  -moz-transform: scale(2, 4);
  transform: scale(1.5, 1.5);
}

.main-trending-aria2 {
  padding: 80px 0;
}
.main-trending-aria2 .right-side img {
  height: 65px;
  width: 170px;
  border-radius: 5px;
}
.single-slider .trending-top .trend-top-imgg img {
  width: 100%;
  margin-bottom: 21px;
  height: 630px;
}
.main-trending-aria2 .trend-text p {
  font-size: 16px;
  color: #565555;
}
.main-trending-aria2 .right-side {
  display: flex;
}

.main-trending-aria2 .right-text p {
  color: #131313;
  font-size: 14px;
}
.main-trending-aria2 .right-text p a {
  color: #131313;
  font-weight: 400;
}
.main-trending-aria2 .right-text span {
  font-family: "Chivo", sans-serif;
  color: #c70d0d;
  font-size: 16px;
  font-weight: 700;

  margin-bottom: 10px;
}

.single-slider .trending-top .trend-text h2 a {
  color: #131313;
  font-size: 35px;
  font-weight: 700;
  overflow: hidden;
  text-decoration: none;
  line-height: 38px;
  margin-right: 40px;
}

.main-trending-aria2 .trend-text p {
  font-size: 16px;
  color: #565555;
}

.right-side .right-text h4 a {
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 15px;
  display: block;
  color: #131313;
}
.fourthSecsmimg h6 a{
      font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    display: block;
    color: #131313 !important;
}

.right-side .right-text h4 a:hover {
  color: #c70d0d;
}
