@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --color-primary: #e63433;
  --color-dark: #1a1b1f;
  --color-text: #1a1b1f;
  --color-text-light: rgba(17, 17, 17, 0.6);
  --color-white: #fff;
  --color-black: #000;
  --color-gray-light: #f4f4f4;
  --color-gray-border: #e4e4e4;
  --color-blue: #096ad0;
  --color-success: #12b878;
  --color-error: #db4b68;

  --font-primary: 'Circularstd', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-secondary: 'Lato', sans-serif;

  --space-xs: 5px;
  --space-sm: 10px;
  --space-md: 20px;
  --space-lg: 30px;
  --space-xl: 50px;
  --space-2xl: 80px;
  --space-3xl: 100px;

  --max-width: 1140px;
  --max-width-wide: 1230px;

  --transition-fast: 0.2s ease;
  --transition-normal: 0.4s ease;
}

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

::selection {
  background-color: #fff066;
  color: #1a1b1f;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--color-text);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  background-color: transparent;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: opacity var(--transition-fast);
  display: inline-block;
}

a:hover {
  color: var(--color-dark);
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: var(--space-sm);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-align: center;
  font-size: 64px;
  line-height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 33px;
}

.heading-6 {
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.paragraph-light {
  opacity: 0.6;
  text-align: center;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: 51px;
  margin-right: 51px;
  font-size: 18px;
}

.paragraph-light-left {
  opacity: 0.6;
  color: #111;
  text-align: left;
  margin-bottom: 0;
  font-size: 19px;
  display: block;
}

.paragraph-bigger {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 10px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-2 {
  font-size: 19px;
}

.paragraph-tiny2 {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.paragraph-tiny2-bold {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-about-light {
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  width: 100%;
  max-width: var(--max-width-wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
}

.section {
  margin: 72px 99px 100px;
}


.row {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.row.sm-reverse {
  margin-left: 0;
  margin-right: 0;
}

.row-2 {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.row-2.no-bottom-margins {
  margin-bottom: 0;
}

.col {
  display: flex;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col.lg-1 { width: 8.33%; }
.col.lg-2 { width: 16.66%; }
.col.lg-3 { width: 25%; }
.col.lg-4 { width: 33.33%; margin-bottom: 15px; }
.col.lg-5 { width: 41.66%; }
.col.lg-6 { width: 50%; }

.col.lg-1.hidden-lg-down {
  padding-left: 5px;
  padding-right: 5px;
}

.col.lg-4.sm-2.lg-vertical-align {
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
}

.col.lg-4.hidden {
  display: none;
}

.w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row::before,
.w-row::after {
  content: " ";
  display: table;
}

.w-row::after {
  clear: both;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col-2 { width: 16.66667%; }
.w-col-3 { width: 25%; }
.w-col-10 { width: 83.33333%; }

.w-layout-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.skills-grid {
  display: grid;
  grid-template: ". ." / 1fr 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  margin-bottom: 100px;
}

.personal-features-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  margin-bottom: 100px;
}

.services-items-grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 40px;
}

.social-media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.social-media-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-media-grid img.portrait {
  grid-row: span 2;
}


.sesame-ring-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 710px;
  margin: 0 auto;
}

.sesame-ring-grid img {
  width: 100%;
  height: auto;
}

.sesame-ring-grid .grid-full {
  grid-column: 1 / -1;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}

.grid-5 img {
  justify-self: center;
  max-width: 150px;
  height: auto;
}

.text-block-5 {
  font-size: 14px;
  line-height: 1.5;
}

.navigation {
  display: flex;
  align-items: center;
  padding: 30px 50px;
  background-color: transparent;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  display: flex;
  align-items: center;
  max-width: 1840px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-items {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.navigation-wrap {
  display: flex;
  align-items: center;
  margin-right: -20px;
}

.navigation-item {
  opacity: 0.6;
  color: #141414;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: opacity var(--transition-fast);
  display: inline-block;
  position: relative;
}

.navigation-item:hover {
  opacity: 0.9;
  color: var(--color-black);
}

.navigation-item.w--current,
.navigation-item.current {
  opacity: 1;
  color: #230f4e;
  font-weight: 600;
}

.menu-button {
  display: none;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}

.menu-icon {
  display: block;
  width: 22px;
}

.w-nav-menu {
  display: flex;
}

.jumbotron {
  --sky-top: #3b0eb8;
  --sky-bottom: #429adf;
  --star-opacity: 0.6;
  --glow-x: 50%;
  --glow-y: 50%;
  --glow-color: rgba(255, 200, 100, 0);
  --glow-size: 300px;

  position: relative;
  display: flex;
  height: 108vh;
  margin-bottom: 40px;
  background: linear-gradient(var(--sky-top), var(--sky-bottom) 70%);
  overflow: hidden;
}

.jumbotron::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), var(--glow-color) 0%, transparent var(--glow-size)),
    url('../images/stars.svg');
  background-attachment: scroll, fixed;
  background-size: auto, cover;
  opacity: var(--star-opacity);
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.jumbotron::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/splashscreen.png') no-repeat;
  background-size: cover;
  pointer-events: none;
}

.headertext {
  align-self: center;
  margin-bottom: 100px;
  padding-left: 321px;
}

.headertitle {
  color: var(--color-white);
  font-size: 78px;
  font-weight: 700;
  line-height: 78px;
}

.headersub {
  color: var(--color-white);
  max-width: 400px;
  margin-top: 21px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 35px;
}

.contacticons {
  display: grid;
  grid-template-columns: 0.25fr 0.25fr minmax(201px, 0.25fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
}

.cards {
  margin-bottom: 100px;
}

.section-cards {
  margin-top: 70px;
}

.blog-thumbnail-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid rgba(9, 106, 208, 0.2);
  border-radius: 6px;
  margin-bottom: 30px;
  text-decoration: none;
  transition: transform var(--transition-fast);
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translateY(-5px);
}

.padding {
  padding: 20px;
}

.heading-14,
.heading-15,
.heading-16,
.heading-17,
.heading-18,
.heading-19,
.heading-20 {
  color: var(--color-black);
}

.div-block-2 {
  display: block;
  text-align: center;
  margin-top: 13px;
}

.text-block-3 {
  display: inline-block;
  color: #363636;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #8d8d8d;
  border-radius: 20px;
  margin: 5px 0 5px 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.section-3 {
  margin-bottom: 100px;
}

.div-block-4 {
  display: block;
  text-align: center;
}

.image-10 {
  display: inline-block;
  max-width: 160px;
  max-height: 160px;
  text-align: center;
}

.columns-4 {
  display: block;
  margin-top: 50px;
  margin-left: 170px;
  margin-right: 170px;
}

.featured-section {
  display: block;
  text-align: left;
}

.portfolio-section {
  display: block;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.portfolio-section.bo-bottom-padding {
  margin-top: -19px;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-section.hidden {
  display: none;
}

.side-image {
  object-fit: scale-down;
}

.side-image-cover {
  object-fit: cover;
}

.image-4, .image-5, .image-6, .image-7, .image-9 {
  object-fit: cover;
}

.image-8 {
  object-fit: contain;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
}

.feature-media {
  width: 45%;
  margin-right: 25px;
  background-image: url('../images/stars2.svg'), linear-gradient(#3b0eb8, #429adf 70%);
  background-position: 0 0, 0 0;
  background-size: 125px, auto;
  background-attachment: fixed, scroll;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 40px;
}

.skillset-wrap {
  margin-bottom: 29px;
  padding-right: 10px;
}

.service-name-text {
  opacity: 0.6;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 42px;
}

.speaking-text {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 8px;
  font-size: 17px;
}

.speaking-detail {
  display: block;
  opacity: 0.6;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.list-item {
  margin-bottom: 25px;
}

.reference-link {
  opacity: 0.6;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.section-4 {
  margin-top: 100px;
}

.text-block-4 {
  display: flex;
  justify-content: center;
}

.hero-section {
  display: block;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 70px;
}

.hero-media {
  flex: 0 0.5 auto;
  align-self: flex-end;
  margin-left: 25px;
}

.container-2 {
  margin-top: 30px;
}

.content-section {
  margin-bottom: 20px;
}

.center-para {
  text-align: center;
  margin-bottom: 60px;
  margin-left: 250px;
  margin-right: 250px;
  font-size: 19px;
}

.heading-8 {
  text-align: left;
  margin-top: 30px;
  font-size: 44px;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
}

.div-block-50 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-51 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-52 {
  display: flex;
  margin-bottom: 10px;
}

.image-12, .image-13 {
  padding-left: 30px;
  padding-right: 30px;
}

.media-image {
  margin-top: 5px;
  margin-bottom: 5px;
}

.video-2 {
  margin-top: 60px;
  margin-bottom: 70px;
}

.video-3 {
  margin-top: 60px;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

label {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.w-form {
  margin: 0 0 15px;
}

.text-field,
.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 21px 20px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  background-color: #fff;
  border: 1px solid var(--color-gray-border);
  border-radius: 0;
  transition: border-color var(--transition-normal);
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:focus {
  border-color: #43464d;
  outline: 0;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea,
textarea.w-input {
  height: 200px;
  padding-top: 12px;
}


.button,
.w-button {
  display: inline-block;
  color: var(--color-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--color-dark);
  border: 0;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--transition-normal), color var(--transition-normal);
}

.button:hover {
  color: var(--color-white);
  background-color: #32343a;
}

.button-2 {
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  color: var(--color-white);
  text-decoration: none;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 11px rgba(1, 58, 117, 0.33);
}

.button-2:hover {
  color: var(--color-white);
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(1, 58, 117, 0.33);
}

.button-5 {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url('../images/mail-os.svg');
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.button.cc-white-button {
  color: #202020;
  background-color: var(--color-white);
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
}

.footer-links {
  display: flex;
  align-items: center;
  margin-right: -20px;
}

.footer-item {
  opacity: 0.6;
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity var(--transition-fast);
}

.footer-item:hover {
  opacity: 0.9;
}

.utility-page-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  color: var(--color-white);
  text-align: center;
}

._404-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: var(--color-dark);
}

._404-content-wrap {
  margin-bottom: 20px;
}

.lottie-animation {
  max-width: 300px;
  text-align: center;
}

.lottie-animation::before {
  content: "404";
  display: block;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  opacity: 0.3;
}

.hidden {
  display: none !important;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.link {
  color: var(--color-primary);
  text-decoration: none;
  display: inline-block;
}

.intro-wrap {
  margin-top: 45px;
  margin-bottom: 100px;
}

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

.columns {
  margin-top: 10px;
  margin-left: -10px;
}

.columns-2, .columns-3 {
  margin-left: -10px;
  padding-top: 10px;
}

[style*="opacity: 0"],
[style*="opacity:0"] {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

.fade-in {
  opacity: 1 !important;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7 {
  font-family: var(--font-primary);
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .w-nav-menu .navigation-item {
    color: var(--color-dark);
    opacity: 0.7;
    text-align: center;
    padding: 15px 30px;
  }

  .w-nav-menu .navigation-item:hover {
    opacity: 1;
    background-color: #f7f8f9;
  }

  .menu-button {
    display: block;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .w-nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    flex-direction: column;
    min-width: 200px;
    padding: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .w-nav-menu.open {
    display: flex;
  }

  .headertext {
    padding-left: 140px;
  }

  .headertitle {
    font-size: 60px;
    line-height: 60px;
  }

  .headersub {
    font-size: 24px;
    line-height: 30px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
  }

  .col.lg-1,
  .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-4,
  .col.lg-5,
  .col.lg-6.md-4 {
    width: 50%;
  }

  .portfolio-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .skills-grid {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .personal-features-grid {
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .services-items-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .social-media-grid {
    grid-template-columns: 1fr 1fr;
  }


  .columns-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .center-para {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sesame-ring-grid {
    max-width: 100%;
    padding: 0 10px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .heading-8 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo {
    font-size: 42px;
    line-height: 52px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }


  .navigation {
    padding: 20px 30px;
  }

  .jumbotron {
    height: auto;
    min-height: 100vh;
    padding-bottom: 60px;
  }

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

  .feature-media {
    width: 80%;
    margin-right: 0;
  }

  .hero-media {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .col.lg-6,
  .col.lg-4.sm-2,
  .col.lg-5 {
    width: 100%;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
    padding: 30px 20px;
  }

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

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .sm-align-centre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .side-image,
  .side-image-cover {
    margin-bottom: 20px;
  }


  .skills-grid {
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 470px;
  }

  .personal-features-grid,
  .social-media-heading {
    width: 90%;
    max-width: 470px;
  }

  .services-items-grid {
    grid-template-columns: 1fr;
  }

  .social-media-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }

  .col.lg-4 {
    width: 100%;
  }

  .columns-4 .col {
    width: 100%;
    margin-bottom: 30px;
  }

  .columns-4.w-row {
    display: flex;
    flex-wrap: wrap;
  }

  .columns-4 .w-col.w-col-3 {
    width: 50%;
    float: none;
    margin-bottom: 30px;
  }

  .columns,
  .columns-2,
  .columns-3 {
    display: flex;
  }

  .div-block-4 {
    margin-bottom: 50px;
  }

  .paragraph-2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 17px;
  }

  .feature-section,
  .hero-section {
    padding: 40px 20px;
  }

  .section-4 {
    margin-top: 60px;
  }

  .headertext {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
    margin-top: 40px;
  }

  .headertitle {
    font-size: 48px;
    line-height: 50px;
  }

  .headersub {
    font-size: 20px;
    line-height: 26px;
    max-width: 300px;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 38px;
  }

  .center-para {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px;
  }

  .div-block-50 {
    gap: 20px;
  }

  .div-block-50 img {
    max-width: 100%;
    height: auto;
  }

  .image-14 {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 28px;
    line-height: 36px;
  }

  .navigation {
    padding: 15px 20px;
  }

  .headertext {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .headertitle {
    font-size: 36px;
    line-height: 40px;
  }

  .headersub {
    font-size: 18px;
    line-height: 24px;
    max-width: 280px;
  }

  .contacticons {
    grid-template-columns: repeat(4, 40px);
    gap: 10px;
  }

  .col.lg-6,
  .col.lg-4,
  .col.lg-5,
  .col.lg-3 {
    width: 100%;
  }


  .skills-grid,
  .personal-features-grid,
  .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .social-media-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 120px;
    gap: 8px;
  }

  .feature-media {
    width: 100%;
  }

  .side-image,
  .side-image-cover {
    margin-bottom: 20px;
  }

  .div-block-4 {
    margin-bottom: 40px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 20px;
  }

  .lottie-animation::before {
    font-size: 80px;
  }

  .heading-8 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .center-para {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
  }

  .section-4 {
    margin-top: 40px;
  }

  .hero-section {
    padding: 30px 15px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-51 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sesame-ring-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .columns-4 .w-col.w-col-3 {
    width: 100%;
  }

  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .email-link {
    font-size: 24px;
    line-height: 34px;
  }

  .button,
  .w-button {
    padding: 10px 20px;
    font-size: 11px;
  }
}

@media print {
  .navigation,
  .footer-wrap {
    display: none;
  }

  body {
    color: #000;
    background: #fff;
  }
}
