/*
Theme Name: Zirocn
Template: twentytwentyfour
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: Boomerang Development
Author URI: https://wordpress.org
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Inter Medium';
    src: url('fonts/Inter18pt-Medium.eot');
    src: url('fonts/Inter18pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('fonts/Inter18pt-Medium.woff') format('woff'),
        url('fonts/Inter18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Regular';
    src: url('fonts/Inter18pt-Regular.eot');
    src: url('fonts/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('fonts/Inter18pt-Regular.woff') format('woff'),
        url('fonts/Inter18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.homepage {
	overflow: hidden;
}

.container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

html {
	scroll-behavior: smooth;
	margin: 0 !important;
	padding: 0 !important;
}

h1,
h2,
h3,
h4,
p {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #EAEAF5;
}

h1 {
	font-family: 'Poppins Bold';
	font-size: 76px;
	line-height: 80px;
	letter-spacing: -1.9px;
	text-transform: uppercase;
}

h2 {
	font-family: 'Poppins Bold';
	font-size: 56px;
	line-height: 60px;
	letter-spacing: -1.4px;
}

h4 {
	font-family: 'Poppins Bold';
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -0.75px;
	color: #052A6E;
	margin-bottom: 20px;
}

p,
li {
	font-family: 'Inter Regular';
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .1px;
	word-spacing: .4px;
	color: #052A6E;
}

p:not(:last-child) {
	margin-bottom: 15px;
}

li:not(:last-child) {
	margin-bottom: 10px;
}

body a {
	text-decoration: none;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

body a:hover {
	opacity: .7;
}

.homepage {
	margin-top: -67px;
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-family: 'Inter Medium';
	font-size: 16px;
	line-height: normal;
	height: 47px;
	border-radius: 30px;
}

.logo_img {
	font-family: 'Poppins Bold';
	color: #fff;
}

.logo_img.mobile_open {
	color: #052A6E;
}

/* MENU */

header {
	position: relative;
	margin-top: 23px;
	z-index: 1;
}

.mobile_menu {
    display: none;
}

.desktop_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 47px;
	height: 47px;
}

.desktop_menu .logo {
	line-height: 1;
}

.desktop_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
			list-style: none;
	margin: -1px 0 0 0;
}

.desktop_menu .link {
	color: #fff;
	font-family: 'Inter Medium';
	font-size: 16px;
	line-height: normal;
	letter-spacing: .1px;
}

.desktop_menu .link.active {
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}

.desktop_menu li {
	margin: 0px 20.5px;
}

.desktop_menu .btn {
	background: #fff;
	width: 132px;
	color: #052A6E;
}

/* MAIN */

.main {
	position: relative;
	overflow: hidden;
	padding: 186px 0 101px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#6B90D4), to(#1047A9));
	background: -o-linear-gradient(top, #6B90D4 0%, #1047A9 100%);
	background: linear-gradient(180deg, #6B90D4 0%, #1047A9 100%);
}

.main .container {
	position: relative;
	z-index: 1;
}

.main .pattern {
	position: absolute;
	left: 8.8%;
	top: -1px;
	-webkit-transition: all 1s linear 0s;
	-o-transition: all 1s linear 0s;
	transition: all 1s linear 0s;
	-webkit-filter: brightness(0) saturate(100%);
	        filter: brightness(0) saturate(100%);
}

.main .pattern_mobile {
	display: none;
}

.main h1 {
	max-width: 898px;
	margin: 0 auto 24px;
}

.main p {
	color: #fff;
	max-width: 797px;
	margin: 0 auto 34px;
}

.main .btn {
	width: 130px;
	height: 45px;
	color: #fff;
	border: 1px solid #fff;
	margin: 0 auto;
}

/* SERVICES */

.services {
	position: relative;
	padding: 40px 0;
	overflow: hidden;
}

.services h2,
.services p {
	color: #052A6E;
}

.services h2 {
	margin-bottom: 23px;
}

.services h2 + p {
	margin-bottom: 40px;
}

.services .wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 40px;
}

.services .left_part,
.services .right_part {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}

.services .left_part {
	-ms-flex-preferred-size: calc(50% - 20px);
	    flex-basis: calc(50% - 20px);
	padding-right: 20px;
}

.services ul {
	padding: 0;
	margin: 0 0 20px 20px;
}

/* SEO DIGITAL */

.seo_digital {
	padding: 60px 0 59px;
	background: -webkit-gradient(linear, left top, left bottom, from(#6B90D4), to(#1047A9));
	background: -o-linear-gradient(top, #6B90D4 0%, #1047A9 100%);
	background: linear-gradient(180deg, #6B90D4 0%, #1047A9 100%);
	margin: 0 40px 40px;
}

.seo_digital .container {
	max-width: 1130px;
}


.seo_digital .info {
	padding: 45px 0 0 57px;
}

.seo_digital h2 {
	margin-bottom: 23px;
}

.seo_digital h4 {
	margin-bottom: 18px;
}

.seo_digital h4,
.seo_digital p,
.seo_digital li {
	color: #fff;
}

.seo_digital .wrapper:not(:last-child) {
	position: relative;
	margin-bottom: 159px;
}

.seo_digital .wrapper:not(:last-child):before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	height: 1px;
	opacity: 0.2;
	background: #fff;
}

.seo_digital .wrapper:last-child .info {
	padding-top: 56px;
}

/* OUR TEAM */

.our_team {
	position: relative;
	padding: 40px 0;
	text-align: center;
	overflow: hidden;
}

.our_team .container {
	position: relative;
	z-index: 1;
}

.our_team .pattern {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

.our_team h2 {
	color: #052A6E;
	margin: 0 0 40px;
}

.our_team p {
	text-align: left;
	color: #052A6E;
}

.our_team img {
	-webkit-filter: brightness(0) saturate(100%);
	        filter: brightness(0) saturate(100%);
	margin: 0 0 31px;
}

.our_team .description {
	color: #1E1E1E;
	font-family: 'Inter Regular';
	font-size: 22px;
	line-height: 34px;
	max-width: 880px;
	margin: 0 auto;
}

/* FOOTER */

footer {
	background: -webkit-gradient(linear, left top, left bottom, from(#6B90D4), to(#1047A9));
	background: -o-linear-gradient(top, #6B90D4 0%, #1047A9 100%);
	background: linear-gradient(180deg, #6B90D4 0%, #1047A9 100%);
}

footer .container {
	max-width: 1320px;
}

.footer {
	padding: 40px 0 116px;
}

.footer .wrapper {
	position: relative;
	margin-bottom: 72px;
}

.footer .wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -32px;
	height: 1px;
	opacity: 0.2;
	background: #FFF;
}

.footer .left_part {
	width: 100%;
	padding-right: 20px;
	max-width: 648px;
}

.footer .right_part {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	max-width: 648px;
}

.footer iframe {
	border-radius: 20px;
}

.footer h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 24px;
}

.footer p {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}

.footer .wrapper_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin-top: 7px;
}

.footer .wrapper_info .left_part,
.footer .wrapper_info .right_part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

.footer .wrapper_info .left_part {
	-ms-flex-preferred-size: 35%;
	    flex-basis: 35%;
	max-width: inherit;
	margin-right: 9px;
}

.footer .wrapper_info .right_part {
	margin-right: -11px;
	max-width: inherit;
}

.footer .wrapper_info .right_part .description {
	width: 300px;
}

.footer .wrapper_info img {
	margin-right: 10px;
}

.footer .wrapper_info .title {
	color: #fff;
	font-family: 'Inter Medium';
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
}

.footer .wrapper_info .description {
	color: #fff;
	font-family: 'Inter Medium';
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
}

/* FORM */

.form .cf7-smart-grid.has-grid .field>label {
	display: none !important;
}

.form .cf7sg-container .cf7-smart-grid.has-grid .container {
	padding: 0 !important;
	max-width: inherit !important;
}

.form .cf7sg-container .cf7-smart-grid.has-grid .columns {
	margin: 0 !important;
}

.form input[type=text],
.form input[type=email],
.form textarea {
	color: #052A6E;
	font-family: 'Inter Medium';
	font-size: 16px;
	border-radius: 30px !important;
	border: 1px solid #fff;
	background: #fff;
	height: 60px;
	line-height: 58px;
	width: 100% !important;
	padding: 0 24px;
	resize: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
	margin-bottom: 15px;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.form textarea {
	height: 185px;
	margin-bottom: 11px;
}

.form input[type=text]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
	color: #052A6E
}

.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form textarea::-moz-placeholder {
	color: #052A6E;
}

.form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
	color: #052A6E;
}

.form input[type=text]::-ms-input-placeholder, .form input[type=email]::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
	color: #052A6E;
}

.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form textarea::placeholder {
	color: #052A6E;
}

.form input[type=submit] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #052A6E;
	font-family: 'Inter Medium';
	font-size: 16px;
	border-radius: 30px !important;
	height: 60px;
	background: #fff;
	border: none;
	width: 100% !important;
	cursor: pointer;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.form input[type=submit]:hover {
	opacity: .7;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
	border-color: #919090;
	color: #919090;
}

/* UNDER FOOTER */

.under_footer {
	color: #fff;
	text-align: center;
	font-family: 'Inter Medium';
	font-size: 16px;
	line-height: normal;
}

/* MOBILE HEADER */

	.mobile_header ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
				list-style: none;
		height: 100%;
	}
	
	.mobile_header ul li {
		margin-bottom: 41px;
	}
	
	.mobile_header ul li a {
		color: #052A6E;
		font-family: 'Inter Medium';
		font-size: 18px;
		line-height: 26px;
	}
	
	.mobile_header .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 320px;
		height: 47px;
		font-family: 'Inter Medium';
		font-size: 16px;
		line-height: normal;
		color: #fff;
		border-radius: 30px;
		background: #052A6E;
		margin: 0 auto;
	}

@media (max-width: 1199px) {
	.desktop_menu li {
		margin: 0 10px;
	}

	.desktop_menu .link {
		font-size: 14px;
	}

	.services .left_part {
		max-width: inherit;
	}
}

@media (max-width: 991px) {
	.homepage {
		margin-top: -47px;
	}

	.desktop_menu {
		display: none;
	}
	
	.mobile_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 24px;
	}
	
	.mobile_menu a {
		position: relative;
		display: block;
		word-spacing: 1px;
		z-index: 1;
	}

	.mobile_menu .logo img {
		width: 133px;
	}
	
	.mobile-menu-button {
        display: block;
        position: relative;
        z-index: 1;
        width: 18px;
        height: 16px;
		margin: -4px 4px 0 0;
        cursor: pointer;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        transition: all .2s linear 0s;
    }

    .mobile-menu-button span {
        position: absolute;
        background: #fff;
        width: 18px;
        height: 2px;
        left: 0;
        top: 47%;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        transition: all .2s linear 0s;
    }
    
       .mobile-menu-button:before {
          content: '';
          background: #fff;
          width: 18px;
          height: 2px;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transition: all .2s linear 0s;
          -o-transition: all .2s linear 0s;
          transition: all .2s linear 0s;
        }
    
        .mobile-menu-button:after {
          content: '';
          background: #fff;
          width: 18px;
          height: 2px;
          position: absolute;
          left: 0;
          bottom: 1px;
          -webkit-transition: all .2s linear 0s;
          -o-transition: all .2s linear 0s;
          transition: all .2s linear 0s;
        }
    
        .mobile-menu-button.open span {
            opacity: 0;
        }
    
        .mobile-menu-button.open:before {
            background: #052A6E;
			width: 14px;
            top: 6px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
          }
    
          .mobile-menu-button.open:after {
            background: #052A6E;
			width: 14px;
            bottom: 8px;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
          }

    .mobile-menu-button:hover {
        opacity: .5;
    }

	header .logo_img.mobile_open {
		display: none;
	}

	header .logo_img.mobile_close {
		display: block;
	}
	
	header.open {
		position: fixed;
    	z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 100%;
		margin: 0;
		padding: 20px;
		min-height: 100vh;
    }

	header.open .container {
		padding: 0;
	}

	header.open .logo_img.mobile_open {
		display: block;
	}

	header.open .logo_img.mobile_close {
		display: none;
	}

    .mobile_header {
		background: #fff;
        position: absolute;
        top: 0;
        left: -1500px;
        right: 0;
        bottom: 0;
        width: 100%;
        -webkit-transition: all .1s linear 0s;
          -o-transition: all .1s linear 0s;
          transition: all .1s linear 0s;
    }

	.mobile_header ul li:not(:last-child) {
		margin-bottom: 41px;
	}

	.mobile_header ul li:last-child {
		margin: -1px 0 0;
	}

	.mobile-menu-button.open {
		right: -4px;
        top: 2px;
	}
	
    .mobile-menu-button.open + .mobile_header {
        left: 0;
    }
	
	.footer .wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.footer .left_part,
	.footer .right_part {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding: 0;
		max-width: inherit;
	}

	.footer .left_part {
		margin-bottom: 20px;
	}
		
	.footer iframe {
		width: 100%;
    	height: 450px;
	}
}

@media (max-width: 767px) {
	h1,
	.homepage.services_page .main .title {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: -1px;
	}

	h2 {
		font-size: 34px;
		line-height: 38px;
		letter-spacing: -0.85px;
	}

	h4 {
		font-size: 28px;
		line-height: 32px;
		letter-spacing: -0.7px;
	}

	ul {
		padding-left: 10px;
	}

	p,
	li {
		font-size: 16px;
		line-height: 24px;
	}

	.main {
		padding: 105px 0 59px;
		overflow: hidden;
	}

	.main .pattern {
		display: none;
	}

	.main .pattern_mobile {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		-webkit-filter: brightness(0) saturate(100%);
		        filter: brightness(0) saturate(100%);
	}

	.main h1 {
		margin-bottom: 16px;
	}

	.main p {
		margin-bottom: 24px;
		line-height: 22px;
	}

	.services {
		padding: 25px 0 0;
	}

	.services h2 {
		margin-bottom: 14px;
	}

	.services .left_part,
	.services .right_part {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding: 0;
	}

	.services .left_part {
		margin-bottom: 15px;
	}

	.seo_digital {
		padding: 23px 0 25px;
		margin: 0;
	}

	.seo_digital .container {
		padding: 0;
		margin: 0 20px;
	}

	.seo_digital .wrapper {
		padding: 0 0 24px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.seo_digital ul li:not(:last-child) {
		margin-bottom: 20px;
	}

	.seo_digital .wrapper img {
		margin: 0 auto 25px;
	}

	.seo_digital .info {
		padding: 0;
	}

	.seo_digital h4 {
		margin-bottom: 12px;
	}

	.seo_digital .wrapper:not(:last-child) {
		margin: 0;
	}

	.seo_digital .wrapper:not(:last-child):before {
		bottom: 1px;
		left: 0;
		right: 0;
	}

	.seo_digital .wrapper:last-child .info {
		padding: 0;
		margin-top: -2px;
	}

	.our_team {
		padding: 23px 0;
	}

	.our_team h2 {
		margin: 0 0 24px;
	}

	.our_team .description {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: .1px;
		max-width: inherit;
	}

	.our_team img {
		margin: 0 0 17px;
	}

	.footer {
		padding: 25px 0 24px;
	}

	.footer .wrapper {
		margin-bottom: 41px;
	}

	.footer .wrapper:before {
		bottom: -16px;
	}

	.footer .left_part {
		margin-bottom: 24px;
	}

	.footer p {
		line-height: 18px;
		margin-bottom: 24px;
	}

	.footer .wrapper_info {
		display: block;
		margin-top: -2px;
	}

	.footer .wrapper_info .info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer .wrapper_info .left_part {
		margin: 0 0 9px 0;
	}

	.footer .wrapper_info .title {
		margin-right: 3px;
	}

	.footer .wrapper_info .right_part .description {
		width: auto;
	}

	.footer .right_part {
		border-radius: 10px;
	}

	.footer iframe {
		height: 320px;
		border-radius: 10px;
	}

	.under_footer {
		font-size: 14px;
		letter-spacing: .1px;
	}
}

@media (max-width: 450px) {
	.seo_digital .wrapper img,
	.our_team img {
		width: 100%;
	}

	.mobile_header .btn {
		width: 280px;
	}
}