/*
Theme Name: Nehal Leather Works
Theme URI: https://nehalleatherworks.com
Author: Amir Khan
Author URI: https://amirhost.in
Description: Custom Premium WordPress Theme for Leather Industry
Version: 1.0
License: GPL v2 or later
Text Domain: nehal
Tags: custom-theme, bootstrap, responsive, elementor

*/

html{
scroll-behavior:smooth;
}

body{
margin:0;
font-family:'Poppins',sans-serif;
font-size:16px;
color:#444;
background:#fff;
overflow-x:hidden;
}

img{
max-width:100%;
height:auto;
}

a{
text-decoration:none;
transition:.3s;
}

.container{
max-width:1320px;
margin:auto;
padding:0 15px;
}

section{
padding:80px 0;
}