@font-face {
  font-family: "Visby Round CF,Bold";
  src: url("../fonts/Visby-Round-Font/Visby-Round-www.Dfonts.org/OTF/VisbyRoundCF-Bold.otf")
    format("woff2");
}

@font-face {
  font-family: "Varela Round, Regular";
  src: url("../fonts/varela_round/Varela_Round/VarelaRound-Regular.ttf")
    format("woff2");
}

::selection {
  background-color: #058599;
  color: #fff;
}
.whatsapp-icon img {
  width: 32px;
  margin-top: 9px;
}
.whatsapp-icon {
  background-color: rgb(76 175 79);
  /* background-color: #000; */
  position: fixed;
  border-radius: 50% 0% 50% 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  /* bottom: 30%; */
  bottom: 10%;
  right: 0;
  z-index: 9;
  cursor: pointer;
}
/* /* -----nav----- */
.navbar-nav {
  height: auto;
}

.navbar-nav.items.mx-auto {
  padding-left: 15%;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  /* width: 90px; */
  width: 95px;
}

.navbar-brand img.active {
  position: relative;
}

.nav-link:focus,
.nav-link:hover {
  color: #000 !important;
}

.navbar-nav li a {
  font-family: "Varela Round, Regular";
  color: #000 !important;
}

.nav-item {
  padding: 0 14px;
}

.socials .nav-item {
  padding: 4px;
}

.socials {
  align-items: center;
}

.header-btn {
  /* width: 205px; */
  width: 142px;
  /* border: none !important; */
  background: transparent
    linear-gradient(
      91deg,
      #2a4f3f 0%,
      #058599 20%,
      #184690 41%,
      #4f3c8e 64%,
      #913c8d 83%,
      #d11523 100%
    )
    0% 0% no-repeat padding-box;
  border-radius: 25px;
  padding: 1.8px;
  border: none !important;
}

.header-btn a {
  background-color: #fff;
}

.header-btn a {
  font-size: 14px !important;
  color: #000;
  border-radius: 30px;
}

.header-btn :hover {
  background: linear-gradient(
    91deg,
    #2a4f3f 0%,
    #058599 20%,
    #184690 41%,
    #4f3c8e 64%,
    #913c8d 83%,
    #d11523 100%
  );
  border-image-slice: 1;
  border: 0.5px #fff;
}

.header-btn .nav-link:hover {
  color: #fff !important;
}

.header-btn a {
  /* border:1px solid #000000; */
  color: #000;
  border-radius: 30px;
}

.navbar-nav li a:active {
  color: #a3c516;
}

.navbar {
  background-color: rgb(255, 255, 255);
}

.nav-link {
  display: block;
  /* padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x); */
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: white;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.navbar-toggler-x .icon-bar {
  width: 25px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  display: block;
  transition: all 0.3s;
  margin-top: 4px;
  border-radius: 50px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #058599 !important;
  /* font-weight: 600; */
}

.media img {
  height: 35px;
  width: 35px;
}

.navbar-toggler-x .icon-bar:nth-child(2) {
  width: 25px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  display: block;
  transition: all 0.3s;
  margin-top: 4px;
}

.navbar-toggler-x.open .icon-bar:nth-child(1) {
  /* transform: rotate(-45deg) translate(-4px, 4px); */
  transform: rotate(-45deg) translate(-8px, 4px);
}

.navbar-toggler-x.open .icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggler-x.open .icon-bar:nth-child(3) {
  /* transform: rotate(47deg) translate(-6px, -4px); */
  transform: rotate(45deg) translate(-5px, -3px);
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
    padding: 0;
  }

  .navbar-nav.items.mx-auto {
    padding-left: 0;
  }

  /* .items li a {
    font-size: 20px;
    padding: 20px;
  } */
}
.navbar .navbar-nav .nav-link {
  /* padding: 10px; */
  color: var(--bs-white);
  font-size: 18px;
  outline: none;
}

.collapse {
  height: 100%;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

.socials .nav-item:last-child {
  margin-left: 10%;
}

/* #navbarNav{
  height: 100%;
} */
@media (max-width: 1366px) {
  .socials .nav-item img {
    width: 36px;
  }

  .header-btn {
    width: 110px;
    padding: 1px;
  }
}
@media (max-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .header-btn {
    width: 96px;
  }
  .header-btn a {
    padding: 5px;
  }
  .socials .nav-item img {
    width: 30px;
  }
}

@media (max-width: 991px) {
  .header-btn a {
    font-size: 12px !important;
    padding: 5px !important;
  }
  .socials .nav-item:last-child {
    margin-left: 5%;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0;
  }
  .nav-item {
    padding: 0px 10px;
  }
  .navbar-brand img {
    width: 69px;
  }
  .navbar-nav.items.mx-auto {
    padding-left: 30%;
  }
}
@media (max-width: 767px) {
  .nav-item {
    padding: 15px 5px;
  }
  .navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }
  .navbar-nav.items.mx-auto {
    padding-left: 0%;
  }
  /* #navbarNav{
  height: auto;
} */
.navbar-collapse{
  padding: 0 10%;
}

.navbar-nav.items.mx-auto{
  min-height: 93vh;
  justify-content: center;
}
.navbar .navbar-nav .nav-link{
  font-size: 2rem;
}
}
@media(max-width:575px){
  .navbar-collapse{
    padding: 0 5%;
  }
}

/***************** social media removed temporly css *******************/
#navbarNav{
  width: 100%;
  justify-content: space-evenly;
}
/***************** social media removed temporly css *******************/

/*** Navbar End ***/

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

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

section {
  margin-bottom: 60px;
}

#home {
  padding: 30px;
}
@media(max-width:1366px){
  #home {
    padding: 24px;
  }
}
/*------------banner-----------*/
.banner {
  position: relative;
  width: 100%;
  background: url("../images/banner-min.jpg") center/cover no-repeat;
  border-radius: 50px;
  margin-top: 72px;
  position: relative;
  height: 86vh;
}
@media(max-width:1366px){
  .banner {
    height: 84.5vh;
  }
}
@media(max-width:1280px){
  .banner {
    border-radius: 30px;
  }
}
@media(max-width:480px){
  .banner {
    border-radius: 20px;
  }
}
.banner-content {
  color: white;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.banner-content h1 {
  width: 100%;
  font-size: 86px;
  font-family: "Visby Round CF,Bold";
  margin-bottom: 40px;
}

@media(max-width:1600px){
  .banner-content h1{
    font-size: 74px;
  }
}
@media(max-width:1536px){
  .banner-content h1{
    font-size: 70px;
  }
}
@media(max-width:1430px){
  .banner-content h1{
    font-size: 65px;
  }
}
@media(max-width:1366px){
  .banner-content h1{
    font-size: 58px;
  }
}
@media(max-width:991px){
  .banner-content h1{
    font-size: 48px;
  }
}
@media(max-width:800px){
  .banner-content h1{
    font-size: 44px;
  }
}
.banner-content p {
  /* margin: 20px 0 60px 0; */
  font-size: 28px;
  font-family: "Varela Round, Regular";
  /* width: 857px; */
  margin: 0 auto;
  width: 80%;
}
@media(max-width:1700px){
  .banner-content p {
  width: 90%;
  }
}
@media(max-width:1440px){
  .banner-content p {
  font-size: 24px;
  }
}
/* 
.banner-btn{
  display: inline-block;
  padding: 10px 24px;
  color: #ffffff;
  text-decoration: none;
  background-color: inherit;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  border-radius: 50px;
  width: 205px;
  font-weight: 500;
  border: 1px solid #fff !important;
  margin-top: 45px;
  transition: border-color 0.3s;
}

.banner-btn:hover {
  border-color: transparent;
  border: linear-gradient(to right, #ff416c, #ff4b2b); 
} */

.banner-btn {
  display: inline-block;
  padding: 10px 24px;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  border-radius: 50px !important;
  width: 205px;
  font-weight: 500;
  margin-top: 50%;
  border: 2px solid #fff;
  background-clip: padding-box;
  transition: border-color 0.3s;
  /* border-image: linear-gradient(91deg, #2A4F3F 0%, #058599 20%, #184690 41%, #4F3C8E 64%, #913C8D 83%, #D11523 100%);
  border-image-slice: 1;  */
}

.banner-btn:hover {
  border-radius: 50px;
  border-color: #fff;
  border-image: none;
  /* border-image: linear-gradient(91deg, #2A4F3F 0%, #058599 20%, #184690 41%, #4F3C8E 64%, #913C8D 83%, #D11523 100%);
  border-image-slice: 1;  */
  background-color: #fff;
}

.banner-btn-wrapper {
  display: inline-block;
  border-radius: 50px;
}

.banner-btn a {
  color: #fff;
  text-decoration: none !important;
}
.banner-btn:hover a{
  color: #000;
}
/*----------------About---------------*/
.heading {
  font-size: 65px;
  font-family: "Visby Round CF,Bold";
  margin-bottom: 24px;
}

.heading2 {
  font-size: 50px;
  font-family: "Visby Round CF,Bold";
  margin-bottom: 24px;
}

.block-para {
  font-family: "Varela Round, Regular";
  font-size: 28px;
  /* margin-right: 60px; */
  margin-bottom: 25px;
}

.sub-head {
  font-size: 28px;
  font-family: "Visby Round CF,Bold";
  margin-bottom: 28px;
}

.para-txt {
  /* width: 705px; */
  font-family: "Varela Round, Regular";
  font-size: 28px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.twen {
  width: 640px;
}
@media(max-width:1440px){
  .block-para {
    font-size: 24px;
  }
}
@media(max-width:1366px){
  .block-para {
    font-size: 24px;
  }
  .para-txt {
    font-size: 24px;
}
}
/*---------------------------Slider-----------------------*/
.owl-carousel .owl-item img {
  border-radius: 50px;
}
.owl-carousel .owl-dots {
  margin: 30px auto;
  display: flex;
  flex-direction: row;
  padding: 0;
  justify-content: center;
}

.owl-carousel .owl-dot {
  height: 4px !important;
  width: 16px !important;
  display: block !important;
  background: #000;
  margin: 3px !important;
  border-radius: 50px !important;
  opacity: 0.5;
}

.owl-carousel .owl-dots .owl-dot.active {
  background-color: #121212;
  border-radius: 50px;
  height: 5px !important;
  width: 28px !important;
  opacity: 1;
}
@media(max-width:1440px){
.twen {
  width: 100%;
}
}
@media(max-width:1366px){
  .owl-carousel .owl-item img{
    border-radius: 30px;
  }
  .banner-btn {
  margin-top: 40%;
  }
}
@media(max-width:575px){
  .owl-carousel .owl-item img{
    border-radius: 20px;
  }
  section{
    margin-bottom: 30px;
  }
}
/*---------card----------*/
.card-img-top {
  padding: 20px;
  border-radius: 50px;
}

.card {
  border: 1px solid #fff;
  border-radius: 40px;
  box-shadow: 0px 3px 6px #00000029;
  height: 100%;
  position: relative;
}

.card-text {
  font-size: 18px;
}

.card-title {
  font-size: 22px;
}

.card-body {
  padding: 10px 26px 19px 29px;
}

.reverse{
  transform: scaleX(-1);
}

/*--------about------*/
.content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.twen {
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media(max-width:1280px){
  .twen{
    border-radius: 30px;
  }
}
@media(max-width:575px){
  .twen{
    border-radius: 20px;
  }
}
/*-----------footer-----------*/
.div-form {
  background: url(../images/ftrbgn.png) center/cover no-repeat;
  /* margin-top: 80px; */
  background-size: 120%;
  position: relative;
  height: auto;
  /* background-position-x: 85%; */
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50px;
  padding: 80px;
}
@media(max-width:1199px){
  .div-form{
    padding: 50px;
  }
}
@media(max-width:1280px){
  .div-form{
    border-radius: 30px;
  }
}
@media(max-width:991px){
  .div-form{
    background-size: cover;
    padding: 30px;
  }
}
@media(max-width:575px){
  .div-form{
    border-radius: 20px;
  }
}
.ftr-head {
  font-size: 50px;
  text-align: center;
  font-family: "Visby Round CF,Bold";
}
::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff !important;
}
.form-control {
  margin: 0 auto; 
  border-radius: 16px;
 color: #fff !important;
 outline: none !important;
 box-shadow: none !important;
  overflow: hidden;
  background: #ffffff82;
  color: #fff !important;
  border: none !important;
  /* border-color: #ffffff82; */
  
}
#nameInput, #emailInput{
  height: 56px;
}
@media(max-width:1024px){
#nameInput, #emailInput{
  height: 46px;
}
.form-control{
  border-radius: 8px;
}
}
@media(max-width:767px){
  #nameInput, #emailInput{
    height: 38px;
  }
  }
.form-control:focus {
  color: #212529;
  background: #ffffff82;
  /* background-color: transparent; */
  border-color: #545b65;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(89 116 157 / 25%);
}

.ftr-btn {
  text-align: right;
  margin-top: 30px;
}

.ftr-btn .btn {
  color: white;
  text-align: center;
  background: inherit;
  border: 1px solid #fff;
  border-radius: 28px;
  width: 156px;
  color: white;
}
.ftr-btn .btn:hover{
  background-color: #fff;
  color: #000;
}

#contact-form li {
  list-style-type: none;
  margin-bottom: 20px;
}

#contact-form li img {
  margin-right: 12px;
}

.footer-logo img {
  width: 138px;
  height: 96px;
}

#contact-form ul {
  padding-left: 0rem;
}

.footer-logo {
  margin-bottom: 20px;
}

.ftr-frm {
  width: 520px;
}

.dispalign p {
  font-family: "Varela Round, Regular";
}

/* ------------copyright------------------ */
.dispalign {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dispalign .credits {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.pixtar {
  text-decoration: none !important;
  color: #fff !important;
  margin-left: 4px;
  font-weight: 600;
}

.copyright {
  background: #111111;
}

.copyright {
  color: #b0b9ae;
}
#world {
  
  margin: 80px 0px;
}
@media(max-width:991px){
#world{
margin: 50px 0px;
}
}
/*--------------------------------media queries--------------------------------------*/

/*--------------------------------------1366----------------------------------*/
@media (max-width: 1366px) {
  /* .banner-content h1 {
    font-size: 65px;
  } */

  .banner-content p {
    font-size: 22px;
  }
  .heading {
    font-size: 55px;
  }
  .ftr-head{
    font-size: 36px;
  }
}

/*---------------------------------------1024---------------------------------------------*/
@media (max-width: 1024px) {
  .card-img-top {
    padding: 10px;
    border-radius: 24px;
}
.card {
  border-radius: 24px;
}
.card-body {
  padding: 10px 15px 10px 15px;
}
}
/*---------------------------------------991------------------------------------*/

@media (max-width: 991px) {
  .card-text {
    font-size: 16px;
  }
 

  .block-para {
    font-size: 18px;
  }

  /* .div-form{
      height: 55vh;
    } */

  .banner {
    height: 88.8vh;
  }

  /* #home {
    padding: 36px;
  } */
  .card{
    border-radius: 30px;
  }
  .card-img-top{
    border-radius: 35px;
  }
  .banner-content p {
    font-size: 18px;
  }
  .para-txt {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .heading {
    font-size: 44px;
  }
}
/*---------------------------------------768-------------------------------------------*/
@media (max-width: 768px) {
  /* .heading {
    font-size: 40px;
  } */

  /* .banner-content h1 {
    font-size: 50px;
  } */

  .socials {
    margin: 0 auto;
  }

  .twen {
    width: 500px;
  }

  /* .banner {
    height: 90vh;
  } */

  .div-form {
    padding: 40px;
  }

  .heading2 {
    font-size: 36px;
  }

  #contact-form .details ul li {
    margin-bottom: 15px;
  }
}

/*-----------------------------------------767----------------------------------------*/
@media (max-width: 767px) {
  .socials {
    width: 100%;
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: row;
  }

  .block-content {
    margin-top: 20px;
  }

  .dispalign {
    align-items: center;
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
  }

  .twen {
    width: 100%;
  }
}

/* -------------------------------575----------------------------- */
@media (max-width: 575px) {
  .card-text {
    font-size: 14px;
  }
  #home {
    padding: 20px;
  }

  .banner-content h1 {
    font-size: 45px;
  }

  #world {
    text-align: center;
     
  }
 
 
    #world{
     margin: 30px 0px;
    }    

  .banner-content p {
    font-size: 16px;
  }

  .block-para {
    font-size: 16px;
  }
  .banner-btn {
    margin-top: 30%;
    font-size: 14px;
  }
  .banner-content h1{
    margin-bottom: 30px;
  }
  .para-txt {
    font-size: 16px;
  }
}

/* ----------------------------480---------------------------- */
@media (max-width: 480px) {
  #contact-form .details ul li {
    margin-bottom: 15px;
  }

  #home {
    padding: 14px;
  }

  .banner-content h1 {
    font-size: 38px;
  }

  /* .banner-content p {
    font-size: 18px;
  } */

  .banner-btn {
    padding: 7px 17px;
    width: 184px;
  }

  .heading {
    font-size: 36px;
  }


  #world {
    text-align: center;
  }

  .ftr-head {
    font-size: 28px;
  }
}
.p2{
  font-size: 20px;
}
@media(max-width:1024px){
  .p2{
    font-size: 18px;
  }
}
@media(max-width:575px){
  .p2{
    font-size: 16px;
  }
}