@import url("https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&display=swap");
:root {
  --text-color: #0E1E39;
}
body {
  font-family: "Alan Sans", sans-serif !important;
}
.myVid {
  width: 100%;
}
.myLogo {
  position: relative;
  top: 0.7rem;
}
.jiobp_curve {
  width: 100%;
  background: linear-gradient(145deg, #2DA6D2, #C3E6FA);
  position: relative;
}
.jio_navbar::before {
  content: "";
  background: url(../img/header-line-bg.svg) no-repeat left top;
  width: 100%;
  height: 81px;
  position: absolute;
  left: 0;
  bottom: -65px;
  z-index: -1;
  background-size: cover;
}
.jiobp_curve:before {
  content: "";
  position: absolute;
  width: 100% !important;
  height: 65px !important;
  z-index: 1;
  top: auto !important;
  bottom: -1px !important;
  background: url(../img/Bottom_Right.png);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  right: 0 !important;
  left: auto !important;
  background-position: bottom right !important;
  background-color: transparent !important;
}
.jiobp_curve:after {
  content: "";
  position: absolute;
  width: 100% !important;
  height: 65px !important;
  z-index: 1;
  left: 0 !important;
  top: -1px !important;
  background-image: url(../img/Top_Left.png);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: top left !important;
  background-color: transparent !important;
}
.myBg {
  background: linear-gradient(145deg, #0E1E39 0%, #0E1E39 100%) !important;
}
.myIcon {
  width: 135px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #fff;
  background-color: red;
  border-radius: 50%;
}
.myText {
  font-size: 2rem;
  color: var(--text-color);
  position: relative;
}
.myText span {
  width: 50px;
  height: 3px;
  background-color: #4a9953;
  float: left;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.myHead {
  font-size: 20px;
}
.myFooter {
  background: #0E1E39;
  color: #fff;
}
.myFooter h5 {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.myFooter a {
  text-decoration: none;
  color: #ececec;
}
.myBtn{
    color: #fff;
    border:  1px solid #0E1E39 !important;
}
.myBtn:hover{
    background-color: #0E1E39 !important;
    color: #fff !important;
}
.myIcon2{
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myIcon3{
  width: 130px;
  height: 130px;
  background-color: #0e1e39;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
