/*
Theme Name: Sreerudra Travels
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the Kcloud9 team
Author URI: https://kcloud9.com/
Description: In PKUBE Solutions, we design intuitive, high-performance applications tailored to your business needs. From mobile apps to enterprise solutions, we turn your vision into seamless, engaging digital experiences.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: -

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@import url(assets/css/bootstrap.min.css);
@import url(assets/css/bootstrap-icons.min.css);
@import url(assets/css/owl.carousel.min.css);
:root {
  --c1: #000000;
  --c2: #ffffff;
  --c3: #9f2226;
  --f1: "Inter", sans-serif;
}

a, .btn, button {
  transition: 0.3s linear !important;
}

figure {
  margin: 0 !important;
}

.row {
  flex-wrap: wrap !important;
}

.btn-theme {
  padding: 0;
  border: 0;
  display: flex;
}
.btn-theme .wp-block-button__link {
  border: 0;
  font: 600 16px var(--f1);
  color: var(--c2);
  border-radius: 6px;
  background: linear-gradient(to right, #9f2226 0%, #B11101 50%, #9f2226 100%);
  background-size: 200% auto;
  padding: 20px 40px;
  text-decoration: none;
}
.btn-theme .wp-block-button__link:hover {
  background-position: right center;
}

.btn-trans {
  padding: 0;
  border: 0;
  display: flex;
}
.btn-trans .wp-block-button__link {
  font: 600 16px var(--f1);
  color: var(--c2);
  border-radius: 6px;
  border: 2px solid var(--c2);
  padding: 20px 40px;
  text-decoration: none;
}
.btn-trans .wp-block-button__link:hover {
  background-color: var(--c2);
  color: var(--c1);
}

ul.list-custom {
  margin: 30px 0 0;
}
ul.list-custom li {
  position: relative;
  padding: 0 0 0 25px;
}
ul.list-custom li::before {
  content: "\f4b5";
  font: 500 15px "bootstrap-icons";
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--c3);
}
ul.list-custom li + li {
  margin: 12px 0 0;
}

body {
  font: 400 16px/25px var(--f1);
  color: var(--c1);
}
body.fixed-bar header {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
body.fixed-bar header .navbar {
  padding: 5px 30px;
}
body.fixed-bar header .navbar .container .navbar-brand img {
  max-height: 50px;
}
body.admin-bar header {
  top: 32px;
}

h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 20px;
}
h3.dblock strong {
  display: block;
}
h3 strong {
  color: var(--c3);
  font-weight: 700;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
}
header .header-top {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #220806), linear-gradient(180deg, #280a06, rgba(0, 0, 0, 0.6)), linear-gradient(90deg, #B11101, #9f2226);
  padding: 10px 30px;
}
header .header-top .container ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
}
header .header-top .container ul li a {
  font: 400 14px var(--f1);
  color: var(--c2);
  text-decoration: none;
}
header .header-top .container ul li a:hover {
  text-decoration: underline;
}
header .navbar {
  transition: 0.3s linear;
  background-color: var(--c2);
  padding: 10px 30px;
}
header .navbar .container .navbar-brand img {
  max-height: 60px;
  transition: 0.3s linear;
}
header .navbar .container .navbar-nav {
  gap: 30px;
  align-items: center;
}
header .navbar .container .navbar-nav .nav-item .nav-link {
  font: 600 16px/18px var(--f1);
  color: var(--c1);
}
header .navbar .container .navbar-nav .nav-item .nav-link:hover {
  color: var(--c3);
}
header .navbar .container .navbar-nav .nav-item:last-child .nav-link {
  background: linear-gradient(to right, #9f2226 0%, #B11101 50%, #9f2226 100%);
  background-size: 200% auto;
  color: var(--c2);
  padding: 15px 30px;
  border-radius: 30px;
}
header .navbar .container .navbar-nav .nav-item:last-child .nav-link:hover {
  background-position: right center;
}

section.redbg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #220806), linear-gradient(180deg, #280a06, rgba(0, 0, 0, 0.6)), linear-gradient(90deg, #B11101, #9f2226);
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, 25px, auto, auto;
}
section.redbg h3, section.redbg p, section.redbg h4 {
  color: var(--c2) !important;
}
section.redbg .headspan {
  color: #ff6858 !important;
}
section.redbg h3 strong {
  color: #ff6858;
}
section.dp {
  padding: 80px 0;
}
section.dp .head {
  margin: 0 0 50px;
}
section.dp .head p {
  max-width: 600px;
  margin: 0 0 10px;
}
section.dp .headspan {
  display: inline-block;
  position: relative;
  font: 600 16px/22px var(--f1);
  color: var(--c3);
  padding: 0 30px 0 0;
  margin: 0 0 10px;
}
section.dp .headspan::after {
  content: "___";
  position: absolute;
  top: 0;
}
section.dp .headspan::after {
  right: 0;
}
section.banner {
  padding: 0;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
section.banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 9;
}
section.banner figure img {
  width: 100%;
}
section.banner .banner-caption {
  width: 100%;
  position: absolute;
  top: 105px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: var(--c2);
  padding: 0 0 80px;
}
section.banner .banner-caption > div {
  width: 100%;
}
section.banner .banner-caption h1, section.banner .banner-caption p {
  margin: 0;
}
section.banner .banner-caption h1 {
  font: 700 60px/65px var(--f1);
}
section.banner .banner-caption p {
  font: 500 20px/30px var(--f1);
  margin: 25px 0;
}
section.banner.ibanner {
  height: 400px;
}
section.banner.ibanner figure img {
  height: 500px;
  object-fit: cover;
}
section.banner.ibanner .banner-caption {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  top: 0;
  text-align: center;
}
section.banner.ibanner.cbanner figure img {
  object-position: 0 -90px;
}
section.buses .owl-carousel article .img-sec {
  position: relative;
}
section.buses .owl-carousel article .img-sec figure img {
  border-radius: 20px;
  margin: 0 0 15px;
  height: 300px;
  object-fit: cover;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
section.buses .owl-carousel article .badge {
  background: linear-gradient(to right, #9f2226 0%, #B11101 50%, #9f2226 100%);
  background-size: 200% auto;
  padding: 8px 12px;
  display: inline-block;
  margin: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
section.buses .owl-carousel article .csec h4 {
  font: 600 22px/32px var(--f1);
}
section.buses .owl-carousel .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
  gap: 10px;
  display: flex;
}
section.buses .owl-carousel .owl-nav button {
  width: 70px;
  height: 70px;
  background: linear-gradient(to right, #9f2226 0%, #B11101 50%, #9f2226 100%);
  background-size: 200% auto;
  border-radius: 8px;
  color: var(--c2);
  font: 600 30px "bootstrap-icons";
}
section.buses .owl-carousel .owl-nav button:hover {
  background-position: right center;
}
section.about .img-sec {
  height: 100%;
}
section.about .img-sec figure {
  height: 100%;
}
section.about .img-sec img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
}
section.about .card-group {
  margin: 60px 0 0;
  gap: 25px;
}
section.about .card-group .card {
  border: 0;
  border-right: 1px solid #ccc;
  border-radius: 0;
}
section.about .card-group .card .card-img {
  width: auto;
}
section.about .card-group .card .card-img figure {
  width: 60px;
  height: 60px;
  background-color: var(--c3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
section.about .card-group .card .card-img figure img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}
section.about .card-group .card .card-body {
  padding: 20px 0 0;
}
section.about .card-group .card .card-body h4 {
  width: 170px;
  font-size: 18px;
  font-weight: 600;
}
section.about .card-group .card .card-body p {
  max-width: 300px;
}
section.about .card-group .card:last-child {
  border: 0;
}
section.testi {
  background-color: #f7f7f7;
}
section.testi article {
  background-color: var(--c2);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
section.testi article .users {
  text-align: right;
}
section.testi article .users h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}
section.testi article .users p {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
section.contact .head > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--c2);
  margin: 0;
}
section.service article {
  margin: 24px 0 0;
}
section.service article figure {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
section.service article figure img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
section.service article .csec {
  z-index: 9;
  margin: 20px 0 0;
}
section.service article .csec h4 {
  font: 600 22px/32px var(--f1);
}
section.service article .csec p {
  margin: 0;
}
section.whoweare figure {
  height: 100%;
  margin: 0 0 0 50px !important;
}
section.whoweare figure img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
section.features article {
  text-align: center;
}
section.features article figure {
  width: 90px;
  height: 90px;
  background-color: var(--c2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px !important;
}
section.features article figure img {
  width: 50px;
}
section.features article h4 {
  font: 500 16px var(--f1);
  margin: 0;
}
section.business .row-main > div article {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 24px;
}
section.business .row-main > div article::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
section.business .row-main > div article img {
  width: 100%;
  height: 238px;
  object-fit: cover;
}
section.business .row-main > div article .csec {
  position: absolute;
  bottom: 0;
  padding: 25px;
}
section.business .row-main > div article .csec h4 {
  font: 600 22px/32px var(--f1);
  margin: 0;
  color: var(--c2);
}
section.business .row-main > div:first-child article img {
  height: 500px;
}
section.cform .media-group .media {
  display: flex;
  margin: 15px 0 0;
}
section.cform .media-group .media .media-left {
  margin: 0 15px 0 0;
}
section.cform .media-group .media .media-left .bi {
  font-size: 25px;
  position: relative;
  top: 5px;
}
section.cform .media-group .media .media-body h4 {
  font-size: 22px;
}
section.cform .media-group .media .media-body ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
section.cform .media-group .media .media-body ul li a {
  font-size: 20px;
  color: var(--c1);
}
section.cform .form-section .form-group {
  margin: 0 0 30px;
}
section.cform .form-section .form-group .form-label {
  font: 500 18px/20px var(--f1);
  color: var(--c1);
}
section.cform .form-section .form-group .form-control {
  height: 45px;
  border: 0;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  padding: 8px 0;
}
section.cform .form-section .form-group textarea.form-control {
  height: 100px;
  resize: none;
}

footer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #220806), linear-gradient(180deg, #280a06, rgba(0, 0, 0, 0.6)), linear-gradient(90deg, #B11101, #9f2226);
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, 25px, auto, auto;
  position: relative;
  padding: 80px 0 0;
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/abstract-bg.webp) 0 -160px/cover;
  background-size: 1600px;
  position: absolute;
  top: 0;
  left: 0;
}
footer .container {
  position: relative;
}
footer .footer-logo img {
  height: 80px;
  filter: brightness(0) invert(1);
}
footer .footer-logo p {
  font: 400 14px/20px var(--f1);
  margin: 25px 0 0;
  color: var(--c2);
}
footer .footer-link h4 {
  font: 600 20px/25px var(--f1);
  margin: 0 0 20px;
  padding: 0 0 12px 0;
  position: relative;
  color: var(--c2);
}
footer .footer-link h4::before {
  content: "";
  width: 60px;
  height: 3px;
  background-color: var(--c3);
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .footer-link ul .nav-item + .nav-item {
  margin: 20px 0 0;
}
footer .footer-link ul .nav-item .nav-link {
  font: 400 14px var(--f1);
  color: var(--c2);
  display: block;
}
footer .footer-link ul .nav-item .nav-link:hover, footer .footer-link ul .nav-item .nav-link:focus, footer .footer-link ul .nav-item .nav-link:active {
  color: #ff6858;
}
footer .footer-link.contact-info ul li a {
  position: relative;
  padding-left: 25px;
}
footer .footer-link.contact-info ul li a::before {
  font: 300 16px "bootstrap-icons";
  position: absolute;
  top: 1px;
  left: 0;
}
footer .footer-link.contact-info ul li.envelope a::before {
  content: "\f32f";
}
footer .footer-link.contact-info ul li.phone a::before {
  content: "\f5c1";
}
footer .footer-link.contact-info .social-info ul {
  justify-content: flex-start;
}
footer .footer-link.contact-info .social-info ul li {
  margin: 0;
}
footer .footer-link.contact-info .social-info ul li + li {
  margin: 0 0 0 20px;
}
footer .footer-link.contact-info .social-info ul li a::before {
  font-size: 20px;
}
footer .footer-link.contact-info .social-info ul li a:hover, footer .footer-link.contact-info .social-info ul li a:focus, footer .footer-link.contact-info .social-info ul li a:active {
  color: #ff6858 !important;
}
footer .copyright {
  font: 400 14px/20px var(--f1);
  padding: 30px 0;
  margin: 30px 0 0;
  position: relative;
  color: var(--c2);
}
footer .copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .copyright::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.0392156863), rgba(255, 255, 255, 0.1529411765), rgba(255, 255, 255, 0.0392156863));
  position: absolute;
  top: 0;
  left: 0;
}
footer .copyright p {
  margin: 0;
}
footer .copyright ul {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .copyright ul li a {
  font: 400 14px var(--f1);
  color: var(--c2);
  text-decoration: none;
}
footer .copyright ul li a:hover, footer .copyright ul li a:focus, footer .copyright ul li a:active {
  color: #ff6858;
}

.social-info {
  margin: 30px 0 0;
}
.social-info ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social-info ul li {
  margin: 0 20px 0 0;
}
.social-info ul li a {
  padding: 0;
  font-size: 0 !important;
  position: relative;
}
.social-info ul li a:hover {
  border-color: var(--c3) !important;
  background-color: var(--c3);
  color: var(--c2) !important;
}
.social-info ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font: 300 20px "Bootstrap-icons";
}
.social-info ul li.facebook a::before {
  content: "\f344";
}
.social-info ul li.twitter a::before {
  content: "\f5ef";
}
.social-info ul li.instagram a::before {
  content: "\f437";
}
.social-info ul li.linkedin a::before {
  content: "\f472";
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  h3 {
    font-size: 35px;
    line-height: 40px;
  }
  header .navbar {
    padding: 10px 0 !important;
  }
  header .navbar .container .navbar-nav {
    gap: 20px;
    flex-direction: row;
    padding: 20px 0 10px;
    justify-content: center;
  }
  header .navbar .container .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    font-size: 14px;
    line-height: 18px;
  }
  header .navbar .container .navbar-nav .nav-item:last-child .nav-link {
    background: none;
    color: var(--c1);
  }
  header .navbar .container .navbar-brand img {
    max-height: 30px !important;
  }
  header .navbar .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none !important;
  }
  header .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28159, 34, 38, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  section.dp {
    padding: 40px 0;
  }
  section.banner > div {
    height: 100%;
  }
  section.banner > div figure {
    height: 100%;
  }
  section.banner > div figure img {
    height: 100%;
    object-fit: cover;
  }
  section.banner .banner-caption h1 {
    font-size: 40px;
    line-height: 45px;
  }
  section.banner .banner-caption p {
    font-size: 16px;
    line-height: 25px;
  }
  section.about .card-group .card {
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  section.buses .owl-carousel .owl-nav {
    position: static;
    justify-content: flex-end;
  }
  section.buses .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  section.testi article {
    margin: 0 0 15px;
  }
  section.contact .head > div {
    display: block;
  }
  section.whoweare figure {
    margin: 20px 0 0 0 !important;
  }
  section.features article {
    margin: 30px 0 0;
  }
  section.cform .form-section {
    margin: 40px 0 0;
  }
  footer {
    padding: 40px 0 0;
  }
  footer .copyright .container {
    display: block;
  }
  footer .copyright p {
    margin: 0 0 25px;
  }
  footer .copyright ul {
    display: block;
  }
  footer .copyright ul li {
    margin: 12px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section.about .card-group .card {
    border: 0;
  }
  footer .footer-logo {
    margin: 0 0 40px;
  }
  footer .container .row > div {
    width: 33.33%;
  }
  footer .container .row > div:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  footer .footer-logo {
    margin: 0 0 40px;
  }
  footer .container .row > div {
    width: 33.33%;
  }
  footer .container .row > div:first-child {
    width: 100%;
  }
  footer .copyright ul {
    display: flex;
  }
}

/*# sourceMappingURL=style.css.map */
