@import "https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900";

/********** Reset Start **********/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  background-color: #0e0b0f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/********** Common Start **********/

button {
  text-decoration: none;
}
button:hover,
button:focus {
  outline: medium;
  text-decoration: none;
  box-shadow: none;
}
input {
  text-decoration: none;
}
input:hover,
input:focus {
  box-shadow: none !important;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  outline: medium;
  text-decoration: none;
  box-shadow: none;
}

.od-topdiv {
  text-align: center;
  padding: 44px 20px 100px 20px;
  background-image: url(../images/circles-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.od-topdiv:before {
  content: "";
  display: inline-block;
  width: 550px;
  height: 550px;
  position: absolute;
  left: -10%;
  top: 10%;
  border-radius: 50%;
  background: linear-gradient(180deg, #1261a0 0%, #000000 100%);
  filter: blur(50px);
}
.od-topdiv:after {
  content: "";
  display: inline-block;
  width: 550px;
  height: 550px;
  position: absolute;
  right: 10%;
  top: 5%;
  border-radius: 50%;
  background: linear-gradient(180deg, #1261a0 0%, #3895d3 100%);
  filter: blur(50px);
  opacity: 0.4;
}
.od-topdiv-div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1550px;
  margin: 0 auto 40px auto;
}
.od-topdiv-div .od-links {
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
  padding: 0 30px;
}
.od-topdiv-div .btn-get {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #2e2e2e;
  padding: 12px 25px;
  background: linear-gradient(178.94deg, #f0ffff 0.91%, #1261a0 133.15%);
  border-radius: 50px;
  border: none;
}

.od-topdiv-sub-1 {
  position: relative;
  display: inline-block;
}
.od-topdiv-sub-2 {
  position: relative;
  z-index: 1;
}
.od-topdiv-sub-1 .star-1 {
  position: absolute;
  top: 15%;
  left: 10%;
  transition: all 0.8s ease-in-out 0s;
}
.od-topdiv-sub-1:hover .star-1 {
  top: 25%;
  left: 20%;
}
.od-topdiv-sub-1 .star-2 {
  position: absolute;
  top: 70%;
  left: 15%;
  transition: all 0.8s ease-in-out 0s;
}
.od-topdiv-sub-1:hover .star-2 {
  top: 70%;
  left: 25%;
}
.od-topdiv-sub-1 .star-3 {
  position: absolute;
  top: 90%;
  right: 25%;
  transition: all 0.8s ease-in-out 0s;
}
.od-topdiv-sub-1:hover .star-3 {
  top: 85%;
  right: 35%;
}
.od-topdiv-sub-1 .star-4 {
  position: absolute;
  top: 50%;
  right: 10%;
  transition: all 0.8s ease-in-out 0s;
}
.od-topdiv-sub-1:hover .star-4 {
  top: 60%;
  right: 20%;
}
.od-topdiv-sub-1 .star-5 {
  position: absolute;
  top: 30%;
  right: 15%;
  transition: all 0.8s ease-in-out 0s;
}
.od-topdiv-sub-1:hover .star-5 {
  top: 32%;
  right: 18%;
}
.od-topdiv .text1 {
  padding-top: 25px;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.02em;
  background: linear-gradient(178.94deg, #f0ffff 0.91%, #1261a0 133.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.od-topdiv .text2 {
  margin: 0 auto;
  max-width: 520px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: #ffffff;
  opacity: 0.8;
}
.od-topdiv .playbtn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 30px 0 10px 0;
}
/* .od-topdiv .playbtn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1.35px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  opacity: 0;
}
.od-topdiv .playbtn:after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border: 1.35px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  opacity: 0;
}
.od-topdiv:hover .playbtn:before {
  animation: shadow-pop-tr 1s infinite both;
}
.od-topdiv:hover .playbtn:after {
  animation: shadow-pop-tr 1s infinite both;
} */

@keyframes shadow-pop-tr {
  0% {
    transform: translateX(8px) translateY(8px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
  }
}

.od-topdiv .text3 {
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 80px;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #e1e7ef;
  opacity: 0.8;
  background: rgba(39, 49, 45, 0.2);
  border: 1px solid rgba(0, 130, 123, 0.3);
  box-shadow: 0px 0px 14px rgba(39, 49, 45, 0.6);
  border-radius: 50px;
}
.od-topdiv .btn-join {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  padding: 18px 35px;
  letter-spacing: 0.775385px;
  color: #58cced;
  background: radial-gradient(
    135.31% 62.57% at 50% 50%,
    rgba(18, 97, 160, 0) 0%,
    #1261a0 100%
  );
  box-shadow: inset 0px 0px 10.7692px rgba(255, 255, 255, 0.25);
  border-radius: 53px;
}

.od-costs-div {
  padding: 80px 20px;
  text-align: center;
  position: relative;
  background-image: url(../images/left-angle.png),
    url(../images/right-angle.png);
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  background-position: 20% center, 80% center;
}
.od-costs-div:before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  left: 5%;
  bottom: 0%;
  background: linear-gradient(
    180deg,
    rgba(56, 149, 211, 0.34) 0%,
    #3895d3 100%
  );
  filter: blur(100px);
  border-radius: 50%;
  opacity: 0.3;
}
.od-costs-div:after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  right: 10%;
  top: 0%;
  background: linear-gradient(
    180deg,
    rgba(56, 149, 211, 0.34) 0%,
    #3895d3 100%
  );
  filter: blur(100px);
  border-radius: 50%;
  opacity: 0.4;
}
.od-costs-div .od-circle {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 680px;
  height: 680px;
  border: 35px solid #3895d3;
  border-radius: 50%;
  background: #000000;
  margin: 0 auto;
}
.od-costs-div .text1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.od-costs-div .text2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.72px;
  color: #58cced;
}
.od-costs-div .text3 {
  font-weight: 600;
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  background: linear-gradient(178.94deg, #f0ffff 0.91%, #1261a0 133.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.od-costs-div .text4 {
  margin: 15px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3895d3;
  opacity: 0.8;
}
.od-costs-div .btn-join {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  padding: 14px 30px;
  letter-spacing: 0.77px;
  color: #58cced;
  background: radial-gradient(
    135.31% 62.57% at 50% 50%,
    rgba(18, 97, 160, 0) 0%,
    #1261a0 100%
  );
  box-shadow: inset 0px 0px 10.7692px rgba(255, 255, 255, 0.25);
  border-radius: 53px;
}

.od-work-with-div {
  padding: 50px 0 120px 0;
  text-align: center;
}
.od-work-with-div .od-title-text .text1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.72px;
  color: #58cced;
  margin-bottom: 15px;
}
.od-work-with-div .od-title-text .text2 {
  font-weight: 600;
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  background: linear-gradient(178.94deg, #f0ffff 0.91%, #1261a0 133.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}
.od-work-with-div .od-title-text .text3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  opacity: 0.8;
  max-width: 850px;
  margin: 0 auto 40px auto;
}
.od-work-with-div .od-crm-list {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.od-footer-div {
  padding: 20px 10px;
  border-top: 3px solid #1261a0;
}
.od-footer-div .od-footer-links {
  float: right;
  margin: 5px 0;
}
.od-footer-div .od-footer-links .od-copy {
  color: #fff;
  display: inline-block;
  margin: 7px 15px;
}
.od-footer-div .od-footer-links a {
  color: #fff;
  margin: 7px;
  display: inline-block;
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .od-topdiv {
    padding: 30px 20px 80px 20px;
  }
  .od-topdiv-div {
    max-width: 1140px;
    margin-bottom: 30px;
  }
  .od-topdiv-div .od-links {
    font-size: 20px;
    padding: 0 20px;
  }
  .od-topdiv-div .btn-get {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 22px;
  }
  .od-topdiv .text1 {
    font-size: 46px;
  }
  .od-topdiv .text2 {
    max-width: 480px;
    font-size: 20px;
  }
  .od-topdiv .text3 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .od-topdiv .btn-join {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 25px;
  }
  .od-costs-div {
    padding: 30px 15px;
  }
  .od-costs-div:before {
    width: 450px;
    height: 450px;
  }
  .od-costs-div .od-circle {
    gap: 15px;
    width: 500px;
    height: 500px;
    border: 20px solid #3895d3;
  }
  .od-costs-div .text1 {
    font-size: 30px;
  }
  .od-costs-div .text1 img {
    max-width: 100px;
  }
  .od-costs-div .text2 {
    font-size: 18px;
  }
  .od-costs-div .text3 {
    font-size: 36px;
  }
  .od-costs-div .btn-join {
    font-size: 16px;
    line-height: 20px;
    padding: 13px 25px;
  }
  .od-work-with-div .od-title-text .text2 {
    font-size: 36px;
  }
  .od-work-with-div .od-crm-list {
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .od-topdiv .text1 {
    font-size: 40px;
  }
  .od-topdiv .text2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .od-topdiv {
    text-align: center;
    padding: 30px 15px 50px 15px;
  }
  .od-topdiv .playbtn:before {
    animation: shadow-pop-tr 1s infinite both;
  }
  .od-topdiv .playbtn:after {
    animation: shadow-pop-tr 1s infinite both;
  }
  .od-work-with-div {
    padding: 50px 0;
  }
  .od-work-with-div .od-title-text .text2 {
    font-size: 30px;
  }
  .od-work-with-div .od-title-text .text3 {
    font-size: 16px;
  }
  .od-work-with-div .od-crm-list {
    gap: 10px;
  }
  .od-work-with-div .od-crm-list .img-fluid {
    max-height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .od-topdiv-div {
    flex-direction: column;
  }
  .od-topdiv-div .logo {
    margin-bottom: 15px;
  }
  .od-topdiv:before {
    width: 300px;
    height: 300px;
  }
  .od-topdiv .text1 {
    font-size: 30px;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .od-topdiv .text2 {
    font-size: 18px;
  }
  .od-topdiv .text3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .od-topdiv .btn-join {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
  }
  .od-costs-div:before {
    width: 300px;
    height: 300px;
  }
  .od-costs-div .od-circle {
    gap: 10px;
    width: 320px;
    height: 320px;
    border: 10px solid #3895d3;
  }
  .od-costs-div .text1 {
    font-size: 20px;
  }
  .od-costs-div .text1 img {
    max-width: 70px;
  }
  .od-costs-div .text2 {
    font-size: 16px;
  }
  .od-costs-div .text3 {
    font-size: 24px;
  }
  .od-costs-div .text4 {
    margin: 5px 0;
    font-size: 18px;
    line-height: 20px;
  }
  .od-costs-div .btn-join {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .od-topdiv-div .od-links {
    font-size: 18px;
    padding: 0 10px;
  }
  .od-topdiv-div .btn-get {
    font-size: 16px;
    padding: 8px 16px;
  }
  .od-costs-div .od-circle {
    gap: 5px;
    width: 260px;
    height: 260px;
  }
  .od-costs-div .text1 {
    font-size: 18px;
  }
  .od-costs-div .text2 {
    font-size: 16px;
  }
  .od-costs-div .text3 {
    font-size: 22px;
  }
  .od-costs-div .text4 {
    font-size: 16px;
    line-height: 18px;
  }
  .od-work-with-div .od-crm-list .img-fluid {
    max-height: 40px;
  }
  .od-footer-div {
    text-align: center;
  }
  .od-footer-div .od-footer-links {
    text-align: center;
    width: 100%;
    float: none;
  }
}

/********** Privacy & Terms Page **********/

.od-body-main {
  background-color: #ffffff;
}
.od-body-main .od-head-div {
  padding: 10px;
  text-align: center;
  border-bottom: 3px solid #1261a0;
}
.od-body-main .od-footer-div .od-footer-links .od-copy {
  color: #1261a0;
}
.od-body-main .od-footer-div .od-footer-links a {
  color: #1261a0;
}
.od-privacy-div {
  padding: 50px 0;
}
.od-privacy-div hr {
  margin: 30px 0;
}
.od-privacy-div a {
  color: blue;
  text-decoration: underline;
}
.od-privacy-div p {
  line-height: 1.4;
}
.od-privacy-div ul {
  list-style: disc;
  margin-left: 30px;
}
.od-privacy-div ul li {
  line-height: 1.4;
  margin-bottom: 10px;
}
.od-privacy-div ol {
  list-style: decimal;
  margin-left: 30px;
}
.od-privacy-div ol li {
  line-height: 1.4;
  margin-bottom: 10px;
}

/********** Pricing Page **********/

.od-pricing-sub {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.od-pricing-sub .text1 {
  padding-bottom: 90px;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.02em;
  background: linear-gradient(178.94deg, #f0ffff 0.91%, #1261a0 133.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.od-pricing-sub .od-pricing-box {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 35px 50px;
  background: rgba(41, 41, 41, 0.5);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  border: 1px solid #51697b;
}
.od-pricing-sub .od-pricing-box .od-title {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  padding: 5px 7px;
  letter-spacing: 0.02em;
  background: #254165;
  border-radius: 5px;
  margin-bottom: 30px;
}
.od-pricing-sub .od-pricing-box .od-price {
  text-align: left;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  background: linear-gradient(178.94deg, #f0ffff 0.91%, #1261a0 133.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}
.od-pricing-sub .od-pricing-box .od-lists {
  margin-bottom: 70px;
  text-align: left;
}
.od-pricing-sub .od-pricing-box .od-lists li {
  background-image: url(../images/tick.png);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: #ffffff;
  padding-left: 40px;
  margin-bottom: 15px;
}
.od-pricing-sub .od-pricing-box .od-lists li small {
  font-size: 16px;
}
.od-pricing-sub .od-pricing-box .btn-get {
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #2e2e2e;
  padding: 12px 25px;
  background: linear-gradient(178.94deg, #f0ffff 0.91%, #1261a0 133.15%);
  border-radius: 50px;
  border: none;
}

@media screen and (max-width: 1440px) {
  .od-pricing-sub {
    margin-top: 60px;
  }
  .od-pricing-sub .text1 {
    font-size: 50px;
    padding-bottom: 40px;
    padding-top: 0;
  }
  .od-pricing-sub .od-pricing-box {
    max-width: 400px;
    padding: 30px 30px;
  }
  .od-pricing-sub .od-pricing-box .od-title {
    font-size: 18px;
  }
  .od-pricing-sub .od-pricing-box .od-price {
    font-size: 30px;
  }
  .od-pricing-sub .od-pricing-box .od-lists li {
    font-size: 20px;
  }
  .od-pricing-sub .od-pricing-box .btn-get {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .od-pricing-sub {
    margin-top: 30px;
  }
  .od-pricing-sub .text1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .od-pricing-sub .text1 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
