@font-face {
  font-family: "roboto";
  src: url("fonts/Roboto-Regular.otf");
}
body {
  font-family: "roboto";
}

.chooseLove {
  width: 100%;
  max-width: 300px;
}

a {
  text-decoration: none;
  letter-spacing: 4px;
}
a:hover {
  text-decoration: none !important;
}


.heart-icon {
  width: 5px;
}

#home {
  background: url("https://instagram-v-day-assets.s3.ap-south-1.amazonaws.com/assets/images/Layer\ 0.png");
  background-size: cover;
  
}

/* Logo- Sarva */
.logo {
  display: flex;
  align-items: flex-end;
  margin: 20px;
}
.logo-group {
  display: flex;
  justify-content: space-between;
}
.logo-text {
  display: none;
}
h1.logo {
  font-weight: 500;
}
#love {
  font-weight: 800;
}

/* Video-Slider */

.image-overlay::before {
  content: "";
  background-color: #ff000087;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.slide-img-play{
  width: 100%;
  object-fit: cover;
}

.share-now {
  flex-direction: row-reverse;
}

.share-now img {
  height: 50px;
}

.text-share-now {
  font-size: large;
  letter-spacing: 3px;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  display: inherit;
  position: relative;
  transition-property: transform;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  position: relative;
  top: 4px;
}
span.swiper-pagination-bullet {
  background-color: #ef3b62;
}

.swiper-container video {
  width: 100%;
  height: 100%;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px !important;
  color: white;
}
.friends-to-share{
  text-align: right;
}

/* About-The-Campaign */

.what-is-love{
  display: none;
}

.about {
  background: url("../images/about-the-campaign.gif");
  background-size: cover;
  background-repeat: no-repeat;
  color: #f2f2f2;
}
.about h4 {
  font-weight: 400;
}
.about p {
  width: 100%;
  margin: 0 auto;
  max-width: 515px;
  font-weight: 300;
}

/* Subscribe */

#subscribe {
  background: url("https://instagram-v-day-assets.s3.ap-south-1.amazonaws.com/assets/images/Hands-GIF.gif") no-repeat center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 70vh;
}

.subscribe-text {
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 17px;
  max-width: 330px;
}
.subscribe-box {
  border: 2px solid #ef3e62;
  padding: 6px 12px;
  width: 20%;
  font-size: 15px;
}

/* Community-Wrap-Slider */

.card {
  border-radius: 0;
  box-shadow: -1px 8px 17px 0px rgba(0, 0, 0, 0.65);
}
div#hi-slide{
  padding-top: 30px !important;
}
.card-img-top {
  width: 92% !important;
  margin: auto;
  margin-top: 10px;
}

.community-wrapper.container {
  max-width: 1000px;
  overflow: hidden;
}

#community-wrap-slider {
  background:url('../images/Blue.jpg');
  overflow: hidden;
}
#community-wrap-slider p {
  /* color: #f2f2f2; */
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}
#community-wrap-slider.swiper-container1 {
  width: 80%;
  padding-top: 50px;
  padding-bottom: 50px;
}
#community-wrap-slider.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
#community-img-mob {
  display: none;
}
.community p {
  width: 100%;
  max-width: 300px;
  margin: auto;
  /* color: #fff; */
  font-weight: 300;
}
.community-wrapper-text {
  display: none;
}

/* Sarva-World */

.world p {
  width: 100%;
  margin: 0 auto;
  max-width: 760px;
}
.communityLogo,
.sarva {
  width: 10%;
}

/* Footer */
#footer {
  background-color: #1e3242;
}
#footer img{
  width: 100%;
  object-fit: contain;
}
.footer-menu {
  display: flex;
  height: 60px;

  align-items: center;
}
.footer-icon img {
  height: 4vh;
}
.footer-icon {
  display: flex;
  justify-content: flex-end;
}
.globe-img img {
  width: 80%;
  margin: auto;
}

.footer-nav {
  flex: 4;
  text-align: center;
}
#footer-img{
  display: none;
}

#next,
#prev {
  display: none;
}
@media (min-width: 500px) and (max-width: 800px) {
  #home, #logo, #video-slider {
    background: url("https://instagram-v-day-assets.s3.ap-south-1.amazonaws.com/assets/images/Home\ page.jpg");
    background-size: cover;
  }
  /* .logo img{
    display: none;
  } */
  .logo-group {
    display: block;
  }
  img.logo {
    display: none;
    margin: auto;
  }
  h1.logo {
    display: none;
  }
  .logo-text {
    display: block;
    width: 50%;
    padding-left: 5%;
    padding-top: 15%;
  }
  .share-now-icon {
    margin-top: 10px;
  }

  .about p {
    width: 100%;
    max-width: 450px;
  }
  .world p {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
  #footer-flex {
    display: none;
  }
  #footer {
    background-color: #1e3242;
    display: none;
  }
  .subscribe-text {
    max-width: 330px;
  }
  .subscribe-box{
    width: 35%;
  }
  .footer-menu {
    display: flex;
  }
  .footer-icon img {
    height: 3vh;
    padding: 0 !important;
    padding-left: 30px !important;
  }
  .footer-icon {
    display: flex;
    justify-content: space-around;
    padding-right: 40px;
  }
  .footer-nav {
    text-align: start;
  }
  .footer-nav a {
    padding: 2px !important;
    padding-left: 30px !important;
    letter-spacing: 1.5px;
  }
  #footer-img{
    display: block;
    
  }
  #footer-img img{
    width: 100%;
  }
}
@media (min-width: 800px) and (max-width: 990px) {
  h1.logo {
    display: none;
  }
  .logo-text {
    display: block;
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  #home, #logo, #video-slider {
    background: url("https://instagram-v-day-assets.s3.ap-south-1.amazonaws.com/assets/images/Home\ page.jpg");
    background-size: cover;
    
  }
  .chooseLove {
    width: 100%;
    max-width: 250px;
  }
  /* Logo-Sarva */
  .logo {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .logo-group {
    display: block;
  }
  h1.logo {
    display: none;
  }
  img.logo{
    display: none;
  }
  .logo-text {
    display: block;
    width: 50%;
    padding-left: 5%;
      padding-top: 18%;
  }
  .share-now {
    margin-top: 20px;
    flex-direction: column-reverse !important;
    justify-content: center;
    align-items: center;
  }

  /* video-slider */

  #video-slider .row {
    margin-right: 0;
    margin-left: 0;
  }
  .share-now-icon {
    margin-top: 10px;
  }
  div#hi-slide{
    padding-top: 10px !important;
  }

  .text-share-now {
    margin-top: 20px;
  }
  .friends-to-share{
    text-align: center;
  }

  /* about-the-campaign */

  .about {
    background: url("https://instagram-v-day-assets.s3.ap-south-1.amazonaws.com/assets/images/What\ is\ love.jpg");
  }
  .about p {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  /* subscribe */

  .subscribe-text {
    width: 100%;
    max-width: 300px;
  }
  .subscribe-box {
    width: 70%;
  }
  #subscribe {
    background: url("../images/Hands-Mobile-GIF.gif");
    height: 100%;
    background-size: 100%;
  }

  /* community-wrap-slider */

  #community-img {
    display: none;
  }
  #community-img-mob {
    display: block;
    margin: auto;
  }
  .card {
    margin: 10%;
    margin-left: 12%;
    margin-right: 12%;
  }
  .community p {
    display: none;
  }

  .community-wrapper-text {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  #community-wrap-slider {
    background: url("../images/Blue.jpg");
  }
  #community-wrap-slider p {
    color: #000;
    font-size: medium;
  }

  /* sarva-world */


  .world p {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .community-img {
    background: url("https://instagram-v-day-assets.s3.ap-south-1.amazonaws.com/assets/images/Lets\ ChooseLoveEveryday.png");
  }

  /* footer */

  #footer{
    display: none;
  }

  #footer-img{
    display: block;
    
  }
  #footer-img img{
    width: 100%;
  }
  #next,
  #prev {
    display: block;
  }
}



/* Model video  */

#myModal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

#myModal .modal-header{
  border-bottom: 0;
}

.modal-header .close {
  margin-top: 0;
  color: #fff;
  opacity: 1;
  font-size: 27px;
  padding: 0;
  left: -10px;
  position: relative;
}

.modal-dialog{
  width: 100%;
  max-width: 768px !important;
}

.modal-content iframe{
    margin: 0 auto;
    display: block;
}
/* iframe{
  width: 100%;
  height: 400px;
} */

.modal-body iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
#footer img {
  width: 100%;
  object-fit: contain;
  max-width: 360px;
  margin: 20px 0;
}