@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#success-form-message {
  position: fixed;
  display: none;
  background-color: #4da545;
  padding: 8px;
  border-radius: 15px;
  font-size: 20px;
  color: #fff;
  top: 85px;
  box-shadow: 0 0 20px rgba(5, 151, 129, 0.9411764706);
  right: 30px;
}

.particles-js-canvas-el {
  top: 0;
  position: absolute;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

a {
  color: rgba(5, 151, 129, 0.9411764706);
}

@media (max-width: 1399.98px) {
  body .portfolio__row-item h4 {
    font-size: 20px;
  }
  body .portfolio__row-item h4 + p {
    font-size: 13px;
  }
  body .portfolio__row-item .portfolio__info a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
  }
}
@media (max-width: 1149.98px) {
  body header {
    left: -300px;
  }
  body header .footer {
    left: -300px;
  }
  body #MenuBtn {
    display: block;
  }
  body main {
    margin-left: 0;
  }
}
@media (max-width: 829.98px) {
  body .about {
    padding: 50px 10px;
  }
  body .about .divider ~ p {
    font-size: 15px;
    letter-spacing: 0px;
    text-align: justify;
  }
  body .about .about__col {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  body .about .about__col .col__img img {
    width: 50%;
    margin: 0 auto;
  }
  body .about .about__col .col__info h2 {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0;
  }
  body .about .about__col .col__info p {
    font-size: 14px;
    letter-spacing: 0;
  }
  body .about .about__col .col__info .col__icon-list {
    text-align: initial;
    justify-content: center;
  }
  body .about .about__col .col__info .col__icon-list .icons__list ul li {
    margin: 10px 0;
  }
  body .about .about__col .col__info .col__icon-list .icons__list ul li strong {
    font-weight: 400;
    margin-right: 0;
  }
  body .about .about__col .col__info .col__icon-list .icons__list ul li span {
    font-weight: 400;
    font-size: 14px;
  }
  body .about .about__col .col__info .col__icon-list .icons__list ul li a {
    font-weight: 400;
    font-size: 14px;
  }
  body .portfolio {
    padding: 50px 10px;
  }
  body .portfolio__row {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  body .resume {
    padding: 50px 15px;
  }
  body .resume .resume__row {
    flex-direction: column;
  }
  body .resume .resume__row .resume__col {
    flex-basis: 100%;
  }
  body .services {
    padding: 50px 15px;
  }
  body .services__row {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  body .contacts {
    padding: 50px;
  }
  body .contacts__row {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
@media (max-width: 669.98px) {
  body #home {
    padding: 30px;
  }
  body #home .home__row {
    z-index: 1;
  }
  body #home .home__row h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 50px;
  }
  body #home .home__row p {
    font-size: 20px;
    font-weight: 400;
  }
}
@media (max-width: 549.98px) {
  body .services__row {
    grid-template-columns: repeat(1, 1fr);
  }
  body .contacts {
    padding: 50px 10px;
  }
  body .about .about__col .col__info .col__icon-list {
    flex-direction: column-reverse;
    text-align: center;
    gap: 20px;
  }
  body .portfolio {
    padding: 50px 10px;
  }
  body .portfolio__row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  body .portfolio__row-item h4 {
    font-size: 25px;
  }
  body .portfolio__row-item h4 + p {
    font-size: 16px;
  }
  body .portfolio__row-item .portfolio__info a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
  }
}
@media (max-width: 449.98px) {
  body .skills .skills__row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
@media (max-width: 399.98px) {
  body .about .about__col .col__img img {
    width: 90%;
  }
}
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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 rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

header {
  height: 100vh;
  width: 300px;
  padding: 15px 30px;
  background-color: #040b14;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: 99;
}
header .profile {
  text-align: center;
  margin: 10px 0;
}
header .profile img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  border: 10px solid #2c2f3f;
}
header .profile h1 {
  color: #fff;
  font-weight: 600;
}
header .profile__icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  background-color: #2c2f3f;
  color: #fff;
  font-size: 18px;
  margin: 1.5px;
  transition: all 0.4s;
}
header .profile__icons a:hover {
  background-color: rgba(5, 151, 129, 0.9411764706);
}
header nav {
  margin-top: 30px;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 7px 10px;
  margin: 7px 0;
  color: lightgray;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.6px;
}
header nav ul li a:hover i {
  color: rgba(5, 151, 129, 0.9411764706);
}
header nav ul li a i {
  margin-right: 10px;
  font-size: 20px;
  transition: 0.4s;
}
header nav ul li .active i {
  color: rgba(5, 151, 129, 0.9411764706);
}
header .footer {
  text-align: center;
  background-color: #040b14;
  width: 300px;
  color: lightgray;
  font-size: 14px;
  letter-spacing: 0.6px;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: 0.4s;
}
header .footer p i {
  color: rgba(5, 151, 129, 0.9411764706);
}

#MenuBtn {
  display: none;
  position: fixed;
  top: 25px;
  right: 25px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: rgba(5, 151, 129, 0.9411764706);
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.mobile-nav-active header {
  left: 0;
}

.mobile-nav-active .footer {
  left: 0;
}

main {
  margin-left: 300px;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  color: black;
}

#home {
  height: 100vh;
  width: 100%;
  background-image: url(../img/contact_bg.png);
  background-color: #161a20;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
  position: relative;
}
#home .home__row {
  z-index: 1;
}
#home .home__row h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: 70px;
}
#home .home__row h1 span {
  color: rgba(5, 151, 129, 0.9411764706);
}
#home .home__row p {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
#home .home__row p span {
  border-bottom: 4px solid rgba(5, 151, 129, 0.9411764706);
}

.sub-par {
  color: #353535;
  font-size: 15px;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin-top: 15px;
}

.sub-heading {
  color: black;
  font-size: 30px;
  margin-bottom: 10px;
}

.divider {
  width: 80px;
  height: 4px;
  background-color: rgba(5, 151, 129, 0.9411764706);
  border-radius: 3px;
}

.about {
  padding: 70px 30px 50px 30px;
  column-rule: black;
}
.about__heading {
  color: black;
  font-size: 30px;
  margin-bottom: 10px;
}
.about .divider ~ p {
  color: #353535;
  font-size: 15px;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin-top: 15px;
}
.about__col {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.about .col__img {
  flex-basis: 35%;
  text-align: center;
}
.about .col__img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.about .col__info {
  flex-basis: 70%;
}
.about .col__info h2 {
  color: rgba(5, 151, 129, 0.9411764706);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: -10px;
}
.about .col__info p {
  color: #353535;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-style: italic;
}
.about .col__info .col__icon-list {
  margin-top: 20px;
  gap: 40px;
}
.about .col__info .col__icon-list .icons__list ul li {
  list-style: none;
  margin: 15px 0;
}
.about .col__info .col__icon-list .icons__list ul li i {
  color: rgba(5, 151, 129, 0.9411764706);
}
.about .col__info .col__icon-list .icons__list ul li strong {
  color: #040b14;
  font-weight: 600;
  margin-right: 2px;
}
.about .col__info .col__icon-list .icons__list ul li span {
  color: #353535;
  font-weight: 500;
  font-size: 15px;
}

.skills {
  padding: 50px 30px;
}
.skills__row {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.skills__row .skill__box .skill__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.skills__row .skill__box .skill__info h2 {
  color: #040b14;
  font-weight: 600;
  font-size: 15px;
  font-style: italic;
}
.skills__row .skill__box .skill__outter-line {
  width: 100%;
  height: 10px;
  background-color: lightgray;
  border-radius: 15px;
}
.skills__row .skill__box .skill__outter-line .skill__inner-line {
  height: 10px;
  background-color: rgba(5, 151, 129, 0.9411764706);
  border-radius: 20px;
}

.resume {
  padding: 50px 30px;
  background-color: #fff;
}
.resume .resume__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
}
.resume .resume__row .resume__col {
  flex-basis: 50%;
}
.resume .resume__row .resume__col h2 {
  color: #040b14;
  font-weight: 600;
  font-size: 25px;
  margin: 15px 0;
}
.resume .resume__row .resume__col .my-info {
  padding: 0px 20px;
  margin: 20px 0;
  border-left: 2px solid rgba(5, 151, 129, 0.9411764706);
  position: relative;
}
.resume .resume__row .resume__col .my-info::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -8.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid rgba(5, 151, 129, 0.9411764706);
  background-color: #fff;
}
.resume .resume__row .resume__col h3 {
  color: #040b14;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.resume .resume__row .resume__col .my-info p {
  color: #353535;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  margin: 10px 0;
}
.resume .resume__row .resume__col .my-info ul li {
  margin: 10px 0;
  margin-left: 20px;
  color: #353535;
  font-size: 15px;
  font-weight: 500;
}
.resume .resume__row .resume__col .my-edu {
  padding: 0px 20px;
  border-left: 2px solid rgba(5, 151, 129, 0.9411764706);
  position: relative;
}
.resume .resume__row .resume__col .my-edu::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -8.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid rgba(5, 151, 129, 0.9411764706);
  background-color: #fff;
}
.resume .resume__row .resume__col .my-edu ul {
  margin-left: 20px;
}
.resume .resume__row .resume__col .my-edu span + p {
  color: #353535;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 15px;
}
.resume .resume__row .resume__col .my-edu span + p + p {
  color: #353535;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 15px;
}
.resume .resume__row .resume__col .my-edu i {
  color: #353535;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 15px;
}
.resume .resume__row .resume__col .sp-box {
  padding: 4px 22px;
  background-color: lightblue;
  color: #353535;
  border: 3px;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  margin: 15px;
  display: inline-block;
}
.resume .resume__row .resume__col .pro-exp {
  padding: 0 20px;
  border-left: 2px solid rgba(5, 151, 129, 0.9411764706);
  position: relative;
}
.resume .resume__row .resume__col .pro-exp::before {
  position: absolute;
  content: "";
  top: 0;
  left: -8.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid rgba(5, 151, 129, 0.9411764706);
  background-color: #fff;
}
.resume .resume__row .resume__col .pro-exp p {
  column-rule-color: #353535;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
}
.resume .resume__row .resume__col .pro-exp ul li {
  margin: 10px 0;
  margin-left: 20px;
  color: #353535;
  font-size: 15px;
  font-weight: 500;
}

.portfolio {
  padding: 50px 30px;
}
.portfolio__row {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.portfolio__row-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.portfolio__row-item .port__row-img img {
  width: 100%;
  border-radius: 10px;
}
.portfolio__row-item .portfolio__info {
  overflow: scroll;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 151, 129, 0.9411764706);
  padding: 0 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transform: scale(0);
  transition: all 0.2s;
  border-radius: 10px;
  visibility: hidden;
}
.portfolio__row-item .portfolio__info a {
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  width: 45px;
  height: 45px;
  background-color: #f7f7f7;
  border-radius: 50%;
  color: rgba(5, 151, 129, 0.9411764706);
  line-height: 46px;
  transition: all 0.4s;
}
.portfolio__row-item .portfolio__info a:hover {
  background-color: #040b14;
  color: #f7f7f7;
}
.portfolio__row-item h4 {
  color: #f7f7f7;
  font-size: 25px;
  font-weight: 600;
}
.portfolio__row-item h4 + p {
  color: #f7f7f7;
  font-size: 15px;
}
.portfolio__row-item:hover .portfolio__info {
  transform: scale(1);
  visibility: visible;
}

.services {
  padding: 50px 30px;
  background-color: #fff;
}
.services__row {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.services__row .services__box {
  display: flex;
  gap: 20px;
}
.services__row .services__box:hover .icon i {
  color: rgba(5, 151, 129, 0.9411764706);
  background-color: #f7f7f7;
}
.services__row .services__box-info h4 {
  color: #040b14;
  font-size: 20px;
  font-weight: 600;
}
.services__row .services__box-info h4 + p {
  color: #353535;
  font-size: 14px;
  font-weight: 500;
}
.services__row .services__box .icon i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(5, 151, 129, 0.9411764706);
  font-size: 22px;
  line-height: 46px;
  background-color: rgba(5, 151, 129, 0.9411764706);
  color: #f7f7f7;
  transition: all 0.5s;
  text-align: center;
}

.contacts {
  padding: 50px 30px;
}
.contacts__row {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  width: 100%;
}
.contacts__row .contact-left {
  flex-basis: 40%;
  min-width: 40%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 30px;
}
.contacts__row .contact-left .icon-box {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 30px 0;
}
.contacts__row .contact-left .icon-box:hover .icon i {
  background-color: rgba(5, 151, 129, 0.9411764706);
  color: #f7f7f7;
}
.contacts__row .contact-left .icon-box .icon i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(5, 151, 129, 0.9411764706);
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  color: rgba(5, 151, 129, 0.9411764706);
  transition: all 0.4s ease;
}
.contacts__row .contact-left .icon-box .info h4 {
  font-size: 20px;
  color: #040b14;
  font-weight: 600;
}
.contacts__row .contact-left .icon-box .info h4 + p {
  color: #353535;
  font-size: 15px;
  font-weight: 500;
}
.contacts__row .contact-right {
  flex-basis: 60%;
  min-width: 60%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 30px;
}
.contacts__row .contact-right form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.contacts__row .contact-right form input,
.contacts__row .contact-right form textarea {
  display: block;
  padding: 10px 20px;
  border: 2px solid lightgray;
  border-radius: 2px;
  outline: none;
  resize: none;
  transition: all 0.5s ease;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #353535;
}
.contacts__row .contact-right form input:focus,
.contacts__row .contact-right form textarea:focus {
  border: 2px solid rgba(5, 151, 129, 0.9411764706);
}
.contacts__row .contact-right form input[type=submit] {
  background-color: rgba(5, 151, 129, 0.9411764706);
  color: #f7f7f7;
  border: 2px solid rgba(5, 151, 129, 0.9411764706);
  border-radius: 15px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}