/*!
Theme Name: My Portfolio
Theme URI: http://underscores.me/
Author: Tarun Pal
Author URI: https://www.tarunpal.in
Description: Tarun Pal: Web Developer Portfolio Theme
Version: 1.1.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: my-portfolio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

My Portfolio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*My Portfolio CSS*/

:root {
    --background-color: #121F28;
    --primary-color: #02DAC5;
    --white-color: #FFFFFF;
}


@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Define weight range for variable font */
    font-style: normal;
}

body {
    font-family: Montserrat;
    font-weight: 400;
    background-color: var(--background-color);
    margin: 0;
}

/*Remix Icons*/

@font-face {
  font-family: "remixicon";
  src: url('fonts/remixicon.eot?t=1708865856766'); /* IE9*/
  src: url('fonts/remixicon.eot?t=1708865856766#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("fonts/remixicon.woff2?t=1708865856766") format("woff2"),
  url("fonts/remixicon.woff?t=1708865856766") format("woff"),
  url('fonts/remixicon.ttf?t=1708865856766') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('fonts/remixicon.svg?t=1708865856766#remixicon') format('svg'); /* iOS 4.1- */
  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ri-mail-line:before { content: "\eef6"; }

.ri-linkedin-fill:before { content: "\eeb5"; }

.ri-whatsapp-line:before { content: "\f2bc"; }

.ri-github-fill:before { content: "\edca"; }

.ri-code-s-slash-fill:before { content: "\ebac"; }

.ri-arrow-right-up-line:before { content: "\ea70"; }



.main-container {
    max-width: 1280px;
    margin: 3em auto 0 auto;
}

.main-container-two {
    max-width: 1200px;
    margin: 3em auto;
} 

.header-nav-menu {
    display: flex;
}

.header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper .logo {
    display: inline-block;
    font-weight: 500;
    font-size: 26px;
}

.logo a {
  text-decoration: none;
}

#logo-text-one {
    color: var(--primary-color);
}

#logo-text-two {
    color: var(--white-color);
}

.header-nav-menu-ul {
    margin: 0;
    display: flex;
    list-style-type: none;
    align-items: center;
}

.menu-nav-item a {
    text-decoration: none;
    display: inline-block;
    color: var(--white-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-right: 30px;
    transition: 0.2s;
}

.menu-nav-item a:hover , .menu-nav-item a:active {
    color: var(--primary-color);
}

.btn-cta-container {
    display: flex;
    align-content: center;
    align-items: center;
}

.resume-btn-cta {
    padding: 10px 18px;
    border-radius: 20px;
    background-color: var(--primary-color);
}

.resume-btn-cta a {
  margin-right: 0;
  color: var(--background-color);
}

.resume-btn-cta a:hover {
  color: var(--background-color);
}


  /* Mobile Menu */
.mobile-menu-container {
  display: none;
  align-items: center;
  justify-content: flex-end;
}

      
.menu-btn {
  cursor: pointer;
  padding: 20px;
}
      
.btn-line {
  width: 30px;
  height: 3px;
  background: var(--white-color);
  margin: 5px 0;
  transition: all 0.3s ease;
}
      
.menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 50%;
  background: #f4f4f4;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
      
.menu.open {
  transform: translateX(0);
  }
      
.menu ul , .featured-work-card-wrapper-ul {
  list-style-type: none;
  padding: 0;
}
      
.menu ul li {
  padding: 20px;
}
      
.menu ul li a {
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.hero-banner {
    display: flex;
    margin-top: 86px;
}


.hero-hello {
    font-weight: 600;
    font-size: 26px;
    color: var(--white-color);
    margin-bottom: 0;
}

.text-left-outside {
    margin-left: -40px;
}

.intro-text-wrapper {
    margin-left: 28px;
}

.intro-text-one {
    margin-top: 30px;
    font-size: 56px;
    font-weight: 500;
    line-height: 68px;
    color: var(--white-color);
    margin-bottom: 25px;
}

.intro-text-one span {
    color: var(--primary-color);
}

.intro-text-two {
    margin: 0;
    font-size: 60px;
    font-weight: 500;
    line-height: 74px;
    color: var(--white-color);
}

.intro-description {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--white-color);
}

.hero-contact-social a , .footer-social-links a {
  text-decoration: none;
}

.hero-section-left {
    margin-left: 25px;
    position: relative;
}

.developer-profile-img {
    border: 10px solid var(--primary-color);
    border-radius: 50%;
    box-shadow: 0px -2px 61px 0px rgba(2, 218, 197, 1);
    width: 395px;
    height: 395px;
}

.dot-pattern-right {
    top: 16px;
}

.dot-pattern-right , .dot-pattern-right2 , .dot-pattern-left {
  position: absolute;
  z-index: -50;
}

.dot-pattern-left {
  top: 80px;
}

section.featured-work {
  position: relative;
}

section.featured-work .dot-pattern-right {
  top: -325px;
}

/* Creating the dot */
.dot {
    width: 3px;
    height: 3px;
    background-color: #676767;
    border-radius: 50%;
    position: absolute;
}

.dot-row {
    position: relative;
}

/* Positioning the dots */
.dot-row .dot:nth-child(1) { left: 0; }
.dot-row .dot:nth-child(2) { left: 60px; }
.dot-row .dot:nth-child(3) { left: 120px; }
.dot-row .dot:nth-child(4) { left: 180px; }
.dot-row .dot:nth-child(5) { left: 240px; }
.dot-row .dot:nth-child(6) { left: 300px; }
.dot-row .dot:nth-child(7) { left: 360px; }
.dot-row .dot:nth-child(8) { left: 420px; }
.dot-row .dot:nth-child(9) { left: 480px; }
.dot-row .dot:nth-child(10) { left: 540px; }
.dot-row .dot:nth-child(11) { left: 600px; }
.dot-row .dot:nth-child(12) { left: 660px; }
.dot-row .dot:nth-child(13) { left: 720px; }

/* Positioning the rows - Hero Banner*/
.dot-pattern-right .dot-row:nth-child(1) { top: 22px; }
.dot-pattern-right .dot-row:nth-child(2) { top: 82px; }
.dot-pattern-right .dot-row:nth-child(3) { top: 142px; }
.dot-pattern-right .dot-row:nth-child(4) { top: 202px; }
.dot-pattern-right .dot-row:nth-child(5) { top: 262px; }
.dot-pattern-right .dot-row:nth-child(6) { top: 322px; }
.dot-pattern-right .dot-row:nth-child(7) { top: 382px; }
.dot-pattern-right .dot-row:nth-child(8) { top: 442px; }
.dot-pattern-right .dot-row:nth-child(9) { top: 502px; }
.dot-pattern-right .dot-row:nth-child(10) { top: 562px; }
.dot-pattern-right .dot-row:nth-child(11) { top: 622px; }
.dot-pattern-right .dot-row:nth-child(12) { top: 682px; }
.dot-pattern-right .dot-row:nth-child(13) { top: 742px; }

/* Positioning the rows - About-me*/
.dot-pattern-left .dot-row:nth-child(1) { top: 0; }
.dot-pattern-left .dot-row:nth-child(2) { top: 60px; }
.dot-pattern-left .dot-row:nth-child(3) { top: 120px; }
.dot-pattern-left .dot-row:nth-child(4) { top: 180px; }
.dot-pattern-left .dot-row:nth-child(5) { top: 240px; }
.dot-pattern-left .dot-row:nth-child(6) { top: 300px; }
.dot-pattern-left .dot-row:nth-child(7) { top: 360px; }
.dot-pattern-left .dot-row:nth-child(8) { top: 420px; }
.dot-pattern-left .dot-row:nth-child(9) { top: 480px; }
.dot-pattern-left .dot-row:nth-child(10) { top: 540px; }
.dot-pattern-left .dot-row:nth-child(11) { top: 600px; }
.dot-pattern-left .dot-row:nth-child(12) { top: 660px; }
.dot-pattern-left .dot-row:nth-child(13) { top: 720px; }

/* Positioning the rows - Featured Work*/
.dot-pattern-right2 .dot-row:nth-child(1) { top: 22px; }
.dot-pattern-right2 .dot-row:nth-child(2) { top: 82px; }
.dot-pattern-right2 .dot-row:nth-child(3) { top: 142px; }
.dot-pattern-right2 .dot-row:nth-child(4) { top: 202px; }
.dot-pattern-right2 .dot-row:nth-child(5) { top: 262px; }
.dot-pattern-right2 .dot-row:nth-child(6) { top: 322px; }
.dot-pattern-right2 .dot-row:nth-child(7) { top: 382px; }
.dot-pattern-right2 .dot-row:nth-child(8) { top: 442px; }
.dot-pattern-right2 .dot-row:nth-child(9) { top: 502px; }
.dot-pattern-right2 .dot-row:nth-child(10) { top: 562px; }
.dot-pattern-right2 .dot-row:nth-child(11) { top: 622px; }
.dot-pattern-right2 .dot-row:nth-child(12) { top: 682px; }
.dot-pattern-right2 .dot-row:nth-child(13) { top: 742px; }



.hero-contact-button {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.lets-talk {
    border: 2px solid var(--primary-color);
    border-radius: 22px;
    padding: 12px 18px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-right: 42px;
}

.section-hr {
    width: 200px;
    border: 3px solid var(--primary-color);
    float: left;
    margin-top: 96px;
}

section.about-me, section.featured-work, section.contact-me {
    padding-left: 28px;
  }

.about-me-wrapper {
  position: relative;
}

section.about-me, section.featured-work {
    margin-top: 126px;
}

  .icon-custom {
    font-size: 30px;
    color: var(--white-color);
    margin-right: 25px;
    vertical-align: middle;
  }

  .custom-code-icon {    
    margin-right: 15px;
    color: var(--primary-color);
    font-size: 36px;
  }

  .custom-code-icon-tag {
    font-size: 120px;
    margin-right: 0;
    color: var(--white-color);
  }

  .section-heading {
    font-weight: 600;
    font-size: 48px;
    color: var(--white-color);
    line-height: 58px;
  }

  .about-me-content-wrapper {
    display: flex;
    gap: 30px;
  }

  .about-me-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }

  .about-me-left {
    width: 55%;
  }

  .vertical-separator{
    border-left: 1px solid rgba(251, 251, 251, 1);
    height: 60px;
    position: absolute;
  }

  .vertical-separator1 {
    left: 50%;
    top: 30%;
  }

  
  .vertical-separator2 {
    left: 50%;
    bottom: 30%;
  }

  .horizontal-separator{
    border-bottom: 1px solid rgba(251, 251, 251, 1);
    width: 60px;
    position: absolute;
    margin: 40px 0;
  }

  .horizontal-separator1 {
    left: 28%;
  }

  
  .horizontal-separator2 {
    right: 28%;
  }

  .horizontal-separator {
    border-left: 1px solid rgba(251, 251, 251, 1);
    width: 60px;
  }

  .features-row-one , .features-row-two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }

  .features-row-one {
    margin-bottom: 40px;
  }

  .features-row-two {
    margin-top: 40px;
  }

  .feature-one , .feature-two {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }

  .feature-title {
    font-weight: 600;
    font-size: 48px;
    color: var(--primary-color);
  }

  .feature-title-color2 {
    color: var(--white-color);
  }

  .feature-description  {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
    text-align: center;
    width: 70%;
  }

  .feature-description-80 {
    width: 80%;
  }

  .about-me-para1 , .about-me-para2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--white-color);
    text-align: justify;
  }

  .my-skills-wrapper {
    display: flex;
    gap: 90px;
  }

  .my-skills-left {
    position: relative;
  }


  .key-skills-rectangle-1 {
      width: 490px;
      height: 450px;
      border-radius: 20px;
      border: 5px  solid var(--primary-color);
      background-color: var(--white-color);
      padding: 50px 45px;
      display: flex;
      z-index: 50;
      box-sizing: border-box;
      display: flex;
  }

  .code-slash-tag {
    width: 210px;
    height: 210px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -81px;
    right: -55px;
  }

  .rectangle-tilt {
    background-color: var(--primary-color);
    position: absolute;
    width: 490px;
    height: 450px;
    border-radius: 20px;
    z-index: -1;
    transform: rotate(9.13deg);
    opacity: 0.6;
    box-shadow: 3px 2px 250px 0px rgba(2, 218, 197, 1);
    box-sizing: border-box;
  }

  .key-skills-rectangle-1-left {
    margin-left: 40px;
  }

  .my-skills {
    margin-top: 100px;
    color: var(--background-color);
  }

  .wordpress-custom-development {
    margin-top: 150px;
  }

  .heading-key-skills {
    display: flex;
  }
  
  .heading-key-skills , .key-skills-list-item {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }

  .key-skills-list {
    column-count: 2;
    column-gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

  .key-skills-rectangle-1-right ol {
    padding: 0;
  }

  .key-skills-list-item {
    font-weight: 500;
    margin: 20px 0;
    break-inside: avoid;
  }

  .key-skills-list-item:nth-child(5) {
    padding-top: 20px!important; /* Ensure margin-top is added */
}
  .my-skills-right {
    padding-top: 20px;
  }

  .language-container {
    width: 126px;
    height: 126px;
    background: var(--white-color);
    border-radius: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .without-language-container {
    width: 101px;
    height: 101px;
    border-radius: 10px;
  }

  .without-language-container img{
    width: 101px;
    height: 101px;
  }

  .without-language-container img , .language-container img, .without-language-container-not img  {
    filter: grayscale(100%);
  }

  .without-language-container-not img {
    width: 72px;
  }

  .without-language-container-not img:hover , .without-language-container img:hover , .language-container:hover img {
    filter: none;
    transition: filter 0.2s ease 0.1s; /* adding a delay of 0.3s */
  }

  .my-skills-right-row1-inner , .my-skills-right-row2-inner {
    display: flex;
    gap: 30px;
  }

  .my-skills-right-row1-inner .skill-css {
    width: 72px;
  }

  .my-skills-right-row1-inner .skill-mysql img {
    height: 80px;
  }

  .custom-dashicon {
    font-size: 100px!important;
    color: var(--primary-color);
  }

  .my-wordpress-skills-item:hover .custom-dashicon {
    color: var(--white-color);
    transition: 0.5s;
  }

  .my-wordpress-skills-item:hover .my-wordpress-skills-item-title {
    color: var(--primary-color);
    transition: 0.5s;
  }

  .skill-wp-forms img {
    height: 55px;
  }

  .my-skills-right-row2-inner .skill-wp-forms {
    display: flex;
    align-items: center;
  }

  .skills-section-heading-inner {
    color: var(--white-color);
    text-align: center;
    font-size: 26px;
  }

  .my-wordpress-skills-container {
    display: flex;
    gap: 20px;
    padding-left: -28px;
    margin-top: 48px;
  }

  .my-wordpress-skills-item {
    width: 380px;
    height: 310px;
    border: 5px solid var(--primary-color);
    border-radius: 5px;
    color: var(--white-color);
    padding: 20px;
    border-radius: 20px;
  }

  .my-wordpress-skills-item-icon-wrapper {
    position: relative;
    width: 100%;
    height: 60%;
  }

  .my-wordpress-skills-item-icon {
    height: 60%;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateX(-50%) translateY(-50%);
  }

  .customdashicons-admin-settings {
    left: 38%;
  }

  .my-wordpress-skills-item-title {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    height: 40%;
  }

  .featured-work-card-wrapper-ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0;
    margin-left: 0;
  }

  .featured-work-card  {
    width: 580px;
    height: 670px;
    padding: 40px;
    border: 5px solid var(--primary-color);
    border-radius: 20px;
    box-sizing: border-box;
  }

  .featured-work-card-image img {
    width: 500px;
    height: 350px;
    border-radius: 15px;
  }

  .project-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--white-color);
    margin-bottom: 20px;
  }

  .project-tags-container {
    display: flex;
    gap: 10px;
  }

  .project-tag-item {
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    padding: 8px 12px;
    color: var(--background-color);
    background-color: var(--primary-color);
  }

  .view-project-btn {
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--white-color);
    text-decoration: none;
  }

  .view-project-arrow {
    margin-left: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary-color);
    display: inline-block;
  }

  .custom-view-project-icon {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: var(--background-color);
  }

  .view-project-btn:hover , .view-project-btn:visited {
    color: var(--white-color);
  }

  section.contact-me {
    margin-top: 120px;
  }

  .contact-me-container {
    margin: 0 auto;
    width: 580px;
    height: 270px;
    border: 3px solid var(--primary-color);
    border-radius: 15px;
    padding: 42px 40px;
    box-sizing: border-box;
  }

  .contact-content {
    text-align: center;
  }

  .contact-me-heading {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  span.contact-me-lets-talk {
    font-weight: 600;
    font-size: 40px;
    line-height: 30px;
    color: var(--white-color);
  }

  .contact-buttons-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }

  .contact-btn-icon-container {
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-icon-contact-me {
    font-size: 30px;
  }

  .contact-me-btn-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact-me-label {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--white-color);
  }

  .contact-me-meta {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }

  .contact-me-meta:hover {
    color: var(--primary-color);
  }

  .contact-button1 {
    display: flex;
    gap: 10px;
  }

  .main-footer {
    margin-top: 100px;
  }

  .main-footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main-footer .footer-logo-text {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
  }

  .footer-social-links {
    display: flex;
    gap: 25px;
  }

  .custom-icon-footer {
    font-size: 30px;
    color: var(--white-color);
    vertical-align: baseline;
  }

  .footer-copyright {
    margin-top: 30px;
  }

  .footer-copyright p {
    text-align: center;
    color: var(--white-color);
    padding: 20px 0;
    font-weight: 500;
    font-size: 20px;
    margin: 20px auto;
    line-height: 30px;
  }

  .footer-copyright p a {
    color: var(--primary-color);
    text-decoration: none;
  }

  /*Responsive CSS*/

@media only screen and (max-width:500px) {
    .main-container {
      max-width: 90vw;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
  
  .main-container {
    max-width: 85vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .skills-section-heading-inner  {
    width: 100%;
  }

  .featured-work-card {
    width: 90%;
  }

  .my-wordpress-skills-container {
    align-items: center;
  }

  .my-wordpress-skills-item {
    width: 80%;
    height: 460px;
  }
}

@media (max-width: 991px) {

  .main-container {
    padding: 0 15px;
  }

  .hero-banner {
    margin-top: 0;
    flex-direction: column-reverse;
  }

  .text-left-outside {
    margin-left: 0;
  }

    /* Mobile Menu */
  .mobile-menu-container {
   display: flex;
  }

  .header-nav-menu {
   display: none;
  }

  .hero-section-left {
   margin-left: 0;
   display: flex;
   justify-content: center;
  }

  .developer-profile-image {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
  }
  .developer-profile-img {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    object-fit: cover;
  }

  .hero-contact-button {
    display: flex;
    flex-direction: column;
}

.hero-contact-social a:last-child .icon-custom {
    margin-right: 0;
  }

  .lets-talk {
    width: 80%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

 .intro-text-wrapper {
   margin-left: 0;
 }

 section.about-me, section.featured-work, section.contact-me {
   padding-left: 0;
 }

 .about-me-content-wrapper {
   flex-direction: column;
 }

 .about-me-right , .about-me-left , .wordpress-skills-section-heading-inner {
   width: 100%;
 }

 .rectangle-tilt {
   width: 85%;
 }

 .key-skills-list {
   column-count: 1;
 }

 .skills-section-heading-inner {
    width: 50%;
 }

 .key-skills-rectangle-1-left {
   display: none;
 }

 .my-skills-wrapper {
   flex-direction: column;
 }

 section.featured-work .dot-pattern-right {
  top: 20px;
}

 .featured-work-card-wrapper-ul , .contact-buttons-wrapper  {
   flex-direction: column;
   align-items: center;
 }

 .featured-work-card {
   width: 100%;
   padding: 20px;
   max-height: 570px;
 }

 .contact-me-container {
   width: 100%;
   height: auto;
 }

 .featured-work-card-image img {
   width: 100%;
   height: 250px;
   border-radius: 15px;
 }

 .my-skills-right {
   display: flex;
   justify-content: space-around;
 }

 .my-skills-left {
  display: flex;
  justify-content: center;
}

 .my-skills-right-row1 , .my-skills-right-row2, .my-skills-right-row1-inner , .my-skills-right-row2-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
 }

  .key-skills-rectangle-1  {
    width: 85%;
    height: max-content;
    border-radius: 20px;
    border: 5px  solid var(--primary-color);
    background-color: var(--white-color);
    padding: 50px 45px;
    display: flex;
    flex-direction: column;
    z-index: 50;
    box-sizing: border-box;
  }

  .key-skills-list-item:nth-child(5) {
    padding-top: 0px;
}

  .code-slash-tag {
    width: 150px;
    height: 150px;
    bottom: -54px;
    right: 5px;
    z-index: 51;
  }

  .my-wordpress-skills-container {
    flex-direction: column;
  }

  .wordpress-custom-development {
    margin-top: 80px;
  }

  .my-wordpress-skills-item {
    width: 100%;
  }

  .my-wordpress-skills-item-icon-wrapper {
    height: 55%;
  }

  section.contact-me {
    margin-top: 80px;
  }

  .main-footer-nav {
    flex-direction: column;
  }

}


@media only screen and (min-width:992px) and (max-width:1280px) {

  .developer-profile-image img {
    width: 350px;
    height: 350px;
  }

  .my-skills-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .my-skills-right {
    width: 100%;
  }

  .my-skills-right-row1-inner , .my-skills-right-row2-inner {
    justify-content: space-between;
  }
}


@media only screen and (min-width:992px) {
  .hero-section-right {
    width: 65%;
  }
}


/*Dot Pattern Responsive CSS*/

@media (max-width: 390px) { 

  .dot-pattern-right {
    right: 155px;
  }

  .intro-text-one {
    font-size:45px;
  }

  .intro-text-two { 
    font-size:50px;
  }

  .dot-pattern-right2 {
    right: 188px;
    top: -19px;
  }

  .dot-pattern-right .dot-row .dot:nth-child(4) { display: none; }
  .dot-pattern-right .dot-row .dot:nth-child(5) { display: none; }
  .dot-pattern-right .dot-row .dot:nth-child(6) { display: none; }
  .dot-pattern-right .dot-row .dot:nth-child(7) { display: none; }
  .dot-pattern-right .dot-row .dot:nth-child(8) { display: none; }
  .dot-pattern-right .dot-row .dot:nth-child(9) { display: none; }
  .dot-pattern-right .dot-row .dot:nth-child(10) { display: none; }
  .dot-pattern-right .dot-row .dot:nth-child(11) { display: none; }
  .dot-pattern-right .dot-row .dot:nth-child(12) { display: none;}
  .dot-pattern-right .dot-row .dot:nth-child(13) { display: none;}


  .dot-pattern-left .dot-row .dot:nth-child(5) { display: none; }
  .dot-pattern-left .dot-row .dot:nth-child(6) { display: none; }
  .dot-pattern-left .dot-row .dot:nth-child(7) { display: none; }
  .dot-pattern-left .dot-row .dot:nth-child(8) { display: none; }
  .dot-pattern-left .dot-row .dot:nth-child(9) { display: none; }
  .dot-pattern-left .dot-row .dot:nth-child(10) { display: none; }
  .dot-pattern-left .dot-row .dot:nth-child(11) { display: none; }
  .dot-pattern-left .dot-row .dot:nth-child(12) { display: none;}
  .dot-pattern-left .dot-row .dot:nth-child(13) { display: none;}


  .dot-pattern-right2 .dot-row .dot:nth-child(5) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(6) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(7) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(8) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(9) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(10) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(11) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(12) { display: none;}
  .dot-pattern-right2 .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-right2 .dot-row:nth-child(4) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(5) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(6) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(7) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(8) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(9) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(10) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(11) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(12) { display: none;}
  .dot-pattern-right2 .dot-row:nth-child(13) { display: none;}
}


@media only screen and (max-width: 410px) {
  .project-tag-item {
    font-size: 14px;
  }

  .my-wordpress-skills-item-title {
    font-size: 18px;
  }
 }


@media only screen and (min-width: 391px) and (max-width: 500px) {   

  .intro-text-one {
    font-size: 55px;
  }

  .dot-pattern-right {
    right: 220px;
  }
 
  .dot-row .dot:nth-child(5) { display: none; }
  .dot-row .dot:nth-child(6) { display: none; }
  .dot-row .dot:nth-child(7) { display: none; }
  .dot-row .dot:nth-child(8) { display: none; }
  .dot-row .dot:nth-child(9) { display: none; }
  .dot-row .dot:nth-child(10) { display: none; }
  .dot-row .dot:nth-child(11) { display: none; }
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}


  .dot-pattern-right2 .dot-row:nth-child(8) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(9) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(10) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(11) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(12) { display: none;}
  .dot-pattern-right2 .dot-row:nth-child(13) { display: none;}

  .dot-pattern-right2 {
    top: -25px;
    right: 190px;
  }
}


@media only screen and (min-width:500px) and (max-width:709px) {

  .main-container {
    width: 85vw;
  }

  .dot-pattern-right {
    right: 289px;
  }
  

  .dot-row .dot:nth-child(6) { display: none; }
  .dot-row .dot:nth-child(7) { display: none; }
  .dot-row .dot:nth-child(8) { display: none; }
  .dot-row .dot:nth-child(9) { display: none; }
  .dot-row .dot:nth-child(10) { display: none; }
  .dot-row .dot:nth-child(11) { display: none; }
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}
  .dot-pattern-right .dot-row:nth-child(13) { display: none; }

  .dot-pattern-left .dot-row:nth-child(11) { display: none; }
  .dot-pattern-left .dot-row:nth-child(12) { display: none; }
  .dot-pattern-left .dot-row:nth-child(13) { display: none; }

  .dot-pattern-right2 {
    right: 225px;
    top: -25px;
  }

  .dot-pattern-right2 .dot-row:nth-child(10) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(11) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(12) { display: none;}
  .dot-pattern-right2 .dot-row:nth-child(13) { display: none;}

}


@media only screen and (min-width:710px) and (max-width:991px) {

  .main-container {
    max-width: 80vw;
  }

  .dot-pattern-right {
    right: 495px;
  }

  .dot-pattern-right2 {
    top:-25px;
    right: 223px;
  }


  .dot-row .dot:nth-child(9) { display: none; }
  .dot-row .dot:nth-child(10) { display: none; }
  .dot-row .dot:nth-child(11) { display: none; }
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}


  .dot-pattern-left .dot-row .dot:nth-child(7) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(8) { display: none; } 
  .dot-pattern-left .dot-row:nth-child(10) { display: none; }
  .dot-pattern-left .dot-row:nth-child(11) { display: none; }
  .dot-pattern-left .dot-row:nth-child(12) { display: none; }
  .dot-pattern-left .dot-row:nth-child(13) { display: none; }

  .dot-pattern-right2 .dot-row .dot:nth-child(6) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(7) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(8) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(9) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(10) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(11) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(12) { display: none;}
  .dot-pattern-right2 .dot-row .dot:nth-child(13) { display: none;}


  
  .dot-pattern-right2 .dot-row:nth-child(10) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(11) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(12) { display: none;}
  .dot-pattern-right2 .dot-row:nth-child(13) { display: none;}

}


@media only screen and (min-width: 992px) and (max-width: 1122px) {
  
  .dot-pattern-right {
    right: 410px;
  }

  .dot-row .dot:nth-child(8) { display: none; }
  .dot-row .dot:nth-child(9) { display: none; }
  .dot-row .dot:nth-child(10) { display: none; }
  .dot-row .dot:nth-child(11) { display: none; }
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}


  .dot-pattern-left .dot-row .dot:nth-child(6) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(7) { display: none; } 
  .dot-pattern-left .dot-row:nth-child(10) { display: none; }
  .dot-pattern-left .dot-row:nth-child(11) { display: none; }
  .dot-pattern-left .dot-row:nth-child(12) { display: none; }
  .dot-pattern-left .dot-row:nth-child(13) { display: none; }

  .dot-pattern-left {
    left: -30px;
    top: 125px;
  }

  .dot-pattern-right2 {
    right: 350px;
    position: absolute;
    top: -15px;
  }

  .dot-pattern-right2 .dot-row:nth-child(11) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(12) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(13) { display: none; }


  .my-wordpress-skills-item-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1123px) and (max-width: 1240px) {

  .dot-pattern-right {
    right: 410px;
  }

  .dot-row .dot:nth-child(8) { display: none;}
  .dot-row .dot:nth-child(9) { display: none;}
  .dot-row .dot:nth-child(10) { display: none;}
  .dot-row .dot:nth-child(11) { display: none;}
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-left {
    left: -70px;
  }

  .dot-pattern-left .dot-row .dot:nth-child(7) { display: none; } 

  .dot-pattern-right2 {
    position: absolute;
    right: 350px;
    top: -25px;
  }

  .dot-pattern-right2 .dot-row:nth-child(12) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(13) { display: none; }

  .my-wordpress-skills-item-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1240px) {
  .dot-pattern-right2 {
    top: -745px;
  }
}


@media only screen and (min-width: 1240px) and (max-width: 1309px) {

  .dot-pattern-right {
    right: 470px;
  }

  .dot-pattern-left {
    left: -36px;
    top: 96px;
  }

  .dot-pattern-left .dot-row .dot:nth-child(6) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(7) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(8) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(9) { display: none; } 

  .dot-row .dot:nth-child(9) { display: none; }
  .dot-row .dot:nth-child(10) { display: none; }
  .dot-row .dot:nth-child(11) { display: none; }
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-right2 {
    right: 307px;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(1) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(8) { display: none; }

  .my-wordpress-skills-item-title {
    font-size: 20px;
  }

  .without-language-container img {
    width: 80px;
    height: 80px;
  }

  .my-skills-right-row1-inner ,.my-skills-right-row2-inner {
    gap: 18px;
  }

}

@media only screen and (min-width: 1310px) and (max-width: 1324px) {

  .dot-pattern-right {
    right: 473px;
  }

  
  .dot-row .dot:nth-child(9) { display: none; }
  .dot-row .dot:nth-child(10) { display: none; }
  .dot-row .dot:nth-child(11) { display: none; }
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}


  .dot-pattern-left {
    left: -60px;
    top: 100px;
  }

  .dot-pattern-left .dot-row .dot:nth-child(7) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(8) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(9) { display: none; } 

  .dot-pattern-right2 {
    right: 313px;
  }

  .dot-pattern-right2 .dot-row:nth-child(10) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(11) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(12) { display: none; }
  .dot-pattern-right2 .dot-row:nth-child(13) { display: none; }

  .dot-pattern-right2 .dot-row .dot:nth-child(8) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(9) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(10) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(11) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(12) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(13) { display: none; }

  .without-language-container img {
    width: 80px;
    height: 80px;
  }

  .my-skills-right-row1-inner ,.my-skills-right-row2-inner {
    gap: 18px;
  }

  .my-wordpress-skills-item-title {
    font-weight: 600;
    font-size: 20px;
  }

}


@media only screen and (min-width: 1325px) and (max-width: 1359px) {

  .dot-pattern-right {
    right: 524px;
    top: 16px;
  }

  .dot-pattern-left {
    left: -90px;
    top: 102px;
  }

  .dot-pattern-left .dot-row .dot:nth-child(8) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(9) { display: none; } 

  .dot-row .dot:nth-child(10) { display: none; }
  .dot-row .dot:nth-child(11) { display: none; }
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-right2 {
    right: 31.2vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(1) { display: none; }

  .without-language-container img {
    width: 80px;
    height: 80px;
  }

  .my-skills-right-row1-inner ,.my-skills-right-row2-inner {
    gap: 18px;
  }

  .my-wordpress-skills-item-title {
    font-weight: 600;
    font-size: 20px;
  }

}

@media only screen and (min-width: 1360px) and (max-width: 1420px) {

  .dot-pattern-right {
    right: 541px;
    top: 16px;
  }

  .dot-pattern-left {
    left: -74px;
    top: 91px;
  }

  .dot-row .dot:nth-child(10) { display: none; }
  .dot-row .dot:nth-child(11) { display: none; }
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-right2 {
    right: 30.9vw;
  }
}

@media only screen and (min-width: 1421px) and (max-width: 1500px)  {

  .dot-pattern-right {
    right: 540px;
    top: 16px;
  }

  .dot-pattern-left {
    left: -100px;
    top: 100px;
  }

  .dot-row .dot:nth-child(10) { display: none; }
  .dot-row .dot:nth-child(11) { display: none; }
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-right2 {
    right: 28.2vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(1) { display: none; } 
}

@media only screen and (min-width: 1501px) and (max-width: 1550px)  {

  .dot-pattern-right {
    right: 39vw;
    top: 16px;
  }

  .dot-row .dot:nth-child(11) { display: none;}
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-left {
    left: -140px;
    top: 101px;
  }

  .dot-pattern-left .dot-row .dot:nth-child(8) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(9) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(10) { display: none; } 

  .dot-pattern-right2 {
    right: 28.5vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(1) { display: none; } 
}

@media only screen and (min-width: 1551px) and (max-width: 1600px)  {

  .dot-pattern-right {
    right: 39vw;
    top: 16px;
  }

  .dot-pattern-left {
    left: -140px;
    top: 91px;
  }

  .dot-pattern-left .dot-row .dot:nth-child(8) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(9) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(10) { display: none; } 


  .dot-row .dot:nth-child(11) { display: none;}
  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-right2 {
    right: 27.2vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(1) { display: none; } 
}

@media only screen and (min-width: 1601px) and (max-width: 1650px)  {
  
  .dot-pattern-right {
    right: 40vw;
    top: 16px;
  }

  .dot-pattern-left {
    left: -190px;
    top: 101px;
  }

  .dot-pattern-left .dot-row .dot:nth-child(8) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(9) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(10) { display: none; } 

  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-right2 {
    right: 23.3vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(1) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(11) { display: none; }
}


@media only screen and (min-width: 1651px) and (max-width: 1700px)  {
  
  .dot-pattern-right {
    right: 40vw;
    top: 16px;
  }

  .dot-pattern-left {
    left: -205px;
    top: 101px;
  }

  .dot-pattern-left .dot-row .dot:nth-child(9) { display: none; } 
  .dot-pattern-left .dot-row .dot:nth-child(10) { display: none; } 

  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-right2 {
    right: 21.8vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(1) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(11) { display: none; }
}


@media only screen and (min-width: 1701px) and (max-width: 1750px)  {
  
  .dot-pattern-right {
    right: 40vw;
  }

  .dot-pattern-left {
    left: -205px;
    top: 96px;
  }

  .dot-row .dot:nth-child(12) { display: none;}
  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-right2 {
    right: 21.5vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(1) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(11) { display: none; }
}

@media only screen and (min-width: 1751px) and (max-width: 1800px)  {
  
  .dot-pattern-right {
    right: 40.5vw;
  }

  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-left {
    left: -258px;
    top: 101px;
  }

  .dot-pattern-left .dot-row .dot:nth-child(10) { display: none; } 

  .dot-pattern-right2 {
    right: 23.9vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(1) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(2) { display: none; }

}

@media only screen and (min-width: 1801px) and (max-width: 1849px)  {
  
  .dot-pattern-right {
    right: 40.1vw;
  }

  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-left {
    left: -275px;
    top: 96px;
  }

  .dot-pattern-left .dot-row .dot:nth-child(10) { display: none;}

  .dot-pattern-right2 {
    right: 16.4vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(11) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(12) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(13) { display: none; }
}

@media only screen and (min-width: 1850px) and (max-width: 1880px)  {
  
  .dot-pattern-right {
    right: 38.5vw;
  }

  .dot-pattern-left {
    left: -305px;
    top: 96px;
  }

  .dot-pattern-left .dot-row .dot:nth-child(10) { display: none;}

  .dot-row .dot:nth-child(13) { display: none;}

  .dot-pattern-right2 {
    right: 20.8vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(1) { display: none; }
}

@media only screen and (min-width: 1881px) and (max-width: 1914px)  {
  
  .dot-pattern-right {
    right: 41vw;
  }

  .dot-pattern-left {
    left: -325px;
    top: 96px;
  }

  .dot-pattern-right2 {
    right: 19.4vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(1) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(13) { display: none; }
}

@media only screen and (min-width: 1915px) {
  
  .dot-pattern-right {
    right: 40vw;
  }
}

@media only screen and (min-width: 1915px) and (max-width: 1955px) {

  .dot-pattern-right {
    right: 40.9vw;
  }

  .dot-pattern-left {
    left: -330px;
    top: 96px;
  }

  .dot-pattern-right2 {
    right: 15.9vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(12) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(13) { display: none; }
}


@media only screen and (min-width: 1956px) and (max-width: 2000px) {

  .dot-pattern-left {
    left: -16.9vw;
  }
  
  .dot-pattern-right2 {
    right: 400px;
  }
}

@media only screen and (min-width: 2001px) and (max-width: 2099px) {

  .dot-pattern-left {
    left: -17.9vw;
  }
  
  .dot-pattern-right2 {
    right: 400px;
  }
}

@media only screen and (min-width: 2100px) and (max-width: 2400px) {
  
  .dot-pattern-right {
    right: 42vw;
  }

  .dot-pattern-left {
    left: -16.1vw;
  }

  .dot-pattern-right2 {
    right: 12.1vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(12) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(13) { display: none; }
}

@media only screen and (min-width: 2400px) {
  
  .dot-pattern-right {
    right: 43vw;
  }

  .dot-pattern-left {
    left: -13.1vw;
    top: 100px;
  }

  .dot-pattern-right2 {
    right: 12.1vw;
  }

  .dot-pattern-right2 .dot-row .dot:nth-child(12) { display: none; }
  .dot-pattern-right2 .dot-row .dot:nth-child(13) { display: none; }
}

@media only screen and (min-width: 2700px) {
  
  .dot-pattern-right {
    right: 44vw;
  }

  .dot-pattern-left {
    left: -12.1vw;
  }
}

@media only screen and (min-width: 3000px) {
  
  .dot-pattern-right {
    right: 45vw;
  }

  .dot-pattern-left {
    left: -11.1vw;
  }

  .dot-pattern-right2 {
    right: 10.1vw;
  }
}

@media only screen and (min-width: 3800px) {
  
  .dot-pattern-right {
    right: 46vw;
  }

  .dot-pattern-left {
    left: -8.9vw;
  }

  .dot-pattern-right2 {
    right: 8.1vw;
  }
}