/*
 Theme Name:   Notes From Arpit
 Theme URI:    http://notesfromarpit/
 Description:  Notes From Arpit Child Theme of Twenty Twenty-One
 Author:       Carvia Tech
 Author URI:   http://carvia.tech
 Template:     twentytwentyone
 Version:      1.0.0
*/

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", serif;
  font-style: normal;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

a, p, h1, h2, h3, h4, h5, h6, span, button,
input::placeholder,
textarea::placeholder, select {
  font-family: "Poppins", sans-serif !important;
}

section,
.header {
  padding-block-start: 30px;
  padding-block-end: 30px;
}

img {
  transition: transform 1.5s !important;
}

h1 {
  color: white;
}

.mt-4 {
  margin-top: 1.25rem !important;
}

.mt-2 {
  margin-top: 0.25rem !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.wd-50 {
  width: 50%;
}

.wd-100 {
  width: 100%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.bg-white {
  background-color: #fff;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-half {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-full {
  flex: 0 0 100%;
  max-width: 100%;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.end-0 {
  bottom: 0;
}

.at-two-column {
  align-items: center;
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 1fr 2fr;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .container {
    max-width: 100%;
    padding: 0 45px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .container {
    max-width: 1200px;
    width: 1200px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .container {
    max-width: 1360px;
    width: 1360px;
  }
}

@media screen and (min-width: 1681px) and (max-width: 1920px) {
  .container {
    max-width: 1600px;
    width: 1600px;
  }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .container {
    max-width: 1680px;
    width: 1680px;
  }
}

@media screen and (min-width: 2561px) {
  .container {
    max-width: 1760px;
    width: 1760px;
  }
}

.d-flex {
  display: flex;
  display: -ms-flexbox;
}

.d-grid {
  display: grid;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

.gap-2 {
	column-gap: 20px;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-start {
  align-items: start;
}

.align-items-end {
  align-items: end;
}

.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.cursor-p {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.py-40 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.p-0 {
  padding: 0;
}

.ps-3 {
  padding-left: 1rem !important;
}

.px-70 {
  padding: 0 70px;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}


.m-auto {
  margin: auto;
}

.fs-small {
  font-size: 12px;
}

.text-white {
  color: white;
}

a:-webkit-any-link:focus-visible,
a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
img:focus,
img:focus-visible {
  outline: none;
  outline-offset: 0;
}

.bg_purple {
  background: #5F4180;
}

.btn-sm {
  padding: 10px 17px;
  font-size: 1rem;
}

.btn-lg {
  padding: 12px 25px;
  font-size: 1.1rem;
}

.btn-b {
  border: 1px solid #5F4180 !important;
  color: #5F4180 !important;
  background: transparent;
  background-color: transparent !important;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.highlightBtn {
  transition: 0.3s all;
  cursor: pointer;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  margin-left: 0.9375rem;
}

.cta {
  margin-top: 20px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  width: fit-content;
}

.cta svg {
  margin-right: 8px;
}

.border-radius-0px {
  border-radius: 0 !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.my-20 {
  margin: 20px 0;
}

/*OverRiding parent theme CSS || Required*/
.site-main {
  margin: 0 !important;
  padding: 0 !important;
}
.site-main section {
  margin: 0 !important;
  max-width: 100% !important;
  display: flex;
  align-items: center;
}
.site-main .wp-block-spacer {
  margin: 0 auto !important;
}
.entry-content {
  margin: 0 !important;
  padding: 0 !important;
}
.entry-content:before,
.entry-content:after {
  display: none;
}

.two_grid {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 1.2fr 2fr;
}

.btn-blue {
  background-color: #5F4180 !important;
  color: white !important;
}

.section-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  font-family: "Poppins", sans-serif;
}

.section_viewAll a {
  color: #5F4180;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}

.center-obj {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img.center-obj {
  cursor: pointer;
  padding: 10px 20px;
  background-color: black;
  border-radius: 5px;
  opacity: .5;
}

.border-6 {
  border-radius: 6px;
}

.themeColor {
  color: #5F4180 !important;
}

.custom-pagination .page-numbers.current {
    background-color: #5F4180;
    color: white;
}