@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-font/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-font/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-font/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-font/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "GuardianSans";
  src: url("../webfonts/GuardianSans/GuardianSansThin.otf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: "GuardianSans";
  src: url("../webfonts/GuardianSans/GuardianSansLight.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "GuardianSans";
  src: url("../webfonts/GuardianSans/GuardianSansRegular.otf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "GuardianSans";
  src: url("../webfonts/GuardianSans/GuardianSansMedium.otf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "GuardianSans";
  src: url("../webfonts/GuardianSans/GuardianSansSemibold.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "GuardianSans";
  src: url("../webfonts/GuardianSans/GuardianSansBold.otf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "GuardianSans";
  src: url("../webfonts/GuardianSans/GuardianSansUltra.otf") format("truetype");
  font-weight: 800;
}

* {
  font-family: "Open Sans", sans-serif !important;
}

/* Navbar Starts Here */
.navbar {
  padding: 4px 0 !important;
  opacity: 0.79;
  z-index: 1111;
  background-image: linear-gradient(to bottom, #1b263b, #0d1b2a);
}

.navbar .navbar-brand img {
  width: 86px;
}

.navbar-nav .nav-item {
  margin-left: 50px;
}

.navbar .form-select {
  border: none;
  opacity: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  flex: 1;
}

.navbar .input-group {
  margin-right: 10px;
  transition: all 0.6s;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 50px;
}

.navbar .input-group.show {
  border: 1px solid white;
  border-radius: 4px;
  width: 150px;
}

.navbar .input-group-text {
  background: unset;
  border: unset !important;
  cursor: pointer;
}

.navbar .form-control {
  box-shadow: unset !important;
  border: unset !important;
  background: unset !important;
  padding: 0 !important;
  border-radius: unset !important;
  width: 0 !important;
  flex: unset !important;
  color: white !important;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
}

.navbar .input-group.show .form-control {
  flex: 1 !important;
  width: 100% !important;
}

.navbar .form-control::placeholder {
  color: white !important;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
}

.navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.31px;
  color: #fff !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  border-bottom: 3px solid transparent;
}

.navbar-nav img {
  cursor: pointer;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
  color: #ffce1e !important;
  border-color: #ffce1e;
}

.navbar .navbar-toggler {
  border-color: #ffffff !important;
  box-shadow: unset !important;
  padding: 6px 8p !important;
}

.navbar .navbar-toggler i {
  color: #ffffff;
  font-size: 26px !important;
}

@media screen and (max-width: 1399px) {
  .navbar-nav .nav-item {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 15px !important;
  }

  .navbar-nav .nav-link {
    font-size: 16px !important;
  }

  .navbar .navbar-brand img {
    width: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav .nav-link {
    display: inline !important;
    font-size: 14px !important;
  }

  .navbar-nav .nav-item {
    margin-left: unset !important;
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 76px !important;
  }

}

/* Navbar Ends Here */

/* About Section Starts */
.aboutSec {
  padding: 32px 0 !important;
}

.aboutSec .contentHead {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.aboutSec .aboutCout {
  padding: 0 40px !important;
}

.aboutSec .contentHead .Content {
  max-width: 685.75px;
  width: 685.75px;
  margin-right: 88px !important;
}

.aboutSec .Content h4 {
  font-size: 17px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.97px;
  margin-bottom: 22px;
  color: #000;
  letter-spacing: 1.94px;
}

.aboutSec .Content h2 {
  font-size: 45px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 19px;
  letter-spacing: 5.13px;
  color: #000;
}

.aboutSec .Content h6 {
  font-size: 21px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 31px;
  color: #000;
  margin-bottom: 18px;
  letter-spacing: 2.39px;
}

.aboutSec .Content p.paraExtraRep {
  display: none;
}

.aboutSec .Content p {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: 2.4px;
  margin-bottom: 20px !important;
  color: #000;
}

.aboutSec .Content .aboutpara {
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: 2.4px;
  color: #000;
  text-align: center;
}

.aboutSec .Content .aboutpara1 {
  font-weight: 700;
  font-size: 18px;
}

.aboutSec .Content .aboutpara2 {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-bottom: unset !important;
}

.aboutSec .Content  button{
 background: transparent;
 border: none;
 display: block;
}

.Content .abouticon {
  margin-left: 10px !important;
  cursor: pointer !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  letter-spacing: 0.03px !important;
  color: #ffce1e !important;
}

.aboutSec .contentHead .imgHead {
  flex: 1;
  height: 450px;
}

.aboutSec .contentHead .imgHead img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1399px) {
  .aboutSec .contentHead .Content {
    margin-right: 34px !important;
    max-width: 680px !important;
    width: 680px !important;
  }

  .aboutSec .Content p {
    font-size: 14px;
  }

  .aboutSec p.paraExtraRep {
    display: block !important;
  }

  .aboutSec .Content p.paraExtra {
    display: none !important;
  }

  .aboutSec .aboutCout {
    padding: 0 30px !important;
  }
}

@media screen and (max-width: 1199px) {
  .aboutSec .contentHead .Content {
    margin-right: 24px !important;
    max-width: 500px !important;
    width: 500px !important;
  }

  .aboutSec .Content p {
    font-size: 20px !important;
  }

  .aboutSec .Content h2 {
    font-size: 38px !important;
  }

  .aboutSec .Content h6 {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .aboutSec .Content p {
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: 1.5px !important;
  }
}

@media screen and (max-width: 991px) {
  .aboutSec .contentHead {
    flex-wrap: wrap !important;
  }

  .aboutSec .aboutCout {
    padding: 0 0.7rem !important;
  }

  .aboutSec .contentHead .imgHead {
    width: 100% !important;
    flex: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1 !important;
    margin-bottom: 20px !important;
  }

  .aboutSec .contentHead .imgHead img {
    width: unset !important;
    height: 400px !important;
    object-fit: contain !important;
  }

  .aboutSec .contentHead .Content {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: unset !important;
    order: 2 !important;
  }

  .navbar .navbar-brand img {
    width: 80px !important;
  }
}

@media screen and (max-width: 575px) {
  .aboutSec .Content h4 {
    font-size: 14px !important;
  }

  .aboutSec .Content h2 {
    font-size: 26px !important;
  }

  .aboutSec .Content h6 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .aboutSec .Content p {
    font-size: 14px !important;
    line-height: 23px !important;
    letter-spacing: 0.5px !important;
  }
}

@media screen and (max-width: 400px) {
  .aboutSec .contentHead .imgHead img {
    height: unset !important;
    width: 100% !important;
  }

  .aboutSec .Content h4 {
    font-size: 12px !important;
  }

  .aboutSec .Content h2 {
    font-size: 20px !important;
  }

  .aboutSec .Content h6 {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .aboutSec .Content p {
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0.5px !important;
  }
}

/* About Section Ends */

/* Watch More Section Starts */
.watchMoreSec {
  padding: 150px 0;
  background: url(../Assets/Images/Abstract_background.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.watchMoreSec .contentHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.watchMoreSec .videoHead {
  flex: 1;
  max-height: 380px;
  height: 380px;
}

.watchMoreSec .videoHead video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.watchMoreSec .content {
  width: 561px;
  max-width: 561px;
  margin-left: 76px;
}

.watchMoreSec .content h2 {
  font-family: "Gilroy", sans-serif !important;
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.14px;
  color: #fff;
  margin-bottom: 30px;
}

.watchMoreSec .content p {
  font-family: "GuardianSans", sans-serif !important;
  font-size: 18px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 1.44px;
  color: #fff;
  margin-bottom: 50px;
}

.watchMoreSec .content button {
  padding: 6px 18px 6px 15px;
  border-radius: 6px;
  background-color: #ffce1e;
  border: none;
  background: #ffce1e;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  color: #000;
}

@media screen and (max-width: 1399px) {
  .watchMoreSec .content {
    margin-left: 40px !important;
  }

  .watchMoreSec .content {
    width: 540px !important;
    max-width: 540px !important;
  }
}

@media screen and (max-width: 991px) {
  .watchMoreSec {
    padding: 100px 0 !important;
  }

  .watchMoreSec .contentHead {
    flex-wrap: wrap !important;
  }

  .watchMoreSec .videoHead {
    flex: unset !important;
    width: 100% !important;
    max-height: unset !important;
    height: unset !important;
    order: 2 !important;
  }

  .watchMoreSec .content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    order: 1 !important;
    margin-bottom: 30px;
    text-align: center !important;
  }

  .watchMoreSec .content h2 {
    font-size: 44px !important;
  }

  .watchMoreSec .content p {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .watchMoreSec {
    padding: 60px 0 !important;
  }

  .watchMoreSec .content h2 {
    margin-bottom: 20px !important;
  }

  .watchMoreSec .content p {
    margin-bottom: 30px !important;
  }

  .watchMoreSec .content h2 {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 575px) {
  .watchMoreSec {
    padding: 40px 0 !important;
  }

  .watchMoreSec .content h2 {
    font-size: 28px !important;
  }

  .watchMoreSec .content p {
    font-size: 14px !important;
  }

  .watchMoreSec .content button {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 400px) {
  .watchMoreSec .content h2 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }

  .watchMoreSec .content p {
    font-size: 12px !important;
    margin-bottom: 20px !important;
  }

  .watchMoreSec .content button {
    font-size: 12px !important;
    width: 100%;
  }
}

/* Watch More Section Ends */

/* Home pages css */

/* Hero Section Starts */

.heroSec .carousel-inner .carousel-item {
  padding: 320px 0 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.heroSec .carousel-inner .carousel-item1 {
  background: linear-gradient(#08121597, #08121597),
    url(../Assets/Images/slider1.jpg);

}

.heroSec .carousel-inner .carousel-item2 {
  background: linear-gradient(#08121597, #08121597),
    url(../Assets/Images/slider2.jpg);
}

.heroSec .carousel-inner .carousel-item3 {
  background: linear-gradient(#08121597, #08121597),
    url(../Assets/Images/slider3.jpg);
}

.heroSec .carousel-inner .carousel-item4 {
  background: linear-gradient(#08121597, #08121597),
    url(../Assets/Images/slider4.jpg);
  background-size: 100% 100% !important;
}

.heroSec .carousel-control-prev,
.heroSec .carousel-control-next {
  opacity: 100% !important;
  width: unset !important;
}

.heroSec .carousel-control-prev img,
.heroSec .carousel-control-next img {
  width: 35px !important;
}

.heroSec .card {
  background: unset !important;
  border: unset !important;
  padding: 0 !important;
  position: relative;
  max-width: 600px !important;
  margin: 0 auto !important;
}

.heroSec .card h2 {
  font-family: "Gilroy", sans-serif !important;
  font-size: 38px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.05px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

.heroSec .card p {
  font-family: "Gilroy", sans-serif !important;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: -0.03px;
  color: #fff;
  text-align: center;
}

.heroSec .card p span:nth-child(2) {
  margin-left: 10px !important;
  cursor: pointer !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  letter-spacing: 0.03px !important;
  color: #ffce1e !important;
}

.heroSec .channels {
  background-image: linear-gradient(1deg, #1f1e24d9 16%, #2d4552cd 71%);
  padding: 24px 0;
  margin-top: 160px;
}

.heroSec .channels img {
  width: 90%;
  cursor: pointer;
}

.heroSec .carousel-control-prev {
  left: 60px !important;
}

.heroSec .carousel-control-next {
  right: 60px !important;
}

@media screen and (max-width: 991px) {
  .heroSec .carousel-control-prev {
    left: 20px !important;
  }

  .heroSec .carousel-control-next {
    right: 20px !important;
  }
}

@media screen and (max-width: 767px) {

  .heroSec .carousel-control-prev img,
  .heroSec .carousel-control-next img {
    width: 25px !important;
  }

  .heroSec .carousel-inner .carousel-item {
    padding: 160px 0 0 !important;
  }

  .heroSec .channels {
    margin-top: 60px !important;
  }

  .heroSec .card {
    max-width: 100% !important;
    padding: 0 80px !important;
    text-align: center !important;
  }

  .heroSec .card h2 {
    font-size: 38px !important;
    margin-bottom: 8px !important;
  }

  .heroSec .card p {
    font-size: 22px !important;
  }

  .heroSec .card p span:nth-child(2) {
    margin-left: unset !important;
    font-size: 22px !important;
  }
}

@media screen and (max-width: 575px) {
  .heroSec .carousel-inner .carousel-item4 {
    background-size: cover !important;
  }

  .heroSec .channels img {
    width: 100% !important;
  }

  .heroSec .card h2 {
    font-size: 24px !important;
    margin-bottom: 5px !important;
  }

  .heroSec .card p {
    font-size: 20px !important;
  }

  .heroSec .card p span:nth-child(2) {
    font-size: 20px !important;
  }

  .heroSec .carousel-control-prev {
    left: 10px !important;
  }

  .heroSec .carousel-control-next {
    right: 10px !important;
  }

  .heroSec .carousel-control-prev img,
  .heroSec .carousel-control-next img {
    width: 15px !important;
  }

  .heroSec .card {
    padding: 0 40px !important;
  }
}

@media screen and (max-width: 400px) {
  .heroSec .card h2 {
    font-size: 28px !important;
    margin-bottom: 5px !important;
  }

  .heroSec .card p {
    font-size: 18px !important;
  }
}

/* Hero Section Ends */

/* Story Section Starts here */
.storySec {
  padding: 90px 0;
}

.storySec .cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.storySec .imgHead {
  flex: 1;
}

.storySec .imgHead img {
  width: 100%;
}

.storySec .content {
  max-width: 500px;
}

.storySec .content h2 {
  font-family: "Gilroy", sans-serif !important;
  font-size: 38px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 36px;
  letter-spacing: -0.04px;
  color: #222;
}

.storySec .content p {
  font-family: "GuardianSans", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.22px;
  color: #222;
}

.storySec .cardsRowOne,
.storySec .cardsRowTwo {
  margin-bottom: 100px;
}

.storySec .cardsRowOne .content {
  margin-left: 160px;
}

.storySec .cardsRowTwo .content {
  margin-right: 160px;
}

.storySec .cardsRowThree .content {
  margin-left: 160px;
}

@media screen and (max-width: 1199px) {
  .storySec .cardsRowOne .content {
    margin-left: 80px;
  }

  .storySec .cardsRowTwo .content {
    margin-right: 80px;
  }

  .storySec .cardsRowThree .content {
    margin-left: 80px;
  }
}

@media screen and (max-width: 991px) {
  .storySec .imgHead {
    flex: .85;
  }

  .storySec .cardsRowOne .content {
    margin-left: 20px;
  }

  .storySec .cardsRowTwo .content {
    margin-right: 20px;
  }

  .storySec .cardsRowThree .content {
    margin-left: 20px;
  }

  .storySec .cardsRowOne,
  .storySec .cardsRowTwo {
    margin-bottom: 40px;
  }

  .storySec .content {
    max-width: 400px !important;
  }

  .storySec .content h2 {
    font-size: 30px !important;
    margin-bottom: 15px !important;
  }

  .storySec .content p {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .storySec {
    padding: 60px 0 !important;
  }

  .storySec .cards {
    flex-wrap: wrap !important;
  }

  .storySec .imgHead {
    max-width: 100% !important;
    flex: unset !important;
    margin: 0 auto 20px !important;
  }

  .storySec .content {
    max-width: 100% !important;
    text-align: center !important;
  }

  .storySec .cardsRowOne .content {
    margin-left: 0 !important;
  }

  .storySec .cardsRowTwo .content {
    margin-right: 0 !important;
    order: 2 !important;
  }

  .storySec .cardsRowThree .content {
    margin-left: 0 !important;
  }

  .storySec .imgHead img {
    height: 360px !important;
    object-fit: contain !important;
  }
}

@media screen and (max-width: 575px) {
  .storySec .imgHead img {
    height: unset !important;
    object-fit: contain !important;
  }
}

@media screen and (max-width: 400px) {
  .storySec .content h2 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }

  .storySec .content p {
    font-size: 12px !important;
  }
}

/* Story Section Ends here */

/* Intranslation Section Starts Here */
.intranslationSec {
  padding: 111px 0 !important;
}

.intranslationSec .intranslationCout {
  max-width: 1034px !important;
  margin: 0 auto !important;
}

.intranslationSec .contentHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intranslationSec .contentHead .content {
  max-width: 584px;
}



.intranslationSec .contentHead .content h2 {
  font-family: "Gilroy", sans-serif !important;
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: -0.04px;
  margin-bottom: 10px;
  color: #222;
  width: 90%;
}

.intranslationSec .contentHead .content p {
  font-family: "GuardianSans", sans-serif !important;
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: 1.43px;
  color: #222;
}

.intranslationSec .contentHead .imgHead img {
  width: 100%;
  object-fit: contain;
  height: 436px;
}

.intranslationSec .contentHead .content button {
  padding: 6px 16px 6px 16px;
  border-radius: 6px;
  background-color: #ffce1e;
  border: none;
  background: #ffce1e;
  font-family: "GuardianSans", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.68px;
  color: #000;
}

@media screen and (max-width: 991px) {
  .intranslationSec {
    padding: 80px 0 !important;
  }

  .intranslationSec .contentHead .content {
    max-width: 540px !important;
  }

  .intranslationSec .intranslationCout {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .intranslationSec {
    padding: 60px 0 !important;
  }

  .intranslationSec .contentHead {
    flex-wrap: wrap !important;
  }

  .intranslationSec .contentHead .content {
    max-width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .intranslationSec .contentHead .imgHead {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .intranslationSec .contentHead .content h2 {
    width: 100% !important;
  }
}

@media screen and (max-width: 575px) {
  .intranslationSec .contentHead .content h2 {
    font-size: 30px !important;
  }

  .intranslationSec .contentHead .content p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 400px) {
  .intranslationSec {
    padding: 40px 0 !important;
  }

  .intranslationSec .contentHead .content h2 {
    font-size: 22px !important;
  }

  .intranslationSec .contentHead .content p {
    font-size: 14px !important;
  }

  .intranslationSec .contentHead .content button {
    width: 100% !important;
  }

  .intranslationSec .contentHead .imgHead img {
    height: unset !important;
  }
}

/* Intranslation Section Ends Here */

/* YOUR LINK Section Start Here */
.linksSec {
  background: url(../Assets/Images/links-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}

.linksSec .card {
  background: unset !important;
  border: unset !important;
  border-radius: 0px !important;
  overflow: hidden;
}

.linksSec .card .card-img-top {
  width: 100%;
  height: 319px;
  object-fit: cover;
  border-radius: unset !important;
  cursor: pointer;
}

.linksSec .card h5 {
  font-family: "Gilroy", sans-serif !important;
  font-size: 35px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.04px;
  margin-bottom: 10px;
  color: #fff;
}

.linksSec .card p {
  font-family: "GuardianSans", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 1.08px;
  color: #fff;
}

.linksSec .card button {
  padding: 6px 16px 6px 16px;
  border-radius: 6px;
  background-color: #ffce1e;
  border: none;
  background: #ffce1e;
  font-family: "GuardianSans", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.68px;
  color: #000;
}

@media screen and (max-width: 1199px) {
  .linksSec .card h5 {
    font-size: 28px !important;
  }

  .linksSec .card p {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .linksSec .card h5 {
    font-size: 25px !important;
  }

  .linksSec .card p {
    font-size: 12px !important;
  }

  .linksSec .card button {
    font-size: 12px !important;
  }

  .linksSec {
    padding: 80px 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .linksSec .card {
    text-align: center !important;
  }

  .linksSec .card button {
    float: unset !important;
  }

  .linksSec {
    padding: 60px 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .linksSec .card button {
    width: 100% !important;
  }
}

/* YOUR LINK Section Ends Here */

/* Time to Talk Section Start */
.timeToTalkSec {
  padding: 160px 0 !important;
}

.timeToTalkSec .timeToTalkContentHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 805px;
  margin: 0 auto;
}

.timeToTalkSec .timeToTalkContent {
  max-width: 420px !important;
}

.timeToTalkSec .timeToTalkContent h2 {
  font-family: "Gilroy", sans-serif !important;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -0.04px;
  color: #222;
}

.timeToTalkSec .timeToTalkContent p {
  font-family: "GuardianSans", sans-serif !important;
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 1.29px;
  color: #222;
}

.timeToTalkSec .imgHead .img {
  height: 294.61px;
  object-fit: cover;
}

.timeToTalkSec .imgHead p {
  font-family: "GuardianSans", sans-serif !important;
  font-size: 26px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 1.79px;
  color: #ffce1e;
  margin-top: 33px !important;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .timeToTalkSec {
    padding: 100px 0 !important;
  }

  .timeToTalkSec .timeToTalkContentHead {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .timeToTalkSec .timeToTalkContentHead {
    flex-wrap: wrap !important;
  }

  .timeToTalkSec .timeToTalkContent {
    max-width: 100% !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  .timeToTalkSec .imgHead {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
  }

  .timeToTalkSec .imgHead p {
    margin-top: 20px !important;
  }

  .timeToTalkSec {
    padding: 80px 0 !important;
  }

  .timeToTalkSec .imgHead .img {
    height: 240px !important;
  }
}

@media screen and (max-width: 575px) {
  .timeToTalkSec {
    padding: 60px 0 !important;
  }

  .timeToTalkSec .timeToTalkContent h2 {
    font-size: 30px !important;
    margin-bottom: 15px !important;
  }

  .timeToTalkSec .timeToTalkContent p {
    font-size: 16px !important;
  }

  .timeToTalkSec .imgHead .img {
    height: 200px !important;
  }
}

@media screen and (max-width: 400px) {
  .timeToTalkSec .imgHead .img {
    height: 160px !important;
  }

  .timeToTalkSec .imgHead p {
    font-size: 18px !important;
    margin-left: 5px !important;
  }

  .timeToTalkSec {
    padding: 40px 0 !important;
  }
}

/* Time to Talk Section Ends */

/* event Section starts here */
.eventSec {
  padding: 92px 0;
  background: url(../Assets/Images/Events-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.eventSec .card {
  background: unset !important;
  border: unset !important;
  border: unset !important;
  border-radius: unset !important;
  text-align: center !important;
  align-items: center !important;
  width: 100%;
}

.eventSec .card-img-top {
  width: 70%;
  object-fit: contain;
  border-radius: 50%;
  overflow: hidden;
}

.eventSec .card h5 {
  font-family: "Gilroy", sans-serif !important;
  font-size: 35px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.04px;
  color: #fff;
}

.eventSec .card p {
  font-family: "GuardianSans", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 1.08px;
  color: #fff;
}

.eventSec .card button {
  padding: 6px 16px 6px 16px;
  border-radius: 6px;
  background-color: #ffce1e;
  border: none;
  background: #ffce1e;
  font-family: "GuardianSans", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.68px;
  color: #000;
}

@media screen and (max-width: 1399px) {
  .eventSec .card h5 {
    font-size: 34px !important;
  }

  .eventSec .card p {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1199px) {
  .eventSec .card h5 {
    font-size: 28px !important;
  }

  .eventSec .card p {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .eventSec {
    padding: 80px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .eventSec {
    padding: 60px 0 !important;
  }

  .eventSec .card h5 {
    font-size: 25px !important;
  }

  .eventSec .card p {
    font-size: 12px !important;
  }

  .eventSec .card button {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 400px) {
  .eventSec .card button {
    width: 100% !important;
  }
}

/* event Section ends here */

/*  Footer Starts Here */
.footer {
  padding: 70px 0;
}

.footer .contentHead {
  max-width: 772px;
  margin: 0 auto;
}

.footer .keepInTouch>img {
  width: 94px;
  margin-bottom: 17px;
}

.footer .keepInTouch h4 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.93px;
  color: #000;
  margin-bottom: 14px;
}

.footer .keepInTouch a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.93px;
  color: #000;
  display: inline-block;
  text-decoration: unset;
}

.footer .keepInTouch a:first-child {
  margin-right: 15px !important;
}

.footer h3 {
  font-size: 21px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.22px;
  color: #000;
  margin-bottom: 40px;
}

.footer .quickLinks {
  margin-top: 50px;
}

.footer .quickLinks a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.66px;
  color: #000;
  display: block;
  text-decoration: unset;
  text-transform: capitalize !important;
  margin-bottom: 15px;
}

.footer button {
  padding: 6px 24px 6px 24px;
  border-radius: 6px;
  background-color: #ffce1e;
  border: none;
  background: #ffce1e;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #000;
}

.footer .getInTouch {
  margin-top: 50px;
}

.footer .keepInTouch p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.93px;
  color: #000;
  margin-bottom: 18px;
}

.footer .list-group {
  margin-bottom: 17px;
}

.footer .list-group span {
  width: 38px;
  height: 38px;
  background-color: #e00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 8px;
  transition: all 0.5s;
}

.footer .list-group span:hover {
  opacity: 70%;
}

.footer .list-group .list-group-item {
  padding: 0 !important;
  border: unset !important;
}

.footer .list-group .list-group-item:nth-child(1) span img {
  width: 30%;
}

.footer .list-group .list-group-item:nth-child(2) span img {
  width: 50%;
}

.footer .list-group .list-group-item:nth-child(3) span img {
  width: 50%;
}

.footer .list-group .list-group-item:nth-child(4) span img {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .footer .contentHead {
    max-width: 767px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 !important;
  }

  .footer .quickLinks,
  .footer .getInTouch,
  .footer .contentHead .keepInTouch {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .contentHead {
    flex-wrap: wrap !important;
    max-width: 100% !important;
  }

  .footer .quickLinks,
  .footer .getInTouch {
    margin-top: 20px !important;
  }

  .footer h3 {
    margin-bottom: 20px !important;
  }

  .footer .quickLinks a {
    margin-bottom: 8px !important;
  }

  .footer .keepInTouch>img {
    margin-bottom: 10px !important;
  }

  .footer .keepInTouch h4 {
    margin-bottom: 10px !important;
  }

  .footer .list-group {
    margin-bottom: 10px !important;
  }

  .footer .keepInTouch p {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 575px) {

  .footer h3 {
    margin-bottom: 10px !important;
  }

  .footer .keepInTouch a {
    display: block;
    text-align: center;
  }

  .footer .keepInTouch a:first-child {
    margin: 0 !important;
  }
}

/*  Footer Starts Ends */

/* for Italian fronts */
.it .heroSec .card h2 {
  font-size: 38px !important;
}

.it .storySec .content h2 {
  font-size: 28px !important;
  margin-bottom: 15px !important;
}
.it .aboutSec .Content h2{
  font-size: 30px !important;
}
.it .aboutSec .Content p{
  font-size: 16px !important;
}
.it .watchMoreSec .content h2 {
  font-size: 34px !important;
  margin-bottom: 20px !important;
}

.it .intranslationSec .contentHead .content h2 {
  font-size: 38px !important;
}

.it .linksSec .card h5 {
  font-size: 22px !important;
}

.it .timeToTalkSec .timeToTalkContent h2 {
  font-size: 28px !important;
  margin-bottom: 20px !important;
}

.it .timeToTalkSec .imgHead p {
  font-size: 16px !important;
}

.it .timeToTalk .imgHead {
  display: flex !important;
  flex-direction: column !important;
  align-items: end !important;
}

.it .eventSec .card h5 {
  font-size: 22px !important;
}
.it .eventSec .card p{
  font-size: 16px !important;
}

/* .it .aboutSec .contentHead .Content h2 {
  font-size: 28px !important;
} */
.it .aboutSec .contentHead .Content h6 {
  font-size: 18px !important;
  line-height: 26px !important;
}

.mainVideo {
  position: relative;
  width: 100%;
  height: 100%;
}

.mainVideo .videoBtn {
  position: absolute;
  top: 40px;
  left: 40px;
  border: unset;
  background: #03265061 !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1111;
}

.mainVideo .videoBtn i {
  color: white;
  font-size: 24px;
}

.mainHead {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}